atoulme opened a new issue #271:
URL: https://github.com/apache/incubator-tuweni/issues/271


   ```
   07:08:09.596 [vert.x-eventloop-thread-2] ERROR 
org.apache.tuweni.rlpx.vertx.VertxRLPxService - java.io.IOException: 
FAILED_TO_UNCOMPRESS(5)
   java.lang.IllegalArgumentException: java.io.IOException: 
FAILED_TO_UNCOMPRESS(5)
           at 
org.apache.tuweni.rlpx.RLPxConnection.readFrame(RLPxConnection.java:219)
           at 
org.apache.tuweni.rlpx.RLPxConnection.stream(RLPxConnection.java:146)
           at 
org.apache.tuweni.rlpx.vertx.VertxRLPxService$2.handle(VertxRLPxService.java:375)
           at 
org.apache.tuweni.rlpx.vertx.VertxRLPxService$2.handle(VertxRLPxService.java:338)
           at 
io.vertx.core.net.impl.NetSocketImpl$DataMessageHandler.handle(NetSocketImpl.java:376)
           at 
io.vertx.core.net.impl.NetSocketImpl.lambda$new$1(NetSocketImpl.java:97)
           at 
io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:237)
           at 
io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:127)
           at 
io.vertx.core.net.impl.NetSocketImpl.handleMessage(NetSocketImpl.java:356)
           at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366)
           at 
io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43)
           at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229)
           at 
io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:164)
           at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
           at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
           at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
           at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
           at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
           at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
           at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
           at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
           at 
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)
           at 
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
           at 
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
           at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
           at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
           at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
           at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
           at java.base/java.lang.Thread.run(Thread.java:832)
   Caused by: java.io.IOException: FAILED_TO_UNCOMPRESS(5)
           at org.xerial.snappy.SnappyNative.throw_error(SnappyNative.java:98)
           at org.xerial.snappy.SnappyNative.rawUncompress(Native Method)
           at org.xerial.snappy.Snappy.rawUncompress(Snappy.java:474)
           at org.xerial.snappy.Snappy.uncompress(Snappy.java:513)
           at org.xerial.snappy.Snappy.uncompress(Snappy.java:488)
           at 
org.apache.tuweni.rlpx.RLPxConnection.readFrame(RLPxConnection.java:217)
           ... 28 common frames omitted
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to