History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5412
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Konstantin Solomatov
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

There is no print stacktrace button in run web app configuration. Nice to have one

Created: 17 Nov 05 13:27   Updated: 01 Jul 08 16:37
Component/s: J2EE. Deployment and Run
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,461
Severity: High


 All   Comments   Work Log   Change History      Sort Order:
David Beutel - 27 Feb 07 21:50
One use case I had for this feature is to see which threads were preventing the Tomcat JVM from shutting down because they're not daemons. (Java 5 jconsole gives a total count but doesn't show which ones are daemons.) So, I wanted to hit the stack dump button after hitting the stop button. If Tomcat had a stack dump button, IDEA might disable it by then because it thinks that Tomcat has finished shutting down (even though its JVM continues to run).

This leads me to perhaps a separate issue. I had to open the Windows task manager to see whether or not the Tomcat JVM had really exited. If I start Tomcat again without killing the last JVM, bad things happen, due to lack of resources I assume. It would be much better if IDEA showed me that the Tomcat JVM has not exited, and gave me the option of killing the JVM process at that point (or suggest looking for non-daemon threads).