HttpRequest InputStream read timeout

  • Follow


Hi,I am getting a java.io.InterruptedIOException: Read timed out whentrying to read the input stream from the HttpRequest object. This isdone to get the form parameter values for content-type=multipart/form-dataThis application is deployed on a Websphere Application server andworking fine as a standalone application (Say Server 1). Another box(Say Server 2) is hosting a single servlet application to forward therequests to server 1. Server 2 was running fine. We have justredeployed the same EAR and now Server 1 is failing to read the inputstream from Server2.One strange thing is that a similar application as on Server 2 isrunning on production and staging environment by forwarding therequests to Server1, in which case Server 1 is successfully readingthe input stream from the HttpRequest object.Hope, I have not confused you a lot. There might some settings on theWebsphere or in the Application or on the network that is not allowingthe input stream to be read by the remote server.Any pointers or hint will be appreciated. You can also send me anemail at shaikhsn@gmail.comThanks & Regards,Shakir Shaikh
0
Reply shaikhsn (1) 3/15/2007 9:24:22 PM


0 Replies
475 Views

(page loaded in 0.025 seconds)

Similiar Articles:






7/25/2012 4:52:31 AM


Reply: