Advertisement
Hamer2040

Untitled

May 8th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Settings
  2. Tailing file: /opt/ti/gameserver/log/stdout.log | Grep keyword: "" | Inverted: false
  3. 19:22:38,518 [1] INFO GameServer.GameServer - Cleaned 62272 from items
  4. 19:22:53,498 [11] WARNING org.apache.tomcat.jdbc.pool.ConnectionPool - Connection has been abandoned PooledConnection[org.mariadb.jdbc.MariaDbConnection@305c97c2]:java.lang.Exception
  5. at org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(ConnectionPool.java:1062)
  6. at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:779)
  7. at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:615)
  8. at org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(ConnectionPool.java:187)
  9. at org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:128)
  10. at core.DatabaseFactory.getConnection(DatabaseFactory.java:48)
  11. at GameServer.GameServer.cleanUpDB(GameServer.java:605)
  12. at GameServer.GameServer.(GameServer.java:131)
  13. at GameServer.GameServer.main(GameServer.java:932)
  14.  
  15. 19:22:56,142 [1] SEVERE GameServer.GameServer - Error cleanUp DB.
  16. exception for this ^ message: java.sql.SQLException: execute() is called on closed connection
  17. at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.prolog(AbstractQueryProtocol.java:1237)
  18. at org.mariadb.jdbc.MariaDbStatement.executeQueryProlog(MariaDbStatement.java:175)
  19. at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:242)
  20. at org.mariadb.jdbc.MariaDbStatement.executeUpdate(MariaDbStatement.java:389)
  21. at GameServer.GameServer.cleanUpDB(GameServer.java:633)
  22. at GameServer.GameServer.(GameServer.java:131)
  23. at GameServer.GameServer.main(GameServer.java:932)
  24.  
  25. 19:22:56,433 [1] INFO GameServer.idfactory.FastIdFactory - Found 5001 free objects id (total 5001 ids) - 271 ms
  26. 19:22:56,659 [1] INFO GameServer.idfactory.FastIdFactory - Found 5001 free objects id (total 10002 ids) - 225 ms
  27. 19:22:56,897 [1] INFO GameServer.idfactory.FastIdFactory - Found 5001 free objects id (total 15003 ids) - 236 ms
  28. 19:22:57,121 [1] INFO GameServer.idfactory.FastIdFactory - Found 5001 free objects id (total 20004 ids) - 224 ms
  29. 19:22:57,147 [20] CONFIG GameServer.model.World - World: Setting up World Regions
  30. 19:22:57,149 [20] CONFIG GameServer.model.World - World: (4 by 4) World Region Grid set up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement