[appengine-java] DatastoreFailureException from get (local-runtime)

2010-01-26 Thread Jim
Hi All, I need a hint. I'm running JUnit tests on a local datastore. I have multiple tests that pass when run by themselves and fail when run with the other tests. The specific failure is a DataStoreFailureException with detail message: ApplicationError: 3: handle 14 not found. The stacktrace is

Re: [appengine-java] DatastoreFailureException from get (local-runtime)

2010-01-26 Thread John Patterson
Ah yes, you can get these if you are debugging for some time and then resume your app. I have also had this when I am working with a lot of data - but usually more than the live servers could handle in 30 seconds anyway. The local datastore seems to reclaim objects too quickly sometimes.