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
: 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-length information that was calculated by ajax automatically, but the strange thing is sometime it get

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 users@tomcat.apache.org Sent: Monday, October 13, 2008 7:11 AM Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally Hi Mark, In order to find out if the problem

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 [EMAIL PROTECTED] To: Tomcat Users List users

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 users@tomcat.apache.org 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 to make

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 users@tomcat.apache.org Sent: Monday, October 13, 2008 10:34 AM Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally - Original Message - From: James

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

2008-10-13 Thread James Wang
Sent: Monday, October 13, 2008 7:11 AM Subject: Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally 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

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

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

2008-10-06 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 found

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-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

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 cause

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

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 are