Advertisement
yerzhik

Untitled

Jul 30th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. 27-Jul-2015 09:07:32.564 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 75913 ms
  2. Exception in thread "Thread-13" java.lang.NullPointerException
  3. at com.magnifi.simalgo.algorithm.ExecuteFieldingPositionOptimizationAlgo.optimizeFieldingPositions(ExecuteFieldingPositionOptimizationAlgo.java:40)
  4. at com.magnifi.simalgo.entities.game.GameEntity.nextStep(GameEntity.java:765)
  5. at com.magnifi.gameserv.threads.SimulatorThread.performNextStep(SimulatorThread.java:225)
  6. at com.magnifi.gameserv.threads.SimulatorThread.run(SimulatorThread.java:104)
  7. Exception in thread "Thread-10" java.lang.OutOfMemoryError: Java heap space
  8. at java.util.Properties$LineReader.<init>(Properties.java:405)
  9. at java.util.Properties.load(Properties.java:341)
  10. at com.magnifi.pennantrace.redis.RedisUtils.loadProperties(RedisUtils.java:51)
  11. at com.magnifi.pennantrace.redis.RedisUtils.getRedisPoolInstance(RedisUtils.java:36)
  12. at com.magnifi.gameserv.dbservers.DBServer.finishAuction(DBServer.java:215)
  13. at com.magnifi.gameserv.threads.SchedulerThread.finishAuctions(SchedulerThread.java:452)
  14. at com.magnifi.gameserv.threads.SchedulerThread.run(SchedulerThread.java:143)
  15.  
  16. Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-8"
  17. 30-Jul-2015 00:51:34.000 SEVERE [ajp-nio-8009-ClientPoller-0] org.apache.tomcat.util.net.NioEndpoint$Poller.run
  18. java.lang.OutOfMemoryError: Java heap space
  19. at java.util.HashMap.newKeyIterator(HashMap.java:968)
  20. at java.util.HashMap$KeySet.iterator(HashMap.java:1002)
  21. at java.util.HashSet.iterator(HashSet.java:170)
  22. at java.util.Collections$UnmodifiableCollection$1.<init>(Collections.java:1064)
  23. at java.util.Collections$UnmodifiableCollection.iterator(Collections.java:1063)
  24. at org.apache.tomcat.util.net.NioEndpoint$Poller.timeout(NioEndpoint.java:1283)
  25. at org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:1094)
  26. at java.lang.Thread.run(Thread.java:745)
  27.  
  28. 30-Jul-2015 01:00:25.370 SEVERE [http-nio-8080-ClientPoller-0] org.apache.tomcat.util.net.NioEndpoint$Poller.run
  29. java.lang.OutOfMemoryError: Java heap space
  30.  
  31. org.postgresql.util.PSQLException: Ran out of memory retrieving query results.
  32. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1898)
  33. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
  34. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:562)
  35. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:420)
  36. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:305)
  37. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:82)
  38. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:82)
  39. at com.magnifi.pennantrace.dao.games.GameListLeagueDao.getGamesByIDJDBC(GameListLeagueDao.java:339)
  40. at com.magnifi.gameserv.dbservers.DBServer.selectGames(DBServer.java:114)
  41. at com.magnifi.gameserv.threads.SchedulerThread.getGames(SchedulerThread.java:461)
  42. at com.magnifi.gameserv.threads.SchedulerThread.run(SchedulerThread.java:135)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement