Hi, thanks for the response. I did what you suggested and here is the
output with a more verbose logging level for datanucleus. One thing I
noticed that doesn't seem right is this line "FINE: Class
"java.lang.PersistentLogin" was not found in the CLASSPATH [Class
resolver called from
org.datanucleus.util.Imports.resolveClassDeclaration (line=177)]".
It's looking for java.lang.PersistentLogin rather than
com.mystuff.data.model.auth.PersistentLogin. Shortly after it cannot
find the class the object manager is closed. Any ideas?

FINE: Object
"com.mystuff.data.model.auth.persistentlo...@71fdbe17" 
(id="com.mystuff.data.model.auth.PersistentLogin:nzYBdFUmW7cEjb2KHpLl2w==")
is having the value in field "lastUsed" replaced by a SCO wrapper
Feb 25, 2010 7:21:33 AM org.datanucleus.state.JDOStateManagerImpl
unwrapSCOField
FINE: Object
"com.mystuff.data.model.auth.persistentlo...@71fdbe17" 
(id="com.mystuff.data.model.auth.PersistentLogin:nzYBdFUmW7cEjb2KHpLl2w==")
is having the SCO wrapper in field "lastUsed" replaced by the
unwrapped value
Feb 25, 2010 7:21:33 AM org.datanucleus.ObjectManagerImpl
evictFromTransaction
FINE: Object
"com.mystuff.data.model.auth.persistentlo...@71fdbe17" 
(id="com.mystuff.data.model.auth.PersistentLogin:nzYBdFUmW7cEjb2KHpLl2w==")
being evicted from transactional cache
Feb 25, 2010 7:21:33 AM org.datanucleus.state.JDOStateManagerImpl
disconnect
FINE: Disconnecting
com.mystuff.data.model.auth.persistentlo...@71fdbe17 from
statemanager[pc=com.mystuff.data.model.auth.persistentlo...@71fdbe17,
lifecycle=DETACHED_CLEAN]
Feb 25, 2010 7:21:33 AM org.datanucleus.ObjectManagerImpl
removeObjectFromCache
FINE: Object
"com.mystuff.data.model.auth.persistentlo...@71fdbe17" 
(id="com.mystuff.data.model.auth.PersistentLogin:nzYBdFUmW7cEjb2KHpLl2w==")
removed from Level 1 cache [cache size = 1]
Feb 25, 2010 7:21:33 AM org.datanucleus.TransactionImpl commit
FINE: Transaction committed in 65 ms
Feb 25, 2010 7:21:33 AM org.datanucleus.ObjectManagerImpl
disconnectSMCache
FINE: Level 1 Cache cleared
Feb 25, 2010 7:21:33 AM org.datanucleus.ObjectManagerImpl postClose
FINE: Object Manager "org.datanucleus.objectmanageri...@4dba4b54"
closed
Feb 25, 2010 7:21:38 AM org.datanucleus.ObjectManagerImpl <init>
FINE: Object Manager "org.datanucleus.objectmanageri...@5d8d3d6c"
opened for datastore
"org.datanucleus.store.appengine.datastoremana...@2447e380"
Feb 25, 2010 7:21:38 AM org.datanucleus.ObjectManagerImpl
initialiseLevel1Cache
FINE: Level 1 Cache of type "weak" initialised
Feb 25, 2010 7:21:38 AM org.datanucleus.JDOClassLoaderResolver
classForName
FINE: Class "java.lang.PersistentLogin" was not found in the CLASSPATH
[Class resolver called from
org.datanucleus.util.Imports.resolveClassDeclaration (line=177)]
Feb 25, 2010 7:21:38 AM org.datanucleus.ObjectManagerImpl
disconnectSMCache
FINE: Level 1 Cache cleared
Feb 25, 2010 7:21:38 AM org.datanucleus.ObjectManagerImpl postClose
FINE: Object Manager "org.datanucleus.objectmanageri...@5d8d3d6c"
closed
Feb 25, 2010 7:21:38 AM com.google.apphosting.utils.jetty.JettyLogger
warn
WARNING: /j_spring_security_logout
Object Manager has been closed
org.datanucleus.exceptions.NucleusUserException: Object Manager has
been closed
        at
org.datanucleus.ObjectManagerImpl.assertIsOpen(ObjectManagerImpl.java:
3876)
        at
org.datanucleus.ObjectManagerImpl.getFetchPlan(ObjectManagerImpl.java:
376)
        at org.datanucleus.store.query.Query.getFetchPlan(Query.java:497)

-- 
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