You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by br...@homepoint.com on 2000/11/20 16:12:18 UTC

mod_jk and Incomplete Read error

I'm getting the following error when Apache attempts to send a servlet
request to Tomcat (running 3.2b):

sendorder
Incomplete read, deal with it 8188 2048
2000-11-20 11:07:21 - Ctx(  ): Exception in: R(  + /servlet/HPMain + null)
- java.lang.NullPointerException
        at HPMain.doPost(HPMain.java:96)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
<more stuff>
BAD packet 17487
In: : [B@8199 4/26161/8192
44 4f 66 31 05 01 1b 2d 2d 2d 20 64 65 62 75 67  | DOf1.......debug
20 70 6f 69 6e 74 20 31 30 20 2d 2d 2d 0a 2d 2d  | .point.10.......
2d 20 64 65 62 75 67 20 70 6f 69 6e 74 20 32 30  | ..debug.point.20
20 2d 2d 2d 0a 2d 2d 2d 20 64 65 62 75 67 20 70  | .........debug.p
6f 69 6e 74 20 33 30 20 2d 2d 2d 0a 3c 68 31 3e  | oint.30......h1.
45 72 72 6f 72 3a 20 35 30 30 3c 2f 68 31 3e 0d  | Error..500..h1..
0a 3c 68 32 3e 4c 6f 63 61 74 69 6f 6e 3a 2f 73  | ..h2.Location..s
65 72 76 6c 65 74 2f 48 50 4d 61 69 6e 3c 2f 68  | ervlet.HPMain..h
32 3e 3c 62 3e 49 6e 74 65 72 6e 61 6c 20 53 65  | 2..b.Internal.Se
72 76 6c 65 74 20 45 72 72 6f 72 3a 3c 2f 62 3e  | rvlet.Error...b.
3c 62 72 3e 3c 70 72 65 3e 6a 61 76 61 2e 6c 61  | .br..pre.java.la
<a lot more stuff>

If I try and access the servlet through the internal Http server on port
8080 it works.  Also - are the load balancing features working in 3.2b?  I
created a load balancing worker in the workers.properties file then
directed the Ajp13ConnectionHandler port to point at the load balancing
worker's port - but then I couldnt get the servlet to work even from the
internal Http port (connection failed error).

Thanks,

- Brent