Toggle Current Issue
ID: 1371 Reporter: michal.kowalcze
Status:
New New
Resolution:
unresolved
Category: Orion/Web Reported Version: 2.0.7
Last seen Version: 2.0.7 Fixed Version:
Platform: Unspecified/All OS: Unspecified/All
Java version: Unspecified/All Severity: critical
Visibility: Public Public
Summary: deadlock in orion code - server is stucked
Description: I'm unable to provide .ear file and/or test case, however it seems to me that this thread dump should be more than enough to find and resolve problem:
Found one Java-level deadlock:
=============================
"ApplicationServerThread-297":
waiting to lock monitor 0x0853ab00 (object 0x946c9870, a [Ljava.net.Socket;),
which is held by "HttpConnectionListener [0.0.0.0/0.0.0.0:9081]"
"HttpConnectionListener [0.0.0.0/0.0.0.0:9081]":
waiting to lock monitor 0x899a87c8 (object 0xa4ebf338, a com.evermind.server.ApplicationServerThread),
which is held by "ApplicationServerThread-284"
"ApplicationServerThread-284":
waiting to lock monitor 0x0853ab00 (object 0x946c9870, a [Ljava.net.Socket;),
which is held by "HttpConnectionListener [0.0.0.0/0.0.0.0:9081]"

Java stack information for the threads listed above:
===================================================
"ApplicationServerThread-297":
at com.evermind._ax._uab(Unknown Source)
- waiting to lock <0x946c9870> (a [Ljava.net.Socket;)
at com.evermind._bf.run(Unknown Source)
- locked <0xa5ab27b8> (a com.evermind.server.ApplicationServerThread)
"HttpConnectionListener [0.0.0.0/0.0.0.0:9081]":
at com.evermind._bf._ku(Unknown Source)
- waiting to lock <0xa4ebf338> (a com.evermind.server.ApplicationServerThread)
at com.evermind._az._bxc(Unknown Source)
at com.evermind._ry.run(Unknown Source)
- locked <0x946c9870> (a [Ljava.net.Socket;)
at com.evermind._bf.run(Unknown Source)
- locked <0x94e5c880> (a com.evermind.server.ApplicationServerThread)
"ApplicationServerThread-284":
at com.evermind._ax._uab(Unknown Source)
- waiting to lock <0x946c9870> (a [Ljava.net.Socket;)
at com.evermind._bf.run(Unknown Source)
- locked <0xa4ebf338> (a com.evermind.server.ApplicationServerThread)
INFO | jvm 1 | 2008/07/17 20:35:11 |
Found 1 deadlock.


Collapse Public michal.kowalcze 20080718 08:37:18
Modification: Issue created