Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. Starting Hibernate-SQLite-embedded -> IndexTest
  2. IndexTest(thread=1, batch=5000) results:
  3. Persist failed: INTEGER *** Turn on verbose to print stack trace.
  4. Completed in 1 seconds.
  5. Jun 20, 2018 6:21:45 PM org.hibernate.annotations.common.Version <clinit>
  6. INFO: HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
  7. Jun 20, 2018 6:21:45 PM org.hibernate.Version logVersion
  8. INFO: HHH000412: Hibernate Core {4.1.0.Final}
  9. Jun 20, 2018 6:21:45 PM org.hibernate.cfg.Environment <clinit>
  10. INFO: HHH000206: hibernate.properties not found
  11. Jun 20, 2018 6:21:45 PM org.hibernate.cfg.Environment buildBytecodeProvider
  12. INFO: HHH000021: Bytecode provider name : javassist
  13. Jun 20, 2018 6:21:45 PM org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator instantiateExplicitConnectionProvider
  14. INFO: HHH000130: Instantiating explicit connection provider: org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
  15. Jun 20, 2018 6:21:45 PM org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider configure
  16. INFO: HHH010002: C3P0 using driver: org.sqlite.JDBC at URL: jdbc:sqlite:D:/jpab/temp/work/jpab9447704177.db
  17. Jun 20, 2018 6:21:45 PM org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider configure
  18. INFO: HHH000046: Connection properties: {autocommit=true, release_mode=on_close}
  19. Jun 20, 2018 6:21:45 PM org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider configure
  20. INFO: HHH000006: Autocommit mode: true
  21. Jun 20, 2018 6:21:45 PM com.mchange.v2.log.MLog <clinit>
  22. INFO: MLog clients using java 1.4+ standard logging.
  23. Jun 20, 2018 6:21:46 PM com.mchange.v2.c3p0.C3P0Registry banner
  24. INFO: Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  25. Jun 20, 2018 6:21:46 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
  26. INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@f586e836 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@dd978ab9 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2rwcn59w8uyy9292jgcl|784c3487, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1800, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@6d6da4d9 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 2rwcn59w8uyy9292jgcl|4b23c30a, jdbcUrl -> jdbc:sqlite:D:/jpab/temp/work/jpab9447704177.db, properties -> {autocommit=true, release_mode=on_close} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 2rwcn59w8uyy9292jgcl|6e6d5d29, numHelperThreads -> 3 ]
  27. Jun 20, 2018 6:21:46 PM org.hibernate.dialect.Dialect <init>
  28. INFO: HHH000400: Using dialect: dialect.SQLiteDialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement