Java Runtime Environment: #EXCEPTION_ACCESS_VIOLATION (0xc0000005)
869044Jun 15 2011 — edited Jun 17 2011Hi,
I am trying to win this fight with Tomcat+Java but unfortunately I have no clue what to do.
Background:
On my VM server I have installed:
- IIS
- Apache Tomcat v5.5.33
- JAVA SDK 1.6.0_24-b07
On my Tomcat server there are 9 applications.
2 of them are using ODBC driver to connect to the same DB server.
The rest of them is using JDBC or OLEDB drivers for SQL DB
On my IIS server there are 6 applications.
VM machine looks like this:
- Windows Server 2003 SE SP2
- 2 GB RAM
- 1 x Intel CPU X7650 2.2 GHz
Problem:
After some period of time (I can't give you a specific number because it is not fixed) Tomcat server crashes showig that kind of message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x65618f57, pid=5108, tid=4664
#
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode windows-x86 )
# Problematic frame:
# C 0x65618f57
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x4904c800): JavaThread "http-8080-3" daemon [_thread_in_native, id=4664, stack(0x4ae10000,0x4ae80000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x65618f57
Registers:
EAX=0x71b39e5d, EBX=0x000d9f88, ECX=0x00000009, EDX=0x000b9310
ESP=0x4ae7e704, EBP=0x4ae7e70c, ESI=0x000e4930, EDI=0xffffffff
EIP=0x65618f57, EFLAGS=0x00010246
Register to memory mapping:
...and so on.
Could you please help me find a cause of this problem?
Regards,