It just means that Apache dropped the connection before sending the request body (probably because the browser dropped the request before sending). It is normal and harmless (except for the space in the log files).
You didn't say which Tomcat version you are using, but it looks like an older one. Upgrading should suppress the error. "Yavuz SERT" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > > > i have an exception in my tomcat logs : > > > > 04.Jan.2008 13:42:25 org.apache.jk.common.HandlerRequest invoke > > SEVERE: Error decoding request > > java.io.IOException > > at > org.apache.jk.common.JkInputStream.receive(JkInputStream.java:252) > > at > org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:500) > > at > org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:352) > > at > org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) > > at > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675) > > at > org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) > > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav > a:683) > > at java.lang.Thread.run(Thread.java:534) > > 12 34 01 1c 02 04 00 08 48 54 54 50 2f 31 2e 31 | .4......HTTP/1.1 > > 00 00 22 2f 73 6d 73 68 74 74 70 70 72 6f 78 79 | .."/sss > > 2f 2f 53 6d 73 48 74 74 70 50 72 6f 78 79 53 65 | //SssSe > > 72 76 6c 65 74 00 00 0c 38 31 2e 32 31 2e 31 37 | rvlet...81.21.17 > > 33 2e 31 30 00 ff ff 00 10 73 70 67 77 2e 6b 6b | > 3.10.<EF><BF><BF><EF><BF><BF>..sss.do > > 74 63 65 6c 6c 2e 63 6f 6d 00 01 bb 01 00 05 a0 | > main.com..<EF><BE><BB>...<EF><BE><A0> > > 07 00 21 61 70 70 6c 69 63 61 74 69 6f 6e 2f 78 | ..!application/x > > 2d 77 77 77 2d 66 6f 72 6d 2d 75 72 6c 65 6e 63 | -www-form-urlenc > > 6f 64 65 64 00 a0 08 00 02 37 34 00 00 06 45 78 | > oded.<EF><BE><A0>...74...Ex > > 70 65 63 74 00 00 0c 31 30 30 2d 63 6f 6e 74 69 | pect...100-conti > > 6e 75 65 00 a0 0b 00 10 73 70 67 77 2e 6b 6b 74 | > nue.<EF><BE><A0>...sss.do > > 63 65 6c 6c 2e 63 6f 6d 00 00 0c 4d 61 78 2d 46 | main.com...Max-F > > 6f 72 77 61 72 64 73 00 00 02 31 30 00 08 00 07 | orwards...10.... > > 52 43 34 2d 4d 44 35 00 09 00 40 37 31 34 31 45 | [EMAIL PROTECTED] > > 36 33 38 37 43 36 44 35 34 30 31 38 46 33 36 42 | 6387C6D54018F36B > > 36 43 31 43 38 36 35 38 36 36 42 44 31 31 45 30 | 6C1C865866BD11E0 > > 30 46 34 44 46 46 46 33 39 33 32 33 42 34 34 39 | 0F4DFFF39323B449 > > 44 38 43 39 35 33 31 32 30 43 44 00 0b 00 80 ff | > D8C953120CD...<EF><BE><80><EF><BF><BF> > > 04.Oca.2008 13:42:37 org.apache.jk.common.ChannelSocket processConnection > > WARNING: processCallbacks status 2 > > > > i asked this error first to jakarta list bu they reply me to use tomcat > lists. But i searched tomcat bugs database for this error and found a > comment : "this problem is related to jk connector" > > is it related whit tomcat or jk? > > > > My environment: solaris 10, apache 2.2.6 with mod_proxy, mod_proxy_http, > mod_proxy_ajp. tomcat-5.0.28.. Actually i'm using ajp connections to two > tomcat instances.. what is the problem? > > > > Thanks > > > > yavuz > > > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]