Advertisement
Guest User

ehcachespringjpalog

a guest
Oct 22nd, 2010
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1.  
  2. DEBUG 2010-10-22 11:58:40,174 [main][] org.hibernate.impl.SessionImpl - opened session at timestamp: 5274604012232704
  3. DEBUG 2010-10-22 11:58:40,174 [main][] org.hibernate.transaction.JDBCTransaction - begin
  4. DEBUG 2010-10-22 11:58:40,174 [main][] org.hibernate.jdbc.ConnectionManager - opening JDBC connection
  5. DEBUG 2010-10-22 11:58:40,174 [main][] com.mchange.v2.resourcepool.BasicResourcePool - trace com.mchange.v2.resourcepool.BasicResourcePool@4e2f0a [managed: 5, unused: 4, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@1631573)
  6. DEBUG 2010-10-22 11:58:40,174 [main][] org.hibernate.transaction.JDBCTransaction - current autocommit status: true
  7. DEBUG 2010-10-22 11:58:40,174 [main][] org.hibernate.transaction.JDBCTransaction - disabling autocommit
  8. DEBUG 2010-10-22 11:58:40,174 [main][] org.hibernate.jdbc.JDBCContext - after transaction begin
  9. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@12f3cc5] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 31ghzi8b1mphf1c19l14qo|149105b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.p6spy.engine.spy.P6SpyDriver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 31ghzi8b1mphf1c19l14qo|149105b, idleConnectionTestPeriod -> 200, initialPoolSize -> 5, jdbcUrl -> jdbc:mysql://localhost/daily?relaxAutoCommit=true&useUnicode=true&characterEncoding=UTF-8&jdbcCompliantTruncation=false&emulateLocators=true, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] to thread [main]
  10. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Bound value [org.springframework.orm.jpa.EntityManagerHolder@3ebfa9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@11b99c4] to thread [main]
  11. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Initializing transaction synchronization
  12. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.interceptor.TransactionInterceptor - Getting transaction for [com.service.SystemPropertyManager.find]
  13. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@3ebfa9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@11b99c4] bound to thread [main]
  14. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.DefaultLoadEventListener - loading entity: [com.model.SystemProperty#name_0]
  15. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.DefaultLoadEventListener - attempting to resolve: [com.model.SystemProperty#name_0]
  16. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.cache.ReadOnlyCache - Cache hit: com.model.SystemProperty#name_0
  17. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.DefaultLoadEventListener - assembling entity from second-level cache: [com.model.SystemProperty#name_0]
  18. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.DefaultLoadEventListener - Cached Version: null
  19. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.engine.StatefulPersistenceContext - initializing non-lazy collections
  20. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.DefaultLoadEventListener - resolved object in second-level cache: [com.model.SystemProperty#name_0]
  21. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.interceptor.TransactionInterceptor - Completing transaction for [com.service.SystemPropertyManager.find]
  22. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.transaction.JDBCTransaction - commit
  23. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.impl.SessionImpl - automatically flushing session
  24. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - flushing session
  25. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - processing flush-time cascades
  26. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.engine.Cascade - processing cascade ACTION_PERSIST_ON_FLUSH for: com.model.SystemProperty
  27. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.engine.Cascade - done processing cascade ACTION_PERSIST_ON_FLUSH for: com.model.SystemProperty
  28. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - dirty checking collections
  29. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - Flushing entities and processing referenced collections
  30. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - Processing unreferenced collections
  31. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - Scheduling collection removes/(re)creates/updates
  32. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
  33. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
  34. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.pretty.Printer - listing entities:
  35. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.pretty.Printer - com.model.SystemProperty{name=name_0, value=value_0}
  36. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - executing flush
  37. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.ConnectionManager - registering flush begin
  38. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.ConnectionManager - registering flush end
  39. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.event.def.AbstractFlushingEventListener - post flush
  40. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.JDBCContext - before transaction completion
  41. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.impl.SessionImpl - before transaction completion
  42. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.transaction.JDBCTransaction - re-enabling autocommit
  43. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.transaction.JDBCTransaction - committed JDBC Connection
  44. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.JDBCContext - after transaction completion
  45. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.ConnectionManager - aggressively releasing JDBC connection
  46. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.ConnectionManager - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  47. DEBUG 2010-10-22 11:58:40,190 [main][] com.mchange.v2.resourcepool.BasicResourcePool - trace com.mchange.v2.resourcepool.BasicResourcePool@4e2f0a [managed: 5, unused: 4, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@1631573)
  48. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.impl.SessionImpl - after transaction completion
  49. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Clearing transaction synchronization
  50. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Removed value [org.springframework.orm.jpa.EntityManagerHolder@3ebfa9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@11b99c4] from thread [main]
  51. DEBUG 2010-10-22 11:58:40,190 [main][] org.springframework.transaction.support.TransactionSynchronizationManager - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@12f3cc5] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 31ghzi8b1mphf1c19l14qo|149105b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.p6spy.engine.spy.P6SpyDriver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 31ghzi8b1mphf1c19l14qo|149105b, idleConnectionTestPeriod -> 200, initialPoolSize -> 5, jdbcUrl -> jdbc:mysql://localhost/daily?relaxAutoCommit=true&useUnicode=true&characterEncoding=UTF-8&jdbcCompliantTruncation=false&emulateLocators=true, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] from thread [main]
  52. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.impl.SessionImpl - closing session
  53. DEBUG 2010-10-22 11:58:40,190 [main][] org.hibernate.jdbc.ConnectionManager - connection already null in cleanup : no action
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement