Vert.x - 事件总线在IE中关闭

时间:2013-01-15 17:34:03

标签: groovy vert.x

在Groovy中运行Vert.x服务器(Vert.x 1.3.0)并部署我们的模块和Web模块,在端口9099上运行(我运行的任何其他设备都没有使用)。在Firefox和Chrome中,事件总线似乎永远保持打开状态,但在IE中,事件总线在几秒钟后关闭,我明白了:

java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225)
at sun.nio.ch.IOUtil.read(IOUtil.java:193)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:59)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(AbstractNioWorker.java:471)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:332)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:35)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

此vert.x服务器的其他用户没有遇到此问题。有没有人见过这个?

1 个答案:

答案 0 :(得分:1)

这是1.3.1中修复的错误。

我建议你使用google小组提问,因为我不经常扫描stackoverflow。