org.apache.commons.httpclient.NoHttpResponseException

Files and folders downloader add-on with resume support.
Post Reply
vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

org.apache.commons.httpclient.NoHttpResponseException

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: org.apache.commons.httpclient.NoHttpResponseException

Post by support »

Try:
<PARAM NAME="retry" VALUE="5">

Post Reply