|
Re: how do I debug dgc?: msg#00014java.sun.rmi
>I have an rmi server that won't go away after I unbind it. No other >java process is running except it and rmiregistry. How can I debug why >it won't go away? > >I set sun.rmi.dgc.logLevel=VERBOSE but I the output is not meaningful to me. On windows type CTRL-BREAK keystroke in the console window for the process running the JVM. On UN*X type CTRL-\ keystroke in the console window for the process running the JVM. Look at the thread dump to see which threads are running and where you have non-daemon threads still running. ----- gregg@xxxxxxxxxxxx (Cyte Technologies Inc) =========================================================================== To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body of the message "signoff RMI-USERS". For general help, send email to listserv@xxxxxxxxxxxx and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: How to get the stub in the jar file?, Peter Jones - JavaSoft East |
|---|---|
| Next by Date: | Re: how do I debug dgc?, Joseph Shraibman |
| Previous by Thread: | how do I debug dgc?, Joseph Shraibman |
| Next by Thread: | Re: how do I debug dgc?, Joseph Shraibman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |