Looks like you might have a different version of the GAE jars in your WEB-INF/lib directory.

On 5 Jun 2010, at 00:52, Millisecond wrote:

Upgraded everything to 1.3.4 this morning and things are working fine
in production, but I'm getting this in the dev server trying to make
any datastore calls.

Sure it's just a jar file mismatch or something, but can't for the
life of me find it.  The DatastoreApiHelper and ApiProxy classes both
seem to come from the appengine-api-1.0-sdk-1.3.4.jar so not sure how
they could be out of sync...

Anyone else seen this?

Thanks!
-C

SEVERE: Could not service web request:java.lang.NoSuchMethodError:
com.google.apphosting.api.ApiProxy.makeSyncCall(Ljava/lang/
String;Ljava/lang/String;[BLcom/google/apphosting/api/ApiProxy
$ApiConfig;)[B
java.lang.NoSuchMethodError:
com.google.apphosting.api.ApiProxy.makeSyncCall(Ljava/lang/
String;Ljava/lang/String;[BLcom/google/apphosting/api/ApiProxy
$ApiConfig;)[B
        at
com .google .appengine .api .datastore.DatastoreApiHelper.makeSyncCall(DatastoreApiHelper.java:
58)
        at com.google.appengine.api.datastore.DatastoreServiceImpl
$1.run(DatastoreServiceImpl.java:128)
        at
com .google .appengine .api .datastore.TransactionRunner.runInTransaction(TransactionRunner.java:
30)
        at
com .google .appengine .api.datastore.DatastoreServiceImpl.get(DatastoreServiceImpl.java:
111)
        at
com .google .appengine .api.datastore.DatastoreServiceImpl.get(DatastoreServiceImpl.java:
84)
        at
com .google .appengine .api.datastore.DatastoreServiceImpl.get(DatastoreServiceImpl.java:
77)
        at
org .datanucleus .store .appengine .RuntimeExceptionWrappingDatastoreService .get(RuntimeExceptionWrappingDatastoreService.java:
53)
        at
org .datanucleus .store .appengine .DatastorePersistenceHandler.get(DatastorePersistenceHandler.java:
94)
        at
org .datanucleus .store .appengine .DatastorePersistenceHandler.get(DatastorePersistenceHandler.java:
106)
        at
org .datanucleus .store .appengine .DatastorePersistenceHandler .fetchObject(DatastorePersistenceHandler.java:
478)
        at
org .datanucleus .state.JDOStateManagerImpl.validate(JDOStateManagerImpl.java:
4263)
        at
org.datanucleus.ObjectManagerImpl.findObject(ObjectManagerImpl.java:
2444)
        at
org .datanucleus .jdo.JDOPersistenceManager.getObjectById(JDOPersistenceManager.java:
1671)
        at
org .datanucleus .jdo.JDOPersistenceManager.getObjectById(JDOPersistenceManager.java:
1767)
        at
org .datanucleus .store .appengine .jdo .DatastoreJDOPersistenceManager .getObjectById(DatastoreJDOPersistenceManager.java:
73)

--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] . To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en .


--
You received this message because you are subscribed to the Google Groups "Google 
App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to