Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created June 27, 2014 14:58
Show Gist options
  • Select an option

  • Save normanmaurer/51fad2d74ea609d12646 to your computer and use it in GitHub Desktop.

Select an option

Save normanmaurer/51fad2d74ea609d12646 to your computer and use it in GitHub Desktop.
estSpdyEchoNotAutoRead(io.netty.testsuite.transport.socket.SocketSpdyEchoTest) Time elapsed: 0.003 sec <<< ERROR!
java.nio.channels.CancelledKeyException: null
at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:82)
at io.netty.channel.socket.nio.NioSocketChannel.doConnect(NioSocketChannel.java:194)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.connect(AbstractNioChannel.java:201)
at io.netty.channel.DefaultChannelPipeline$HeadContext.connect(DefaultChannelPipeline.java:1177)
at io.netty.channel.ChannelHandlerInvokerUtil.invokeConnectNow(ChannelHandlerInvokerUtil.java:117)
at io.netty.channel.DefaultChannelHandlerInvoker.invokeConnect(DefaultChannelHandlerInvoker.java:238)
at io.netty.channel.AbstractChannelHandlerContext.connect(AbstractChannelHandlerContext.java:411)
at io.netty.channel.AbstractChannelHandlerContext.connect(AbstractChannelHandlerContext.java:405)
at io.netty.channel.DefaultChannelPipeline.connect(DefaultChannelPipeline.java:956)
at io.netty.channel.AbstractChannel.connect(AbstractChannel.java:204)
at io.netty.bootstrap.Bootstrap$2.run(Bootstrap.java:165)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:333)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:824)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
at java.lang.Thread.run(Thread.java:744)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment