1
vote
1answer
720 views
Interpreting BEA weblogic thread dumps - helpful documents and/or tools?
I am a neophyte at Weblogic troubleshooting.
We have an issue on our production environment. I cannot access the ennvironment directly (our hosting people will do that, but it's some hours until I …
1
vote
3answers
466 views
Thread dump not getting generated on JBoss.
Hi
I used to generate thread dumps by running kill -quit and I would get them in a log file where my server logs were there. When the file grew too large I removed it using rm and created a new file …
1
vote
5answers
1k views
How do I create a thread dump of a Java Web Start application
Is it possible to get a thread dump of a Java Web Start application? And if so, how?
It would be nice if there were a simple solution, which would enable a non-developer (customer) to create a thread …
0
votes
4answers
908 views
Thread dump programmatically /JDI (Java Debugger Interface)
I like to generate a thread dump programmatically. I've learned that there a basically two ways to do it:
Use the "Java Virtual Machine Tool Interface" JVM-TI
Use the higher abstracted "Java …
