how to get more details for "method failed to update row in database"
how to get more details for "method failed to update row in database"
- Subject: how to get more details for "method failed to update row in database"
- From: Dev WO <email@hidden>
- Date: Tue, 10 Jan 2006 17:07:31 +0100
Hi,
I'm having trouble debugging an issue:
I've got a direct action that would validate a member account.
So the method is simply checking the database to see if the email/
account exists and if it is not already activated.
But I end up with:
====
com.webobjects.eoaccess.EOGeneralAdaptorException:
updateValuesInRowDescribedByQualifier --
com.webobjects.jdbcadaptor.JDBCChannel method failed to update row in
database
at
com.webobjects.eoaccess.EODatabaseContext._exceptionWithDatabaseContextI
nformationAdded(EODatabaseContext.java:4685)
at com.webobjects.eoaccess.EODatabaseContext.performChanges
(EODatabaseContext.java:6393)
at
com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingCo
ntext(EOObjectStoreCoordinator.java:415)
at com.webobjects.eocontrol.EOEditingContext.saveChanges
(EOEditingContext.java:3226)
at DirectAction.validateEmailAction(DirectAction.java:96)
====
I have set EOAdaptorDebugEnabled=YES to check the SQL, and the SQL is
correct...
This doesn't happen every time, but time to time, so it's hard to
track it down.
Any clue on how to find where it comes from would be greatly
appreciated:)
Thanks
Xavier
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden