Hide Forgot
project_key: SOA When I run eap test suite against soa-4.3.0.GA_CP01_CR2 binaries I get most tests timing out. To make the long story short I did "kill -3 <jboss pid>" and saw this deadlock. Reproducible most of the times but might be machine specific. Found one Java-level deadlock: ============================= "pool-12-thread-1": waiting to lock monitor 0x00000000597ddd20 (object 0x00002aaabf6f3410, a org.j boss.aop.deployment.JBossClassPool), which is held by "RMI TCP Connection(9)-10.16.93.213" "RMI TCP Connection(9)-10.16.93.213": waiting to lock monitor 0x00002aaaf07903f8 (object 0x00002aaab9d859a8, a org.j boss.mx.loading.UnifiedClassLoader3), which is held by "pool-12-thread-1"
Attachment: Added: soa-eap.tgz
Rajesh, could you look at the logs and see if you have seen such an issue before? The thread dump with the deadlock explanation is in output.log at the end (case-insensitive search for "deadlock"). I'll run the tests on other similar machines and will report result when I have it.
Adding this one as a dependency of SOA-936
Link: Added: This issue is a dependency of SOA-936
Seems like after updating RHEL5 to current, tests don't crash any more. Closing as Rejected.