I've got a problem on a client server. All of a sudden the services have to be restarted every 4 - 5 hours. Every time this happens a log file is generated hs_err_pid****.log. These log files are basically identical except for the ID and timestamp. Below is the content of one of these files. Perhaps you can shed some light on what is causing this problem and how to resolve the problem. (PS. Client is running v4.7)
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x2F910F0
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at org.tanukisoftware.wrapper.WrapperManager.nativeGetControlEvent(Native Method)
at org.tanukisoftware.wrapper.WrapperManager.access$2100(WrapperManager.java:384)
at org.tanukisoftware.wrapper.WrapperManager$3.run(WrapperManager.java:977)
Dynamic libraries:
0x00400000 - 0x0040B000 C:\ePlanner50\JDK\bin\java.exe
0x7C800000 - 0x7C8C2000 C:\WINDOWS\system32\ntdll.dll
0x77E40000 - 0x77F42000 C:\WINDOWS\system32\kernel32.dll
0x7D1E0000 - 0x7D27C000 C:\WINDOWS\system32\ADVAPI32.dll
0x77C50000 - 0x77CEF000 C:\WINDOWS\system32\RPCRT4.dll
0x76F50000 - 0x76F63000 C:\WINDOWS\system32\Secur32.dll
0x77BA0000 - 0x77BFA000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08139000 C:\ePlanner50\JDK\bin\client\jvm.dll
0x77380000 - 0x77411000 C:\WINDOWS\system32\USER32.dll
0x77C00000 - 0x77C49000 C:\WINDOWS\system32\GDI32.dll
0x76AA0000 - 0x76ACD000 C:\WINDOWS\system32\WINMM.dll
0x76290000 - 0x762AD000 C:\WINDOWS\system32\IMM32.DLL
0x10000000 - 0x10007000 C:\ePlanner50\JDK\bin\hpi.dll
0x00380000 - 0x0038E000 C:\ePlanner50\JDK\bin\verify.dll
0x00390000 - 0x003A9000 C:\ePlanner50\JDK\bin\java.dll
0x003B0000 - 0x003BD000 C:\ePlanner50\JDK\bin\zip.dll
0x03030000 - 0x0303F000 C:\ePlanner50\JDK\bin\net.dll
0x71C00000 - 0x71C17000 C:\WINDOWS\system32\WS2_32.dll
0x71BF0000 - 0x71BF8000 C:\WINDOWS\system32\WS2HELP.dll
0x71B20000 - 0x71B61000 C:\WINDOWS\system32\mswsock.dll
0x5F270000 - 0x5F2CA000 C:\WINDOWS\system32\hnetcfg.dll
0x71AE0000 - 0x71AE8000 C:\WINDOWS\System32\wshtcpip.dll
0x76ED0000 - 0x76EFA000 C:\WINDOWS\system32\DNSAPI.dll
0x76F70000 - 0x76F77000 C:\WINDOWS\System32\winrnr.dll
0x76F10000 - 0x76F3E000 C:\WINDOWS\system32\WLDAP32.dll
0x76F80000 - 0x76F85000 C:\WINDOWS\system32\rasadhlp.dll
0x03160000 - 0x03165000 C:\ePlanner50\JDK\bin\rmi.dll
0x047C0000 - 0x048D2000 C:\ePlanner50\JDK\bin\awt.dll
0x73070000 - 0x73097000 C:\WINDOWS\system32\WINSPOOL.DRV
0x77670000 - 0x777A9000 C:\WINDOWS\system32\ole32.dll
0x04AE0000 - 0x04B31000 C:\ePlanner50\JDK\bin\fontmanager.dll
0x73860000 - 0x738AB000 C:\WINDOWS\system32\ddraw.dll
0x73B30000 - 0x73B36000 C:\WINDOWS\system32\DCIMAN32.dll
0x738B0000 - 0x73980000 C:\WINDOWS\system32\D3DIM700.DLL
0x03D00000 - 0x03D1E000 C:\ePlanner50\JDK\bin\jpeg.dll
0x76C10000 - 0x76C38000 C:\WINDOWS\system32\imagehlp.dll
0x6D580000 - 0x6D628000 C:\WINDOWS\system32\dbghelp.dll
0x77B90000 - 0x77B98000 C:\WINDOWS\system32\VERSION.dll
0x76B70000 - 0x76B7B000 C:\WINDOWS\system32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 6848K, used 2396K [0x10010000, 0x10770000, 0x10770000)
eden space 6144K, 27% used [0x10010000, 0x101b70b0, 0x10610000)
from space 704K, 99% used [0x106c0000, 0x1076fff8, 0x10770000)
to space 704K, 0% used [0x10610000, 0x10610000, 0x106c0000)
tenured generation total 90752K, used 79587K [0x10770000, 0x16010000, 0x16010000)
the space 90752K, 87% used [0x10770000, 0x15528f18, 0x15529000, 0x16010000)
compacting perm gen total 12800K, used 12424K [0x16010000, 0x16c90000, 0x1a010000)
the space 12800K, 97% used [0x16010000, 0x16c32158, 0x16c32200, 0x16c90000)
Local Time = Thu Jan 21 14:54:25 2010
Elapsed Time = 24740
#
The exception above was detected in native code outside the VM
#
Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#