Advertisement
Guest User

Untitled

a guest
Jun 20th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.05 KB | None | 0 0
  1. ➜ 0.6-snapshot-20150620 java -jar cardshifter-server-0.6-SNAPSHOT.jar
  2. Cannot read properties: java.io.FileNotFoundException: server.properties (No such file or directory), using defaults.
  3. No security manager has been installed, you need to install one to be protected against malicious mods, please refer to the documentation to install a correct security manager.
  4. CONTINUE AT YOUR OWN RISK
  5. Do you want to continue without a security manager? (y/n)
  6. y
  7. [2015-06-20 20:22:58,912] WARN ModCollection [ main] ( ModCollection.java: 56) - /Users/francisveilleux-gaboury/cardshifter-mods not found. No external mods loaded
  8. [2015-06-20 20:22:58,982] WARN ModCollection [ main] ( ModCollection.java: 56) - extra-mods not found. No external mods loaded
  9. [2015-06-20 20:22:58,982] INFO MainServer [ main] ( MainServer.java: 70) - Starting Server...
  10. [2015-06-20 20:22:59,070] INFO ServerSock [ main] ( ServerSock.java: 58) - Starting Socket server at port 4242...
  11. [2015-06-20 20:22:59,075] INFO ServerSock [ main] ( ServerSock.java: 60) - Socket server started.
  12. [2015-06-20 20:22:59,075] INFO ServerSock [ Thread-0] ( ServerSock.java: 38) - Waiting for client nr: 1...
  13. [2015-06-20 20:22:59,147] INFO ServerWeb [ main] ( ServerWeb.java: 91) - Starting WebSocket server at port 4243...
  14. [2015-06-20 20:22:59,148] INFO ServerWeb [ main] ( ServerWeb.java: 93) - WebSocket server started
  15. [2015-06-20 20:22:59,148] INFO MainServer [ main] ( MainServer.java: 75) - Starting Console...
  16. [2015-06-20 20:22:59,247] INFO Server [ main] ( Server.java:158) - New client: 2: @ FakeAI: com.cardshifter.ai.ScoringAI@27808f31
  17. [2015-06-20 20:22:59,248] INFO Handlers [ main] ( Handlers.java: 67) - Login request: AI Loser for client 2: @ FakeAI: com.cardshifter.ai.ScoringAI@27808f31
  18. [2015-06-20 20:22:59,248] INFO Handlers [ main] ( Handlers.java: 72) - Client is welcome!
  19. [2015-06-20 20:22:59,249] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: WelcomeMessage [status=200, userId=2, message=OK]
  20. [2015-06-20 20:22:59,259] INFO ChatArea [ main] ( ChatArea.java: 31) - ChatArea:1Main broadcast: ChatMessage [chatId=1, message=AI Loser has joined the chat, from=Server Chat 1]
  21. [2015-06-20 20:22:59,261] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: ChatMessage [chatId=1, message=AI Loser has joined the chat, from=Server Chat 1]
  22. [2015-06-20 20:22:59,262] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: AvailableModsMessage [mods=[]]
  23. [2015-06-20 20:22:59,265] INFO Server [ main] ( Server.java:158) - New client: 3: @ FakeAI: com.cardshifter.ai.ScoringAI@26a7b76d
  24. [2015-06-20 20:22:59,265] INFO Handlers [ main] ( Handlers.java: 67) - Login request: AI Idiot for client 3: @ FakeAI: com.cardshifter.ai.ScoringAI@26a7b76d
  25. [2015-06-20 20:22:59,266] INFO Handlers [ main] ( Handlers.java: 72) - Client is welcome!
  26. [2015-06-20 20:22:59,266] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: WelcomeMessage [status=200, userId=3, message=OK]
  27. [2015-06-20 20:22:59,266] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: UserStatusMessage [userId=3, status=ONLINE, name=AI Idiot]
  28. [2015-06-20 20:22:59,267] INFO ChatArea [ main] ( ChatArea.java: 31) - ChatArea:1Main broadcast: ChatMessage [chatId=1, message=AI Idiot has joined the chat, from=Server Chat 1]
  29. [2015-06-20 20:22:59,269] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: ChatMessage [chatId=1, message=AI Idiot has joined the chat, from=Server Chat 1]
  30. [2015-06-20 20:22:59,270] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: ChatMessage [chatId=1, message=AI Idiot has joined the chat, from=Server Chat 1]
  31. [2015-06-20 20:22:59,270] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: AvailableModsMessage [mods=[]]
  32. [2015-06-20 20:22:59,270] INFO Server [ main] ( Server.java:158) - New client: 4: @ FakeAI: com.cardshifter.ai.ScoringAI@7ce6a65d
  33. [2015-06-20 20:22:59,270] INFO Handlers [ main] ( Handlers.java: 67) - Login request: AI Medium for client 4: @ FakeAI: com.cardshifter.ai.ScoringAI@7ce6a65d
  34. [2015-06-20 20:22:59,270] INFO Handlers [ main] ( Handlers.java: 72) - Client is welcome!
  35. [2015-06-20 20:22:59,270] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Medium: WelcomeMessage [status=200, userId=4, message=OK]
  36. [2015-06-20 20:22:59,271] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: UserStatusMessage [userId=4, status=ONLINE, name=AI Medium]
  37. [2015-06-20 20:22:59,271] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: UserStatusMessage [userId=4, status=ONLINE, name=AI Medium]
  38. [2015-06-20 20:22:59,271] INFO ChatArea [ main] ( ChatArea.java: 31) - ChatArea:1Main broadcast: ChatMessage [chatId=1, message=AI Medium has joined the chat, from=Server Chat 1]
  39. [2015-06-20 20:22:59,272] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: ChatMessage [chatId=1, message=AI Medium has joined the chat, from=Server Chat 1]
  40. [2015-06-20 20:22:59,272] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: ChatMessage [chatId=1, message=AI Medium has joined the chat, from=Server Chat 1]
  41. [2015-06-20 20:22:59,272] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Medium: ChatMessage [chatId=1, message=AI Medium has joined the chat, from=Server Chat 1]
  42. [2015-06-20 20:22:59,272] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Medium: AvailableModsMessage [mods=[]]
  43. [2015-06-20 20:22:59,273] INFO Server [ main] ( Server.java:158) - New client: 5: @ FakeAI: com.cardshifter.ai.ScoringAI@e874448
  44. [2015-06-20 20:22:59,273] INFO Handlers [ main] ( Handlers.java: 67) - Login request: AI Fighter for client 5: @ FakeAI: com.cardshifter.ai.ScoringAI@e874448
  45. [2015-06-20 20:22:59,273] INFO Handlers [ main] ( Handlers.java: 72) - Client is welcome!
  46. [2015-06-20 20:22:59,274] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Fighter: WelcomeMessage [status=200, userId=5, message=OK]
  47. [2015-06-20 20:22:59,274] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: UserStatusMessage [userId=5, status=ONLINE, name=AI Fighter]
  48. [2015-06-20 20:22:59,274] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: UserStatusMessage [userId=5, status=ONLINE, name=AI Fighter]
  49. [2015-06-20 20:22:59,274] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Medium: UserStatusMessage [userId=5, status=ONLINE, name=AI Fighter]
  50. [2015-06-20 20:22:59,275] INFO ChatArea [ main] ( ChatArea.java: 31) - ChatArea:1Main broadcast: ChatMessage [chatId=1, message=AI Fighter has joined the chat, from=Server Chat 1]
  51. [2015-06-20 20:22:59,275] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Loser: ChatMessage [chatId=1, message=AI Fighter has joined the chat, from=Server Chat 1]
  52. [2015-06-20 20:22:59,275] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Fighter: ChatMessage [chatId=1, message=AI Fighter has joined the chat, from=Server Chat 1]
  53. [2015-06-20 20:22:59,275] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Idiot: ChatMessage [chatId=1, message=AI Fighter has joined the chat, from=Server Chat 1]
  54. [2015-06-20 20:22:59,275] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Medium: ChatMessage [chatId=1, message=AI Fighter has joined the chat, from=Server Chat 1]
  55. [2015-06-20 20:22:59,275] INFO Log4jAdapter [ main] ( Log4jAdapter.java: 16) - Send to AI Fighter: AvailableModsMessage [mods=[]]
  56. [2015-06-20 20:22:59,281] INFO MainServer [ main] ( MainServer.java: 93) - Started
  57. [2015-06-20 20:23:39,959] INFO ServerSock [ Thread-0] ( ServerSock.java: 41) - Incoming connection from /127.0.0.1:63606
  58. [2015-06-20 20:23:39,960] INFO Server [ Thread-0] ( Server.java:158) - New client: 6: @ /127.0.0.1:63606
  59. [2015-06-20 20:23:39,999] INFO ServerSock [ Thread-0] ( ServerSock.java: 38) - Waiting for client nr: 2...
  60. [2015-06-20 20:23:39,999] INFO ClientSocketHandler [ Conn-0] (ClientSocketHandler.java: 66) - Listening for messages using com.cardshifter.server.clients.JsonSerialization@7f95d49f
  61. [2015-06-20 20:23:40,171] INFO ClientSocketHandler [ Conn-0] (ClientSocketHandler.java: 89) - Received from 6: @ /127.0.0.1:63606: com.cardshifter.api.incoming.LoginMessage@19000a02
  62. [2015-06-20 20:23:40,172] INFO Handlers [ Conn-0] ( Handlers.java: 67) - Login request: Phrancis for client 6: @ /127.0.0.1:63606
  63. [2015-06-20 20:23:40,183] INFO Handlers [ Conn-0] ( Handlers.java: 72) - Client is welcome!
  64. [2015-06-20 20:23:40,184] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: WelcomeMessage [status=200, userId=6, message=OK]
  65. [2015-06-20 20:23:40,311] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Loser: UserStatusMessage [userId=6, status=ONLINE, name=Phrancis]
  66. [2015-06-20 20:23:40,326] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Idiot: UserStatusMessage [userId=6, status=ONLINE, name=Phrancis]
  67. [2015-06-20 20:23:40,326] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Medium: UserStatusMessage [userId=6, status=ONLINE, name=Phrancis]
  68. [2015-06-20 20:23:40,327] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Fighter: UserStatusMessage [userId=6, status=ONLINE, name=Phrancis]
  69. [2015-06-20 20:23:40,328] INFO ChatArea [ Conn-0] ( ChatArea.java: 31) - ChatArea:1Main broadcast: ChatMessage [chatId=1, message=Phrancis has joined the chat, from=Server Chat 1]
  70. [2015-06-20 20:23:40,328] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: ChatMessage [chatId=1, message=Phrancis has joined the chat, from=Server Chat 1]
  71. [2015-06-20 20:23:40,330] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Loser: ChatMessage [chatId=1, message=Phrancis has joined the chat, from=Server Chat 1]
  72. [2015-06-20 20:23:40,331] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Fighter: ChatMessage [chatId=1, message=Phrancis has joined the chat, from=Server Chat 1]
  73. [2015-06-20 20:23:40,331] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Idiot: ChatMessage [chatId=1, message=Phrancis has joined the chat, from=Server Chat 1]
  74. [2015-06-20 20:23:40,331] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to AI Medium: ChatMessage [chatId=1, message=Phrancis has joined the chat, from=Server Chat 1]
  75. [2015-06-20 20:23:40,331] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: AvailableModsMessage [mods=[Mythos, Cyborg-Chronicles]]
  76. [2015-06-20 20:23:40,402] INFO ClientSocketHandler [ Conn-0] (ClientSocketHandler.java: 89) - Received from 6: Phrancis @ /127.0.0.1:63606: ServerQueryMessage: Request USERS message:
  77. [2015-06-20 20:23:40,404] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: UserStatusMessage [userId=2, status=ONLINE, name=AI Loser]
  78. [2015-06-20 20:23:40,414] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: UserStatusMessage [userId=3, status=ONLINE, name=AI Idiot]
  79. [2015-06-20 20:23:40,414] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: UserStatusMessage [userId=4, status=ONLINE, name=AI Medium]
  80. [2015-06-20 20:23:40,415] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: UserStatusMessage [userId=5, status=ONLINE, name=AI Fighter]
  81. [2015-06-20 20:23:40,415] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: UserStatusMessage [userId=6, status=ONLINE, name=Phrancis]
  82. [2015-06-20 20:27:17,169] INFO ClientSocketHandler [ Conn-0] (ClientSocketHandler.java: 89) - Received from 6: Phrancis @ /127.0.0.1:63606: ServerQueryMessage: Request DECK_BUILDER message: null
  83. [2015-06-20 20:27:17,170] ERROR Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 21) - Error performing incoming message from 6: Phrancis @ /127.0.0.1:63606
  84. java.lang.NullPointerException
  85. at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
  86. at java.util.Collections$UnmodifiableMap.get(Collections.java:1454)
  87. at com.cardshifter.server.model.Handlers.query(Handlers.java:45)
  88. at com.cardshifter.server.model.Server$$Lambda$5/1555690610.handle(Unknown Source)
  89. at com.cardshifter.core.messages.IncomingHandler.perform(IncomingHandler.java:60)
  90. at com.cardshifter.server.model.Server.performIncoming(Server.java:298)
  91. at com.cardshifter.api.ClientIO.sentToServer(ClientIO.java:45)
  92. at com.cardshifter.server.clients.ClientSocketHandler.incomingMess(ClientSocketHandler.java:105)
  93. at com.cardshifter.server.clients.ClientSocketHandler.lambda$run$1(ClientSocketHandler.java:69)
  94. at com.cardshifter.server.clients.ClientSocketHandler$$Lambda$58/429902435.messageReceived(Unknown Source)
  95. at com.cardshifter.server.clients.JsonSerialization.read(JsonSerialization.java:39)
  96. at com.cardshifter.server.clients.ClientSocketHandler.run(ClientSocketHandler.java:69)
  97. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  98. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  99. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  100. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  101. at java.lang.Thread.run(Thread.java:745)
  102. [2015-06-20 20:27:17,519] INFO Log4jAdapter [ Conn-0] ( Log4jAdapter.java: 16) - Send to Phrancis: ServerErrorMessage [message=java.lang.NullPointerException]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement