Skip to content

Instantly share code, notes, and snippets.

@bradleybeddoes
Created November 3, 2009 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleybeddoes/224882 to your computer and use it in GitHub Desktop.
Save bradleybeddoes/224882 to your computer and use it in GitHub Desktop.
2009-11-03 18:08:08,453 [http-8080-1] DEBUG impl.SessionImpl - opened session at timestamp: 5149637379903488
2009-11-03 18:08:08,459 [http-8080-1] DEBUG impl.SessionImpl - opened session at timestamp: 5149637379928064
2009-11-03 18:08:08,470 [http-8080-1] DEBUG engine.StatefulPersistenceContext - initializing non-lazy collections
2009-11-03 18:08:08,471 [http-8080-1] DEBUG jdbc.ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
2009-11-03 18:08:08,472 [http-8080-1] DEBUG def.AbstractFlushingEventListener - processing flush-time cascades
2009-11-03 18:08:08,472 [http-8080-1] DEBUG def.AbstractFlushingEventListener - dirty checking collections
2009-11-03 18:08:08,472 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.follows#2], was: [intient.nimble.domain.UserBase.follows#2] (uninitialized)
2009-11-03 18:08:08,472 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.followers#2], was: [intient.nimble.domain.UserBase.followers#2] (uninitialized)
2009-11-03 18:08:08,472 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.permissions#2], was: [intient.nimble.domain.UserBase.permissions#2] (uninitialized)
2009-11-03 18:08:08,472 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.groups#2], was: [intient.nimble.domain.UserBase.groups#2] (uninitialized)
2009-11-03 18:08:08,472 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.passwdHistory#2], was: [intient.nimble.domain.UserBase.passwdHistory#2] (uninitialized)
2009-11-03 18:08:08,473 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.roles#2], was: [intient.nimble.domain.UserBase.roles#2] (uninitialized)
2009-11-03 18:08:08,473 [http-8080-1] DEBUG engine.Collections - Collection found: [intient.nimble.domain.UserBase.loginRecords#2], was: [intient.nimble.domain.UserBase.loginRecords#2] (uninitialized)
2009-11-03 18:08:08,473 [http-8080-1] DEBUG def.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
2009-11-03 18:08:08,473 [http-8080-1] DEBUG def.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 7 collections
2009-11-03 18:08:08,473 [http-8080-1] DEBUG pretty.Printer - listing entities:
2009-11-03 18:08:08,473 [http-8080-1] DEBUG pretty.Printer - intient.nimbletest.User{follows=<uninitialized>, enabled=true, expiration=null, external=false, lastUpdated=2009-11-03 18:08:08, customVal=admin custom value, passwordHash=3e6b76727a8dfffa94fdf4e9fbc01c1a16f008e6e91a9f5e0de06d1c620e068c, version=3, id=2, remoteapi=false, followers=<uninitialized>, username=admin, roles=<uninitialized>, federationProvider=null, permissions=<uninitialized>, dateCreated=2009-11-03 18:07:34, federated=false, loginRecords=<uninitialized>, groups=<uninitialized>, actionHash=7c9282cae0d9415004e3b6ab833084f6650adf2bce36268268d75ba57b599ade, passwdHistory=<uninitialized>, profile=intient.nimble.domain.ProfileBase#2}
2009-11-03 18:08:08,789 [http-8080-1] ERROR view.GroovyPageView - Error processing GroovyPageView: Error evaluating expression [injectedUser.profile.fullName] on line [16]: java.lang.NullPointerException: Cannot get property 'profile' on null object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment