Occasional EOObjectNotAvailableException
Occasional EOObjectNotAvailableException
- Subject: Occasional EOObjectNotAvailableException
- From: "Lawson, Ben" <email@hidden>
- Date: Mon, 23 Nov 2009 15:59:43 +0100
- Acceptlanguage: en-US
- Thread-topic: Occasional EOObjectNotAvailableException
Hey guys, hoping maybe one of you can shed light on this issue we've been having intermittently:
We start by fetching all the rows out of a table using EOUtilities.objectsForEntityNamed(editingContext, entityName), and then filter that array with ERXArrayUtilities.sortedArraySortedWithKey(array, key). The problem is that occasionally the sorting trips up ERXDatabaseContextDelegate.databaseContextFailedToFetchObject when faulting an element in the array (shouldn't this already have happened when building the NSArray from objectsForEntityNamed?).
The objects we are fetching are the same as that throwing the error, so it's not a relationship fault that is causing the problem. I'm curious why this problem would occur in the sort instead of the fetch.
Finally, this problem only manifests itself in our test environment (a Solaris box) and not on our local development machines (iMacs). The application is built with all the frameworks embedded, and the OS X classpaths match the UNIX classpaths. We took the bundle that exhibited this issue and re-tested locally but the problem still only exists on the Solaris machine.
Thanks for the help,
-Ben _______________________________________________
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