Hello. I have a Java agent which connects to Oracle (ojdbc6.jar driver), runs some Inserts and/or Deletes from tables, etc. I close() and recycle() everything that I can think of. Anyway, if it sits idle for a while, the first run I get "Error cleaning up agent threads" the first time it runs (all the code seems to execute ok). Then subsequent runs of the agent the "error" disappears, as if the jvm is suddenly able to clean up all agent threads.
If it sits agan, like the next day, same thing, first run, I get "Error cleaning up agent threads", then it's ok.
Does anybody have any ideas as to what this could be. It's scary knowing this is out there. Thank you so much for reading.