Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 36297 invoked from network); 1 Feb 2001 00:16:18 -0000 Received: from granger.mail.mindspring.net (207.69.200.148) by h31.sny.collab.net with SMTP; 1 Feb 2001 00:16:18 -0000 Received: from grumman (pool-63.52.220.1.ipls.grid.net [63.52.220.1]) by granger.mail.mindspring.net (8.9.3/8.8.5) with SMTP id TAA23138 for ; Wed, 31 Jan 2001 19:16:20 -0500 (EST) From: "Keith Wannamaker" To: Subject: RE: Problem with mod_jk and ajp13 Date: Wed, 31 Jan 2001 19:15:12 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi Peter, this may be related to a problem that was fixed recently in CVS. Please try a nightly 3.3 build: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ Keith -----Original Message----- From: Peter Dai [mailto:PeterD@OPLINK.com] Sent: Wednesday, January 31, 2001 6:43 PM To: tomcat-dev@jakarta.apache.org Subject: RE: Problem with mod_jk and ajp13 Dan, Thanks for the help. I changed to tomcat 3.2.1 and it worked for large size POST with parameters. However, it still fails for POST with object, and here is the stack trace: Thanks, Peter java.io.StreamCorruptedException: Caught EOFException while reading the stream header at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:727) at java.io.ObjectInputStream.(ObjectInputStream.java:165) at com.oplink.servlets.ObjectRequestServlet.doPost(ObjectRequestServlet.java:82 )