EOObjectNotAvailableException: prepareForSaveWithCoordinator
EOObjectNotAvailableException: prepareForSaveWithCoordinator
- Subject: EOObjectNotAvailableException: prepareForSaveWithCoordinator
- From: Stefan Klein <email@hidden>
- Date: Thu, 16 Oct 2008 21:51:42 +0200
Hi,
i got the following exception:
com.webobjects.eoaccess.EOObjectNotAvailableException:
prepareForSaveWithCoordinator: Cannot save the object with globalID
_EOIntegralKeyGlobalID[Benutzer (java.lang.Long)4559]. The row
referenced by this globalID was missing from the database at the time a
fetch was attempted. Either it was removed from the database after this
application got a pointer to it, or there is a referential integrity
problem with your database. To be notified when fetches fail, implement
a delegate on EODatabaseContext that responds to
databaseContextFailedToFetchObject().
at
com.webobjects.eoaccess.EODatabaseContext.prepareForSaveWithCoordinator(EODatabaseContext.java:5831)
at
com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext(EOObjectStoreCoordinator.java:409)
at
com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.java:3187)
But I know that the object for this id exist, cause that user logged in
many times before in that instance. The instance was running for several
days without any problem.
After the exception occurs the first time, the user can't log in again
in that instance. A login to the second instance did work.
After stopping and starting the first instance all works fine.
Does any one have a suggestion?
Stefan
_______________________________________________
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