Can anyone help me? On Apr 9, 6:47 pm, Denis Chernyshov <[email protected]> wrote: > Here is my full log. > > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl <init> > FINE: Object Manager "org.datanucleus.objectmanageri...@1dfa916" opened for > datastore "org.datanucleus.store.appengine.datastoremana...@13a1505" > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl initialiseLevel1Cache > FINE: Level 1 Cache of type "weak" initialised > 09.04.2010 12:20:15 org.datanucleus.transaction.Transaction <init> > FINE: Transaction created [DataNucleus Transaction, ID=Xid=****, enlisted > resources=[]] > 09.04.2010 12:20:15 org.datanucleus.TransactionImpl internalBegin > FINE: Transaction begun for ObjectManager > org.datanucleus.objectmanageri...@1dfa916 (optimistic=true) > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.jpa.DatastoreEntityTransactionImpl begin > FINE: Started new datastore transaction: 2 > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Container:Container(756)" not found in > Level 1 cache [cache size = 0] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl putObjectIntoCache > FINE: Object "ru.englishvocabulary.model.test.contai...@a80631" > (id="ru.englishvocabulary.model.test.Container:Container(756)") added to > Level 1 cache (loadedFlags="[NY]") > 09.04.2010 12:20:15 org.datanucleus.transaction.Transaction enlistResource > FINE: Running enlist operation on resource: > org.datanucleus.store.appengine.datastorexaresou...@787691, error code > TMNOFLAGS and transaction: [DataNucleus Transaction, ID=Xid=, enlisted > resources=[]] > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection added to the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastorePersistenceHandler get > FINE: Getting entity of kind Container with key Container(756) > 09.04.2010 12:20:15 org.datanucleus.state.LifeCycleState changeState > FINE: Object "ru.englishvocabulary.model.test.contai...@a80631" > (id="ru.englishvocabulary.model.test.Container:Container(756)") has a > lifecycle change : "HOLLOW"->"P_NONTRANS" > > // My Item > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(761)" not found in > Level 1 cache [cache size = 1] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl putObjectIntoCache > FINE: Object "ru.englishvocabulary.model.test.i...@e61a90" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(761)") added > to Level 1 cache (loadedFlags="[NYN]") > 09.04.2010 12:20:15 org.datanucleus.state.LifeCycleState changeState > FINE: Object "ru.englishvocabulary.model.test.i...@e61a90" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(761)") has a > lifecycle change : "HOLLOW"->"P_NONTRANS" > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastorePersistenceHandler get > FINE: Getting entity of kind Item with key Container(756)/Item(761) > > // Change my item > 09.04.2010 12:20:15 org.datanucleus.state.LifeCycleState changeState > FINE: Object "ru.englishvocabulary.model.test.i...@e61a90" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(761)") has a > lifecycle change : "P_NONTRANS"->"P_DIRTY" > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl enlistInTransaction > FINE: Object "ru.englishvocabulary.model.test.i...@e61a90" > (id="com.google.appengine.api.datastore.Key:Container(756)/Item(761)") > enlisted in transactional cache > 09.04.2010 12:20:15 ru.englishvocabulary.bl.local.test.LocalService > changeItems > SEVERE: changed item: i...@e61a90 [key=Container(756)/Item(761), value=xxx] > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 org.datanucleus.sco.backed.List <init> > FINE: Object "ru.englishvocabulary.model.test.contai...@a80631" field > "items" is replaced by a SCO wrapper of type > "org.datanucleus.sco.backed.List" [cache-values=true, lazy-loading=true, > queued-operations=true, allow-nulls=false] > 09.04.2010 12:20:15 org.datanucleus.sco.backed.List loadFromStore > FINE: Object "ru.englishvocabulary.model.test.contai...@a80631" field > "items" loading contents to SCO wrapper from the datastore > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastoreElementContainerStoreSpecialization > prepareChildrenQuery > FINE: Preparing to query for all children of Container(756) of kind Item > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(757)" not found in > Level 1 cache [cache size = 2] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(757)" not found in > Level 1 cache [cache size = 2] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl putObjectIntoCache > FINE: Object "ru.englishvocabulary.model.test.i...@15b3baf" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(757)") added > to Level 1 cache (loadedFlags="[NYN]") > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastoreElementContainerStoreSpecialization > getChildren > FINE: Retrieved entity with key Container(756)/Item(757) > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(758)" not found in > Level 1 cache [cache size = 3] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(758)" not found in > Level 1 cache [cache size = 3] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl putObjectIntoCache > FINE: Object "ru.englishvocabulary.model.test.i...@ab9a5a" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(758)") added > to Level 1 cache (loadedFlags="[NYN]") > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastoreElementContainerStoreSpecialization > getChildren > FINE: Retrieved entity with key Container(756)/Item(758) > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(759)" not found in > Level 1 cache [cache size = 4] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(759)" not found in > Level 1 cache [cache size = 4] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl putObjectIntoCache > FINE: Object "ru.englishvocabulary.model.test.i...@134ff03" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(759)") added > to Level 1 cache (loadedFlags="[NYN]") > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastoreElementContainerStoreSpecialization > getChildren > FINE: Retrieved entity with key Container(756)/Item(759) > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(760)" not found in > Level 1 cache [cache size = 5] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE: Object with id > "ru.englishvocabulary.model.test.Item:Container(756)/Item(760)" not found in > Level 1 cache [cache size = 5] > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl putObjectIntoCache > FINE: Object "ru.englishvocabulary.model.test.i...@5253eb" > (id="ru.englishvocabulary.model.test.Item:Container(756)/Item(760)") added > to Level 1 cache (loadedFlags="[NYN]") > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 org.datanucleus.ConnectionManagerImpl allocateConnection > FINE: Connection found in the pool : > org.datanucleus.store.appengine.datastoreconnectionfactoryimpl$datastoremanagedconnect...@1392dd5 > 09.04.2010 12:20:15 > org.datanucleus.store.appengine.DatastoreElementContainerStoreSpecialization > getChildren > FINE: Retrieved entity with key Container(756)/Item(760) > 09.04.2010 12:20:15 org.datanucleus.ObjectManagerImpl getObjectFromCache > FINE:... > > read more »
-- 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.
