IDE hangs or closes
How to diagnose/report ide crashes or when the main window disappers?
When the ide crashes or closes without any error messages, the following tools can be used to diagnose the issue:
- Check the ide log file for any messages and/or stacktraces.
The log file is [userdir]/var/log/messages.log. (For more info on [userdir] , please take a look at http://blogs.sun.com/NetBeansSupport/entry/directories_in_netbeans_install_user ).
- Generate a thread dump
- For jdk related issues, please refer to the jdk diagnostics guide.
- For server (glassfish,tomcat...) related issues, check the server log files.
