now i hit a new error: javax.jdo.JDOFatalUserException: No available StoreManager found for the datastore URL key "". Please make sure you have all relevant plugins in the CLASSPATH (e.g datanucleus-rdbms?, datanucleus-db4o?), and consider setting the persistence property "datanucleus.storeManagerType" to the type of store you are using e.g rdbms, db4o
I have set the datanucleus.storeManagerType property to appengine. Any suggestion? Does AppEngine ever work the first time? On Aug 4, 11:45 pm, Sajid <[email protected]> wrote: > Problem solved. > > Did not close the persistence manager at the end. > > On Aug 4, 10:44 pm, Sajid <[email protected]> wrote: > > > Hi, > > > I am getting the following error: > > > java.lang.RuntimeException: java.io.NotSerializableException: > > org.datanucleus.store.appengine.jdo.DatastoreJDOPersistenceManager > > at > > com.google.apphosting.runtime.jetty.SessionManager.serialize(SessionManager.java: > > 361) > > at > > com.google.apphosting.runtime.jetty.SessionManager.createEntityForSession(SessionManager.java: > > 341) > > at com.google.apphosting.runtime.jetty.SessionManager > > $AppEngineSession.save(SessionManager.java:162) > > at > > com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java: > > 41) > > ... > > > Any idea why this is so? > > > I am using JSF2, Spring 3. > > > TIA -- 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.
