Guest User

Untitled

a guest
Jul 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. INFO: autocommit mode: false
  2. 05:21:37,205 INFO MLog - MLog clients using log4j logging.
  3. 05:21:37,252 INFO C3P0Registry - Initializing c3p0-0.9.0 [built 11-July-2005 00:43:29 -0400; debug? true; trace: 10]
  4. 05:21:37,423 INFO PoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@d72200 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@1ce1bea [ 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, identityToken -> 1ce1bea, idleConnectionTestPeriod -> 0, initialPoolSize -> 5, maxIdleTime -> 1800, maxPoolSize -> 20, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1b54362 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1b54362, jdbcUrl -> jdbc:mysql://localhost/openreports, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryClassLocation -> null, identityToken -> d72200, numHelperThreads -> 3 ]
  5. 05:21:37,440 DEBUG BasicResourcePool - awaitAvailable(): [unknown]
  6. 05:21:37,440 DEBUG BasicResourcePool - trace com.mchange.v2.resourcepool.BasicResourcePool@113981b [managed: 0, unused: 0, excluded: 0]
  7. 05:21:37,572 DEBUG BasicResourcePool - An exception occurred while acquiring a resource.
  8. java.sql.SQLException: Access denied for user 'openreports'@'localhost' (using password: YES)
  9. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
  10. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2941)
  11. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:868)
  12. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3355)
  13. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1238)
  14. at com.mysql.jdbc.Connection.createNewIO(Connection.java:2743)
Add Comment
Please, Sign In to add comment