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: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for testing.

2008-10-16 Thread James Wang
the keepAlive in Apache httd server then it occurs 66 times/day only. It looks like it related the KeepAlive issue, but I learned from another thread I post on the Tomcat User mail-list, said that this problem can be resolved by using Tomcat http connector instead, Please have a check. Thanks. James

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

2008-10-13 Thread James Wang
Len error len :145 actualLen :0 SEVERE: formData Len error len :60 actualLen :0 Thanks Best Regards. James Wang On Mon, Oct 13, 2008 at 4:34 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: James Wang [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org

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

2008-10-12 Thread James Wang
get stuck on uploading the post body part always. Thanks. James Wang. On Mon, Oct 6, 2008 at 4:39 PM, Mark Thomas [EMAIL PROTECTED] wrote: James Wang wrote: Hi Mark, Would like to know if Request.getParameter(parm) return null is related to the SocketTimeoutException error, below was my

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-09-07 Thread James Wang
, will it cause too many connections opened in our apache httpd servers. Thanks a lot Best Regards. James Wang. On Fri, Sep 5, 2008 at 10:26 PM, Mark Thomas [EMAIL PROTECTED] wrote: James Wang wrote: Hi all, we are encountering java.net.SocketTimeoutException: Read timed out occasionally, wondering

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

2008-09-05 Thread James Wang
at org.apache.catalina.connector.Request.parseParameters(Request.java:2379) at org.apache.catalina.connector.Request.getParameter(Request.java:1005) at org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:353) -- -- -- Thanks Best Regards. James Wang