· 7 years ago · Feb 03, 2019, 09:26 PM
102:18:06,251 DEBUG [StatisticsInitiator] Statistics initialized [enabled=false]
202:18:06,258 DEBUG [TransactionImpl] On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
302:18:06,258 DEBUG [TransactionImpl] begin
402:18:06,261 DEBUG [JdbcResourceLocalTransactionCoordinatorImpl] JDBC transaction marked for rollback-only (exception provided for stack trace)
5java.lang.Exception: exception just for purpose of providing stack trace
6 at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:314)
7 at org.hibernate.engine.transaction.internal.TransactionImpl.markRollbackOnly(TransactionImpl.java:206)
8 at org.hibernate.internal.AbstractSharedSessionContract.markForRollbackOnly(AbstractSharedSessionContract.java:378)
9 at org.hibernate.internal.ExceptionConverterImpl.handlePersistenceException(ExceptionConverterImpl.java:297)
10 at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:155)
11 at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
12 at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
13 at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:811)
14 at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:789)
15 at com.example.ApplicationTest$hibernate$2.accept(ApplicationTest.kt:54)
16 at com.example.ApplicationTest$hibernate$2.accept(ApplicationTest.kt:51)
17 at org.hibernate.testing.transaction.TransactionUtil.doInHibernate(TransactionUtil.java:323)
18 at com.example.ApplicationTest.hibernate(ApplicationTest.kt:51)
19 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
20 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
21 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
22 at java.lang.reflect.Method.invoke(Method.java:498)
23 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
24 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
25 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
26 at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
27 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
28 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
29 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
30 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
31 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
32 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33 at java.lang.Thread.run(Thread.java:748)
3402:18:06,262 DEBUG [TransactionImpl] rolling back
3502:18:06,262 DEBUG [LogicalConnectionManagedImpl] Initiating JDBC connection release from afterTransaction
3602:18:06,262 DEBUG [LogicalConnectionManagedImpl] Initiating JDBC connection release from afterTransaction
3702:18:06,286 DEBUG [SessionFactoryImpl] HHH000031: Closing
3802:18:06,286 INFO [SchemaDropperImpl$DelayedDropActionImpl] HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
3902:18:06,286 DEBUG [SQL] drop table user if exists
40Hibernate: drop table user if exists
4102:18:06,288 DEBUG [TypeConfiguration$Scope] Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3ec11999] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@aeab9a1]
4202:18:06,288 DEBUG [AbstractServiceRegistryImpl] Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
4302:18:06,289 INFO [pooling] HHH10001008: Cleaning up connection pool [jdbc:h2:mem:mydb1;DB_CLOSE_DELAY=-1]
4402:18:06,289 DEBUG [BootstrapServiceRegistryImpl] Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
4502:18:06,289 DEBUG [IntegratorServiceImpl] Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
4602:18:06,289 DEBUG [IntegratorServiceImpl] Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
4702:18:06,289 DEBUG [IntegratorServiceImpl] Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
4802:18:06,291 DEBUG [IntegratorServiceImpl] Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
4902:18:06,291 DEBUG [IntegratorServiceImpl] Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
5002:18:06,291 DEBUG [IntegratorServiceImpl] Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
5102:18:06,292 DEBUG [ServiceBinding] Overriding existing service binding [org.hibernate.secure.spi.JaccService]
5202:18:06,292 DEBUG [Configuration] Building session factory using provided StandardServiceRegistry
5302:18:06,292 WARN [CachingRegionFactory] org.hibernate.testing.cache.CachingRegionFactory should be only used for testing.
5402:18:06,292 DEBUG [RegionFactoryInitiator] Cache region factory : org.hibernate.testing.cache.CachingRegionFactory
5502:18:06,292 DEBUG [BasicTypeRegistry] Adding type registration boolean -> org.hibernate.type.BooleanType@44821a96
5602:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration boolean -> org.hibernate.type.BooleanType@44821a96
5702:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@44821a96
5802:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@a3d8174
5902:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration true_false -> org.hibernate.type.TrueFalseType@1ba9117e
6002:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration yes_no -> org.hibernate.type.YesNoType@732c2a62
6102:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration byte -> org.hibernate.type.ByteType@272ed83b
6202:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration byte -> org.hibernate.type.ByteType@272ed83b
6302:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@272ed83b
6402:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration character -> org.hibernate.type.CharacterType@41fecb8b
6502:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration char -> org.hibernate.type.CharacterType@41fecb8b
6602:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@41fecb8b
6702:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration short -> org.hibernate.type.ShortType@120f102b
6802:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration short -> org.hibernate.type.ShortType@120f102b
6902:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Short -> org.hibernate.type.ShortType@120f102b
7002:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration integer -> org.hibernate.type.IntegerType@625732
7102:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration int -> org.hibernate.type.IntegerType@625732
7202:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@625732
7302:18:06,293 DEBUG [BasicTypeRegistry] Adding type registration long -> org.hibernate.type.LongType@51dcb805
7402:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration long -> org.hibernate.type.LongType@51dcb805
7502:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Long -> org.hibernate.type.LongType@51dcb805
7602:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration float -> org.hibernate.type.FloatType@66498326
7702:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration float -> org.hibernate.type.FloatType@66498326
7802:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Float -> org.hibernate.type.FloatType@66498326
7902:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration double -> org.hibernate.type.DoubleType@cad498c
8002:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration double -> org.hibernate.type.DoubleType@cad498c
8102:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@cad498c
8202:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1e6454ec
8302:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1e6454ec
8402:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration big_integer -> org.hibernate.type.BigIntegerType@2accdbb5
8502:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@2accdbb5
8602:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration string -> org.hibernate.type.StringType@b62d79
8702:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.lang.String -> org.hibernate.type.StringType@b62d79
8802:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration nstring -> org.hibernate.type.StringNVarcharType@6631f5ca
8902:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@27ff5d15
9002:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration url -> org.hibernate.type.UrlType@4e096385
9102:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.net.URL -> org.hibernate.type.UrlType@4e096385
9202:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration Duration -> org.hibernate.type.DurationType@a2431d0
9302:18:06,294 DEBUG [BasicTypeRegistry] Adding type registration java.time.Duration -> org.hibernate.type.DurationType@a2431d0
9402:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration Instant -> org.hibernate.type.InstantType@212b5695
9502:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.Instant -> org.hibernate.type.InstantType@212b5695
9602:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@37654521
9702:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@37654521
9802:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration LocalDate -> org.hibernate.type.LocalDateType@101952da
9902:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@101952da
10002:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@10feca44
10102:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@10feca44
10202:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1e683a3e
10302:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1e683a3e
10402:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@759d26fb
10502:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@759d26fb
10602:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@581ac8a8
10702:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@581ac8a8
10802:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration date -> org.hibernate.type.DateType@6d4e5011
10902:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.sql.Date -> org.hibernate.type.DateType@6d4e5011
11002:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration time -> org.hibernate.type.TimeType@57d7f8ca
11102:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.sql.Time -> org.hibernate.type.TimeType@57d7f8ca
11202:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration timestamp -> org.hibernate.type.TimestampType@76c3e77a
11302:18:06,295 DEBUG [BasicTypeRegistry] Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@76c3e77a
11402:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.Date -> org.hibernate.type.TimestampType@76c3e77a
11502:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@78123e82
11602:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration calendar -> org.hibernate.type.CalendarType@67c33749
11702:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@67c33749
11802:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@67c33749
11902:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@fba92d3
12002:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration locale -> org.hibernate.type.LocaleType@662b4c69
12102:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@662b4c69
12202:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration currency -> org.hibernate.type.CurrencyType@fa49800
12302:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@fa49800
12402:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration timezone -> org.hibernate.type.TimeZoneType@71238fc2
12502:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@71238fc2
12602:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration class -> org.hibernate.type.ClassType@2a54a73f
12702:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2a54a73f
12802:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@16a0ee18
12902:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@16a0ee18
13002:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@3d6f0054
13102:18:06,296 DEBUG [BasicTypeRegistry] Adding type registration binary -> org.hibernate.type.BinaryType@505fc5a4
13202:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration byte[] -> org.hibernate.type.BinaryType@505fc5a4
13302:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration [B -> org.hibernate.type.BinaryType@505fc5a4
13402:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5fbdfdcf
13502:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5fbdfdcf
13602:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5fbdfdcf
13702:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration row_version -> org.hibernate.type.RowVersionType@4efc180e
13802:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration image -> org.hibernate.type.ImageType@bd4dc25
13902:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration characters -> org.hibernate.type.CharArrayType@25084a1e
14002:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration char[] -> org.hibernate.type.CharArrayType@25084a1e
14102:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration [C -> org.hibernate.type.CharArrayType@25084a1e
14202:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@156b88f5
14302:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@156b88f5
14402:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@156b88f5
14502:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration text -> org.hibernate.type.TextType@3bf9ce3e
14602:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration ntext -> org.hibernate.type.NTextType@16610890
14702:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration blob -> org.hibernate.type.BlobType@71def8f8
14802:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@71def8f8
14902:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@383bfa16
15002:18:06,297 DEBUG [BasicTypeRegistry] Adding type registration clob -> org.hibernate.type.ClobType@4d465b11
15102:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@4d465b11
15202:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration nclob -> org.hibernate.type.NClobType@53fdffa1
15302:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@53fdffa1
15402:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@5562c41e
15502:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@32ee6fee
15602:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration serializable -> org.hibernate.type.SerializableType@4d0f2471
15702:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration object -> org.hibernate.type.ObjectType@2fb3536e
15802:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@2fb3536e
15902:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4cc547a
16002:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@7555b920
16102:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4152d38d
16202:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3591009c
16302:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@5398edd0
16402:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@b5cc23a
16502:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@5cc5b667
16602:18:06,298 DEBUG [BasicTypeRegistry] Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@61edc883
16702:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
16802:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
16902:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
17002:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
17102:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
17202:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
17302:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
17402:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
17502:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
17602:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
17702:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
17802:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
17902:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
18002:18:06,300 DEBUG [DefaultIdentifierGeneratorFactory] Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
18102:18:06,301 WARN [pooling] HHH10001002: Using Hibernate built-in connection pool (not for production use!)
18202:18:06,301 INFO [pooling] HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:mydb1;DB_CLOSE_DELAY=-1]
18302:18:06,301 INFO [pooling] HHH10001001: Connection properties: {user=sa, autocommit=true}
18402:18:06,301 INFO [pooling] HHH10001003: Autocommit mode: true
18502:18:06,301 DEBUG [DriverManagerConnectionProviderImpl] Initializing Connection pool with 1 Connections
18602:18:06,301 INFO [DriverManagerConnectionProviderImpl] HHH000115: Hibernate connection pool size: 20 (min=1)
18702:18:06,303 DEBUG [JdbcEnvironmentInitiator] Database ->
188 name : H2
189 version : 1.0.60 (2007-10-20)
190 major : 1
191 minor : 0
19202:18:06,303 DEBUG [JdbcEnvironmentInitiator] Driver ->
193 name : H2 JDBC Driver
194 version : 1.0.60 (2007-10-20)
195 major : 1
196 minor : 0
19702:18:06,303 DEBUG [JdbcEnvironmentInitiator] JDBC version : 3.0
19802:18:06,304 INFO [Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
19902:18:06,304 WARN [H2Dialect] HHH000393: The 1.0.60 version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk hql/jpaql will not work properly
20002:18:06,307 DEBUG [DefaultSchemaNameResolver] Unable to use Java 1.7 Connection#getSchema
20102:18:06,307 DEBUG [JdbcEnvironmentImpl] Unable to resolve connection default schema
202org.hibernate.HibernateException: Use of DefaultSchemaNameResolver requires Dialect to provide the proper SQL statement/command but provided Dialect [org.hibernate.dialect.H2Dialect] did not return anything from Dialect#getCurrentSchemaCommand
203 at org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver$SchemaNameResolverFallbackDelegate.resolveSchemaName(DefaultSchemaNameResolver.java:100)
204 at org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.resolveSchemaName(DefaultSchemaNameResolver.java:76)
205 at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.determineCurrentSchemaName(JdbcEnvironmentImpl.java:311)
206 at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.<init>(JdbcEnvironmentImpl.java:266)
207 at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:114)
208 at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
209 at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
210 at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
211 at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
212 at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
213 at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
214 at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
215 at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
216 at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
217 at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:175)
218 at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:118)
219 at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.build(MetadataBuildingProcess.java:83)
220 at org.hibernate.boot.internal.MetadataBuilderImpl.build(MetadataBuilderImpl.java:473)
221 at org.hibernate.boot.internal.MetadataBuilderImpl.build(MetadataBuilderImpl.java:84)
222 at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:689)
223 at org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.buildSessionFactory(BaseCoreFunctionalTestCase.java:118)
224 at org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.rebuildSessionFactory(BaseCoreFunctionalTestCase.java:140)
225 at org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.rebuildSessionFactory(BaseCoreFunctionalTestCase.java:123)
226 at org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.onFailure(BaseCoreFunctionalTestCase.java:330)
227 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
228 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
229 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
230 at java.lang.reflect.Method.invoke(Method.java:498)
231 at org.hibernate.testing.junit4.TestClassMetadata.performCallbackInvocation(TestClassMetadata.java:205)
232 at org.hibernate.testing.junit4.TestClassMetadata.invokeCallback(TestClassMetadata.java:192)
233 at org.hibernate.testing.junit4.TestClassMetadata.performCallbacks(TestClassMetadata.java:184)
234 at org.hibernate.testing.junit4.TestClassMetadata.performOnFailureCallback(TestClassMetadata.java:224)
235 at org.hibernate.testing.junit4.FailureExpectedHandler.evaluate(FailureExpectedHandler.java:66)
236 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
237 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
238 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
239 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
240 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
241 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
242 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
243 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
244 at org.hibernate.testing.junit4.BeforeClassCallbackHandler.evaluate(BeforeClassCallbackHandler.java:26)
245 at org.hibernate.testing.junit4.AfterClassCallbackHandler.evaluate(AfterClassCallbackHandler.java:25)
246 at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
247 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
248 at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
249 at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
250 at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
251 at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
25202:18:06,310 DEBUG [LobCreatorBuilderImpl] HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
25302:18:06,310 DEBUG [Namespace] Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
25402:18:06,310 DEBUG [TypeConfiguration$Scope] Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7e1a1da6] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5f7f2382]
25502:18:06,311 DEBUG [AnnotationBinder] Binding entity from annotated class: com.example.db.User
25602:18:06,311 DEBUG [Ejb3Column] Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
25702:18:06,311 DEBUG [EntityBinder] Import with entity name user
25802:18:06,311 DEBUG [EntityBinder] Bind entity com.example.db.User on table user
25902:18:06,312 DEBUG [Ejb3Column] Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=id, insertable=true, updatable=true, unique=false}
26002:18:06,312 DEBUG [PropertyBinder] MetadataSourceProcessor property id with lazy=false
26102:18:06,312 DEBUG [AbstractPropertyHolder] Attempting to locate auto-apply AttributeConverter for property [com.example.db.User:id]
26202:18:06,312 DEBUG [SimpleValueBinder] building SimpleValue for id
26302:18:06,312 DEBUG [PropertyBinder] Building property id
26402:18:06,312 DEBUG [BinderHelper] #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, identity, , ...)
26502:18:06,312 DEBUG [Ejb3Column] Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=balance, insertable=true, updatable=true, unique=false}
26602:18:06,312 DEBUG [PropertyBinder] MetadataSourceProcessor property balance with lazy=false
26702:18:06,312 DEBUG [AbstractPropertyHolder] Attempting to locate auto-apply AttributeConverter for property [com.example.db.User:balance]
26802:18:06,312 DEBUG [SimpleValueBinder] building SimpleValue for balance
26902:18:06,313 DEBUG [PropertyBinder] Building property balance
27002:18:06,313 DEBUG [Ejb3Column] Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=chat_id, insertable=true, updatable=true, unique=false}
27102:18:06,313 DEBUG [PropertyBinder] MetadataSourceProcessor property chatId with lazy=false
27202:18:06,313 DEBUG [AbstractPropertyHolder] Attempting to locate auto-apply AttributeConverter for property [com.example.db.User:chatId]
27302:18:06,313 DEBUG [SimpleValueBinder] building SimpleValue for chatId
27402:18:06,313 DEBUG [PropertyBinder] Building property chatId
27502:18:06,313 DEBUG [Ejb3Column] Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=game, insertable=true, updatable=true, unique=false}
27602:18:06,313 DEBUG [PropertyBinder] MetadataSourceProcessor property game with lazy=false
27702:18:06,313 DEBUG [AbstractPropertyHolder] Attempting to locate auto-apply AttributeConverter for property [com.example.db.User:game]
27802:18:06,313 DEBUG [SimpleValueBinder] building SimpleValue for game
27902:18:06,313 DEBUG [PropertyBinder] Building property game
28002:18:06,313 DEBUG [Ejb3Column] Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=name, insertable=true, updatable=true, unique=false}
28102:18:06,313 DEBUG [PropertyBinder] MetadataSourceProcessor property name with lazy=false
28202:18:06,313 DEBUG [AbstractPropertyHolder] Attempting to locate auto-apply AttributeConverter for property [com.example.db.User:name]
28302:18:06,314 DEBUG [SimpleValueBinder] building SimpleValue for name
28402:18:06,314 DEBUG [PropertyBinder] Building property name
28502:18:06,314 DEBUG [SimpleValueBinder] Starting fillSimpleValue for id
28602:18:06,314 DEBUG [SimpleValueBinder] Starting fillSimpleValue for balance
28702:18:06,314 DEBUG [SimpleValueBinder] Starting fillSimpleValue for chatId
28802:18:06,314 DEBUG [SimpleValueBinder] Starting fillSimpleValue for game
28902:18:06,314 DEBUG [SimpleValueBinder] Starting fillSimpleValue for name
29002:18:06,315 DEBUG [PrimaryKey] Forcing column [id] to be non-null as it is part of the primary key for table [user]
29102:18:06,316 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
29202:18:06,316 DEBUG [SessionFactoryImpl] Building session factory
29302:18:06,316 DEBUG [Settings] SessionFactory name : null
29402:18:06,316 DEBUG [Settings] Automatic flush during beforeCompletion(): enabled
29502:18:06,316 DEBUG [Settings] Automatic session close at end of transaction: disabled
29602:18:06,316 DEBUG [Settings] Statistics: disabled
29702:18:06,316 DEBUG [Settings] Deleted entity synthetic identifier rollback: disabled
29802:18:06,316 DEBUG [Settings] Default entity-mode: pojo
29902:18:06,316 DEBUG [Settings] Check Nullability in Core (should be disabled when Bean Validation is on): enabled
30002:18:06,316 DEBUG [Settings] Allow initialization of lazy state outside session : disabled
30102:18:06,316 DEBUG [Settings] Using BatchFetchStyle : LEGACY
30202:18:06,316 DEBUG [Settings] Default batch fetch size: -1
30302:18:06,316 DEBUG [Settings] Maximum outer join fetch depth: null
30402:18:06,316 DEBUG [Settings] Default null ordering: NONE
30502:18:06,316 DEBUG [Settings] Order SQL updates by primary key: disabled
30602:18:06,316 DEBUG [Settings] Order SQL inserts for batching: disabled
30702:18:06,316 DEBUG [Settings] multi-tenancy strategy : NONE
30802:18:06,316 DEBUG [Settings] JTA Track by Thread: enabled
30902:18:06,317 DEBUG [Settings] Query language substitutions: {}
31002:18:06,317 DEBUG [Settings] Named query checking : enabled
31102:18:06,317 DEBUG [Settings] Second-level cache: enabled
31202:18:06,317 DEBUG [Settings] Second-level query cache: disabled
31302:18:06,317 DEBUG [Settings] Second-level query cache factory: org.hibernate.cache.internal.StandardTimestampsCacheFactory@5fe1ce85
31402:18:06,317 DEBUG [Settings] Second-level cache region prefix: null
31502:18:06,317 DEBUG [Settings] Optimize second-level cache for minimal puts: disabled
31602:18:06,317 DEBUG [Settings] Structured second-level cache entries: disabled
31702:18:06,317 DEBUG [Settings] Second-level cache direct-reference entries: disabled
31802:18:06,317 DEBUG [Settings] Automatic eviction of collection cache: disabled
31902:18:06,317 DEBUG [Settings] JDBC batch size: 15
32002:18:06,317 DEBUG [Settings] JDBC batch updates for versioned data: enabled
32102:18:06,317 DEBUG [Settings] Scrollable result sets: enabled
32202:18:06,317 DEBUG [Settings] Wrap result sets: disabled
32302:18:06,317 DEBUG [Settings] JDBC3 getGeneratedKeys(): enabled
32402:18:06,317 DEBUG [Settings] JDBC result set fetch size: null
32502:18:06,317 DEBUG [Settings] Connection release mode: AFTER_TRANSACTION
32602:18:06,317 DEBUG [Settings] Generate SQL with comments: disabled
32702:18:06,317 DEBUG [Settings] JPA compliance - query :
32802:18:06,317 DEBUG [Settings] JPA compliance - closed-handling :
32902:18:06,317 DEBUG [Settings] JPA compliance - lists :
33002:18:06,317 DEBUG [Settings] JPA compliance - transactions :
33102:18:06,319 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
33202:18:06,320 DEBUG [SessionFactoryImpl] Session factory constructed with filter configurations : {}
33302:18:06,320 DEBUG [SessionFactoryImpl] Instantiating session factory with properties: {awt.toolkit=sun.awt.X11.XToolkit, file.encoding.pkg=sun.io, java.specification.version=1.8, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/user/opt/idea/lib/idea_rt.jar:/home/user/opt/idea/plugins/junit/lib/junit-rt.jar:/home/user/opt/idea/plugins/junit/lib/junit5-rt.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/charsets.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/deploy.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/dnsns.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/jaccess.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/jfxrt.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/localedata.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/nashorn.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/sunec.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext/zipfs.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/javaws.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jce.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jfr.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jfxswt.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jsse.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/management-agent.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/plugin.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/resources.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/rt.jar:/home/user/IdeaProjects/untitled/out/test/classes:/home/user/IdeaProjects/untitled/out/production/classes:/home/user/IdeaProjects/untitled/out/production/resources:/home/user/Desktop/tb/kotlin-telegram-bot/telegram/build/libs/telegram-1.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-tests/1.1.2/2053acaad4554ffab9c9703f8f61f146f6496577/ktor-server-tests-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-test-host/1.1.2/2941b3bf41cdd3fd15f6c12c933791d59ab9f00c/ktor-server-test-host-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-tests/1.1.2/6ed9951be49aa8d10a0096f1c122ae7a178f6912/ktor-client-tests-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-jetty/1.1.2/832a127f5a1822836c0f4e3ffe118e54903331aa/ktor-server-jetty-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-servlet/1.1.2/843d2bfa22dbca72257bec2e073f75194c26540f/ktor-server-servlet-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-netty/1.1.2/f9dfd89ea9456eaafbaa46b060046e77c55e1677/ktor-server-netty-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-host-common/1.1.2/c5bdd52632fdfef3e1a471d02bb8590a2ad59cb9/ktor-server-host-common-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-jackson/1.1.2/b6190add7c0f0e9aa3f57b6c5b9ddc7f63ac6dcd/ktor-jackson-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-websockets/1.1.2/319d4762946ad6dfa955a98c651f3ffbbdbf55a0/ktor-websockets-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-server-core/1.1.2/71b2db5a5afb3c4c358b24e437562cb78596c543/ktor-server-core-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-jetty/1.1.2/6acf4d922f1e1df034236a142fc393c8646196ca/ktor-client-jetty-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-cio/1.1.2/d99d42ad21cfeeef2e87751fe5b71213138befa8/ktor-client-cio-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-core-jvm/1.1.2/63db9d8c8d6a48aff487fde6d192150c07ba33fe/ktor-client-core-jvm-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-network-tls/1.1.2/dd48f066e74be1edafb1a8182e99535b4b2f5b16/ktor-network-tls-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http-cio/1.1.2/4fe06819e0ae16990698ae33ff59f6e8248752da/ktor-http-cio-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http-jvm/1.1.2/fa57f596f6d0b555cf81aa73371aad5241c80591/ktor-http-jvm-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-network/1.1.2/43dafdb7bb371f06bf30ec18de672bb891f30e24/ktor-network-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-utils-jvm/1.1.2/96472e69cf652137796becf14c9a18b3fc179fac/ktor-utils-jvm-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.3.20/b1f3cb184c4ce4139741454df2f8fca5320f822d/kotlin-stdlib-jdk8-1.3.20.jar:/home/user/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-core/1.1.2/c6c5877fe26a9b90430f1f52e0eb9dbb95f4746b/ktor-client-core-1.1.2.jar:/home/user/.m2/repository/com/squareup/retrofit2/converter-gson/2.3.0/converter-gson-2.3.0.jar:/home/user/.m2/repository/com/squareup/retrofit2/retrofit/2.3.0/retrofit-2.3.0.jar:/home/user/.m2/repository/com/squareup/okhttp3/logging-interceptor/3.9.1/logging-interceptor-3.9.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.hibernate/hibernate-testing/5.4.1.Final/b148eab539995d12c1734dcf69e0c3a2d5e4039c/hibernate-testing-5.4.1.Final.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.hibernate/hibernate-core/5.4.1.Final/b08cf2177405f8065df907c15a2266157d8adbef/hibernate-core-5.4.1.Final.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.h2database/h2/1.0.60/bce45deceba13e33ee265e07804741f36cfcad72/h2-1.0.60.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.3.20/aa17d6fd473ce53061a7b2b9d2ae96f547cae93d/kotlin-stdlib-jdk7-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.module/jackson-module-kotlin/2.9.2/a9cf72ae68a641ade45c400b6cec2d363818f11b/jackson-module-kotlin-2.9.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.3.20/cd49eec32cf964333faf59e04b4085eac7008477/kotlin-reflect-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-io-jvm/0.1.4/12f07c9753eac74141408d7129b6346336ae1d57/kotlinx-coroutines-io-jvm-0.1.4.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io-jvm/0.1.4/831f297fc9808a3f5361815bb09a22b318b422fa/kotlinx-io-jvm-0.1.4.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http/1.1.2/81a1a975d6d7b761d61077d86a535e558ff79adc/ktor-http-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-utils/1.1.2/85f50962db0be7d8afc45fd17f2572c4f542f1db/ktor-utils-1.1.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/atomicfu/0.12.1/ea8088595d2d1ddf8f3dd1729b25ae5b09c7c17e/atomicfu-0.12.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8/1.1.1/830dbee69f68af66803b8b426e0a5f48be7a7db4/kotlinx-coroutines-jdk8-1.1.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.1.1/3d2b7321cdef9ebf9cb7729ea4f75a6f6457df86/kotlinx-coroutines-core-1.1.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-test-junit/1.3.20/63e4f3b5c93c70a7231ce6565b465e3b77c05f40/kotlin-test-junit-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-test/1.3.20/2c2cfc5de4d1311634e49f92f1c913565f3ccb06/kotlin-test-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.20/eb2a232734e09fcd1b958a5c7520a93c6de38b32/kotlin-stdlib-1.3.20.jar:/home/user/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.3.1/2cf7a6cc79732e3bdf1647d7404279900ca63eb0/config-1.3.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-alpn-openjdk8-server/9.4.11.v20180605/c1f528c935510d6aba2ddf7026d96cd43cdfb62e/jetty-alpn-openjdk8-server-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-alpn-java-server/9.4.11.v20180605/945e87a1ed91d7881e6264cb6e5b2467408f8650/jetty-alpn-java-server-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-alpn-server/9.4.11.v20180605/ec3b6afab2c074141f0faa71446bc41c6146f44b/jetty-alpn-server-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty.http2/http2-server/9.4.11.v20180605/6b3026400e31de4eac4735a6845a893f7f021160/http2-server-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.4.11.v20180605/58353c2f27515b007fc83ae22002feb34fc24714/jetty-server-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-servlets/9.4.11.v20180605/8301f94a8b8e4a8ed7c065984b18c02c4206b920/jetty-servlets-9.4.11.v20180605.jar:/home/user/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-io/0.1.4/ded464563533dec250e0a9ad502986817e738a4b/kotlinx-coroutines-io-0.1.4.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-common/1.1.1/7ed04382bdf0c89c5d87ac462aa4935ae8e85243/kotlinx-coroutines-core-common-1.1.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io/0.1.4/f8da9cfe05ff9a9160bf660ceed65a300b7900c5/kotlinx-io-0.1.4.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-test-annotations-common/1.3.20/161e5a5402d71a0d72be2f201b7394fd175cbc8f/kotlin-test-annotations-common-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-test-common/1.3.20/4fe0c19149ec4c64812dcdc6b61f348b695e95dc/kotlin-test-common-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.20/7d7934e26ce34da1a0a8d00e38038d7cf3375e89/kotlin-stdlib-common-1.3.20.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty.http2/http2-http-client-transport/9.4.11.v20180605/b686cb48df4b38a31876c6a3adda4b654604716a/http2-http-client-transport-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty.http2/http2-client/9.4.11.v20180605/339820bf5c760ddc2de380ce11e294738c4f052c/http2-client-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-alpn-openjdk8-client/9.4.11.v20180605/9a881b7f2c76973b72c5306fa3695012077bbc39/jetty-alpn-openjdk8-client-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-alpn-java-client/9.4.11.v20180605/143095a4dfef5fe5b803df93030677ac4cda71af/jetty-alpn-java-client-9.4.11.v20180605.jar:/home/user/.m2/repository/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.jar:/home/user/.m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.hibernate.common/hibernate-commons-annotations/5.1.0.Final/700aeedc4a2089816621948f0379e17cbd17d5db/hibernate-commons-annotations-5.1.0.Final.jar:/home/user/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar:/home/user/.gradle/caches/modules-2/files-2.1/javax.persistence/javax.persistence-api/2.2/25665ac8c0b62f50e6488173233239120fc52c96/javax.persistence-api-2.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.javassist/javassist/3.24.0-GA/d7466fc2e3af7c023e95c510f06448ad29b225b3/javassist-3.24.0-GA.jar:/home/user/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.5/38ceb06ae54ba0524d14a85fe84ed03aecef5078/byte-buddy-1.9.5.jar:/home/user/.gradle/caches/modules-2/files-2.1/antlr/antlr/2.7.7/83cd2cd674a217ade95a4bb83a8a14f351f48bd0/antlr-2.7.7.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/a8485cab9484dda36e9a8c319e76b5cc18797b58/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss/jandex/2.0.5.Final/7060f67764565b9ee9d467e3ed0cb8a9c601b23a/jandex-2.0.5.Final.jar:/home/user/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.glassfish.jaxb/jaxb-runtime/2.3.1/dd6dda9da676a54c5b36ca2806ff95ee017d8738/jaxb-runtime-2.3.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/javax.xml.bind/jaxb-api/2.3.1/8531ad5ac454cc2deb9d4d32c40c4d7451939b5d/jaxb-api-2.3.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/javax.activation/javax.activation-api/1.2.0/85262acf3ca9816f9537ca47d5adeabaead7cb16/javax.activation-api-1.2.0.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.dom4j/dom4j/2.1.1/3dce5dbb3571aa820c677fadd8349bfa8f00c199/dom4j-2.1.1.jar:/home/user/.m2/repository/junit/junit/4.12/junit-4.12.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss.byteman/byteman-bmunit/4.0.3/dc7e8294764ba449a0147a928a4f73b8cd210bc9/byteman-bmunit-4.0.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss.byteman/byteman/4.0.3/525275b5efdcf5322a50ce26e6597971053d1e50/byteman-4.0.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss.byteman/byteman-install/4.0.3/e818e511497127cbb3cd619d5e026e07a84df663/byteman-install-4.0.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.experlog/xapool/1.5.0/50efa02a81bc3fb0269acd6cf7ab4123f017b520/xapool-1.5.0.jar:/home/user/.gradle/caches/modules-2/files-2.1/log4j/log4j/1.2.17/5af35056b4d257e4b64b9e8069c0746e8b08629f/log4j-1.2.17.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss.jbossts/jbossjta/4.16.4.Final/11c929d01a67d9bece10783e125461e0ed3742ff/jbossjta-4.16.4.Final.jar:/home/user/.m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/atomicfu-common/0.12.1/f53bf7f1332fc363c218f043121eac0c6cb2d8ab/atomicfu-common-0.12.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/javax.servlet/javax.servlet-api/3.1.0/3cd63d075497751784b2fa84be59432f4905bf7c/javax.servlet-api-3.1.0.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-client/9.4.11.v20180605/be0622ef33de4239d0625c7a39c48a41c45d0675/jetty-client-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty.http2/http2-common/9.4.11.v20180605/c3505689e5be699d04298dde534f431382feaa83/http2-common-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty.http2/http2-hpack/9.4.11.v20180605/485673fa87b67e1e89986ba8668f7154fd071682/http2-hpack-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/9.4.11.v20180605/20c35f5336befe35b0bd5c4a63e07170fe7872d7/jetty-http-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-alpn-client/9.4.11.v20180605/f2b629044cd968bbe15f63778e4aaf095ac2fb5c/jetty-alpn-client-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-io/9.4.11.v20180605/d164de1dac18c4ca80a1b783d879c97449909c3b/jetty-io-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-continuation/9.4.11.v20180605/31f1e347d013356317164b86bbbc2a6ce5c5e871/jetty-continuation-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-util/9.4.11.v20180605/f0f25aa2f27d618a04bc7356fa247ae4a05245b3/jetty-util-9.4.11.v20180605.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty.alpn/alpn-api/1.1.3.v20160715/a1bf3a937f91b4c953acd13e8c9552347adc2198/alpn-api-1.1.3.v20160715.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.2/1d8d8cb7cf26920ba57fb61fa56da88cc123b21f/jackson-databind-2.9.2.jar:/home/user/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar:/home/user/.m2/repository/com/squareup/okio/okio/1.13.0/okio-1.13.0.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.glassfish.jaxb/txw2/2.3.1/a09d2c48d3285f206fafbffe0e50619284e92126/txw2-2.3.1.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.sun.istack/istack-commons-runtime/3.0.7/c197c86ceec7318b1284bffb49b54226ca774003/istack-commons-runtime-3.0.7.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jvnet.staxex/stax-ex/1.8/8cc35f73da321c29973191f2cf143d29d26a1df7/stax-ex-1.8.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.sun.xml.fastinfoset/FastInfoset/1.2.15/bb7b7ec0379982b97c62cd17465cb6d9155f68e8/FastInfoset-1.2.15.jar:/home/user/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.jboss.byteman/byteman-submit/4.0.3/e911d52f9a9ceffc7e2c70a5ff989c7cf51a4c9b/byteman-submit-4.0.3.jar:/home/user/.gradle/caches/modules-2/files-2.1/org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017/fecc7a23eb1cc8df0e5152f5276d36393a9d0bea/alpn-boot-8.1.13.v20181017.jar:/home/user/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.9.2/aed20e50152a2f19adc1995c8d8f307c7efa414d/jackson-core-2.9.2.jar:/home/user/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http2/4.1.24.Final/c0c0d9d20402e4493083447052b59d5680e88b2e/netty-codec-http2-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar:/home/user/.m2/repository/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar:/home/user/opt/idea/lib/idea_rt.jar, java.vm.vendor=Oracle Corporation, sun.arch.data.model=64, idea.test.cyclic.buffer.size=1048576, java.vendor.url=http://java.oracle.com/, user.timezone=Asia/Yekaterinburg, hibernate.connection.autocommit=true, os.name=Linux, java.vm.specification.version=1.8, user.country=US, sun.java.launcher=SUN_STANDARD, sun.boot.library.path=/usr/lib/jvm/jdk1.8.0_201/jre/lib/amd64, sun.java.command=com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 -junit4 com.example.ApplicationTest, sun.cpu.endian=little, user.home=/home/user, user.language=en, java.specification.vendor=Oracle Corporation, java.home=/usr/lib/jvm/jdk1.8.0_201/jre, file.separator=/, line.separator=
334, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, hibernate.cache.region.factory_class=org.hibernate.testing.cache.CachingRegionFactory@5910de75, jdbc.password=sa, sun.boot.class.path=/usr/lib/jvm/jdk1.8.0_201/jre/lib/resources.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/rt.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/sunrsasign.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jsse.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jce.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/charsets.jar:/usr/lib/jvm/jdk1.8.0_201/jre/lib/jfr.jar:/usr/lib/jvm/jdk1.8.0_201/jre/classes, hibernate.hbm2ddl.auto=create-drop, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=1.8.0_201-b09, user.name=user, path.separator=:, hibernate.connection.username=****, os.version=4.9.0-8-amd64, java.endorsed.dirs=/usr/lib/jvm/jdk1.8.0_201/jre/lib/endorsed, java.runtime.name=Java(TM) SE Runtime Environment, hibernate.connection.url=jdbc:h2:mem:mydb1;DB_CLOSE_DELAY=-1, file.encoding=UTF-8, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, hibernate.show_sql=true, hibernate.connection.driver_class=org.h2.Driver, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, java.io.tmpdir=/tmp, java.version=1.8.0_201, user.dir=/home/user/IdeaProjects/untitled, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.cfgxml.spi.LoadedConfig@4108fa66, hibernate.cache.use_second_level_cache=true, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vm.info=mixed mode, java.vendor=Oracle Corporation, java.vm.version=25.201-b09, hibernate.bytecode.use_reflection_optimizer=false, java.ext.dirs=/usr/lib/jvm/jdk1.8.0_201/jre/lib/ext:/usr/java/packages/lib/ext, sun.io.unicode.encoding=UnicodeLittle, java.class.version=52.0}
33502:18:06,320 DEBUG [JaccIntegrator] Skipping JACC integration as it was not enabled
33602:18:06,320 DEBUG [SessionFactoryImpl] Instantiated session factory
33702:18:06,320 DEBUG [TypeConfiguration$Scope] Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7e1a1da6] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@1f130eaf]
33802:18:06,321 DEBUG [ClassLoaderAccessImpl] Not known whether passed class name [com.example.db.User] is safe
33902:18:06,321 DEBUG [ClassLoaderAccessImpl] No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : com.example.db.User
34002:18:06,321 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
34102:18:06,321 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
34202:18:06,321 DEBUG [ClassLoaderAccessImpl] Not known whether passed class name [com.example.db.User] is safe
34302:18:06,321 DEBUG [ClassLoaderAccessImpl] No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : com.example.db.User
34402:18:06,321 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
34502:18:06,321 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
34602:18:06,322 DEBUG [AbstractEntityPersister] Static SQL for entity: com.example.db.User
34702:18:06,322 DEBUG [AbstractEntityPersister] Version select: select id from user where id =?
34802:18:06,322 DEBUG [AbstractEntityPersister] Snapshot select: select user_.id, user_.balance as balance2_0_, user_.chat_id as chat_id3_0_, user_.game as game4_0_, user_.name as name5_0_ from user user_ where user_.id=?
34902:18:06,322 DEBUG [AbstractEntityPersister] Insert 0: insert into user (balance, chat_id, game, name, id) values (?, ?, ?, ?, ?)
35002:18:06,322 DEBUG [AbstractEntityPersister] Update 0: update user set balance=?, chat_id=?, game=?, name=? where id=?
35102:18:06,322 DEBUG [AbstractEntityPersister] Delete 0: delete from user where id=?
35202:18:06,322 DEBUG [AbstractEntityPersister] Identity insert: insert into user (id, balance, chat_id, game, name) values (null, ?, ?, ?, ?)
35302:18:06,322 DEBUG [QuerySpacesImpl] Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@bc57b40]
35402:18:06,322 DEBUG [MetamodelGraphWalker] Visiting attribute path : balance
35502:18:06,322 DEBUG [MetamodelGraphWalker] Visiting attribute path : chatId
35602:18:06,322 DEBUG [MetamodelGraphWalker] Visiting attribute path : game
35702:18:06,322 DEBUG [MetamodelGraphWalker] Visiting attribute path : name
35802:18:06,322 DEBUG [FetchStyleLoadPlanBuildingAssociationVisitationStrategy] Building LoadPlan...
35902:18:06,322 DEBUG [LoadQueryJoinAndFetchProcessor] processing queryspace <gen:0>
36002:18:06,322 DEBUG [LoadPlanTreePrinter] LoadPlan(entity=com.example.db.User)
361 - Returns
362 - EntityReturnImpl(entity=com.example.db.User, querySpaceUid=<gen:0>, path=com.example.db.User)
363 - QuerySpaces
364 - EntityQuerySpaceImpl(uid=<gen:0>, entity=com.example.db.User)
365 - SQL table alias mapping - user0_
366 - alias suffix - 0_
367 - suffixed key columns - {id1_0_0_}
368
36902:18:06,322 DEBUG [EntityLoader] Static select for entity com.example.db.User [NONE]: select user0_.id as id1_0_0_, user0_.balance as balance2_0_0_, user0_.chat_id as chat_id3_0_0_, user0_.game as game4_0_0_, user0_.name as name5_0_0_ from user user0_ where user0_.id=?
37002:18:06,322 DEBUG [QuerySpacesImpl] Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@655a5d9c]
37102:18:06,322 DEBUG [MetamodelGraphWalker] Visiting attribute path : balance
37202:18:06,323 DEBUG [MetamodelGraphWalker] Visiting attribute path : chatId
37302:18:06,323 DEBUG [MetamodelGraphWalker] Visiting attribute path : game
37402:18:06,323 DEBUG [MetamodelGraphWalker] Visiting attribute path : name
37502:18:06,323 DEBUG [FetchStyleLoadPlanBuildingAssociationVisitationStrategy] Building LoadPlan...
37602:18:06,323 DEBUG [LoadQueryJoinAndFetchProcessor] processing queryspace <gen:0>
37702:18:06,323 DEBUG [LoadPlanTreePrinter] LoadPlan(entity=com.example.db.User)
378 - Returns
379 - EntityReturnImpl(entity=com.example.db.User, querySpaceUid=<gen:0>, path=com.example.db.User)
380 - QuerySpaces
381 - EntityQuerySpaceImpl(uid=<gen:0>, entity=com.example.db.User)
382 - SQL table alias mapping - user0_
383 - alias suffix - 0_
384 - suffixed key columns - {id1_0_0_}
385
38602:18:06,323 DEBUG [EntityLoader] Static select for entity com.example.db.User [READ]: select user0_.id as id1_0_0_, user0_.balance as balance2_0_0_, user0_.chat_id as chat_id3_0_0_, user0_.game as game4_0_0_, user0_.name as name5_0_0_ from user user0_ where user0_.id=?
38702:18:06,323 DEBUG [Loader] Static select for action ACTION_MERGE on entity com.example.db.User: select user0_.id as id1_0_0_, user0_.balance as balance2_0_0_, user0_.chat_id as chat_id3_0_0_, user0_.game as game4_0_0_, user0_.name as name5_0_0_ from user user0_ where user0_.id=?
38802:18:06,323 DEBUG [Loader] Static select for action ACTION_REFRESH on entity com.example.db.User: select user0_.id as id1_0_0_, user0_.balance as balance2_0_0_, user0_.chat_id as chat_id3_0_0_, user0_.game as game4_0_0_, user0_.name as name5_0_0_ from user user0_ where user0_.id=?
38902:18:06,324 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
39002:18:06,324 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
39102:18:06,324 DEBUG [SQL] drop table user if exists
392Hibernate: drop table user if exists
39302:18:06,324 DEBUG [EnumType] Using NAMED-based conversion for Enum com.example.db.Game
39402:18:06,324 DEBUG [SQL] create table user (id integer generated by default as identity, balance double, chat_id bigint, game varchar(255), name varchar(255), primary key (id))
395Hibernate: create table user (id integer generated by default as identity, balance double, chat_id bigint, game varchar(255), name varchar(255), primary key (id))
39602:18:06,325 DEBUG [JtaPlatformInitiator] No JtaPlatform was specified, checking resolver
39702:18:06,325 DEBUG [JtaPlatformResolverInitiator] No JtaPlatformResolver was specified, using default [org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver]
39802:18:06,326 INFO [JtaPlatformInitiator] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform]
39902:18:06,326 DEBUG [NamedQueryRepository] Checking 0 named HQL queries
40002:18:06,326 DEBUG [NamedQueryRepository] Checking 0 named SQL queries
40102:18:06,326 DEBUG [SessionFactoryRegistry] Registering SessionFactory: a6f59bf2-2fdc-41ba-8919-cd78926852a2 (<unnamed>)
40202:18:06,326 DEBUG [SessionFactoryRegistry] Not binding SessionFactory to JNDI, no JNDI name configured
403
404javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: com.example.db.User
405
406 at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
407 at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
408 at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
409 at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:811)
410 at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:789)
411 at com.example.ApplicationTest$hibernate$2.accept(ApplicationTest.kt:54)
412 at com.example.ApplicationTest$hibernate$2.accept(ApplicationTest.kt:51)
413 at org.hibernate.testing.transaction.TransactionUtil.doInHibernate(TransactionUtil.java:323)
414 at com.example.ApplicationTest.hibernate(ApplicationTest.kt:51)
415 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
416 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
417 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
418 at java.lang.reflect.Method.invoke(Method.java:498)
419 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
420 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
421 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
422 at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
423 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
424 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
425 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
426 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
427 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
428 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
429 at java.lang.Thread.run(Thread.java:748)
430Caused by: org.hibernate.PersistentObjectException: detached entity passed to persist: com.example.db.User
431 at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:127)
432 at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:62)
433 at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:804)
434 ... 20 more