Tuesday, May 31, 2011

JVM: A fatal error has been detected by the JRE - EXCEPTION_ACCESS_VIOLATION (0xc0000005)

I get attached crash report when I run java web application on glassfish server. I have totally no idea what it is and how to debug.

The solution is:
It means the JVM is crashing. Not much you can do to debug this, really, short of looking for a patch for the problem.
I'm pretty sure that version "1.6.0-b105" denotes the very first release (or one of the very first) of Java6, though. That's pretty old already.
strongly suggest you upgrade to the current version (1.6.0_25, at time of writing this). This will very likely resolve your problem.

I tried it & it works fine for me.

No comments :

Post a Comment