|
From: Leif M. <le...@ta...> - 2003-10-17 02:42:03
|
Arun,
How are you trying to stop the Wrapper? Are you using the script
provided with
the wrapper? or some other method?
You are getting a thread dump which means that you are most likely
attempting to
kill the Wrapper by sending it a 'kill -3 ${pid}' The expected behavior
here is to
perform a thread dump. The stand alone JVM will do the same.
Cheers,
Leif
Ramachandra, Arun wrote:
> When i try to end my wrapper running on Solaris
> i get the following error:
> Any idea what this is about?
>
> -Thanks
> -Arun
> jvm 1 | "RMI LeaseChecker" daemon prio=5 tid=0x3ba860 nid=0x24
> waiting on monitor [0xf1801000..0xf18019d8]
> jvm 1 | at java.lang.Thread.sleep(Native Method)
> jvm 1 | at
> sun.rmi.transport.DGCImpl$LeaseChecker.run(DGCImpl.java:299)
> jvm 1 | at java.lang.Thread.run(Thread.java:484)
>
...snip...
|