Aloha Gang and Happy Holidays, I recently upgraded to 2.0 Ready2Run, and now have a strange behavior. I start Jetty manually with a .bat script. Every four hours from 9AM, 1PM, 5PM and 9PM I get the following error on the command line, and Java (OpenBD) starts using up to 90% CPU. I just last night upgraded to the nightly build from yesterday to see if there was something funky in the jar files.
Start Script: "java.exe" -Xmx2144m -Xms512m -XX: +CMSClassUnloadingEnabled -XX:MaxPermSize=512m -XX:PermSize=256m -jar %CD%\start.jar I added the CMCClassUnloadingEnabled and PermSize after previously having problems with Java running out of memory Heap space. I really don't know all the command line switches here. Error: Dec 23, 2011 9:00:02 AM org.apache.commons.httpclient.HttpMethodDirector execute WithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect Dec 23, 2011 9:00:02 AM org.apache.commons.httpclient.HttpMethodDirector execute WithRetry INFO: Retrying request Dec 23, 2011 9:00:03 AM org.apache.commons.httpclient.HttpMethodDirector execute WithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect Dec 23, 2011 9:00:04 AM org.apache.commons.httpclient.HttpMethodDirector execute WithRetry INFO: Retrying request Dec 23, 2011 9:00:05 AM org.apache.commons.httpclient.HttpMethodDirector execute WithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect Dec 23, 2011 9:00:05 AM org.apache.commons.httpclient.HttpMethodDirector execute WithRetry INFO: Retrying request Any ideas? Thanks much, Rob -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
