Alan Burlison wrote:
The method handleResult() in org.apache.xmlrpc.client.TimingOutCallback is broken. When it is called an IllegalMonitorStateException is thrown:

Exception in thread "Thread-1" java.lang.IllegalMonitorStateException: current thread not owner
        at java.lang.Object.notify(Native Method)
at org.apache.xmlrpc.client.TimingOutCallback.handleResult(TimingOutCallback.java:75) at org.apache.xmlrpc.client.XmlRpcClientWorker$1.run(XmlRpcClientWorker.java:83)
        at java.lang.Thread.run(Thread.java:595)

Fix: Add the 'synchronized' keyword to the method declaration, as per the handleError() method.


Done.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to