Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-11-05 Thread James Wang
Hi Mark & all, After using the Jpcap (java sniffer tool) to watch the http packets, We Finally found out the root cause of this problem is indeed the keep-live BUG of Internet Explorer, below is our finding for your reference : Finding 1 : When using AJAX to make http requests, Internet Explorer

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-15 Thread doktorkloebner
: Monday, October 13, 2008 11:35 AM > Subject: Re: question : encounter java.net.SocketTimeoutException: Read > timed out occasionally > > >> Hi Johnny, >> >> Yes, We are using ajax to make the post requests, and the header do >> include >> content-len

RE: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-13 Thread Martin Gainty
. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed > out occasionally > Date: Mon, 13 Oct 2008 13:10:55 +0200 > > > - Original Message - > From: "James Wang" &l

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-13 Thread Johnny Kewl
- Original Message - From: "James Wang" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, October 13, 2008 11:35 AM Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally Hi Johnny, Yes, We are using ajax

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-13 Thread James Wang
wrote: > > - Original Message - From: "James Wang" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday, October 13, 2008 7:11 AM > Subject: Re: question : encounter java.net.SocketTimeoutException: Read > timed out occasionally > &g

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-13 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, October 13, 2008 10:34 AM Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally - Original Message -

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-13 Thread Johnny Kewl
- Original Message - From: "James Wang" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, October 13, 2008 7:11 AM Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally Hi Mark, In order to

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-12 Thread James Wang
Hi Mark, In order to find out if the problem of Request.getParameter("parm") return null (missing post body part) is related to http keep-alive, We've tried to reduce the KeepaliveTimeout setting in Apache httpd server from 15 seconds to 5 seconds, the strange thing happened, We found the null p

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-06 Thread Mark Thomas
James Wang wrote: > Hi Mark, > > Would like to know if Request.getParameter("parm") return null is related to > the > SocketTimeoutException error, below was my finding that I posted last time > for > your reference . Unlikely. Mark

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-05 Thread James Wang
Hi Mark, Would like to know if Request.getParameter("parm") return null is related to the SocketTimeoutException error, below was my finding that I posted last time for your reference . Thanks. James. On Fri, Oct 3, 2008 at 9:50 AM, James Wang <[EMAIL PROTECTED]> wrote: > Hi Mark, > We also fou

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-02 Thread James Wang
Hi Mark, We also found sometimes the Request.getparameter("parm") statement was return null, wondering if it's connected to the SocketTimoutException error, So we made a mirror changes on org.apache.catalina.connector.Request.java trying to track what the Actual Length was each time when tomcat rea

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-09-07 Thread Mark Thomas
James Wang wrote: > Hi Mark, > Thanks for your suggestion, Yes, we are using apache httpd and enable > keep-alive (set 15 seconds), > and most users are using IE, don't know why it happened to IE users only, > would you please explain IE 'features' that don't follow the spec and therefore can cau

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-09-07 Thread James Wang
Hi Mark, Thanks for your suggestion, Yes, we are using apache httpd and enable keep-alive (set 15 seconds), and most users are using IE, don't know why it happened to IE users only, would you please explain it to us more in details. another questions is if we disable the keep-alive, will it cause

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-09-05 Thread Mark Thomas
James Wang wrote: > Hi all, > > we are encountering java.net.SocketTimeoutException: Read timed out > occasionally, > wondering if it's something related to network problem, > Would highly appreciate if someone can help, following are the program stack If the client is IE, the server httpd and you

question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-09-05 Thread James Wang
Hi all, we are encountering java.net.SocketTimeoutException: Read timed out occasionally, wondering if it's something related to network problem, Would highly appreciate if someone can help, following are the program stack found in tomcat log for your reference : WARNING: Exception thrown whilst