Tagged Questions

10
votes
1answer
706 views

a few questions about java thread dump

I am trying to understand more about java, especially about memory management. For this reason I have recently found interest in looking thread dump. Here are few lines taken from a web app using ...
3
votes
1answer
3k 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 ...
2
votes
5answers
6k 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 ...