empty text?

Nitrostar nitrostar1 at gmail.com
Wed Mar 24 17:54:53 EDT 2010


Ohh very cool upgrades! I'm running now netty-3.2.0.BETA1

I'm running a web server, and I don't know what/how it's happening... I'm
handling around 5K reqs/second and I see this error very sporadically (maybe
once every 2 hours):

java.lang.IllegalArgumentException: empty text
        at
org.jboss.netty.handler.codec.http.HttpVersion.<init>(HttpVersion.java:103)
        at
org.jboss.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:68)
        at
org.jboss.netty.handler.codec.http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:81)
        at
org.jboss.netty.handler.codec.http.HttpMessageDecoder.decode(HttpMessageDecoder.java:198)
        at
org.jboss.netty.handler.codec.http.HttpMessageDecoder.decode(HttpMessageDecoder.java:107)
        at
org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:461)
        at
org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:434)
        at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
        at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
        at
org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:349)
        at
org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:281)
        at
org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:201)
        at
org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:46)
        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)


What can I do to provide more information?

-- 
View this message in context: http://n2.nabble.com/empty-text-tp4781335p4794161.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list