Hi
I am using the newest snapshot and it reduced the frequency of crashes
considerably, but I still have problems with it from time to time. I did
however not get a chance to check if it is the same deadlock problem as
before.
Lars
Jochen Wiedmann wrote:
It is funny. This problem has been in the code for years, but has
never been brought up by any user. Now we see it three times in a
month ...
Try the latest snapshot, as available from
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlrpc/
It should be sufficient to replace the "common" jar file.
Jochen
2009/5/18 Игорь Бахтояров <i...@pegaspay.com.ua>:
Здравствуйте, Xmlrpc-dev.
In last release i'am found deadlock issue:
java.lang.Throwable: Deadlock Detected:
---------------------------- ThreadName = XML-RPC-7LockName =
org.apache.xmlrpc.util.threadpool$poola...@1428edflockownername = XML-RPC
Weblistener
---------------------------- ThreadName = XML-RPC WeblistenerLockName =
org.apache.xmlrpc.util.threadpool$poolabl...@b1efd7lockownername = XML-RPC-7
at org.apache.xmlrpc.util.ThreadPool$Poolable.start(ThreadPool.java:107)
at org.apache.xmlrpc.util.ThreadPool.startTask(ThreadPool.java:168)
at org.apache.xmlrpc.webserver.WebServer.run(WebServer.java:338)
at java.lang.Thread.run(Thread.java:619)