Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. [Server] Iniciando y cargando todo lo necesario..
  2. [MLog-Init-Reporter] INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging.
  3. [main] INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10]
  4. [Thread-1] INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 5000, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 15eibl2a1xqdkf4dzaezu|64c64813, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 15eibl2a1xqdkf4dzaezu|64c64813, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://8.26.94.179:3306/Discord, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {user=******, password=******, useSSL=false}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
  5. [Debug] RedisPool has connected with password
  6. [Debug] RedisPool has connected
  7. [Redis] Has been connected
  8. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
  9. [Debug] Has been subscribed to oschannel
  10. [main] INFO com.isnakebuzz.core.depends.jda.jda.api.JDA - Login Successful!
  11. [JDA MainWS-ReadThread] INFO com.isnakebuzz.core.depends.jda.jda.internal.requests.WebSocketClient - Connected to WebSocket
  12. [JDA MainWS-ReadThread] INFO com.isnakebuzz.core.depends.jda.jda.api.JDA - Finished Loading!
  13. [Debug] El mensaje saldra en 3h 13m 38s
  14. [Server] Todo fue cargado he iniciado correctamente.
  15. java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
  16. at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118)
  17. at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:77)
  18. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:690)
  19. at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
  20. at com.isnakebuzz.latinbot.SQL.MySQL.lambda$preparedUpdate$1(MySQL.java:88)
  21. at java.lang.Thread.run(Thread.java:748)
  22. Caused by: com.mchange.v2.resourcepool.TimeoutException: A client timed out while waiting to acquire a resource from com.mchange.v2.resourcepool.BasicResourcePool@4941bed4 -- timeout at awaitAvailable()
  23. at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1467)
  24. at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:644)
  25. at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:554)
  26. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:758)
  27. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:685)
  28. ... 3 more
  29. [Debug] false
  30. [Debug] true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement