Advertisement
Guest User

Untitled

a guest
Nov 30th, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-11-30 12:19:39,869 TRACE [org.hib.int.SessionFactoryImpl$SessionBuilderImpl] (vert.x-worker-thread-1) Opening Hibernate Session.  tenant=null
  2. 2019-11-30 12:19:39,892 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) `hibernate.connection.provider_disables_autocommit` was enabled.  This setting should only be enabled when you are certain that the Connections given to Hibern
  3. ate by the ConnectionProvider have auto-commit disabled.  Enabling this setting when the Connections do not have auto-commit disabled will lead to Hibernate executing SQL operations outside of any JDBC/SQL transaction.
  4. 2019-11-30 12:19:39,897 DEBUG [org.hib.res.tra.bac.jta.int.JtaTransactionCoordinatorImpl] (vert.x-worker-thread-1) Hibernate RegisteredSynchronization successfully registered with JTA platform
  5. 2019-11-30 12:19:39,907 TRACE [org.hib.ser.int.AbstractServiceRegistryImpl] (vert.x-worker-thread-1) Initializing service [role=org.hibernate.stat.spi.StatisticsImplementor]
  6. 2019-11-30 12:19:39,909 DEBUG [org.hib.sta.int.StatisticsInitiator] (vert.x-worker-thread-1) Statistics initialized [enabled=false]
  7. 2019-11-30 12:19:39,913 TRACE [org.hib.ser.int.AbstractServiceRegistryImpl] (vert.x-worker-thread-1) Initializing service [role=org.hibernate.jmx.spi.JmxService]
  8. 2019-11-30 12:19:39,914 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Opened Session [01589de6-8d4f-4f24-a797-c00fbafa1c0f] at timestamp: 1575112779897
  9. 2019-11-30 12:19:39,914 DEBUG [org.hib.res.tra.bac.jta.int.JtaTransactionCoordinatorImpl] (vert.x-worker-thread-1) JTA transaction was already joined (RegisteredSynchronization already registered)
  10. 2019-11-30 12:19:39,916 TRACE [org.hib.eve.int.AbstractSaveEventListener] (vert.x-worker-thread-1) Transient instance of: org.acme.TestEntity
  11. 2019-11-30 12:19:39,917 TRACE [org.hib.eve.int.DefaultPersistEventListener] (vert.x-worker-thread-1) Saving transient instance
  12. 2019-11-30 12:19:39,919 TRACE [org.hib.eve.int.AbstractSaveEventListener] (vert.x-worker-thread-1) Saving [org.acme.TestEntity#<null>]
  13. 2019-11-30 12:19:39,924 DEBUG [org.acm.TestConverter] (vert.x-worker-thread-1) To JSON: TestData{value='hello'}
  14. 2019-11-30 12:19:39,977 DEBUG [org.acm.TestConverter] (vert.x-worker-thread-1) From JSON: {"value":"hello"}
  15. 2019-11-30 12:19:39,984 TRACE [org.hib.eng.spi.ActionQueue] (vert.x-worker-thread-1) Adding an EntityIdentityInsertAction for [org.acme.TestEntity] object
  16. 2019-11-30 12:19:39,985 TRACE [org.hib.eng.spi.ActionQueue] (vert.x-worker-thread-1) Executing inserts before finding non-nullable transient entities for early insert: [EntityIdentityInsertAction[org.acme.TestEntity#<null>]]
  17. 2019-11-30 12:19:39,986 TRACE [org.hib.eng.spi.ActionQueue] (vert.x-worker-thread-1) Adding insert with no non-nullable, transient entities: [EntityIdentityInsertAction[org.acme.TestEntity#<null>]]
  18. 2019-11-30 12:19:39,986 TRACE [org.hib.eng.spi.ActionQueue] (vert.x-worker-thread-1) Executing insertions before resolved early-insert
  19. 2019-11-30 12:19:39,986 DEBUG [org.hib.eng.spi.ActionQueue] (vert.x-worker-thread-1) Executing identity-insert immediately
  20. 2019-11-30 12:19:39,987 TRACE [org.hib.per.ent.AbstractEntityPersister] (vert.x-worker-thread-1) Inserting entity: org.acme.TestEntity (native id)
  21. 2019-11-30 12:19:39,989 DEBUG [org.hib.SQL] (vert.x-worker-thread-1)
  22.     insert
  23.     into
  24.         TestEntity
  25.         (data)
  26.     values
  27.         (?)
  28. Hibernate:
  29.     insert
  30.     into
  31.         TestEntity
  32.         (data)
  33.     values
  34.         (?)
  35. 2019-11-30 12:19:39,998 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Registering statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: insert into TestEntity (data) values (** NOT SPECIFIED **) ]]
  36. 2019-11-30 12:19:39,999 TRACE [org.hib.per.ent.AbstractEntityPersister] (vert.x-worker-thread-1) Dehydrating entity: [org.acme.TestEntity#<null>]
  37. 2019-11-30 12:19:40,000 DEBUG [org.acm.TestConverter] (vert.x-worker-thread-1) To JSON: TestData{value='hello'}
  38. 2019-11-30 12:19:40,000 DEBUG [org.hib.typ.des.con.AttributeConverterSqlTypeDescriptorAdapter] (vert.x-worker-thread-1) Converted value on binding : TestData{value='hello'} -> {"value":"hello"}
  39. 2019-11-30 12:19:40,002 TRACE [org.hib.typ.des.sql.BasicBinder] (vert.x-worker-thread-1) binding parameter [1] as [VARCHAR] - [{"value":"hello"}]
  40. 2019-11-30 12:19:40,004 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: insert into TestEntity (data) values ('{"value":"hello"}') ]]
  41. 2019-11-30 12:19:40,004 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Closing prepared statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: insert into TestEntity (data) values ('{"value":"hello"}') ]]
  42. 2019-11-30 12:19:40,004 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  43. 2019-11-30 12:19:40,005 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  44. 2019-11-30 12:19:40,005 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  45. 2019-11-30 12:19:40,005 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  46. 2019-11-30 12:19:40,005 DEBUG [org.hib.SQL] (vert.x-worker-thread-1)
  47.     select
  48.         last_insert_id()
  49. Hibernate:
  50.     select
  51.         last_insert_id()
  52. 2019-11-30 12:19:40,006 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Registering statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select last_insert_id() ]]
  53. 2019-11-30 12:19:40,012 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Registering result set [io.agroal.pool.wrapper.ResultSetWrapper@4078300]
  54. 2019-11-30 12:19:40,014 DEBUG [org.hib.id.IdentifierGeneratorHelper] (vert.x-worker-thread-1) Natively generated identity: 2
  55. 2019-11-30 12:19:40,015 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing result set [io.agroal.pool.wrapper.ResultSetWrapper@4078300]
  56. 2019-11-30 12:19:40,015 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Closing result set [io.agroal.pool.wrapper.ResultSetWrapper@4078300]
  57. 2019-11-30 12:19:40,015 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select last_insert_id() ]]
  58. 2019-11-30 12:19:40,015 DEBUG [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) HHH000387: ResultSet's statement was not registered
  59. 2019-11-30 12:19:40,015 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Closing prepared statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select last_insert_id() ]]
  60. 2019-11-30 12:19:40,015 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  61. 2019-11-30 12:19:40,015 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  62. 2019-11-30 12:19:40,015 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  63. 2019-11-30 12:19:40,015 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  64. 2019-11-30 12:19:40,017 DEBUG [org.hib.cac.int.TimestampsCacheEnabledImpl] (vert.x-worker-thread-1) Pre-invalidating space [TestEntity], timestamp: 1575112840017
  65. 2019-11-30 12:19:40,019 TRACE [org.hib.res.tra.bac.jta.int.syn.RegisteredSynchronization] (vert.x-worker-thread-1) Registered JTA Synchronization : beforeCompletion()
  66. 2019-11-30 12:19:40,019 TRACE [org.hib.res.tra.bac.jta.int.syn.SynchronizationCallbackCoordinatorNonTrackingImpl] (vert.x-worker-thread-1) Synchronization coordinator: beforeCompletion()
  67. 2019-11-30 12:19:40,019 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) SessionImpl#beforeTransactionCompletion()
  68. 2019-11-30 12:19:40,019 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Automatically flushing session
  69. 2019-11-30 12:19:40,020 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing session
  70. 2019-11-30 12:19:40,020 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing flush-time cascades
  71. 2019-11-30 12:19:40,021 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  72. 2019-11-30 12:19:40,021 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Done processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  73. 2019-11-30 12:19:40,021 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Dirty checking collections
  74. 2019-11-30 12:19:40,022 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing entities and processing referenced collections
  75. 2019-11-30 12:19:40,023 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing unreferenced collections
  76. 2019-11-30 12:19:40,023 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Scheduling collection removes/(re)creates/updates
  77. 2019-11-30 12:19:40,024 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
  78. 2019-11-30 12:19:40,024 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
  79. 2019-11-30 12:19:40,026 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) Listing entities:
  80. 2019-11-30 12:19:40,026 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) org.acme.TestEntity{data=TestData{value='hello'}, id=2}
  81. 2019-11-30 12:19:40,027 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Executing flush
  82. 2019-11-30 12:19:40,027 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  83. 2019-11-30 12:19:40,027 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  84. 2019-11-30 12:19:40,027 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  85. 2019-11-30 12:19:40,027 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Post flush
  86. 2019-11-30 12:19:40,029 DEBUG [org.hib.eng.tra.int.TransactionImpl] (vert.x-worker-thread-1) On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
  87. 2019-11-30 12:19:40,030 TRACE [org.hib.res.tra.int.SynchronizationRegistryStandardImpl] (vert.x-worker-thread-1) SynchronizationRegistryStandardImpl.notifySynchronizationsBeforeTransactionCompletion
  88. 2019-11-30 12:19:40,030 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing session
  89. 2019-11-30 12:19:40,030 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing flush-time cascades
  90. 2019-11-30 12:19:40,030 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  91. 2019-11-30 12:19:40,030 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Done processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  92. 2019-11-30 12:19:40,030 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Dirty checking collections
  93. 2019-11-30 12:19:40,030 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing entities and processing referenced collections
  94. 2019-11-30 12:19:40,030 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing unreferenced collections
  95. 2019-11-30 12:19:40,030 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Scheduling collection removes/(re)creates/updates
  96. 2019-11-30 12:19:40,031 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
  97. 2019-11-30 12:19:40,031 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
  98. 2019-11-30 12:19:40,031 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) Listing entities:
  99. 2019-11-30 12:19:40,031 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) org.acme.TestEntity{data=TestData{value='hello'}, id=2}
  100. 2019-11-30 12:19:40,031 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Executing flush
  101. 2019-11-30 12:19:40,031 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  102. 2019-11-30 12:19:40,031 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  103. 2019-11-30 12:19:40,031 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  104. 2019-11-30 12:19:40,031 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Post flush
  105. 2019-11-30 12:19:40,031 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Closing session [01589de6-8d4f-4f24-a797-c00fbafa1c0f]
  106. 2019-11-30 12:19:40,040 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Already closed
  107. 2019-11-30 12:19:40,041 TRACE [org.hib.res.tra.bac.jta.int.syn.RegisteredSynchronization] (vert.x-worker-thread-1) Registered JTA Synchronization : afterCompletion(3)
  108. 2019-11-30 12:19:40,041 TRACE [org.hib.res.tra.bac.jta.int.syn.SynchronizationCallbackCoordinatorTrackingImpl] (vert.x-worker-thread-1) Synchronization coordinator: afterCompletion(status=3)
  109. 2019-11-30 12:19:40,041 TRACE [org.hib.res.tra.bac.jta.int.syn.SynchronizationCallbackCoordinatorNonTrackingImpl] (vert.x-worker-thread-1) Synchronization coordinator: doAfterCompletion(successful=true, delayed=false)
  110. 2019-11-30 12:19:40,041 TRACE [org.hib.res.tra.int.SynchronizationRegistryStandardImpl] (vert.x-worker-thread-1) SynchronizationRegistryStandardImpl.notifySynchronizationsAfterTransactionCompletion(3)
  111. 2019-11-30 12:19:40,041 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterTransaction
  112. 2019-11-30 12:19:40,041 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  113. 2019-11-30 12:19:40,041 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterTransaction
  114. 2019-11-30 12:19:40,042 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) SessionImpl#afterTransactionCompletion(successful=true, delayed=false)
  115. 2019-11-30 12:19:40,042 DEBUG [org.hib.cac.int.TimestampsCacheEnabledImpl] (vert.x-worker-thread-1) Invalidating space [TestEntity], timestamp: 1575112780042
  116. 2019-11-30 12:19:40,042 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Automatically closing session
  117. 2019-11-30 12:19:40,042 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Closing session [01589de6-8d4f-4f24-a797-c00fbafa1c0f]
  118. 2019-11-30 12:19:40,042 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Closing JDBC container [org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl@e98781e]
  119. 2019-11-30 12:19:40,042 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  120. 2019-11-30 12:19:40,042 TRACE [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Closing logical connection
  121. 2019-11-30 12:19:40,042 TRACE [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Logical connection closed
  122. 2019-11-30 12:19:40,043 TRACE [org.hib.int.SessionFactoryImpl$SessionBuilderImpl] (vert.x-worker-thread-1) Opening Hibernate Session.  tenant=null
  123. 2019-11-30 12:19:40,043 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) `hibernate.connection.provider_disables_autocommit` was enabled.  This setting should only be enabled when you are certain that the Connections given to Hibern
  124. ate by the ConnectionProvider have auto-commit disabled.  Enabling this setting when the Connections do not have auto-commit disabled will lead to Hibernate executing SQL operations outside of any JDBC/SQL transaction.
  125. 2019-11-30 12:19:40,043 DEBUG [org.hib.res.tra.bac.jta.int.JtaTransactionCoordinatorImpl] (vert.x-worker-thread-1) Hibernate RegisteredSynchronization successfully registered with JTA platform
  126. 2019-11-30 12:19:40,043 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Opened Session [2f7513ed-55f3-4e2f-9a14-e0d722cac9dc] at timestamp: 1575112780043
  127. 2019-11-30 12:19:40,043 DEBUG [org.hib.res.tra.bac.jta.int.JtaTransactionCoordinatorImpl] (vert.x-worker-thread-1) JTA transaction was already joined (RegisteredSynchronization already registered)
  128. 2019-11-30 12:19:40,046 TRACE [org.hib.eve.int.DefaultLoadEventListener] (vert.x-worker-thread-1) Loading entity: [org.acme.TestEntity#2]
  129. 2019-11-30 12:19:40,046 TRACE [org.hib.eve.int.DefaultLoadEventListener] (vert.x-worker-thread-1) Attempting to resolve: [org.acme.TestEntity#2]
  130. 2019-11-30 12:19:40,048 TRACE [org.hib.eve.int.DefaultLoadEventListener] (vert.x-worker-thread-1) Object not resolved in any cache: [org.acme.TestEntity#2]
  131. 2019-11-30 12:19:40,049 TRACE [org.hib.per.ent.AbstractEntityPersister] (vert.x-worker-thread-1) Fetching entity: [org.acme.TestEntity#2]
  132. 2019-11-30 12:19:40,052 DEBUG [org.hib.SQL] (vert.x-worker-thread-1)
  133.    select
  134.        testentity0_.id as id1_0_0_,
  135.        testentity0_.data as data2_0_0_
  136.    from
  137.        TestEntity testentity0_
  138.    where
  139.        testentity0_.id=?
  140. Hibernate:
  141.    select
  142.        testentity0_.id as id1_0_0_,
  143.        testentity0_.data as data2_0_0_
  144.    from
  145.        TestEntity testentity0_
  146.    where
  147.        testentity0_.id=?
  148. 2019-11-30 12:19:40,055 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Registering statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select testentity0_.id as id1_0_0_, testentity0_.data as data2_0_0_ from TestEntity
  149. testentity0_ where testentity0_.id=** NOT SPECIFIED ** ]]
  150. 2019-11-30 12:19:40,055 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Registering last query statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select testentity0_.id as id1_0_0_, testentity0_.data as data2_0_0_ from TestEntit
  151. y testentity0_ where testentity0_.id=** NOT SPECIFIED ** ]]
  152. 2019-11-30 12:19:40,056 TRACE [org.hib.typ.des.sql.BasicBinder] (vert.x-worker-thread-1) binding parameter [1] as [BIGINT] - [2]
  153. 2019-11-30 12:19:40,056 TRACE [org.hib.loa.pla.exe.int.AbstractLoadPlanBasedLoader] (vert.x-worker-thread-1) Bound [2] parameters total
  154. 2019-11-30 12:19:40,059 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Registering result set [io.agroal.pool.wrapper.ResultSetWrapper@2ba43338]
  155. 2019-11-30 12:19:40,061 TRACE [org.hib.loa.pla.exe.pro.int.ResultSetProcessorImpl] (vert.x-worker-thread-1) Processing result set
  156. 2019-11-30 12:19:40,061 TRACE [org.hib.loa.pla.exe.pro.int.ResultSetProcessorImpl] (vert.x-worker-thread-1) Starting ResultSet row #0
  157. 2019-11-30 12:19:40,062 DEBUG [org.hib.loa.pla.exe.pro.int.EntityReferenceInitializerImpl] (vert.x-worker-thread-1) On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified
  158. 2019-11-30 12:19:40,062 TRACE [org.hib.loa.pla.exe.pro.int.EntityReferenceInitializerImpl] (vert.x-worker-thread-1) hydrating entity state
  159. 2019-11-30 12:19:40,062 TRACE [org.hib.loa.pla.exe.pro.int.EntityReferenceInitializerImpl] (vert.x-worker-thread-1) Initializing object from ResultSet: [org.acme.TestEntity#2]
  160. 2019-11-30 12:19:40,064 TRACE [org.hib.per.ent.AbstractEntityPersister] (vert.x-worker-thread-1) Hydrating entity: [org.acme.TestEntity#2]
  161. 2019-11-30 12:19:40,065 TRACE [org.hib.typ.des.sql.BasicExtractor] (vert.x-worker-thread-1) extracted value ([data2_0_0_] : [VARCHAR]) - [{"value":"hello"}]
  162. 2019-11-30 12:19:40,065 DEBUG [org.acm.TestConverter] (vert.x-worker-thread-1) From JSON: {"value":"hello"}
  163. 2019-11-30 12:19:40,065 DEBUG [org.hib.typ.des.con.AttributeConverterSqlTypeDescriptorAdapter] (vert.x-worker-thread-1) Converted value on extraction: {"value":"hello"} -> TestData{value='hello'}
  164. 2019-11-30 12:19:40,067 TRACE [org.hib.loa.pla.exe.pro.int.ResultSetProcessorImpl] (vert.x-worker-thread-1) Done processing result set (1 rows)
  165. 2019-11-30 12:19:40,067 TRACE [org.hib.loa.pla.exe.pro.int.AbstractRowReader] (vert.x-worker-thread-1) Total objects hydrated: 1
  166. 2019-11-30 12:19:40,068 DEBUG [org.hib.eng.int.TwoPhaseLoad] (vert.x-worker-thread-1) Resolving attributes for [org.acme.TestEntity#2]
  167. 2019-11-30 12:19:40,068 DEBUG [org.hib.eng.int.TwoPhaseLoad] (vert.x-worker-thread-1) Processing attribute `data` : value = TestData{value='hello'}
  168. 2019-11-30 12:19:40,068 DEBUG [org.hib.eng.int.TwoPhaseLoad] (vert.x-worker-thread-1) Attribute (`data`)  - enhanced for lazy-loading? - false
  169. 2019-11-30 12:19:40,068 DEBUG [org.acm.TestConverter] (vert.x-worker-thread-1) To JSON: TestData{value='hello'}
  170. 2019-11-30 12:19:40,069 DEBUG [org.acm.TestConverter] (vert.x-worker-thread-1) From JSON: {"value":"hello"}
  171. 2019-11-30 12:19:40,069 DEBUG [org.hib.eng.int.TwoPhaseLoad] (vert.x-worker-thread-1) Done materializing entity [org.acme.TestEntity#2]
  172. 2019-11-30 12:19:40,070 TRACE [org.hib.loa.pla.exe.pro.int.ResultSetProcessingContextImpl] (vert.x-worker-thread-1) Skipping create subselects because there are fewer than 2 results, so query by key is more efficient.
  173. 2019-11-30 12:19:40,070 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select testentity0_.id as id1_0_0_, testentity0_.data as data2_0_0_ from TestEntity te
  174. stentity0_ where testentity0_.id=2 ]]
  175. 2019-11-30 12:19:40,070 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Closing result set [io.agroal.pool.wrapper.ResultSetWrapper@2ba43338]
  176. 2019-11-30 12:19:40,070 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Closing prepared statement [wrapped[ com.mysql.cj.jdbc.ClientPreparedStatement: select testentity0_.id as id1_0_0_, testentity0_.data as data2_0_0_ from TestEn
  177. tity testentity0_ where testentity0_.id=2 ]]
  178. 2019-11-30 12:19:40,070 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  179. 2019-11-30 12:19:40,070 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  180. 2019-11-30 12:19:40,070 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  181. 2019-11-30 12:19:40,070 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  182. 2019-11-30 12:19:40,070 TRACE [org.hib.eng.int.StatefulPersistenceContext] (vert.x-worker-thread-1) Initializing non-lazy collections
  183. 2019-11-30 12:19:40,070 DEBUG [org.hib.loa.ent.pla.AbstractLoadPlanBasedEntityLoader] (vert.x-worker-thread-1) Done entity load : org.acme.TestEntity#2
  184. 2019-11-30 12:19:40,071 DEBUG [org.acm.Service] (vert.x-worker-thread-1) Modified: TestEntity{id=2, data=TestData{value='new'}}
  185. 2019-11-30 12:19:40,073 TRACE [org.hib.res.tra.bac.jta.int.syn.RegisteredSynchronization] (vert.x-worker-thread-1) Registered JTA Synchronization : beforeCompletion()
  186. 2019-11-30 12:19:40,073 TRACE [org.hib.res.tra.bac.jta.int.syn.SynchronizationCallbackCoordinatorNonTrackingImpl] (vert.x-worker-thread-1) Synchronization coordinator: beforeCompletion()
  187. 2019-11-30 12:19:40,073 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) SessionImpl#beforeTransactionCompletion()
  188. 2019-11-30 12:19:40,073 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Automatically flushing session
  189. 2019-11-30 12:19:40,073 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing session
  190. 2019-11-30 12:19:40,073 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing flush-time cascades
  191. 2019-11-30 12:19:40,073 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  192. 2019-11-30 12:19:40,073 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Done processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  193. 2019-11-30 12:19:40,074 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Dirty checking collections
  194. 2019-11-30 12:19:40,074 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing entities and processing referenced collections
  195. 2019-11-30 12:19:40,074 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing unreferenced collections
  196. 2019-11-30 12:19:40,074 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Scheduling collection removes/(re)creates/updates
  197. 2019-11-30 12:19:40,074 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
  198. 2019-11-30 12:19:40,074 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
  199. 2019-11-30 12:19:40,074 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) Listing entities:
  200. 2019-11-30 12:19:40,074 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) org.acme.TestEntity{data=TestData{value='new'}, id=2}
  201. 2019-11-30 12:19:40,074 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Executing flush
  202. 2019-11-30 12:19:40,074 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  203. 2019-11-30 12:19:40,074 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  204. 2019-11-30 12:19:40,074 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  205. 2019-11-30 12:19:40,074 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Post flush
  206. 2019-11-30 12:19:40,074 DEBUG [org.hib.eng.tra.int.TransactionImpl] (vert.x-worker-thread-1) On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
  207. 2019-11-30 12:19:40,074 TRACE [org.hib.res.tra.int.SynchronizationRegistryStandardImpl] (vert.x-worker-thread-1) SynchronizationRegistryStandardImpl.notifySynchronizationsBeforeTransactionCompletion
  208. 2019-11-30 12:19:40,075 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing session
  209. 2019-11-30 12:19:40,075 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing flush-time cascades
  210. 2019-11-30 12:19:40,075 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  211. 2019-11-30 12:19:40,075 TRACE [org.hib.eng.int.Cascade] (vert.x-worker-thread-1) Done processing cascade ACTION_PERSIST_ON_FLUSH for: org.acme.TestEntity
  212. 2019-11-30 12:19:40,075 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Dirty checking collections
  213. 2019-11-30 12:19:40,075 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushing entities and processing referenced collections
  214. 2019-11-30 12:19:40,075 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Processing unreferenced collections
  215. 2019-11-30 12:19:40,075 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Scheduling collection removes/(re)creates/updates
  216. 2019-11-30 12:19:40,075 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
  217. 2019-11-30 12:19:40,075 DEBUG [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
  218. 2019-11-30 12:19:40,075 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) Listing entities:
  219. 2019-11-30 12:19:40,075 DEBUG [org.hib.int.uti.EntityPrinter] (vert.x-worker-thread-1) org.acme.TestEntity{data=TestData{value='new'}, id=2}
  220. 2019-11-30 12:19:40,075 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Executing flush
  221. 2019-11-30 12:19:40,075 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Starting after statement execution processing [AFTER_STATEMENT]
  222. 2019-11-30 12:19:40,076 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterStatement
  223. 2019-11-30 12:19:40,076 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterStatement
  224. 2019-11-30 12:19:40,076 TRACE [org.hib.eve.int.AbstractFlushingEventListener] (vert.x-worker-thread-1) Post flush
  225. 2019-11-30 12:19:40,076 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Closing session [2f7513ed-55f3-4e2f-9a14-e0d722cac9dc]
  226. 2019-11-30 12:19:40,078 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Already closed
  227. 2019-11-30 12:19:40,078 TRACE [org.hib.res.tra.bac.jta.int.syn.RegisteredSynchronization] (vert.x-worker-thread-1) Registered JTA Synchronization : afterCompletion(3)
  228. 2019-11-30 12:19:40,078 TRACE [org.hib.res.tra.bac.jta.int.syn.SynchronizationCallbackCoordinatorTrackingImpl] (vert.x-worker-thread-1) Synchronization coordinator: afterCompletion(status=3)
  229. 2019-11-30 12:19:40,078 TRACE [org.hib.res.tra.bac.jta.int.syn.SynchronizationCallbackCoordinatorNonTrackingImpl] (vert.x-worker-thread-1) Synchronization coordinator: doAfterCompletion(successful=true, delayed=false)
  230. 2019-11-30 12:19:40,078 TRACE [org.hib.res.tra.int.SynchronizationRegistryStandardImpl] (vert.x-worker-thread-1) SynchronizationRegistryStandardImpl.notifySynchronizationsAfterTransactionCompletion(3)
  231. 2019-11-30 12:19:40,078 TRACE [org.hib.res.jdb.int.AbstractLogicalConnectionImplementor] (vert.x-worker-thread-1) LogicalConnection#afterTransaction
  232. 2019-11-30 12:19:40,079 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  233. 2019-11-30 12:19:40,079 DEBUG [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Initiating JDBC connection release from afterTransaction
  234. 2019-11-30 12:19:40,079 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) SessionImpl#afterTransactionCompletion(successful=true, delayed=false)
  235. 2019-11-30 12:19:40,079 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Automatically closing session
  236. 2019-11-30 12:19:40,079 TRACE [org.hib.int.SessionImpl] (vert.x-worker-thread-1) Closing session [2f7513ed-55f3-4e2f-9a14-e0d722cac9dc]
  237. 2019-11-30 12:19:40,084 TRACE [org.hib.eng.jdb.int.JdbcCoordinatorImpl] (vert.x-worker-thread-1) Closing JDBC container [org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl@199c87fd]
  238. 2019-11-30 12:19:40,084 TRACE [org.hib.res.jdb.int.ResourceRegistryStandardImpl] (vert.x-worker-thread-1) Releasing JDBC resources
  239. 2019-11-30 12:19:40,084 TRACE [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Closing logical connection
  240. 2019-11-30 12:19:40,084 TRACE [org.hib.res.jdb.int.LogicalConnectionManagedImpl] (vert.x-worker-thread-1) Logical connection closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement