Vaerys_Dawn

WS Rewrite latest, Error unknow cause

Dec 15th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.26 KB | None | 0 0
  1. 12:02:33.342 [HttpClient@25538211-21] ERROR sx.blah.discord.Discord4J - Encountered websocket error:
  2. org.eclipse.jetty.io.EofException: null
  3.     at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:292)
  4.     at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:888)
  5.     at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:429)
  6.     at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:322)
  7.     at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:372)
  8.     at org.eclipse.jetty.websocket.common.io.FrameFlusher$Flusher.flush(FrameFlusher.java:153)
  9.     at org.eclipse.jetty.websocket.common.io.FrameFlusher$Flusher.process(FrameFlusher.java:217)
  10.     at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241)
  11.     at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224)
  12.     at org.eclipse.jetty.websocket.common.io.FrameFlusher.enqueue(FrameFlusher.java:382)
  13.     at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:614)
  14.     at org.eclipse.jetty.websocket.client.io.WebSocketClientConnection.outgoingFrame(WebSocketClientConnection.java:72)
  15.     at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:473)
  16.     at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:184)
  17.     at org.eclipse.jetty.websocket.common.io.IOState.onReadFailure(IOState.java:498)
  18.     at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:666)
  19.     at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:511)
  20.     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
  21.     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112)
  22.     at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261)
  23.     at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150)
  24.     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112)
  25.     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
  26.     at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122)
  27.     at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58)
  28.     at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201)
  29.     at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133)
  30.     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672)
  31.     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590)
  32.     at java.lang.Thread.run(Thread.java:745)
  33. Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host
  34.     at sun.nio.ch.SocketDispatcher.write0(Native Method)
  35.     at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
  36.     at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
  37.     at sun.nio.ch.IOUtil.write(IOUtil.java:51)
  38.     at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
  39.     at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:270)
  40.     ... 29 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment