mkeenan wrote:
> 
> I'm using NMS 1.1 and I *think* there is a thread deadlock issue.
> ............
> 

If you can run (and reproduce the issue) on Java 6, you can test it on the
Threads page of "jconsole".

Or use "jstack":

jstack -help
Usage:
    jstack [-l] <pid>
        (to connect to running process)
    jstack -F [-m] [-l] <pid>
        (to connect to a hung process)
    jstack [-m] [-l] <executable> <core>
        (to connect to a core file)
    jstack [-m] [-l] [EMAIL PROTECTED]<remote server IP or hostname>
        (to connect to a remote debug server)

Options:
    -F  to force a thread dump. Use when jstack <pid> does not respond
(process is hung)
    -m  to print both java and native frames (mixed mode)
    -l  long listing. Prints additional information about locks
    -h or -help to print this help message

Hans


-- 
View this message in context: 
http://www.nabble.com/thread-deadlock-issue-in-NMS-tp20180687p20221931.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to