EXCEPTION_ACCESS_VIOLATION error. HotSpot Virtual Machine

Hi All

I have got this error in my JBoss server, but I am posting it here since it seems to me a JVM error. When I try to access my application deployed on JBoss server, I get this error on my JBOss server console and it shuts down.

An unexpected error has been detected by HotSpot Virtual Machine:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x08079a4c, pid=3928, tid=2620

Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)

Problematic frame:

V [jvm.dll+0x79a4c]

An error report file with more information is saved as hs_err_pid3928.log

If you would like to submit a bug report, please visit:

http://java.sun.com/webapps/bugreport/crash.jsp

Please help to find out the reason and solution to this.

Thanks in Advance

Inder Jeet Singh

[858 byte] By [my_java_screena] at [2007-11-26 19:22:45]
# 1
That is indeed a JVM error. First try the latest 1.4.2 update, which is 1.4.2_13 or even 1.5 or 1.6.If the problem still occurs, post the contents of the hs_err_pidXXXX.log file; it may shed some light on the problem.
jxca at 2007-7-9 21:43:41 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

I encountered this same type of error using JNI to pass data to a COM client developed with C++. Through using break points, I can see that the native code (C++ COM client) works fine. It uses the data, calls and manipulate the COM components and returns control to the VM. This is when the error shows up. When I comment out the portion that uses the COM component the error does not occur.I am using VM 1.5.

Kumbia at 2007-7-9 21:43:41 > top of Java-index,Java HotSpot Virtual Machine,Specifications...