Netty 3.2.0 Alpha1
Trustin Lee (이희승)
trustin at gmail.com
Wed Nov 25 02:28:45 EST 2009
Hi Thomas,
Do you have a test case that reproduces the problem? I'd like to take
a close look.
If you can build Netty by yourself, you can try to revert some changes
made between 3.1.5 and trunk, and let me know what is causing the
problem:
http://fisheye.jboss.org/browse/Netty/trunk/src/main/java/org/jboss/netty/channel/socket/nio/NioDatagramWorker.java?r1=1756&r2=1874&u=3&ignore=&k=
Thanks!
— Trustin Lee, http://gleamynode.net/
On Wed, Nov 25, 2009 at 5:58 AM, Thomas Bocek <bocek at ifi.uzh.ch> wrote:
> Hi,
>
> I just switched to 3.2.0 Alpha1 to try it out, but my testcases run very
> slow due to the following exception:
>
> WARNING: Unexpected exception in the selector loop.
> org.jboss.netty.channel.ChannelException: Failed to register a socket to
> the selector.
> at
> org.jboss.netty.channel.socket.nio.NioDatagramWorker$ChannelRegistionTask.run(NioDatagramWorker.java:858)
> at
> org.jboss.netty.channel.socket.nio.NioDatagramWorker.processRegisterTaskQueue(NioDatagramWorker.java:318)
> at
> org.jboss.netty.channel.socket.nio.NioDatagramWorker.run(NioDatagramWorker.java:256)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: java.nio.channels.ClosedChannelException
> at
> java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:167)
> at
> org.jboss.netty.channel.socket.nio.NioDatagramWorker$ChannelRegistionTask.run(NioDatagramWorker.java:847)
> ... 5 more
>
> Thomas
> _______________________________________________
> netty-dev mailing list
> netty-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-dev
>
More information about the netty-dev
mailing list