empty text?

Nitrostar nitrostar1 at gmail.com
Mon Mar 22 19:44:55 EDT 2010


Hi,

I keep seeing these for one reason or another:
java.lang.IllegalArgumentException: empty text
        at
org.jboss.netty.handler.codec.http.HttpVersion.<init>(HttpVersion.java:90)
        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:169)
        at
org.jboss.netty.handler.codec.http.HttpMessageDecoder.decode(HttpMessageDecoder.java:78)
        at
org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:454)
        at
org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:427)
        at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:345)
        at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:332)
        at
org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:339)
        at
org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:278)
        at
org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:198)
        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)


Any ideas? What else can I post/do to help debug this?

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


More information about the netty-users mailing list