Advertisement
Hamer2040

Untitled

May 4th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. 15:12:23,052 [67] INFO GameServer.LoginServerThread - Connecting to login on 139.162.191.177:28521
  2. 15:12:23,053 [67] INFO GameServer.LoginServerThread - Disconnected from Login, Trying to reconnect:
  3. 15:12:23,053 [67] INFO GameServer.LoginServerThread - java.net.ConnectException: Connection refused
  4. 15:12:28,053 [67] INFO GameServer.LoginServerThread - Connecting to login on 139.162.191.177:28521
  5. 15:12:28,057 [67] INFO GameServer.LoginServerThread - Disconnected from Login, Trying to reconnect:
  6. 15:12:28,057 [67] INFO GameServer.LoginServerThread - java.net.ConnectException: Connection refused
  7. 15:12:32,977 [30] WARNING GameServer.LoginServerThread - Ping thread error
  8. exception for this ^ message: java.lang.NullPointerException
  9. at GameServer.LoginServerThread$Ping.run(LoginServerThread.java:243)
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  11. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  12. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  13. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  14. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  15. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  16. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement