Page 1 of 1

org.apache.commons.httpclient.NoHttpResponseException

Posted: Mon Dec 03, 2012 9:57 am
by vlad
Hi,

I'm having an user failing to use the download applet. Almost every time he tries, he gets the following error:

Code: Select all

[DEBUG] EntityEnclosingMethod - Request body sent
[DEBUG] HttpMethodDirector - Closing the connection.
[DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
[DEBUG] HttpConnection - Releasing connection back to connection manager.
[ERROR] HTTPDownloadTransfer - org.apache.commons.httpclient.NoHttpResponseException: The server example.com failed to respond
[INFO] HTTPDownloadTransfer - Download failed
Please let me know if there is a timeout setting that can be increased for allowing the web server more time to respond to a POST request. Also, is there a way to make the applet retry a download if the server fails to respond in time?

Thank you,

Vlad

Re: org.apache.commons.httpclient.NoHttpResponseException

Posted: Tue Dec 04, 2012 7:35 am
by support
Try:
<PARAM NAME="retry" VALUE="5">