"genman" wrote : 
  | Get a stack trace of your application and see what it's doing in JBoss 
land.  Also, upgrading and testing wouldn't hurt and might not be too hard to 
try...

The main thread, which is stuck in start() looks like this:

 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.setEnabled(org.jboss.mq.ConnectionToken, 
boolean) @bci=14, line=162 (Interpreted frame)
 - org.jboss.mq.Connection.start() @bci=74, line=705 (Interpreted frame)

Other threads that look JBossish include:

Thread 31165: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.acknowledge(org.jboss.mq.ConnectionToken, 
org.jboss.mq.AcknowledgementRequest) @bci=14, line=226 (Compiled frame)
 - org.jboss.mq.Connection.send(org.jboss.mq.AcknowledgementRequest) @bci=66, 
line=1189 (Interpreted frame)
 - org.jboss.mq.Connection.asynchDeliver(org.jboss.mq.ReceiveRequest[]) 
@bci=151, line=401 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.UILClientILService.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=103, line=94 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=8, line=356 (Interpreted frame)
 - org.jboss.mq.il.uil2.msgs.BaseMsg.run() @bci=5, line=377 (Interpreted frame)
 - 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$RunWhenBlocked.blockedAction(java.lang.Runnable)
 @bci=1, line=777 (Interpreted frame)
 - EDU.oswego.cs.dl.util.concurrent.PooledExecutor.execute(java.lang.Runnable) 
@bci=82, line=898 (Interpreted frame)
 - org.jboss.mq.il.uil2.SocketManager$ReadTask.run() @bci=272, line=296 
(Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)

Thread 31166: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - org.jboss.mq.il.uil2.SocketManager$WriteTask.run() @bci=105, line=479 
(Compiled frame)

Thread 18491: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.acknowledge(org.jboss.mq.ConnectionToken, 
org.jboss.mq.AcknowledgementRequest) @bci=14, line=226 (Compiled frame)
 - org.jboss.mq.Connection.send(org.jboss.mq.AcknowledgementRequest) @bci=66, 
line=1189 (Interpreted frame)
 - org.jboss.mq.Connection.asynchDeliver(org.jboss.mq.ReceiveRequest[]) 
@bci=151, line=401 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.UILClientILService.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=103, line=94 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=8, line=356 (Interpreted frame)
 - org.jboss.mq.il.uil2.msgs.BaseMsg.run() @bci=5, line=377 (Interpreted frame)
 - EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() @bci=35, 
line=748 (Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)

Thread 18534: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.acknowledge(org.jboss.mq.ConnectionToken, 
org.jboss.mq.AcknowledgementRequest) @bci=14, line=226 (Compiled frame)
 - org.jboss.mq.Connection.send(org.jboss.mq.AcknowledgementRequest) @bci=66, 
line=1189 (Interpreted frame)
 - org.jboss.mq.Connection.asynchDeliver(org.jboss.mq.ReceiveRequest[]) 
@bci=151, line=401 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.UILClientILService.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=103, line=94 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=8, line=356 (Interpreted frame)
 - org.jboss.mq.il.uil2.msgs.BaseMsg.run() @bci=5, line=377 (Interpreted frame)
 - EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() @bci=15, 
line=743 (Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)


Thread 18538: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.acknowledge(org.jboss.mq.ConnectionToken, 
org.jboss.mq.AcknowledgementRequest) @bci=14, line=226 (Compiled frame)
 - org.jboss.mq.Connection.send(org.jboss.mq.AcknowledgementRequest) @bci=66, 
line=1189 (Interpreted frame)
 - org.jboss.mq.Connection.asynchDeliver(org.jboss.mq.ReceiveRequest[]) 
@bci=151, line=401 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.UILClientILService.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=103, line=94 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=8, line=356 (Interpreted frame)
 - org.jboss.mq.il.uil2.msgs.BaseMsg.run() @bci=5, line=377 (Interpreted frame)
 - EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() @bci=15, 
line=743 (Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)


Thread 18536: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.acknowledge(org.jboss.mq.ConnectionToken, 
org.jboss.mq.AcknowledgementRequest) @bci=14, line=226 (Compiled frame)
 - org.jboss.mq.Connection.send(org.jboss.mq.AcknowledgementRequest) @bci=66, 
line=1189 (Interpreted frame)
 - org.jboss.mq.Connection.asynchDeliver(org.jboss.mq.ReceiveRequest[]) 
@bci=151, line=401 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.UILClientILService.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=103, line=94 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=8, line=356 (Interpreted frame)
 - org.jboss.mq.il.uil2.msgs.BaseMsg.run() @bci=5, line=377 (Interpreted frame)
 - EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() @bci=15, 
line=743 (Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)


Thread 18535: (state = BLOCKED)
 - java.lang.Object.wait(long) (Compiled frame; information may be imprecise)
 - java.lang.Object.wait() @bci=2, line=474 (Compiled frame)
 - 
org.jboss.mq.il.uil2.SocketManager.sendMessage(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=3, line=192 (Compiled frame)
 - org.jboss.mq.il.uil2.UILServerIL.acknowledge(org.jboss.mq.ConnectionToken, 
org.jboss.mq.AcknowledgementRequest) @bci=14, line=226 (Compiled frame)
 - org.jboss.mq.Connection.send(org.jboss.mq.AcknowledgementRequest) @bci=66, 
line=1189 (Interpreted frame)
 - org.jboss.mq.Connection.asynchDeliver(org.jboss.mq.ReceiveRequest[]) 
@bci=151, line=401 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.UILClientILService.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=103, line=94 (Interpreted frame)
 - 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(org.jboss.mq.il.uil2.msgs.BaseMsg)
 @bci=8, line=356 (Interpreted frame)
 - org.jboss.mq.il.uil2.msgs.BaseMsg.run() @bci=5, line=377 (Interpreted frame)
 - EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() @bci=15, 
line=743 (Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=595 (Interpreted frame)


The rest of the threads, I believe, our our application threads unrelated to 
the problem, so I won't clutter the thread with them.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884938#3884938

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884938


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to