DecodeStudios

Error gamelift

Dec 15th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. 19:51:39,682 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-2 - SDK connected: /127.0.0.1:56352
  2. 19:51:39,682 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-1 - SDK connected: /127.0.0.1:56351
  3. 19:51:39,682 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-2 - SDK pid is 4396, sdkVersion is 3.2.1 and sdkLanguage is Cpp
  4. 19:51:39,682 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-2 - NOTE: Only SDK versions 3.1.5 and above are supported in GameLiftLocal!
  5. 19:51:39,682 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-1 - SDK pid is 4396, sdkVersion is 3.2.1 and sdkLanguage is Cpp
  6. 19:51:39,683 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-1 - NOTE: Only SDK versions 3.1.5 and above are supported in GameLiftLocal!
  7. 19:51:40,354 ERROR || - [DefaultExceptionListener] nioEventLoopGroup-3-2 - An existing connection was forcibly closed by the remote host
  8. java.io.IOException: An existing connection was forcibly closed by the remote host
  9. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  10. at sun.nio.ch.SocketDispatcher.read(Unknown Source)
  11. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
  12. at sun.nio.ch.IOUtil.read(Unknown Source)
  13. at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
  14. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
  15. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
  16. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372)
  17. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123)
  18. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
  19. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
  20. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
  21. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
  22. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  23. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
  24. at java.lang.Thread.run(Unknown Source)
  25. 19:51:40,354 ERROR || - [DefaultExceptionListener] nioEventLoopGroup-3-1 - An existing connection was forcibly closed by the remote host
  26. java.io.IOException: An existing connection was forcibly closed by the remote host
  27. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  28. at sun.nio.ch.SocketDispatcher.read(Unknown Source)
  29. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
  30. at sun.nio.ch.IOUtil.read(Unknown Source)
  31. at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
  32. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
  33. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
  34. at io.netty.buffer.WrappedByteBuf.writeBytes(WrappedByteBuf.java:813)
  35. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372)
  36. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123)
  37. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
  38. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
  39. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
  40. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
  41. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  42. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
  43. at java.lang.Thread.run(Unknown Source)
  44. 19:51:40,390 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-2 - SDK disconnected: /127.0.0.1:56352
  45. 19:51:40,391 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-1 - SDK disconnected: /127.0.0.1:56351
  46. 19:51:40,391 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-2 - SDK pid is 4396
  47. 19:51:40,392 INFO || - [SDKListenerImpl] nioEventLoopGroup-3-1 - SDK pid is 4396
  48. 19:51:40,392 INFO || - [GameTerminationManager] nioEventLoopGroup-3-2 - Handling process disconnect event for PID: 4396
  49. 19:51:40,393 INFO || - [GameTerminationManager] nioEventLoopGroup-3-1 - Handling process disconnect event for PID: 4396
  50. 19:51:40,395 ERROR || - [DefaultExceptionListener] nioEventLoopGroup-3-1 - java.lang.NullPointerException
  51. com.corundumstudio.socketio.handler.SocketIOException: java.lang.NullPointerException
  52. at com.corundumstudio.socketio.annotation.OnDisconnectScanner$1.onDisconnect(OnDisconnectScanner.java:42)
  53. at com.corundumstudio.socketio.namespace.Namespace.onDisconnect(Namespace.java:179)
  54. at com.corundumstudio.socketio.transport.NamespaceClient.onDisconnect(NamespaceClient.java:115)
  55. at com.corundumstudio.socketio.handler.ClientHead.onChannelDisconnect(ClientHead.java:181)
  56. at com.corundumstudio.socketio.transport.WebSocketTransport.channelInactive(WebSocketTransport.java:144)
  57. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  58. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  59. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  60. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  61. at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:417)
  62. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  63. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  64. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  65. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  66. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  67. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  68. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  69. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  70. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  71. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  72. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  73. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  74. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  75. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  76. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  77. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  78. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  79. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  80. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  81. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377)
  82. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342)
  83. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  84. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  85. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
  86. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1329)
  87. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
  88. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
  89. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:908)
  90. at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:744)
  91. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
  92. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
  93. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:462)
  94. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  95. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
  96. at java.lang.Thread.run(Unknown Source)
  97. Caused by: java.lang.NullPointerException
  98. at com.amazon.gamelift.managers.HostProcessManager.getGameSessionIdByPid(HostProcessManager.java:101)
  99. at com.amazon.gamelift.managers.GameTerminationManager.handleProcessDisconnect(GameTerminationManager.java:24)
  100. at com.amazon.gamelift.SDKListenerImpl.onDisconnect(SDKListenerImpl.java:69)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104. at java.lang.reflect.Method.invoke(Unknown Source)
  105. at com.corundumstudio.socketio.annotation.OnDisconnectScanner$1.onDisconnect(OnDisconnectScanner.java:40)
  106. ... 44 more
Add Comment
Please, Sign In to add comment