exception during cleanup
jdv145
jandevries145 at fastmail.fm
Thu Dec 11 11:20:25 EST 2008
First some preliminary results of my usage of netty. I'm using it for a
server to host a boardgave made with flash. It's working way better then
expected and the only problems i have are pretty much only with flash. From
a developer's perspective java is way way better then flash. This also means
netty is working pretty much flawlessly. I will give a more elaborate
report (with some problems i faced which might be handy for the noobs), but
only after the game goes live (for now the game has pretty much only run in
a test environment with 10 ppl at most and artificial load generation). You
did a real good job. A lot of people which will be playing my game are
thankful for it ;). Im glad i made the jump from mina to netty, mina is
okay.. but i like netty better :).
Anyway, i just got an exception. It doesn't happpen often and I cant seem to
reproduce it (but i didn't really tried it either). Did i something wrong or
is there a bug in netty? If you need a stackdump you have to help me a
little cause i haven't made one ever :P.
11 Dec 2008 16:59:15,671 - ERROR New I/O server worker #1-1
gamehost.MessageDecoder - Invallid communication or other problem in the
MessageDecoder. Ipnr: 127.0.0.1
java.nio.channels.ClosedChannelException
at
org.jboss.netty.channel.socket.nio.NioWorker.cleanUpWriteBuffer(NioWorker.java:748)
at org.jboss.netty.channel.socket.nio.NioWorker.close(NioWorker.java:732)
at
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleAcceptedSocket(NioServerSocketPipelineSink.java:121)
at
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:78)
at
org.jboss.netty.handler.codec.string.StringEncoder.handleDownstream(StringEncoder.java:93)
at org.jboss.netty.channel.Channels.close(Channels.java:736)
at org.jboss.netty.channel.AbstractChannel.close(AbstractChannel.java:158)
at
org.jboss.netty.channel.ChannelFutureListener$1.operationComplete(ChannelFutureListener.java:45)
at
org.jboss.netty.channel.DefaultChannelFuture.notifyListener(DefaultChannelFuture.java:311)
at
org.jboss.netty.channel.DefaultChannelFuture.notifyListeners(DefaultChannelFuture.java:297)
at
org.jboss.netty.channel.DefaultChannelFuture.setSuccess(DefaultChannelFuture.java:250)
at
org.jboss.netty.channel.socket.nio.NioWorker.writeUnfair(NioWorker.java:460)
at org.jboss.netty.channel.socket.nio.NioWorker.write(NioWorker.java:411)
at
org.jboss.netty.channel.socket.nio.NioSocketChannel$WriteTask.run(NioSocketChannel.java:127)
at
org.jboss.netty.channel.socket.nio.NioWorker.processWriteTaskQueue(NioWorker.java:231)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:160)
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)
11 Dec 2008 16:59:20,671 - INFO New I/O server worker #1-4 gamehost.Tools -
Can't send to cha
--
View this message in context: http://n2.nabble.com/exception-during-cleanup-tp1643923p1643923.html
Sent from the Netty Developer Group mailing list archive at Nabble.com.
More information about the netty-dev
mailing list