HttpMethodDirector.java per javadocs:
"Handles the process of executing a method including authentication, redirection and retries."

So it looks like "code" is attempting to establish an http connection to somewhere (or nowhere), failing, then trying over again. (execute WithRetry... Connection refused: connect... Retrying request...)

Questions I would ask - being too dumb to answer them myself:
  • Is org.apache.commons.httpclient.HttpMethodDirector in the OpenBD stack? What tag(s) use it?
  • Do you have any code which calls a method on another machine (including authentication, redirection, etc)?
  • If so, can you connect to the destination yourself, outside of OpenBD?
  • What do you have for scheduled tasks? What cron jobs are set on this machine at these times?
Hardly helping,
Al

--
online documentation: http://openbd.org/manual/
google+ hints/tips: https://plus.google.com/115990347459711259462
http://groups.google.com/group/openbd?hl=en

Reply via email to