I am using a Java coded desktop application to track my time on projects.
I used it until the IT did a new setup on my station. And now I cannot launch this application.
I got a log file when I launch it saying:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8fd8f5, pid=616, tid=4072
#
# JRE version: 6.0_15-b03
# Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0xfd8f5]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
After googling some time, I went then on the Troubleshooting guide made by Sun and launch again the application with the -Xcheck:jni
argument this time. The result is that I got this new error:
FATAL ERROR in native method: Wrong object class or methodID passed to JNI call
at org.jdesktop.jdic.tray.internal.impl.DisplayThread.initTray(Native Method)
at org.jdesktop.jdic.tray.internal.impl.DisplayThread.run(Unknown Source)
- locked <0x2801e4e0> (a java.lang.Class for org.jdesktop.jdic.tray.internal.impl.DisplayThread)
I tried to download the last version of JDIC but even launching their own samples get me the same error. I guess that the issue is with the locked in the error message but I don't know where to go from now...
Could you help me?
My box:
Windows XP SP3
Java 6 (1.6.0_15)
UPDATE
It is now fixed unfortunately I can't tell how. Since yesterday the only thing I can tell is that I restarted at least once beside that I don't have installed a new java setup or anything else... Sorry if anybody is facing the same issue.