Hi All,
I am new in Hibernate, and I am working for project (web app) of exam and I understand little hibernate I would to ask you , if this error occurs when the program starts :
[code] [size=85] Grave: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@56b0a0 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@1729c89 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 0, initialPoolSize -> 1, maxIdleTime -> 0, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1504d19 [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:mysql://localhost:3306/sesa?autoReconnect=true, properties -> {user=******, password=******, c3p0.max_statements=50, c3p0.maxPoolSize=200, c3p0.minPoolSize=1, c3p0.timeout=1800} ] , preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ] , factoryClassLocation -> null, numHelperThreads -> 3, poolOwnerIdentityToken -> 56b0a0 ] [size] [\code]
This error can stop a search function with error on method run() of a Thread?
Thanks!!!!!
|