Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.85 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
  31. [C3P0PooledConnectionPoolManager[identityToken->15eibl2a1xqdkf4dzaezu|64c64813]-HelperThread-#0] WARN com.mchange.v2.resourcepool.BasicResourcePool - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@789fd519 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  32. java.sql.SQLException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
  33. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
  34. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
  35. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
  36. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
  37. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
  38. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:76)
  39. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
  40. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
  41. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
  42. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)
  43. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  44. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  45. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  46. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  47. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  48. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  49. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  50. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  51. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  52. Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
  53. at sun.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
  54. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  55. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  56. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  57. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85)
  58. at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132)
  59. at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2234)
  60. at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2258)
  61. at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319)
  62. at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:966)
  63. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
  64. ... 12 more
  65. [C3P0PooledConnectionPoolManager[identityToken->15eibl2a1xqdkf4dzaezu|64c64813]-HelperThread-#0] WARN com.mchange.v2.resourcepool.BasicResourcePool - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@4941bed4 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  66. [C3P0PooledConnectionPoolManager[identityToken->15eibl2a1xqdkf4dzaezu|64c64813]-HelperThread-#0] WARN com.mchange.v2.resourcepool.BasicResourcePool - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@61152dc0 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  67. java.sql.SQLException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
  68. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
  69. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
  70. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
  71. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
  72. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
  73. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:76)
  74. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
  75. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
  76. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
  77. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)
  78. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  79. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  80. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  81. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  82. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  83. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  84. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  85. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  86. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  87. Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
  88. at sun.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
  89. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  90. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  91. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  92. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85)
  93. at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132)
  94. at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2234)
  95. at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2258)
  96. at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319)
  97. at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:966)
  98. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
  99. ... 12 more
  100. [C3P0PooledConnectionPoolManager[identityToken->15eibl2a1xqdkf4dzaezu|64c64813]-HelperThread-#0] WARN com.mchange.v2.resourcepool.BasicResourcePool - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@4941bed4 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  101. [C3P0PooledConnectionPoolManager[identityToken->15eibl2a1xqdkf4dzaezu|64c64813]-HelperThread-#0] WARN com.mchange.v2.resourcepool.BasicResourcePool - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@4c9dad8b -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  102. java.sql.SQLException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
  103. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
  104. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
  105. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
  106. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
  107. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
  108. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:76)
  109. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
  110. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
  111. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
  112. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)
  113. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  114. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  115. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  116. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  117. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  118. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  119. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  120. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  121. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  122. Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
  123. at sun.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
  124. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  125. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  126. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  127. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85)
  128. at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132)
  129. at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2234)
  130. at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2258)
  131. at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319)
  132. at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:966)
  133. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
  134. ... 12 more
  135. [C3P0PooledConnectionPoolManager[identityToken->15eibl2a1xqdkf4dzaezu|64c64813]-HelperThread-#0] WARN com.mchange.v2.resourcepool.BasicResourcePool - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@4941bed4 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement