0 Replies Latest reply on Sep 1, 2005 1:20 AM by kmohamed1000

    Problems with HttpClient, Please help!!

    kmohamed1000

      I am currently running an application in jboss-3.2.6RC1. Randomly I get the following errors when trying to access my database (MySQL 4.1.x.x with MyODBC 3.51.06)

      2005-09-01 00:06:17,656 INFO [org.apache.commons.httpclient.HttpMethodBase] Recoverable exception caught when processing request
      2005-09-01 00:06:17,656 WARN [org.apache.commons.httpclient.HttpMethodBase] Recoverable exception caught but MethodRetryHandler.retryMethod() returned false, rethrowing exception

      Once I receive this error any calls to my database throws the same error and the code is not allowed to execute unless I restart JBoss, then the code executes all database calls without any problems.

      These calls to the database are being made from a Struts Action, a JSP or an EJB. I am not sure where I should begin looking for the problems, any suggestion will be highly appreciated.

      Thanks in advance.