Hi. Which statement in your code throws the exception? Were you able to find a solution? If not, please see if
this helps. If it does not, then please post enough code in a small program that can be run to duplicate the error.
In
HttpMethodBase.java, if you search for "Already used, but not recycled", and then trace the code, that gives an idea of how it works. Of course, you may have already seen all of this ...