View Full Version : Help with an Error.
nelsona
02-23-2011, 06:36 PM
I am seeing alot of this in the error logs any idea?
I googled and googled and get mixed information but not sure where to go from here.
"SimpleHttpConnectionManager - SimpleHttpConnectionManager being used incorrectly. Be sure that HttpMethod.releaseConnection() is always called and that only one thread and/or method is using this connection manager at a time."
nelsona
02-23-2011, 06:37 PM
Heres a bit more of the error info.
2011-Feb-23 11:16:53:644 [worker-6 BinaryTCP-0] WARN org.apache.commons.httpclient.SimpleHttpConnection Manager - SimpleHttpConnectionManager being used incorrectly. Be sure that HttpMethod.releaseConnection() is always called and that only one thread and/or method is using this connection manager at a time.
2011-Feb-23 11:16:53:831 [worker-6 BinaryTCP-0] WARN org.apache.commons.httpclient.SimpleHttpConnection Manager - SimpleHttpConnectionManager being used incorrectly. Be sure that HttpMethod.releaseConnection() is always called and that only one thread and/or method is using this connection manager at a time.
tcarr
02-23-2011, 07:00 PM
That's a class that is not used by ES5 itself and I haven't seen that warning before. Do you have an extension that imports anything from org.apache.commons.httpclient? The jar file is probably named something like commons-httpclient.jar.
Try scattering logging lines in your extension classes that make HTTP calls, so that you can detect which lines of code are triggering this warning.
Powered by vBulletin® Version 4.1.6 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.