Hi,
I am working on a Java product. An client claims that the application is getting crashed after an arbitrary time. SInce it is a crash we can't find any information on our logs.
Are there any tools, methods to find out the reasons for such Issues?
Can we do anything in code side to get more information on such program crashes?
Can we enable a "DEBUG" mode for JVM? If so where can I find the JVM log files/crash dumps?
Any known procedures to deal with this sort of issues?
If you got in to this problem, What would be your procedure in troubleshooting this?