Error detected by HotSpot Virtual Machine

Hi
I am using JNI on linux. I have a java program BladeServerImpl which has a native method nativeBoot() which accepts three arguments two strings and one integer. I used javah -jni to generate the header file. I implemented the native method in a C program bootnative.c
Now this method nativeBoot() is called from a client (in a JINI enviroment) The client side console discovers the BladeServer service and uses it's object to call the nativeBoot() method. However the VM crashes with the following message.
+#+
+# An unexpected error has been detected by HotSpot Virtual Machine:+
+#+
+# SIGSEGV (0xb) at pc=0x0066b12b, pid=20016, tid=2978888592+
+#+
+# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode, sharing)+
+# Problematic frame:+
+# C [libc.so.6+0x7012b] strlen+0xb+
+#+
+# An error report file with more information is saved as hs_err_pid20016.log+
+#+
+# If you would like to submit a bug report, please visit:+
+# http://java.sun.com/webapps/bugreport/crash.jsp+
+#+
The error log is as under:
+#+
+# An unexpected error has been detected by HotSpot Virtual Machine:+
+#+
+# SIGSEGV (0xb) at pc=0x0066b12b, pid=12166, tid=2978737040+
+#+
+# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode, sharing)+
+# Problematic frame:+
+# C [libc.so.6+0x7012b] strlen+0xb+
+#+
---------------  T H R E A D  ---------------
+Current thread (0x09d1cc18):  JavaThread "RMI TCP Connection(1)-127.0.0.1" daemon [_thread_in_native, id=12258]+
siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000003
Registers:
EAX=0x00000003, EBX=0x0074fff4, ECX=0x00000003, EDX=0x00638007
ESP=0xb18bcb10, EBP=0xb18bd114, ESI=0x00000003, EDI=0xb18bd088
EIP=0x0066b12b, CR2=0x00000003, EFLAGS=0x00010206
Top of Stack: (sp=0xb18bcb10)
+0xb18bcb10: 0063b1e9 00000003 b77cd8af 00000000+
+0xb18bcb20: 00000016 0065e474 00000001 b7f86000+
+0xb18bcb30: 00637bec 007504c0 007504c0 b18bcb68+
+0xb18bcb40: 0065e135 b18bd088 0065ec1a 00000016+
+0xb18bcb50: 007504c0 00000016 b7f86000 0074fff4+
+0xb18bcb60: 0000000e 0000000f b18bcb98 b18bd1c4+
+0xb18bcb70: 007504c0 0000003a 0065ed0e 007504c0+
+0xb18bcb80: b77cd876 00000000 b7f8600e 0074fff4+
Instructions: (pc=0x0066b12b)
+0x0066b11b: 0c eb 96 90 90 8b 4c 24 04 89 c8 83 e1 03 74 28+
+0x0066b12b: 38 28 0f 84 97 00 00 00 40 83 f1 03 74 1a 38 28+
Stack: [0xb183e000,0xb18bf000),  sp=0xb18bcb10,  free space=506k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
+C  [libc.so.6+0x7012b] strlen+0xb+
+C  [libc.so.6+0x5afec] vsprintf+0x8c+
+C  [libc.so.6+0x45a2e] sprintf+0x2e+
+C  [libbootnative.so+0x75e] sbootuml+0xc1+
+C  [libbootnative.so+0x64b] Java_com_wipro_magnum_slof_resource_compute_impl_BladeServerImpl_nativeBoot+0x6f+
j  com.wipro.magnum.slof.resource.compute.impl.BladeServerImpl.nativeBoot(Ljava/lang/String;Ljava/lang/String;I)I0+
j  com.wipro.magnum.slof.resource.compute.impl.BladeServerImpl.boot()I107+
v  ~StubRoutines::call_stub
+V  [libjvm.so+0x17ad8c]+
+V  [libjvm.so+0x28efd8]+
+V  [libjvm.so+0x17abbf]+
+V  [libjvm.so+0x2b92ac]+
+V  [libjvm.so+0x2bbfba]+
+V  [libjvm.so+0x1eed12]+
+C  [libjava.so+0x13774] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34+
+j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0+
+j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87+
+j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6+
+j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111+
j  sun.rmi.server.UnicastServerRef.dispatch(Ljava/rmi/Remote;Ljava/rmi/server/RemoteCall;)V246+
j  sun.rmi.transport.Transport$1.run()Ljava/lang/Object;23+
v  ~StubRoutines::call_stub
+V  [libjvm.so+0x17ad8c]+
+V  [libjvm.so+0x28efd8]+
+V  [libjvm.so+0x17abbf]+
+V  [libjvm.so+0x1d834d]+
+C  [libjava.so+0x93bc] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2Ljava_security_AccessControlContext_2+0x3c+
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;0+
j  sun.rmi.transport.Transport.serviceCall(Ljava/rmi/server/RemoteCall;)Z163+
j  sun.rmi.transport.tcp.TCPTransport.handleMessages(Lsun/rmi/transport/Connection;Z)V185+
j  sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run()V685+
j  java.lang.Thread.run()V11+
v  ~StubRoutines::call_stub
+V  [libjvm.so+0x17ad8c]+
+V  [libjvm.so+0x28efd8]+
+V  [libjvm.so+0x17a5e5]+
+V  [libjvm.so+0x17a67e]+
+V  [libjvm.so+0x1f1ed5]+
+V  [libjvm.so+0x2f8523]+
+V  [libjvm.so+0x28fbe8]+
+C  [libpthread.so.0+0x550b]+
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.wipro.magnum.slof.resource.compute.impl.BladeServerImpl.nativeBoot(Ljava/lang/String;Ljava/lang/String;I)I0+
j  com.wipro.magnum.slof.resource.compute.impl.BladeServerImpl.boot()I107+
v  ~StubRoutines::call_stub
+j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0+
+j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87+
+j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6+
+j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111+
j  sun.rmi.server.UnicastServerRef.dispatch(Ljava/rmi/Remote;Ljava/rmi/server/RemoteCall;)V246+
j  sun.rmi.transport.Transport$1.run()Ljava/lang/Object;23+
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;0+
j  sun.rmi.transport.Transport.serviceCall(Ljava/rmi/server/RemoteCall;)Z163+
j  sun.rmi.transport.tcp.TCPTransport.handleMessages(Lsun/rmi/transport/Connection;Z)V185+
j  sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run()V685+
j  java.lang.Thread.run()V11+
v  ~StubRoutines::call_stub
---------------  P R O C E S S  ---------------
Java Threads: ( => current thread )
+0xb150c010 JavaThread "RMI ConnectionExpiration-[127.0.0.1:54612]" daemon [_thread_blocked, id=12271]+
+0xb150ba80 JavaThread "RMI RenewClean-[127.0.0.1:54612]" daemon [_thread_blocked, id=12269]+
+0xb150b3e0 JavaThread "RMI ConnectionExpiration-[127.0.0.1:58626]" daemon [_thread_blocked, id=12268]+
+0x09d120c8 JavaThread "task" daemon [_thread_blocked, id=12265]+
+0x09d11388 JavaThread "Thread-5" daemon [_thread_blocked, id=12264]+
+0x09d47920 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=12263]+
+0x09dbfcf0 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=12262]+
+0x09d1ac88 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=12259]+
+=>0x09d1cc18 JavaThread "RMI TCP Connection(1)-127.0.0.1" daemon [_thread_in_native, id=12258]+
+0x09dc1b20 JavaThread "task" daemon [_thread_blocked, id=12193]+
+0x09d1c5b8 JavaThread "RMI RenewClean-[127.0.0.1:58626]" daemon [_thread_blocked, id=12188]+
+0x09d18650 JavaThread "RMI RenewClean-[127.0.0.1:1098]" daemon [_thread_blocked, id=12185]+
+0x09cc2e88 JavaThread "DestroyJavaVM" [_thread_blocked, id=12166]+
+0x09dbc868 JavaThread "Thread-4" daemon [_thread_blocked, id=12184]+
+0x09d46850 JavaThread "Thread-3" daemon [_thread_blocked, id=12181]+
+0x09d461d8 JavaThread "Thread-2" daemon [_thread_blocked, id=12180]+
+0x09cfcd48 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=12179]+
+0x09cfd838 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=12178]+
+0x09fd8c60 JavaThread "GC Daemon" daemon [_thread_blocked, id=12177]+
+0x09fd7ca0 JavaThread "RMI Reaper" [_thread_blocked, id=12176]+
+0x09e45ba8 JavaThread "Timer-0" daemon [_thread_blocked, id=12175]+
+0x09e466e0 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=12174]+
+0x09d0bd50 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=12172]+
+0x09d0a840 JavaThread "CompilerThread0" daemon [_thread_blocked, id=12171]+
+0x09d097c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12170]+
+0x09d03f98 JavaThread "Finalizer" daemon [_thread_blocked, id=12169]+
+0x09d02110 JavaThread "Reference Handler" daemon [_thread_blocked, id=12168]+
Other Threads:
+0x09cff568 VMThread [id=12167]+
+0x09d0d318 WatcherThread [id=12173]+
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation   total 576K, used 421K [0x88920000, 0x889c0000, 0x88e00000)
eden space 512K,  69% used [0x88920000, 0x88979490, 0x889a0000)
from space 64K, 100% used [0x889a0000, 0x889b0000, 0x889b0000)
to   space 64K,   0% used [0x889b0000, 0x889b0000, 0x889c0000)
tenured generation   total 1408K, used 571K [0x88e00000, 0x88f60000, 0x8c920000)
the space 1408K,  40% used [0x88e00000, 0x88e8ee18, 0x88e8f000, 0x88f60000)
compacting perm gen  total 8192K, used 1779K [0x8c920000, 0x8d120000, 0x90920000)
the space 8192K,  21% used [0x8c920000, 0x8cadcf90, 0x8cadd000, 0x8d120000)
ro space 8192K,  68% used [0x90920000, 0x90e9f5e0, 0x90e9f600, 0x91120000)
rw space 12288K,  48% used [0x91120000, 0x916eaca0, 0x916eae00, 0x91d20000)
Dynamic libraries:
+0050a000-00537000 r-xp 00000000 08:05 2729095 /usr/lib/libgssapi_krb5.so.2.2+
+00537000-00538000 rwxp 0002d000 08:05 2729095 /usr/lib/libgssapi_krb5.so.2.2+
+0053a000-0055f000 r-xp 00000000 08:05 2729093 /usr/lib/libk5crypto.so.3.1+
+0055f000-00560000 rwxp 00025000 08:05 2729093 /usr/lib/libk5crypto.so.3.1+
+00562000-005a3000 r-xp 00000000 08:05 2359897 /lib/libssl.so.0.9.8b+
+005a3000-005a7000 rwxp 00040000 08:05 2359897 /lib/libssl.so.0.9.8b+
+005dc000-005f7000 r-xp 00000000 08:05 2359877 /lib/ld-2.7.so+
+005f7000-005f8000 r-xp 0001a000 08:05 2359877 /lib/ld-2.7.so+
+005f8000-005f9000 rwxp 0001b000 08:05 2359877 /lib/ld-2.7.so+
+005fb000-0074e000 r-xp 00000000 08:05 2359878 /lib/libc-2.7.so+
+0074e000-00750000 r-xp 00153000 08:05 2359878 /lib/libc-2.7.so+
+00750000-00751000 rwxp 00155000 08:05 2359878 /lib/libc-2.7.so+
+00751000-00754000 rwxp 00751000 00:00 0+
+00756000-0077d000 r-xp 00000000 08:05 2359882 /lib/libm-2.7.so+
+0077d000-0077e000 r-xp 00026000 08:05 2359882 /lib/libm-2.7.so+
+0077e000-0077f000 rwxp 00027000 08:05 2359882 /lib/libm-2.7.so+
+00781000-00784000 r-xp 00000000 08:05 2359879 /lib/libdl-2.7.so+
+00784000-00785000 r-xp 00002000 08:05 2359879 /lib/libdl-2.7.so+
+00785000-00786000 rwxp 00003000 08:05 2359879 /lib/libdl-2.7.so+
+00788000-0079d000 r-xp 00000000 08:05 2359880 /lib/libpthread-2.7.so+
+0079d000-0079e000 r-xp 00014000 08:05 2359880 /lib/libpthread-2.7.so+
+0079e000-0079f000 rwxp 00015000 08:05 2359880 /lib/libpthread-2.7.so+
+0079f000-007a1000 rwxp 0079f000 00:00 0+
+007a3000-007b5000 r-xp 00000000 08:05 2359881 /lib/libz.so.1.2.3+
+007b5000-007b6000 rwxp 00011000 08:05 2359881 /lib/libz.so.1.2.3+
+007b8000-008d9000 r-xp 00000000 08:05 2890848 /usr/lib/mysql/libmysqlclient.so.15.0.0+
+008d9000-0091b000 rwxp 00120000 08:05 2890848 /usr/lib/mysql/libmysqlclient.so.15.0.0+
+0091b000-0091c000 rwxp 0091b000 00:00 0+
+00cb7000-00cd0000 r-xp 00000000 08:05 2359894 /lib/libselinux.so.1+
+00cd0000-00cd2000 rwxp 00018000 08:05 2359894 /lib/libselinux.so.1+
+00d59000-00d6e000 r-xp 00000000 08:05 2359891 /lib/libnsl-2.7.so+
+00d6e000-00d6f000 r-xp 00014000 08:05 2359891 /lib/libnsl-2.7.so+
+00d6f000-00d70000 rwxp 00015000 08:05 2359891 /lib/libnsl-2.7.so+
+00d70000-00d72000 rwxp 00d70000 00:00 0+
+00d79000-00d89000 r-xp 00000000 08:05 2359893 /lib/libresolv-2.7.so+
+00d89000-00d8a000 r-xp 00010000 08:05 2359893 /lib/libresolv-2.7.so+
+00d8a000-00d8b000 rwxp 00011000 08:05 2359893 /lib/libresolv-2.7.so+
+00d8b000-00d8d000 rwxp 00d8b000 00:00 0+
+00dd0000-00dd2000 r-xp 00000000 08:05 2359895 /lib/libcom_err.so.2.1+
+00dd2000-00dd3000 rwxp 00001000 08:05 2359895 /lib/libcom_err.so.2.1+
+00dd5000-00dd7000 r-xp 00000000 08:05 2359892 /lib/libkeyutils-1.2.so+
+00dd7000-00dd8000 rwxp 00001000 08:05 2359892 /lib/libkeyutils-1.2.so+
+00dda000-00de2000 r-xp 00000000 08:05 2729092 /usr/lib/libkrb5support.so.0.1+
+00de2000-00de3000 rwxp 00007000 08:05 2729092 /usr/lib/libkrb5support.so.0.1+
+04f68000-05085000 r-xp 00000000 08:05 2359896 /lib/libcrypto.so.0.9.8b+
+05085000-05097000 rwxp 0011d000 08:05 2359896 /lib/libcrypto.so.0.9.8b+
+05097000-0509b000 rwxp 05097000 00:00 0+
+0509d000-0512d000 r-xp 00000000 08:05 2729094 /usr/lib/libkrb5.so.3.3+
+0512d000-05130000 rwxp 0008f000 08:05 2729094 /usr/lib/libkrb5.so.3.3+
+05b66000-05b6f000 r-xp 00000000 08:05 2359901 /lib/libcrypt-2.7.so+
+05b6f000-05b70000 r-xp 00008000 08:05 2359901 /lib/libcrypt-2.7.so+
+05b70000-05b71000 rwxp 00009000 08:05 2359901 /lib/libcrypt-2.7.so+
+05b71000-05b98000 rwxp 05b71000 00:00 0+
+08048000-08057000 r-xp 00000000 08:05 3348301 /usr/java/jdk1.5.0_11/bin/java+
+08057000-08059000 rwxp 0000e000 08:05 3348301 /usr/java/jdk1.5.0_11/bin/java+
+09cbf000-0a076000 rwxp 09cbf000 00:00 0+
+88920000-889c0000 rwxp 88920000 00:00 0+
+889c0000-88e00000 rwxp 889c0000 00:00 0+
+88e00000-88f60000 rwxp 88e00000 00:00 0+
+88f60000-8c920000 rwxp 88f60000 00:00 0+
+8c920000-8d120000 rwxp 8c920000 00:00 0+
+8d120000-90920000 rwxp 8d120000 00:00 0+
+90920000-90ea0000 r-xs 00001000 08:05 3962739 /usr/java/jdk1.5.0_11/jre/lib/i386/client/classes.jsa+
+90ea0000-91120000 rwxp 90ea0000 00:00 0+
+91120000-916eb000 rwxp 00581000 08:05 3962739 /usr/java/jdk1.5.0_11/jre/lib/i386/client/classes.jsa+
+916eb000-91d20000 rwxp 916eb000 00:00 0+
+91d20000-91df0000 rwxp 00b4c000 08:05 3962739 /usr/java/jdk1.5.0_11/jre/lib/i386/client/classes.jsa+
+91df0000-92120000 rwxp 91df0000 00:00 0+
+92120000-92124000 r-xs 00c1c000 08:05 3962739 /usr/java/jdk1.5.0_11/jre/lib/i386/client/classes.jsa+
+92124000-92520000 rwxp 92124000 00:00 0+
+b137d000-b1380000 --xp b137d000 00:00 0+
b1380000-b13fe000 rwxp b1380000 00:00 0
+b13fe000-b1401000 --xp b13fe000 00:00 0+
b1401000-b147f000 rwxp b1401000 00:00 0
+b147f000-b1482000 --xp b147f000 00:00 0+
b1482000-b1521000 rwxp b1482000 00:00 0
+b1521000-b1600000 --xp b1521000 00:00 0+
+b1621000-b1624000 --xp b1621000 00:00 0+
b1624000-b16a2000 rwxp b1624000 00:00 0
+b16a2000-b16a5000 --xp b16a2000 00:00 0+
b16a5000-b1723000 rwxp b16a5000 00:00 0
b1723000-b1727000 r-xp 00000000 08:05 2357036    /lib/libnss_dns-2.7.so
b1727000-b1728000 r-xp 00003000 08:05 2357036    /lib/libnss_dns-2.7.so
b1728000-b1729000 rwxp 00004000 08:05 2357036    /lib/libnss_dns-2.7.so
+b173c000-b173f000 --xp b173c000 00:00 0+
b173f000-b17bd000 rwxp b173f000 00:00 0
+b17bd000-b17c0000 --xp b17bd000 00:00 0+
b17c0000-b183e000 rwxp b17c0000 00:00 0
+b183e000-b1841000 --xp b183e000 00:00 0+
b1841000-b18bf000 rwxp b1841000 00:00 0
+b18bf000-b18c2000 --xp b18bf000 00:00 0+
b18c2000-b1940000 rwxp b18c2000 00:00 0
+b1940000-b1943000 --xp b1940000 00:00 0+
b1943000-b19c1000 rwxp b1943000 00:00 0
+b19c1000-b19c4000 --xp b19c1000 00:00 0+
b19c4000-b1a42000 rwxp b19c4000 00:00 0
b1a42000-b1a43000 r-xp 00000000 08:05 3962816    /usr/java/jdk1.5.0_11/jre/lib/i386/librmi.so
b1a43000-b1a44000 rwxp 00000000 08:05 3962816    /usr/java/jdk1.5.0_11/jre/lib/i386/librmi.so
+b1a44000-b1a47000 --xp b1a44000 00:00 0+
b1a47000-b1ac5000 rwxp b1a47000 00:00 0
+b1ac5000-b1ac8000 --xp b1ac5000 00:00 0+
b1ac8000-b1b46000 rwxp b1ac8000 00:00 0
+b1b46000-b1b49000 --xp b1b46000 00:00 0+
b1b49000-b1bc7000 rwxp b1b49000 00:00 0
+b1bc7000-b1bca000 --xp b1bc7000 00:00 0+
b1bca000-b1c48000 rwxp b1bca000 00:00 0
+b1c48000-b1c4b000 --xp b1c48000 00:00 0+
b1c4b000-b1cc9000 rwxp b1c4b000 00:00 0
+b1cc9000-b1ccc000 --xp b1cc9000 00:00 0+
b1ccc000-b1d4a000 rwxp b1ccc000 00:00 0
+b1d4a000-b1d4d000 --xp b1d4a000 00:00 0+
b1d4d000-b1dcb000 rwxp b1d4d000 00:00 0
+b1dcb000-b1dce000 --xp b1dcb000 00:00 0+
b1dce000-b1e4c000 rwxp b1dce000 00:00 0
+b1e4c000-b1e4f000 --xp b1e4c000 00:00 0+
b1e4f000-b1ecd000 rwxp b1e4f000 00:00 0
+b1ecd000-b1ed0000 --xp b1ecd000 00:00 0+
b1ed0000-b1f4e000 rwxp b1ed0000 00:00 0
b1f4e000-b1f67000 r-xs 00000000 08:05 1408084    /root/integ/slof/release/BootServer/BootServer-service.jar
b1f67000-b1f78000 r-xp 00000000 08:05 3962814    /usr/java/jdk1.5.0_11/jre/lib/i386/libnet.so
b1f78000-b1f79000 rwxp 00011000 08:05 3962814    /usr/java/jdk1.5.0_11/jre/lib/i386/libnet.so
b1f79000-b1f8e000 r-xs 00000000 08:05 1408406    /root/integ/slof/release/common/common-service.jar
b1f8e000-b1fb3000 r-xs 00000000 08:05 1407728    /root/integ/slof/release/lib/jdom.jar
b1fb3000-b1fcd000 r-xs 00000000 08:05 1407725    /root/integ/slof/release/lib/edtftpj.jar
b1fcd000-b1fd3000 r-xs 00000000 08:05 1407904    /root/integ/slof/release/resourceblade/resourceblade-service.jar
b1fd3000-b1fd8000 r-xs 00000000 08:05 1407737    /root/integ/slof/release/lib/jini/tools.jar
b1fd8000-b1fe7000 r-xs 00000000 08:05 1407746    /root/integ/slof/release/lib/jini/reggie-dl.jar
b1fe7000-b202d000 r-xs 00000000 08:05 1407783    /root/integ/slof/release/lib/jini/reggie.jar
b202d000-b2054000 r-xs 00000000 08:05 1407721    /root/integ/slof/release/lib/jini/jini-ext.jar
b2054000-b205b000 r-xs 00000000 08:05 1407787    /root/integ/slof/release/lib/jini/jini-core.jar
b205b000-b2082000 r-xs 00000000 08:05 3962743    /usr/java/jdk1.5.0_11/jre/lib/ext/sunjce_provider.jar
b2082000-b20ad000 r-xs 00000000 08:05 3962744    /usr/java/jdk1.5.0_11/jre/lib/ext/sunpkcs11.jar
b20ad000-b20af000 r-xs 00000000 08:05 3962741    /usr/java/jdk1.5.0_11/jre/lib/ext/dnsns.jar
b20af000-b2174000 r-xs 00000000 08:05 3962730    /usr/java/jdk1.5.0_11/jre/lib/ext/localedata.jar
+b2174000-b2175000 --xp b2174000 00:00 0+
b2175000-b21f5000 rwxp b2175000 00:00 0
+b21f5000-b21f8000 --xp b21f5000 00:00 0+
b21f8000-b2276000 rwxp b21f8000 00:00 0
+b2276000-b2279000 --xp b2276000 00:00 0+
b2279000-b22f7000 rwxp b2279000 00:00 0
+b22f7000-b22fa000 --xp b22f7000 00:00 0+
b22fa000-b2378000 rwxp b22fa000 00:00 0
b2378000-b2578000 r-xp 00000000 08:05 2720867    /usr/lib/locale/locale-archive
+b2578000-b257b000 --xp b2578000 00:00 0+
b257b000-b25f9000 rwxp b257b000 00:00 0
+b25f9000-b25fc000 --xp b25f9000 00:00 0+
b25fc000-b267a000 rwxp b25fc000 00:00 0
+b267a000-b267b000 --xp b267a000 00:00 0+
b267b000-b2707000 rwxp b267b000 00:00 0
b2707000-b2723000 rwxp b2707000 00:00 0
b2723000-b2724000 rwxp b2723000 00:00 0
b2724000-b2741000 rwxp b2724000 00:00 0
b2741000-b2742000 rwxp b2741000 00:00 0
b2742000-b2743000 rwxp b2742000 00:00 0
b2743000-b2745000 rwxp b2743000 00:00 0
b2745000-b2761000 rwxp b2745000 00:00 0
b2761000-b2765000 rwxp b2761000 00:00 0
b2765000-b2781000 rwxp b2765000 00:00 0
b2781000-b2790000 rwxp b2781000 00:00 0
b2790000-b280c000 rwxp b2790000 00:00 0
b280c000-b28e4000 rwxp b280c000 00:00 0
b28e4000-b480c000 rwxp b28e4000 00:00 0
b480c000-b507b000 r-xs 00000000 08:05 3962865    /usr/java/jdk1.5.0_11/jre/lib/charsets.jar
b507b000-b5090000 r-xs 00000000 08:05 3962864    /usr/java/jdk1.5.0_11/jre/lib/jce.jar
b5090000-b5115000 r-xs 00000000 08:05 3962923    /usr/java/jdk1.5.0_11/jre/lib/jsse.jar
b5115000-b517e000 rwxp b5115000 00:00 0
b517e000-b778d000 r-xs 00000000 08:05 3963623    /usr/java/jdk1.5.0_11/jre/lib/rt.jar
b778d000-b779c000 r-xp 00000000 08:05 3962820    /usr/java/jdk1.5.0_11/jre/lib/i386/libzip.so
b779c000-b779e000 rwxp 0000e000 08:05 3962820    /usr/java/jdk1.5.0_11/jre/lib/i386/libzip.so
b779e000-b77bf000 r-xp 00000000 08:05 3962800    /usr/java/jdk1.5.0_11/jre/lib/i386/libjava.so
b77bf000-b77c1000 rwxp 00020000 08:05 3962800    /usr/java/jdk1.5.0_11/jre/lib/i386/libjava.so
b77c1000-b77cb000 r-xp 00000000 08:05 2357038    /lib/libnss_files-2.7.so
b77cb000-b77cc000 r-xp 00009000 08:05 2357038    /lib/libnss_files-2.7.so
b77cc000-b77cd000 rwxp 0000a000 08:05 2357038    /lib/libnss_files-2.7.so
b77cd000-b77ce000 r-xp 00000000 08:05 1407888    /root/integ/slof/release/resourceblade/libbootnative.so
b77ce000-b77cf000 rwxp 00000000 08:05 1407888    /root/integ/slof/release/resourceblade/libbootnative.so
b77cf000-b77d4000 rwxp b77cf000 00:00 0
b77d4000-b77df000 r-xp 00000000 08:05 3962819    /usr/java/jdk1.5.0_11/jre/lib/i386/libverify.so
b77df000-b77e0000 rwxp 0000b000 08:05 3962819    /usr/java/jdk1.5.0_11/jre/lib/i386/libverify.so
b77e0000-b7b50000 r-xp 00000000 08:05 3962783    /usr/java/jdk1.5.0_11/jre/lib/i386/client/libjvm.so
b7b50000-b7b6e000 rwxp 00370000 08:05 3962783    /usr/java/jdk1.5.0_11/jre/lib/i386/client/libjvm.so
b7b6e000-b7f87000 rwxp b7b6e000 00:00 0
b7f87000-b7f88000 r-xs 00000000 08:05 1407781    /root/integ/slof/release/lib/magnum-common.jar
b7f88000-b7f90000 rwxs 00000000 08:05 1375050    /tmp/hsperfdata_root/12166
b7f90000-b7f96000 r-xp 00000000 08:05 3962824    /usr/java/jdk1.5.0_11/jre/lib/i386/native_threads/libhpi.so
b7f96000-b7f97000 rwxp 00006000 08:05 3962824    /usr/java/jdk1.5.0_11/jre/lib/i386/native_threads/libhpi.so
b7f97000-b7f98000 rwxp b7f97000 00:00 0
b7f98000-b7f99000 r-xp b7f98000 00:00 0
b7f99000-b7f9a000 rwxp b7f99000 00:00 0
+b7f9a000-b7f9b000 r-xp b7f9a000 00:00 0          [vdso]+
+bf78c000-bf78f000 --xp bf78c000 00:00 0+
+bf78f000-bf98c000 rwxp bfe02000 00:00 0          [stack]+
VM Arguments:
jvm_args: -Djava.security.policy=./conf/policy.all -Djava.rmi.server.codebase=http://wiprosystem.kiit:8081/resourceblade-dl.jar-dl.jar -Djava.library.path=.
java_command: com.wipro.magnum.slof.resource.compute.impl.BladeServerImpl kiitblade1
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
LD_LIBRARY_PATH=/usr/java/jdk1.5.0_11/jre/lib/i386/client:/usr/java/jdk1.5.0_11/jre/lib/i386:/usr/java/jdk1.5.0_11/jre/../lib/i386
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
+SIGSEGV: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGBUS: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGFPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGPIPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGILL: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
+SIGUSR2: [libjvm.so+0x290460], sa_mask[0]=0x00000000, sa_flags=0x10000004+
+SIGHUP: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGINT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGQUIT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
+SIGTERM: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004+
---------------  S Y S T E M  ---------------
OS:Fedora release 8 (Werewolf)
uname:Linux 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686
libc:glibc 2.7 NPTL 2.7
rlimit: STACK 10240k, CORE 0k, NPROC 3950, NOFILE 1024, AS infinity
load average:2.15 2.37 1.60
CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 9 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 246040k(13868k free), swap 529192k(286332k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for linux-x86, built on Dec 15 2006 02:25:41 by java_re with gcc 3.2.1-7a (J2SE release)
I am new to JNI so wasnt able to understand a bit of it.
Is there any workaround to solve this problem ?

# SIGSEGVSomething is wrong in your C code.
Is there any workaround to solve this problem ? Fix your C code.

Similar Messages

  • Unexpected error detected by HotSpot Virtual Machine

    hi everybody...
    i m working with jdk1.5.0.11 and tomcat5.5.23 on Linux (RedHat) Platform.
    and the project contains communication between java & C through jni.
    I am getting the following error when i m executing the prog.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb79ebd56, pid=4502, tid=2967370672
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode, sharing)
    # Problematic frame:
    # V [libjvm.so+0x19bd56]
    # An error report file with more information is saved as hs_err_pid4502.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    and  the file hs_err_pid4502.log goes as....
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb79ebd56, pid=4502, tid=2967370672
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode, sharing)
    # Problematic frame:
    # V [libjvm.so+0x19bd56]
    --------------- T H R E A D ---------------
    Current thread (0x084f8d08): JavaThread "http-8080-Processor24" daemon [_thread_in_vm, id=4535]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    EAX=0x00000000, EBX=0xb7bdb16c, ECX=0x00000002, EDX=0x00000ffc
    ESP=0xb0de694c, EBP=0xb0de6980, ESI=0x084f8d08, EDI=0x00000340
    EIP=0xb79ebd56, CR2=0x00000000, EFLAGS=0x00010292
    Top of Stack: (sp=0xb0de694c)
    0xb0de694c: 080585e4 32320029 b79ebcd7 084f8d08
    0xb0de695c: 00538ff4 8cf0e508 8cf0e508 8cf0e508
    0xb0de696c: 084f8d08 b0de6b60 8cf0e508 8cf0e508
    0xb0de697c: 084f8d08 b0de6b60 b07cec7e 084f8dc8
    0xb0de698c: 00000000 b0de6a84 b0de69b0 b0de69e8
    0xb0de699c: b7ac56b9 b0de69b0 084f92ec 084f92f0
    0xb0de69ac: 084f92f0 42310668 35363244 41374143
    0xb0de69bc: 33434132 41464234 33384136 31323145
    Instructions: (pc=0xb79ebd56)
    0xb79ebd46: c7 86 e8 00 00 00 06 00 00 00 8b 45 0c 83 ec 0c
    0xb79ebd56: 8b 00 50 e8 02 fb fd ff 8b 75 d8 89 c7 8b 83 18
    Stack: [0xb0d67000,0xb0de8000), sp=0xb0de694c, free space=510k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x19bd56]
    C [libprompt.so+0x5c7e] Java_Prompt_getLine+0x16a
    j Prompt.getLine(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
    j Prompt.proceed(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+100
    j HeliosSearchEngine.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+322
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+670
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+141
    j org.apache.coyote.http11.Http11Processor.process(Ljava/io/InputStream;Ljava/io/OutputStream;)V+566
    j org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+113
    j org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Ljava/net/Socket;Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+45
    j org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt([Ljava/lang/Object;)V+102
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17ad8c]
    V [libjvm.so+0x28efd8]
    V [libjvm.so+0x17a5e5]
    V [libjvm.so+0x17a67e]
    V [libjvm.so+0x1f1ed5]
    V [libjvm.so+0x2f8523]
    V [libjvm.so+0x28fbe8]
    C [libpthread.so.0+0x53ae]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j Prompt.getLine(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
    j Prompt.proceed(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+100
    j HeliosSearchEngine.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+322
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+670
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+141
    j org.apache.coyote.http11.Http11Processor.process(Ljava/io/InputStream;Ljava/io/OutputStream;)V+566
    j org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+113
    j org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Ljava/net/Socket;Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+45
    j org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt([Ljava/lang/Object;)V+102
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x08515ad0 JavaThread "TP-Monitor" daemon [_thread_blocked, id=4542]
    0x08514be8 JavaThread "TP-Processor4" daemon [_thread_in_native, id=4541]
    0x084fdd40 JavaThread "TP-Processor3" daemon [_thread_blocked, id=4540]
    0x084fd288 JavaThread "TP-Processor2" daemon [_thread_blocked, id=4539]
    0x084fce68 JavaThread "TP-Processor1" daemon [_thread_blocked, id=4538]
    0x084fab18 JavaThread "http-8080-Monitor" [_thread_blocked, id=4537]
    0x084f9c10 JavaThread "http-8080-Processor25" daemon [_thread_in_native, id=4536]
    =>0x084f8d08 JavaThread "http-8080-Processor24" daemon [_thread_in_vm, id=4535]
    0x084f7e00 JavaThread "http-8080-Processor23" daemon [_thread_blocked, id=4534]
    0x084f6ef8 JavaThread "http-8080-Processor22" daemon [_thread_blocked, id=4533]
    0x084f5ff0 JavaThread "http-8080-Processor21" daemon [_thread_blocked, id=4532]
    0x084f50e8 JavaThread "http-8080-Processor20" daemon [_thread_blocked, id=4531]
    0x084f4218 JavaThread "http-8080-Processor19" daemon [_thread_blocked, id=4530]
    0x084f3310 JavaThread "http-8080-Processor18" daemon [_thread_blocked, id=4529]
    0x084f2408 JavaThread "http-8080-Processor17" daemon [_thread_blocked, id=4528]
    0x084f1500 JavaThread "http-8080-Processor16" daemon [_thread_blocked, id=4527]
    0x084f05f8 JavaThread "http-8080-Processor15" daemon [_thread_blocked, id=4526]
    0x084ef6f0 JavaThread "http-8080-Processor14" daemon [_thread_blocked, id=4525]
    0x084ee7e8 JavaThread "http-8080-Processor13" daemon [_thread_blocked, id=4524]
    0x084ed8e0 JavaThread "http-8080-Processor12" daemon [_thread_blocked, id=4523]
    0x084ec9d8 JavaThread "http-8080-Processor11" daemon [_thread_blocked, id=4522]
    0x084ebad0 JavaThread "http-8080-Processor10" daemon [_thread_blocked, id=4521]
    0x084eabc8 JavaThread "http-8080-Processor9" daemon [_thread_blocked, id=4520]
    0x084e9cc0 JavaThread "http-8080-Processor8" daemon [_thread_blocked, id=4519]
    0x084e8db8 JavaThread "http-8080-Processor7" daemon [_thread_blocked, id=4518]
    0x084e7eb0 JavaThread "http-8080-Processor6" daemon [_thread_blocked, id=4517]
    0x084e6fc0 JavaThread "http-8080-Processor5" daemon [_thread_blocked, id=4516]
    0x084e6108 JavaThread "http-8080-Processor4" daemon [_thread_blocked, id=4515]
    0x084e5250 JavaThread "http-8080-Processor3" daemon [_thread_blocked, id=4514]
    0x084e4398 JavaThread "http-8080-Processor2" daemon [_thread_blocked, id=4513]
    0x084e3f80 JavaThread "http-8080-Processor1" daemon [_thread_blocked, id=4512]
    0x083f48d0 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=4511]
    0x080a5a28 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4508]
    0x080a44c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4507]
    0x080a35b0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4506]
    0x0809cc10 JavaThread "Finalizer" daemon [_thread_blocked, id=4505]
    0x0809bf50 JavaThread "Reference Handler" daemon [_thread_blocked, id=4504]
    0x0805cde8 JavaThread "main" [_thread_in_native, id=4502]
    Other Threads:
    0x080993c0 VMThread [id=4503]
    0x080a6ed0 WatcherThread [id=4509]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 126K [0x88a60000, 0x88b00000, 0x88f40000)
    eden space 512K, 13% used [0x88a60000, 0x88a70ab0, 0x88ae0000)
    from space 64K, 92% used [0x88af0000, 0x88afede0, 0x88b00000)
    to space 64K, 0% used [0x88ae0000, 0x88ae0000, 0x88af0000)
    tenured generation total 5528K, used 3932K [0x88f40000, 0x894a6000, 0x8ca60000)
    the space 5528K, 71% used [0x88f40000, 0x89317268, 0x89317400, 0x894a6000)
    compacting perm gen total 8192K, used 4794K [0x8ca60000, 0x8d260000, 0x90a60000)
    the space 8192K, 58% used [0x8ca60000, 0x8cf0eb48, 0x8cf0ec00, 0x8d260000)
    ro space 8192K, 68% used [0x90a60000, 0x90fdf5e0, 0x90fdf600, 0x91260000)
    rw space 12288K, 48% used [0x91260000, 0x9182aca0, 0x9182ae00, 0x91e60000)
    Dynamic libraries:
    003fb000-00410000 r-xp 00000000 03:08 32565 /lib/ld-2.3.4.so
    00410000-00411000 r-xp 00014000 03:08 32565 /lib/ld-2.3.4.so
    00411000-00412000 rwxp 00015000 03:08 32565 /lib/ld-2.3.4.so
    00414000-00537000 r-xp 00000000 03:08 99132 /lib/tls/libc-2.3.4.so
    00537000-00538000 r-xp 00123000 03:08 99132 /lib/tls/libc-2.3.4.so
    00538000-0053b000 rwxp 00124000 03:08 99132 /lib/tls/libc-2.3.4.so
    0053b000-0053d000 rwxp 0053b000 00:00 0
    0053f000-00541000 r-xp 00000000 03:08 39574 /lib/libdl-2.3.4.so
    00541000-00543000 rwxp 00001000 03:08 39574 /lib/libdl-2.3.4.so
    00545000-00566000 r-xp 00000000 03:08 99133 /lib/tls/libm-2.3.4.so
    00566000-00568000 rwxp 00020000 03:08 99133 /lib/tls/libm-2.3.4.so
    00667000-00675000 r-xp 00000000 03:08 99134 /lib/tls/libpthread-2.3.4.so
    00675000-00677000 rwxp 0000d000 03:08 99134 /lib/tls/libpthread-2.3.4.so
    00677000-00679000 rwxp 00677000 00:00 0
    051ac000-051be000 r-xp 00000000 03:08 39576 /lib/libnsl-2.3.4.so
    051be000-051c0000 rwxp 00011000 03:08 39576 /lib/libnsl-2.3.4.so
    051c0000-051c2000 rwxp 051c0000 00:00 0
    08048000-08057000 r-xp 00000000 03:0a 576709 /usr/jdk1.5.0_11/bin/java
    08057000-08059000 rwxp 0000e000 03:0a 576709 /usr/jdk1.5.0_11/bin/java
    08059000-08559000 rwxp 08059000 00:00 0
    88a60000-88b00000 rwxp 88a60000 00:00 0
    88b00000-88f40000 rwxp 88b00000 00:00 0
    88f40000-894a6000 rwxp 88f40000 00:00 0
    894a6000-8ca60000 rwxp 894a6000 00:00 0
    8ca60000-8d260000 rwxp 8ca60000 00:00 0
    8d260000-90a60000 rwxp 8d260000 00:00 0
    90a60000-90fe0000 r-xs 00001000 03:0a 576666 /usr/jdk1.5.0_11/jre/lib/i386/client/classes.jsa
    90fe0000-91260000 rwxp 90fe0000 00:00 0
    91260000-9182b000 rwxp 00581000 03:0a 576666 /usr/jdk1.5.0_11/jre/lib/i386/client/classes.jsa
    9182b000-91e60000 rwxp 9182b000 00:00 0
    91e60000-91f30000 rwxp 00b4c000 03:0a 576666 /usr/jdk1.5.0_11/jre/lib/i386/client/classes.jsa
    91f30000-92260000 rwxp 91f30000 00:00 0
    92260000-92264000 r-xs 00c1c000 03:0a 576666 /usr/jdk1.5.0_11/jre/lib/i386/client/classes.jsa
    92264000-92660000 rwxp 92264000 00:00 0
    b07c8000-b07c9000 rwxp b07c8000 00:00 0
    b07c9000-b07d1000 r-xp 00000000 03:0a 609034 /usr/Tomcat/webapps/SearchEngine/WEB-INF/classes/libprompt.so
    b07d1000-b07d2000 rwxp 00008000 03:0a 609034 /usr/Tomcat/webapps/SearchEngine/WEB-INF/classes/libprompt.so
    b07d2000-b09e0000 rwxp b07d2000 00:00 0
    b09e0000-b09e3000 ---p b09e0000 00:00 0
    b09e3000-b0a61000 rwxp b09e3000 00:00 0
    b0a61000-b0a64000 ---p b0a61000 00:00 0
    b0a64000-b0ae2000 rwxp b0a64000 00:00 0
    b0ae2000-b0ae5000 ---p b0ae2000 00:00 0
    b0ae5000-b0b63000 rwxp b0ae5000 00:00 0
    b0b63000-b0b66000 ---p b0b63000 00:00 0
    b0b66000-b0be4000 rwxp b0b66000 00:00 0
    b0be4000-b0be7000 ---p b0be4000 00:00 0
    b0be7000-b0c65000 rwxp b0be7000 00:00 0
    b0c65000-b0c68000 ---p b0c65000 00:00 0
    b0c68000-b0ce6000 rwxp b0c68000 00:00 0
    b0ce6000-b0ce9000 ---p b0ce6000 00:00 0
    b0ce9000-b0d67000 rwxp b0ce9000 00:00 0
    b0d67000-b0d6a000 ---p b0d67000 00:00 0
    b0d6a000-b0de8000 rwxp b0d6a000 00:00 0
    b0de8000-b0deb000 ---p b0de8000 00:00 0
    b0deb000-b0e69000 rwxp b0deb000 00:00 0
    b0e69000-b0e6c000 ---p b0e69000 00:00 0
    b0e6c000-b0eea000 rwxp b0e6c000 00:00 0
    b0eea000-b0eed000 ---p b0eea000 00:00 0
    b0eed000-b0f6b000 rwxp b0eed000 00:00 0
    b0f6b000-b0f6e000 ---p b0f6b000 00:00 0
    b0f6e000-b0fec000 rwxp b0f6e000 00:00 0
    b0fec000-b0fef000 ---p b0fec000 00:00 0
    b0fef000-b106d000 rwxp b0fef000 00:00 0
    b106d000-b1070000 ---p b106d000 00:00 0
    b1070000-b10ee000 rwxp b1070000 00:00 0
    b10ee000-b10f1000 ---p b10ee000 00:00 0
    b10f1000-b116f000 rwxp b10f1000 00:00 0
    b116f000-b1172000 ---p b116f000 00:00 0
    b1172000-b11f0000 rwxp b1172000 00:00 0
    b11f0000-b11f3000 ---p b11f0000 00:00 0
    b11f3000-b1271000 rwxp b11f3000 00:00 0
    b1271000-b1274000 ---p b1271000 00:00 0
    b1274000-b12f2000 rwxp b1274000 00:00 0
    b12f2000-b12f5000 ---p b12f2000 00:00 0
    b12f5000-b1373000 rwxp b12f5000 00:00 0
    b1373000-b1376000 ---p b1373000 00:00 0
    b1376000-b13f4000 rwxp b1376000 00:00 0
    b13f4000-b13f7000 ---p b13f4000 00:00 0
    b13f7000-b1475000 rwxp b13f7000 00:00 0
    b1475000-b1478000 ---p b1475000 00:00 0
    b1478000-b14f6000 rwxp b1478000 00:00 0
    b14f6000-b14f9000 ---p b14f6000 00:00 0
    b14f9000-b1577000 rwxp b14f9000 00:00 0
    b1577000-b157a000 ---p b1577000 00:00 0
    b157a000-b15f8000 rwxp b157a000 00:00 0
    b15f8000-b15fb000 ---p b15f8000 00:00 0
    b15fb000-b1679000 rwxp b15fb000 00:00 0
    b1679000-b167c000 ---p b1679000 00:00 0
    b167c000-b16fa000 rwxp b167c000 00:00 0
    b16fa000-b16fd000 ---p b16fa000 00:00 0
    b16fd000-b177b000 rwxp b16fd000 00:00 0
    b177b000-b177e000 ---p b177b000 00:00 0
    b177e000-b17fc000 rwxp b177e000 00:00 0
    b17fc000-b17ff000 ---p b17fc000 00:00 0
    b17ff000-b187d000 rwxp b17ff000 00:00 0
    b187d000-b1880000 ---p b187d000 00:00 0
    b1880000-b18fe000 rwxp b1880000 00:00 0
    b18fe000-b1901000 ---p b18fe000 00:00 0
    b1901000-b197f000 rwxp b1901000 00:00 0
    b197f000-b1982000 ---p b197f000 00:00 0
    b1982000-b1a7b000 rwxp b1982000 00:00 0
    b1a7b000-b1b00000 ---p b1a7b000 00:00 0
    b1b7b000-b1b7d000 r-xs 00000000 03:0a 608240 /usr/Tomcat/server/lib/servlets-invoker.jar
    b1b7d000-b1b82000 r-xs 00000000 03:0a 608245 /usr/Tomcat/server/lib/tomcat-coyote.jar
    b1b82000-b1b92000 r-xs 00000000 03:0a 608235 /usr/Tomcat/server/lib/catalina-storeconfig.jar
    b1b92000-b1b99000 r-xs 00000000 03:0a 608232 /usr/Tomcat/server/lib/catalina-ant.jar
    b1b99000-b1b9f000 r-xs 00000000 03:0a 608231 /usr/Tomcat/server/lib/catalina-ant-jmx.jar
    b1b9f000-b1bb5000 r-xs 00000000 03:0a 608246 /usr/Tomcat/server/lib/tomcat-http.jar
    b1bb5000-b1c55000 r-xs 00000000 03:0a 608236 /usr/Tomcat/server/lib/catalina.jar
    b1c55000-b1c5b000 r-xs 00000000 03:0a 608242 /usr/Tomcat/server/lib/servlets-webdav.jar
    b1c5b000-b1c62000 r-xs 00000000 03:0a 608244 /usr/Tomcat/server/lib/tomcat-apr.jar
    b1c62000-b1ca1000 r-xs 00000000 03:0a 608248 /usr/Tomcat/server/lib/tomcat-util.jar
    b1ca1000-b1ca9000 r-xs 00000000 03:0a 608247 /usr/Tomcat/server/lib/tomcat-jkstatus-ant.jar
    b1ca9000-b1cae000 r-xs 00000000 03:0a 608239 /usr/Tomcat/server/lib/servlets-default.jar
    b1cae000-b1cc9000 r-xs 00000000 03:0a 608237 /usr/Tomcat/server/lib/commons-modeler-2.0.jar
    b1cc9000-b1cee000 r-xs 00000000 03:0a 608243 /usr/Tomcat/server/lib/tomcat-ajp.jar
    b1cee000-b1d23000 r-xs 00000000 03:0a 608233 /usr/Tomcat/server/lib/catalina-cluster.jar
    b1d23000-b1d4b000 r-xs 00000000 03:0a 608227 /usr/Tomcat/common/lib/naming-factory-dbcp.jar
    b1d4b000-b1d53000 r-xs 00000000 03:0a 608228 /usr/Tomcat/common/lib/naming-factory.jar
    b1d53000-b1db7000 r-xs 00000000 03:0a 608224 /usr/Tomcat/common/lib/jasper-compiler.jar
    b1db7000-b1dd3000 r-xs 00000000 03:0a 608222 /usr/Tomcat/common/lib/commons-el.jar
    b1dd3000-b1ddf000 r-xs 00000000 03:0a 608229 /usr/Tomcat/common/lib/naming-resources.jar
    b1ddf000-b1f08000 r-xs 00000000 03:0a 608223 /usr/Tomcat/common/lib/jasper-compiler-jdt.jar
    b1f08000-b1f0e000 r-xs 00000000 03:0a 608197 /usr/Tomcat/bin/bootstrap.jar
    b1f0e000-b1f10000 r-xs 00000000 03:0a 576084 /usr/jdk1.5.0_11/jre/lib/ext/dnsns.jar
    b1f10000-b1f3b000 r-xs 00000000 03:0a 576083 /usr/jdk1.5.0_11/jre/lib/ext/sunpkcs11.jar
    b1f3b000-b2000000 r-xs 00000000 03:0a 576682 /usr/jdk1.5.0_11/jre/lib/ext/localedata.jar
    b2000000-b20f7000 rwxp b2000000 00:00 0
    b20f7000-b2100000 ---p b20f7000 00:00 0
    b2112000-b2114000 r-xs 00000000 03:0a 608281 /usr/Tomcat/webapps/ROOT/WEB-INF/lib/catalina-root.jar
    b2114000-b2125000 r-xp 00000000 03:0a 576048 /usr/jdk1.5.0_11/jre/lib/i386/libnet.so
    b2125000-b2126000 rwxp 00011000 03:0a 576048 /usr/jdk1.5.0_11/jre/lib/i386/libnet.so
    b2126000-b2143000 r-xs 00000000 03:0a 608234 /usr/Tomcat/server/lib/catalina-optional.jar
    b2143000-b215c000 r-xs 00000000 03:0a 608230 /usr/Tomcat/common/lib/servlet-api.jar
    b215c000-b2169000 r-xs 00000000 03:0a 608226 /usr/Tomcat/common/lib/jsp-api.jar
    b2169000-b217c000 r-xs 00000000 03:0a 608225 /usr/Tomcat/common/lib/jasper-runtime.jar
    b217c000-b2185000 r-xs 00000000 03:0a 608221 /usr/Tomcat/common/i18n/tomcat-i18n-ja.jar
    b2185000-b218d000 r-xs 00000000 03:0a 608220 /usr/Tomcat/common/i18n/tomcat-i18n-fr.jar
    b218d000-b2196000 r-xs 00000000 03:0a 608219 /usr/Tomcat/common/i18n/tomcat-i18n-es.jar
    b2196000-b21a0000 r-xs 00000000 03:0a 608218 /usr/Tomcat/common/i18n/tomcat-i18n-en.jar
    b21a0000-b21a4000 r-xs 00000000 03:0a 608211 /usr/Tomcat/bin/tomcat-juli.jar
    b21a4000-b21ab000 r-xs 00000000 03:0a 608201 /usr/Tomcat/bin/commons-logging-api.jar
    b21ab000-b21ae000 r-xs 00000000 03:0a 608200 /usr/Tomcat/bin/commons-daemon.jar
    b21ae000-b21d5000 r-xs 00000000 03:0a 576082 /usr/jdk1.5.0_11/jre/lib/ext/sunjce_provider.jar
    b21d5000-b21d6000 ---p b21d5000 00:00 0
    b21d6000-b2256000 rwxp b21d6000 00:00 0
    b2256000-b2259000 ---p b2256000 00:00 0
    b2259000-b22d7000 rwxp b2259000 00:00 0
    b22d7000-b22da000 ---p b22d7000 00:00 0
    b22da000-b2358000 rwxp b22da000 00:00 0
    b2358000-b235b000 ---p b2358000 00:00 0
    b235b000-b23d9000 rwxp b235b000 00:00 0
    b23d9000-b25d9000 r-xp 00000000 03:0a 98479 /usr/lib/locale/locale-archive
    b25d9000-b25dc000 ---p b25d9000 00:00 0
    b25dc000-b265a000 rwxp b25dc000 00:00 0
    b265a000-b265d000 ---p b265a000 00:00 0
    b265d000-b26db000 rwxp b265d000 00:00 0
    b26db000-b26dc000 ---p b26db000 00:00 0
    b26dc000-b276d000 rwxp b26dc000 00:00 0
    b276d000-b2789000 rwxp b276d000 00:00 0
    b2789000-b278c000 rwxp b2789000 00:00 0
    b278c000-b27a7000 rwxp b278c000 00:00 0
    b27a7000-b27a8000 rwxp b27a7000 00:00 0
    b27a8000-b27a9000 rwxp b27a8000 00:00 0
    b27a9000-b27ad000 rwxp b27a9000 00:00 0
    b27ad000-b27c7000 rwxp b27ad000 00:00 0
    b27c7000-b27cb000 rwxp b27c7000 00:00 0
    b27cb000-b27e7000 rwxp b27cb000 00:00 0
    b27e7000-b27f9000 rwxp b27e7000 00:00 0
    b27f9000-b2872000 rwxp b27f9000 00:00 0
    b2872000-b2a32000 rwxp b2872000 00:00 0
    b2a32000-b4872000 rwxp b2a32000 00:00 0
    b4872000-b50e1000 r-xs 00000000 03:0a 576681 /usr/jdk1.5.0_11/jre/lib/charsets.jar
    b50e1000-b50f6000 r-xs 00000000 03:0a 576086 /usr/jdk1.5.0_11/jre/lib/jce.jar
    b50f6000-b517b000 r-xs 00000000 03:0a 576624 /usr/jdk1.5.0_11/jre/lib/jsse.jar
    b517b000-b51e4000 rwxp b517b000 00:00 0
    b51e4000-b77f3000 r-xs 00000000 03:0a 576703 /usr/jdk1.5.0_11/jre/lib/rt.jar
    b77f3000-b7802000 r-xp 00000000 03:0a 576045 /usr/jdk1.5.0_11/jre/lib/i386/libzip.so
    b7802000-b7804000 rwxp 0000e000 03:0a 576045 /usr/jdk1.5.0_11/jre/lib/i386/libzip.so
    b7804000-b7825000 r-xp 00000000 03:0a 576043 /usr/jdk1.5.0_11/jre/lib/i386/libjava.so
    b7825000-b7827000 rwxp 00020000 03:0a 576043 /usr/jdk1.5.0_11/jre/lib/i386/libjava.so
    b7827000-b7832000 r-xp 00000000 03:0a 576042 /usr/jdk1.5.0_11/jre/lib/i386/libverify.so
    b7832000-b7833000 rwxp 0000b000 03:0a 576042 /usr/jdk1.5.0_11/jre/lib/i386/libverify.so
    b7833000-b783c000 r-xp 00000000 03:08 79892 /lib/libnss_files-2.3.4.so
    b783c000-b783e000 rwxp 00008000 03:08 79892 /lib/libnss_files-2.3.4.so
    b783f000-b7847000 rwxs 00000000 03:08 33166 /tmp/hsperfdata_root/4502
    b7847000-b784d000 r-xp 00000000 03:0a 576030 /usr/jdk1.5.0_11/jre/lib/i386/native_threads/libhpi.so
    b784d000-b784e000 rwxp 00006000 03:0a 576030 /usr/jdk1.5.0_11/jre/lib/i386/native_threads/libhpi.so
    b784e000-b784f000 rwxp b784e000 00:00 0
    b784f000-b7850000 r-xp b784f000 00:00 0
    b7850000-b7bc0000 r-xp 00000000 03:0a 576036 /usr/jdk1.5.0_11/jre/lib/i386/client/libjvm.so
    b7bc0000-b7bde000 rwxp 00370000 03:0a 576036 /usr/jdk1.5.0_11/jre/lib/i386/client/libjvm.so
    b7bde000-b7ff7000 rwxp b7bde000 00:00 0
    bfe00000-bfe03000 ---p bfe00000 00:00 0
    bfe03000-c0000000 rwxp bfe03000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    jvm_args: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/usr/Tomcat/conf/logging.properties -Djava.endorsed.dirs=/usr/Tomcat/common/endorsed -Dcatalina.base=/usr/Tomcat -Dcatalina.home=/usr/Tomcat -Djava.io.tmpdir=/usr/Tomcat/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/jdk1.5.0_11
    CLASSPATH=:/usr/Tomcat/bin/bootstrap.jar:/usr/Tomcat/bin/commons-logging-api.jar
    PATH=/usr/jdk1.5.0_11/bin:/usr/jdk1.5.0_11/lib:/usr:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH=/usr/jdk1.5.0_11/jre/lib/i386/client:/usr/jdk1.5.0_11/jre/lib/i386:/usr/jdk1.5.0_11/jre/../lib/i386::/usr/Tomcat/webapps/SearchEngine/WEB-INF/classes:/usr/Tomcat/bin
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGPIPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGILL: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x290460], sa_mask[0]=0x00000000, sa_flags=0x14000004
    SIGHUP: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux ES release 4 (Nahant)
    uname:Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 16237, NOFILE 1024, AS infinity
    load average:0.47 0.46 0.28
    CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1025420k(705856k free), swap 2096440k(2096440k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for linux-x86, built on Dec 15 2006 02:25:41 by java_re with gcc 3.2.1-7a (J2SE release)
    Can anybody please give me a solution to this error...

    The JVM crashed. The only to get it fixed I suppose is to bring it to Sun's attention

  • An unexpected error has been detected by HotSpot Virtual Machine:

    Hi
    When I upload the xml file with dubug window.
    When I have debug then this message will come..
    So give me a solution..
    Here at below I have pasted files. in which I want to by pass the ldap..
    So give me suggestion what to do with that files.
    What's wrong with that file ?
    Jiten
    18 Oct 2007 17:02:09 0 INFO [main] security.SecurityUtil - SecurityUtil.login: Called with [email protected]; password=[C@1797795; sourceIpAddress=192.168.5.14; weblogin=false; realm=null
    18 Oct 2007 17:02:09 16    INFO  [main] security.SecurityUtil - login: start login: username: [email protected]
    18 Oct 2007 17:02:09 125 INFO [main] BOOT - -- boot log messages -->
    [BOOT] INFO: Loading OJB's properties: file:/C:/LMS/gsnx/deploy/webapp/gsnx.ear/webapp.war/WEB-INF/classes/OJB.properties
    [BOOT] WARN: Can't read logging properties file using path 'OJB-logging.properties', message is:
    C:\LMS\gsnx\OJB-logging.properties (The system cannot find the file specified)
    Will try to load logging properties from OJB.properties file
    [BOOT] INFO: Logging: Found 'log4j.properties' file, use class org.apache.ojb.broker.util.logging.Log4jLoggerImpl
    [BOOT] INFO: Log4J is already configured, will not search for log4j properties file
    18 Oct 2007 17:02:12 3282 INFO [main] security.SecurityUtil - SecurityUtil.login: Calling authentication with [email protected]; password=[C@1797795; realm=null
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d85c14f, pid=4032, tid=3260
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V  [jvm.dll+0x11c14f]
    # An error report file with more information is saved as hs_err_pid4032.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Here :This is my login.config file..
    * Copyright (c) 2003-2005 E2open Inc. All rights reserved.
    * gnsx security configuration file
    * Note:
    * 1. At installation time, java.security file in your jre's lib/security/ directory should
    * be edited add the following line (ganx.home} is the home directory of gsnx install
    * login.config.url.1=file:{gsnx.home}/conf/login.config
    * 2. Edit this file to replace ldap-url with the correct url for your
    * LoginModule configuration.
    * @version $Id: login.config,v 1.8 2006/02/04 18:38:11 vgeorge Exp $
    gsnx.security.Login
    * LdapLoginModule Options:
    * ldap-url - LDAP connection URL, such as ldap://localhost:389
    * e.g. ldap-url="ldap://192.168.31.63:389"
    * dn-mask - The DN mask for user. The number 0 refers to the parameter
    * number for username. If this is specified then user search is ingored.
    * **This option is DEPRECATED**.
    * e.g. dn-mask="cn={0},ou=People,dc=gsnx,dc=com"
    * initialContextFactory - Class name of the initial context factory
    * e.g. initialContextFactory="com.sun.jndi.ldap.LdapCtxFactory"
    * connection-username - The DN used by the login module itself for authentication to
    * the directory server.
    * e.g. connection-username="uid=admin,ou=system"
    * connection-password - Password that is used by the login module to authenticate
    * itself to the directory server
    * e.g. connection-password="password"
    * connectionProtocol - The security protocol to use. This value is determined by the
    * service provider. An example would be SSL.
    * e.g. connectionProtocol="ldap"
    * authentication - The security level to use. Its value is one of the following
    * strings: "none", "simple", "strong".
    * e.g. authentication="simple"
    * user-search-base - the base DN for the user search
    * e.g. user-search-base="ou=users,ou=system"
    * user-search-pattern - filter specification how to search for the user object.
    * RFC 2254 filters are allowed. For example: (uid=user1). To parameterize the value
    * of the CN attribute type, specify (uid = {0}). The number 0 refers to the parameter
    * number for username. This query must return exactly one object.
    * e.g. user-search-pattern="uid={0}"
    * user-search-scope-subtree - Directory search scope for the user (ture | false)
    * ture - directory search scope is SUBTREE
    * false - directory search scope is ONE-LEVEL
    * e.g. user-search-scope-subtree="true"
    * user-password-changepw-gsnx-handler - hander to change password
    * If this handler is not specified, the change password feature will not be available
    * if "com.gsnx.core.server.security.LdapLoginModule", is used the the
    * option - user-password-attribute is required.
    * e.g. user-password-changepw-gsnx-handler="com.gsnx.core.server.security.LdapLoginModule"
    * user-password-attribute - attribute in LDAP that stores the user password
    * If this is not specified, the change password feature will not be work
    * when "com.gsnx.core.server.security.LdapLoginModule", is used as
    * user-password-changepw-gsnx-handler
    * e.g. user-password-attribute="userPassword"
    * role-search-base - The base DN for the group membership search
    * e.g. role-search-base="ou=groups,ou=system"
    * role-name-attribute - LDAP attribute type that identifies group name attribute in the object
    * returned from the group membership query. The group membership query is defined
    * by the role-search-pattern parameter. Typically the group name parameter is "cn".
    * e.g. role-name="cn"
    * role-search-pattern - The filter specification how to search for the role object.
    * RFC 2254 filters are allowed. For example: (uniqueMember = {0}). The number 0
    * refers refers to the DN of the authenticated user. Note that if role membership
    * for the user is defined in the member-of-like attribute (see user-role-name
    * parameter) you may not need to search for group membership with the query.
    * e.g. role-search-pattern="(uniqueMember={0})"
    * role-search-scope-subtree - Directory search scope for the role (ture | false).
    * ture - directory search scope is SUBTREE
    * false - directory search scope is ONE-LEVEL
    * e.g. role-search-scope-subtree="false"
    * user-role-attribute - LDAP attribute type for the user group membership. Different LDAP
    * schemas represent user group membership in different ways such as memberOf,
    * isMemberOf, member, etc. Values of these attributes are identifiers of groups that
    * a user is a member of. For example, if you have: memberOf: cn=admin,ou=groups,dc=gsnx,
    * specify "memberOf" as the value for the user-role-name attribute. Be aware of the
    * relationship between this parameter and group membership query. Typically
    * they will return the same data.
    * e.g. user-role-name="memberOf"
    * ldap://ldap-qa.dev.e2open.com:389
    * ldap://192.168.31.63:389
    com.gsnx.core.server.security.PassthruLoginModule required
    *com.gsnx.core.server.security.LdapLoginModule required
    initial-context-factory="com.sun.jndi.ldap.LdapCtxFactory"
    ldap-url="ldap://ldap-qa.dev.e2open.com:389"
    connection-username="cn=Manager,dc=gsnx,dc=com"
    connection-password="slapface"
    connection-protocol="ldap"
    authentication="simple"
    user-search-base="dc=gsnx,dc=com"
    user-search-pattern="cn={0}"
    user-search-scope-subtree="true"
    user-password-changepw-gsnx-handler="com.gsnx.core.server.security.PassthruLoginModule"
    user-password-attribute="userPassword"
    role-search-base=""
    role-name-attribute=""
    role-search-pattern=""
    role-search-scope-subtree=""
    user-role-attribute="";
    This is LoginConfig.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- The XML based JAAS login configuration read by the
    org.jboss.security.auth.login.XMLLoginConfig mbean. Add
    an application-policy element for each security domain.
    The outline of the application-policy is:
    <application-policy name="security-domain-name">
    <authentication>
    <login-module code="login.module1.class.name" flag="control_flag">
    <module-option name = "option1-name">option1-value</module-option>
    <module-option name = "option2-name">option2-value</module-option>
    </login-module>
    <login-module code="login.module2.class.name" flag="control_flag">
    </login-module>
    </authentication>
    </application-policy>
    $Revision: 1.12.2.2 $
    --><!DOCTYPE policy PUBLIC "-//JBoss//DTD JBOSS Security Config 3.0//EN" "http://www.jboss.org/j2ee/dtd/security_config.dtd">
    <policy>
    <!-- Used by clients within the application server VM such as
    mbeans and servlets that access EJBs.
    -->
    <application-policy name="gsnx.security.Login">
    <authentication>
    <!-- <login-module code="com.gsnx.core.server.security.LdapLoginModule" flag="required">-->
    <login-module code="com.gsnx.core.server.security.PassthruLoginModule" flag="required">
    <module-option name="initial-context-factory">com.sun.jndi.ldap.LdapCtxFactory
    </module-option>
    <!--<module-option name="user-password-changepw-gsnx-handler">com.gsnx.core.server.security.LdapLoginModule-->
    <module-option name="user-password-changepw-gsnx-handler">com.gsnx.core.server.security.PassthruLoginModule
    </module-option>
    <!-- <module-option name="ldap-url">ldap://192.168.31.63:389</module-option> -->
    <!-- <module-option name="ldap-url">ldap://10.120.17.253:389</module-option> -->
    <module-option name="ldap-url">ldap://ldap-qa.dev.e2open.com:389</module-option>
    <module-option name="connection-username">cn=Manager,dc=gsnx,dc=com</module-option>
    <module-option name="connection-password">slapface</module-option>
    <module-option name="connection-protocol">ldap</module-option>
    <module-option name="authentication">simple</module-option>
    <module-option name="user-search-base">dc=gsnx,dc=com</module-option>
    <module-option name="user-search-pattern">cn={0}</module-option>
    <module-option name="user-search-scope-subtree">true</module-option>
    <module-option name="user-password-attribute"/>
    <module-option name="role-search-base"/>
    <module-option name="role-name-attribute"/>
    <module-option name="role-search-pattern"/>
    <module-option name="role-search-scope-subtree"/>
    <module-option name="user-role-attribute"/>
    </login-module>
    </authentication>
    </application-policy>
    <application-policy name="client-login">
    <authentication>
    <login-module code="org.jboss.security.ClientLoginModule" flag="required">
    </login-module>
    </authentication>
    </application-policy>
    <!-- Security domain for JBossMQ -->
    <application-policy name="jbossmq">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag="required">
    <module-option name="unauthenticatedIdentity">guest</module-option>
    <module-option name="dsJndiName">java:/DefaultDS</module-option>
    <module-option name="principalsQuery">SELECT PASSWD FROM JMS_USERS WHERE USERID=?</module-option>
    <module-option name="rolesQuery">SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=?</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- Security domain for JBossMQ when using file-state-service.xml
    <application-policy name = "jbossmq">
    <authentication>
    <login-module code = "org.jboss.mq.sm.file.DynamicLoginModule"
    flag = "required">
    <module-option name = "unauthenticatedIdentity">guest</module-option>
    <module-option name = "sm.objectname">jboss.mq:service=StateManager</module-option>
    </login-module>
    </authentication>
    </application-policy>
    -->
    <!-- Security domains for testing new jca framework -->
    <application-policy name="HsqlDbRealm">
    <authentication>
    <login-module code="org.jboss.resource.security.ConfiguredIdentityLoginModule" flag="required">
    <module-option name="principal">sa</module-option>
    <module-option name="userName">sa</module-option>
    <module-option name="password"/>
    <module-option name="managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=DefaultDS</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <application-policy name="JmsXARealm">
    <authentication>
    <login-module code="org.jboss.resource.security.ConfiguredIdentityLoginModule" flag="required">
    <module-option name="principal">guest</module-option>
    <module-option name="userName">guest</module-option>
    <module-option name="password">guest</module-option>
    <module-option name="managedConnectionFactoryName">jboss.jca:service=TxCM,name=JmsXA</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the jmx-console web application. This
    defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="jmx-console">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="usersProperties">props/jmx-console-users.properties</module-option>
    <module-option name="rolesProperties">props/jmx-console-roles.properties</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the web-console web application. This
    defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="web-console">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="usersProperties">web-console-users.properties</module-option>
    <module-option name="rolesProperties">web-console-roles.properties</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- A template configuration for the JBossWS web application (and transport layer!).
    This defaults to the UsersRolesLoginModule the same as other and should be
    changed to a stronger authentication mechanism as required.
    -->
    <application-policy name="JBossWS">
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
    <module-option name="unauthenticatedIdentity">anonymous</module-option>
    </login-module>
    </authentication>
    </application-policy>
    <!-- The default login configuration used by any security domain that
    does not have a application-policy entry with a matching name
    -->
    <application-policy name="other">
    <!-- A simple server login module, which can be used when the number
    of users is relatively small. It uses two properties files:
    users.properties, which holds users (key) and their password (value).
    roles.properties, which holds users (key) and a comma-separated list of
    their roles (value).
    The unauthenticatedIdentity property defines the name of the principal
    that will be used when a null username and password are presented as is
    the case for an unuathenticated web client or MDB. If you want to
    allow such users to be authenticated add the property, e.g.,
    unauthenticatedIdentity="nobody"
    -->
    <authentication>
    <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"/>
    </authentication>
    </application-policy>
    </policy>
    This is : java.security
    # This is the "master security properties file".
    # In this file, various security properties are set for use by
    # java.security classes. This is where users can statically register
    # Cryptography Package Providers ("providers" for short). The term
    # "provider" refers to a package or set of packages that supply a
    # concrete implementation of a subset of the cryptography aspects of
    # the Java Security API. A provider may, for example, implement one or
    # more digital signature algorithms or message digest algorithms.
    # Each provider must implement a subclass of the Provider class.
    # To register a provider in this master security properties file,
    # specify the Provider subclass name and priority in the format
    # security.provider.<n>=<className>
    # This declares a provider, and specifies its preference
    # order n. The preference order is the order in which providers are
    # searched for requested algorithms (when no specific provider is
    # requested). The order is 1-based; 1 is the most preferred, followed
    # by 2, and so on.
    # <className> must specify the subclass of the Provider class whose
    # constructor sets the values of various properties that are required
    # for the Java Security API to look up the algorithms or other
    # facilities implemented by the provider.
    # There must be at least one provider specification in java.security.
    # There is a default provider that comes standard with the JDK. It
    # is called the "SUN" provider, and its Provider subclass
    # named Sun appears in the sun.security.provider package. Thus, the
    # "SUN" provider is registered via the following:
    # security.provider.1=sun.security.provider.Sun
    # (The number 1 is used for the default provider.)
    # Note: Statically registered Provider subclasses are instantiated
    # when the system is initialized. Providers can be dynamically
    # registered instead by calls to either the addProvider or
    # insertProviderAt method in the Security class.
    # List of providers and their preference orders (see above):
    security.provider.1=sun.security.provider.Sun
    security.provider.2=sun.security.rsa.SunRsaSign
    security.provider.3=com.sun.net.ssl.internal.ssl.Provider
    security.provider.4=com.sun.crypto.provider.SunJCE
    security.provider.5=sun.security.jgss.SunProvider
    security.provider.6=com.sun.security.sasl.Provider
    # Select the source of seed data for SecureRandom. By default an
    # attempt is made to use the entropy gathering device specified by
    # the securerandom.source property. If an exception occurs when
    # accessing the URL then the traditional system/thread activity
    # algorithm is used.
    # On Solaris and Linux systems, if file:/dev/urandom is specified and it
    # exists, a special SecureRandom implementation is activated by default.
    # This "NativePRNG" reads random bytes directly from /dev/urandom.
    # On Windows systems, the URLs file:/dev/random and file:/dev/urandom
    # enables use of the Microsoft CryptoAPI seed functionality.
    securerandom.source=file:/dev/urandom
    # The entropy gathering device is described as a URL and can also
    # be specified with the system property "java.security.egd". For example,
    # -Djava.security.egd=file:/dev/urandom
    # Specifying this system property will override the securerandom.source
    # setting.
    # Class to instantiate as the javax.security.auth.login.Configuration
    # provider.
    login.configuration.provider=com.sun.security.auth.login.ConfigFile
    # Default login configuration file
    login.config.url.1=C:\LMS\gsnx\core\src\conf\login.config
    # Class to instantiate as the system Policy. This is the name of the class
    # that will be used as the Policy object.
    policy.provider=sun.security.provider.PolicyFile
    # The default is to have a single system-wide policy file,
    # and a policy file in the user's home directory.
    policy.url.1=file:${java.home}/lib/security/java.policy
    policy.url.2=file:${user.home}/.java.policy
    # whether or not we expand properties in the policy file
    # if this is set to false, properties (${...}) will not be expanded in policy
    # files.
    policy.expandProperties=true
    # whether or not we allow an extra policy to be passed on the command line
    # with -Djava.security.policy=somefile. Comment out this line to disable
    # this feature.
    policy.allowSystemProperty=true
    # whether or not we look into the IdentityScope for trusted Identities
    # when encountering a 1.1 signed JAR file. If the identity is found
    # and is trusted, we grant it AllPermission.
    policy.ignoreIdentityScope=false
    # Default keystore type.
    keystore.type=jks
    # Class to instantiate as the system scope:
    system.scope=sun.security.provider.IdentityDatabase
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageAccess unless the
    # corresponding RuntimePermission ("accessClassInPackage."+package) has
    # been granted.
    package.access=sun.
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageDefinition unless the
    # corresponding RuntimePermission ("defineClassInPackage."+package) has
    # been granted.
    # by default, no packages are restricted for definition, and none of
    # the class loaders supplied with the JDK call checkPackageDefinition.
    #package.definition=
    # Determines whether this properties file can be appended to
    # or overridden on the command line via -Djava.security.properties
    security.overridePropertiesFile=true
    # Determines the default key and trust manager factory algorithms for
    # the javax.net.ssl package.
    ssl.KeyManagerFactory.algorithm=SunX509
    ssl.TrustManagerFactory.algorithm=PKIX
    # Determines the default SSLSocketFactory and SSLServerSocketFactory
    # provider implementations for the javax.net.ssl package. If, due to
    # export and/or import regulations, the providers are not allowed to be
    # replaced, changing these values will produce non-functional
    # SocketFactory or ServerSocketFactory implementations.
    #ssl.SocketFactory.provider=
    #ssl.ServerSocketFactory.provider=
    # The Java-level namelookup cache policy for successful lookups:
    # any negative value: caching forever
    # any positive value: the number of seconds to cache an address for
    # zero: do not cache
    # default value is forever (FOREVER). For security reasons, this
    # caching is made forever when a security manager is set.
    # NOTE: setting this to anything other than the default value can have
    # serious security implications. Do not set it unless
    # you are sure you are not exposed to DNS spoofing attack.
    #networkaddress.cache.ttl=-1
    # The Java-level namelookup cache policy for failed lookups:
    # any negative value: cache forever
    # any positive value: the number of seconds to cache negative lookup results
    # zero: do not cache
    # In some Microsoft Windows networking environments that employ
    # the WINS name service in addition to DNS, name service lookups
    # that fail may take a noticeably long time to return (approx. 5 seconds).
    # For this reason the default caching policy is to maintain these
    # results for 10 seconds.
    networkaddress.cache.negative.ttl=10
    # Properties to configure OCSP for certificate revocation checking
    # Enable OCSP
    # By default, OCSP is not used for certificate revocation checking.
    # This property enables the use of OCSP when set to the value "true".
    # NOTE: SocketPermission is required to connect to an OCSP responder.
    # Example,
    # ocsp.enable=true
    # Location of the OCSP responder
    # By default, the location of the OCSP responder is determined implicitly
    # from the certificate being validated. This property explicitly specifies
    # the location of the OCSP responder. The property is used when the
    # Authority Information Access extension (defined in RFC 3280) is absent
    # from the certificate or when it requires overriding.
    # Example,
    # ocsp.responderURL=http://ocsp.example.net:80
    # Subject name of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # distinguished name (defined in RFC 2253) which identifies a certificate in
    # the set of certificates supplied during cert path validation. In cases where
    # the subject name alone is not sufficient to uniquely identify the certificate
    # then both the "ocsp.responderCertIssuerName" and
    # "ocsp.responderCertSerialNumber" properties must be used instead. When this
    # property is set then those two properties are ignored.
    # Example,
    # ocsp.responderCertSubjectName="CN=OCSP Responder, O=XYZ Corp"
    # Issuer name of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # distinguished name (defined in RFC 2253) which identifies a certificate in
    # the set of certificates supplied during cert path validation. When this
    # property is set then the "ocsp.responderCertSerialNumber" property must also
    # be set. When the "ocsp.responderCertSubjectName" property is set then this
    # property is ignored.
    # Example,
    # ocsp.responderCertIssuerName="CN=Enterprise CA, O=XYZ Corp"
    # Serial number of the OCSP responder's certificate
    # By default, the certificate of the OCSP responder is that of the issuer
    # of the certificate being validated. This property identifies the certificate
    # of the OCSP responder when the default does not apply. Its value is a string
    # of hexadecimal digits (colon or space separators may be present) which
    # identifies a certificate in the set of certificates supplied during cert path
    # validation. When this property is set then the "ocsp.responderCertIssuerName"
    # property must also be set. When the "ocsp.responderCertSubjectName" property
    # is set then this property is ignored.
    # Example,
    # ocsp.responderCertSerialNumber=2A:FF:00

    user564785 wrote:
    I am trying to installl Oracle 11gR2 on VM machine with Redhat Linux 6-64bit. That is a Oracle database problem. Even though the Oracle product uses java it still represents a problem with that product (Oracle) rather than java. So you need to start with an Oracle database forum.

  • Unexpected error has been detected by HotSpot Virtual Machine

    Hi all, I got this error when I am creating a new project in eclipse. And also during the compilation of the source code. (I am using Ant). Below is the log attached . Please help me. If you have further queries plz mail me to [email protected]/ [email protected]
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6d4516, pid=2864, tid=2460
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
    # Problematic frame:
    # V [jvm.dll+0x64516]
    --------------- T H R E A D ---------------
    Current thread (0x00a08948): VMThread [id=2460]
    siginfo: ExceptionCode=0xc0000005, writing address 0x6d6d4463
    Registers:
    EAX=0x180b1948, EBX=0x009daf40, ECX=0x180b194b, EDX=0x180b1978
    ESP=0x02b7fb9c, EBP=0x02b7fbb0, ESI=0x6d6d4463, EDI=0x0000000c
    EIP=0x6d6d4516, EFLAGS=0x00010206
    Top of Stack: (sp=0x02b7fb9c)
    0x02b7fb9c: 02b7fc70 180ac074 00000172 0000000c
    0x02b7fbac: 180b1948 02b7fbdc 6d6d37d1 16d58c00
    0x02b7fbbc: 180ac074 180ac3b0 180ac074 6d742400
    0x02b7fbcc: 180ac074 180ae488 180abde8 009ef1f0
    0x02b7fbdc: 02b7fd0c 6d764e20 180abde8 02b7fc70
    0x02b7fbec: 02b7fc70 009ef0b0 009dacf4 6d6e35f6
    0x02b7fbfc: 02b7fc70 00000001 009daca8 6d6def1c
    0x02b7fc0c: 02b7fc70 00000000 009daca8 02b7fca4
    Instructions: (pc=0x6d6d4516)
    0x6d6d4506: 56 e8 05 e5 0a 00 59 59 8b 45 fc 8b c8 83 c9 03
    0x6d6d4516: 89 0e 5f 5e 5b c9 c2 08 00 56 8b f1 83 be 24 01
    Stack: [0x02b40000,0x02b80000), sp=0x02b7fb9c, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x64516]
    V [jvm.dll+0x637d1]
    V [jvm.dll+0xf4e20]
    V [jvm.dll+0x6e9d5]
    V [jvm.dll+0x5160e]
    V [jvm.dll+0x6eb80]
    V [jvm.dll+0x1233f7]
    V [jvm.dll+0x122ec5]
    V [jvm.dll+0x12306e]
    V [jvm.dll+0x122dd3]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x0006edfc): generation collection for allocation, mode: safepoint, requested by thread 0x00357120
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02d20770 JavaThread "Startup Progress Printer" [_thread_blocked, id=3744]
    0x0312ae48 JavaThread "Worker-0" [_thread_blocked, id=4012]
    0x02d0b008 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=412]
    0x02d299f0 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2348]
    0x02d11668 JavaThread "State Data Manager" daemon [_thread_blocked, id=3936]
    0x00a0f790 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=932]
    0x00a0e360 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2812]
    0x00a0d648 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3184]
    0x009e86c0 JavaThread "Finalizer" daemon [_thread_blocked, id=3328]
    0x009e7278 JavaThread "Reference Handler" daemon [_thread_blocked, id=1800]
    0x00357120 JavaThread "main" [_thread_blocked, id=3712]
    Other Threads:
    =>0x00a08948 VMThread [id=2460]
    0x00a109a8 WatcherThread [id=720]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x003567d8/0x0000071c] Threads_lock - owner thread: 0x00a08948
    [0x00356958/0x000006e0] Heap_lock - owner thread: 0x00357120
    Heap
    def new generation total 2880K, used 2830K [0x16a70000, 0x16d80000, 0x17e20000)
    eden space 2624K, 100% used [0x16a70000, 0x16d00000, 0x16d00000)
    from space 256K, 80% used [0x16d40000, 0x16d73940, 0x16d80000)
    to space 256K, 65% used [0x16d00000, 0x16d29f00, 0x16d40000)
    tenured generation total 37824K, used 2630K [0x17e20000, 0x1a310000, 0x26a70000)
    the space 37824K, 6% used [0x17e20000, 0x180b1978, 0x180b1a00, 0x1a310000)
    compacting perm gen total 8448K, used 8280K [0x26a70000, 0x272b0000, 0x2aa70000)
    the space 8448K, 98% used [0x26a70000, 0x27286208, 0x27286400, 0x272b0000)
    ro space 8192K, 63% used [0x2aa70000, 0x2af7b178, 0x2af7b200, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b809fa8, 0x2b80a000, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      c:\winnt\system32\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINNT\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINNT\system32\RPCRT4.dll
    0x77d40000 - 0x77dd0000      C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINNT\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\MSVCRT.dll
    0x6d670000 - 0x6d804000      C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      c:\winnt\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      c:\winnt\system32\PSAPI.DLL
    0x6d640000 - 0x6d64c000      C:\Program Files\Java\jre1.5.0_06\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_06\bin\java.dll
    0x6d660000 - 0x6d66f000      C:\Program Files\Java\jre1.5.0_06\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_06\bin\net.dll
    0x71ab0000 - 0x71ac7000      c:\winnt\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      c:\winnt\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_06\bin\nio.dll
    0x10000000 - 0x10052000      D:\eclipse-3.2\eclipse\configuration\org.eclipse.osgi\bundles\79\1\.cp\swt-win32-3235.dll
    0x774e0000 - 0x7761d000      C:\WINNT\system32\ole32.dll
    0x773d0000 - 0x774d2000      C:\WINNT\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.dll
    0x77f60000 - 0x77fd6000      C:\WINNT\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000      C:\WINNT\system32\comdlg32.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINNT\system32\SHELL32.dll
    0x77120000 - 0x771ac000      C:\WINNT\system32\OLEAUT32.dll
    0x76390000 - 0x763ad000      c:\winnt\system32\IMM32.dll
    0x74d90000 - 0x74dfb000      c:\winnt\system32\USP10.dll
    0x771b0000 - 0x77256000      C:\WINNT\system32\WININET.dll
    0x77a80000 - 0x77b14000      C:\WINNT\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINNT\system32\MSASN1.dll
    0x75a70000 - 0x75a91000      c:\winnt\system32\MSVFW32.dll
    0x5d090000 - 0x5d127000      C:\WINNT\system32\comctl32.dll
    0x5ad70000 - 0x5ada8000      C:\WINNT\system32\uxtheme.dll
    0x74720000 - 0x7476b000      C:\WINNT\system32\MSCTF.dll
    0x605d0000 - 0x605d9000      C:\WINNT\system32\mslbui.dll
    VM Arguments:
    jvm_args: -Xms40m -Xmx256m
    java_command: D:\eclipse-3.2\eclipse\startup.jar -os win32 -ws win32 -arch x86 -launcher D:\eclipse-3.2\eclipse\eclipse.exe -name Eclipse -showsplash 600 -exitdata a98_74 -vm c:\winnt\system32\javaw.exe -vmargs -Xms40m -Xmx256m -jar D:\eclipse-3.2\eclipse\startup.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06
    CLASSPATH=.;D:\proj-R;D:\Tomcat5\apache-tomcat-5.5.15\common\lib\servlet-api.jar;D:\Tomcat5\apache-tomcat-5.5.15\common\lib\jsp-api.jar;
    PATH=C:\sybase\ODBC;C:\sybase\OCS-12_5\lib3p;C:\sybase\OCS-12_5\dll;C:\sybase\OCS-12_5\bin;C:\sybase\JS-12_5\bin;C:\sybase\ASE-12_5\dll;C:\sybase\ASE-12_5\bin;C:\cygwin_root\usr\local\bin;C:\cygwin_root\bin;C:\cygwin_root\bin;C:\cygwin_root\usr\X11R6\bin;c:\Program C:\sybase\ODBC;C:\sybase\OCS-12_5\lib3p;C:\sybase\OCS-12_5\dll;C:\sybase\OCS-12_5\bin;C:\sybase\JS-12_5\bin;C:\sybase\ASE-12_5\dll;C:\sybase\ASE-12_5\bin;C:\cygwin_root\usr\local\bin;C:\cygwin_root\bin;C:\cygwin_root\bin;C:\cygwin_root\usr\X11R6\bin;c:\Program Files\Perforce;c:\winnt\system32;C:\Program Files\Java\jdk1.5.0_06\bin;C:\cygwin_root\lib\lapack;C:\usr\tools\trunks\bin;C:\usr\Misc\util;C:\Program Files\Java\jdk1.5.0_06;.;D:\Programme\perl\5.00503\bin;D:\Programme\perl\5.00503\bin\MSWin32-x86;D:\Programme\perl580\bin;D:\Softwares\quartz\quartz-all-1.6.0.jar;C:\Program Files\Java\jdk1.5.0_06;.;D:\Programme\perl\5.00503\bin;D:\Programme\perl\5.00503\bin\MSWin32-x86;D:\Programme\perl580\bin;D:\Softwares\quartz\quartz-1.6.0.jar;D:\Softwares\ejb\j2ee.jar;
    USERNAME=ramesh
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 6 Stepping 2, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 1564144k(936720k free), swap 1926284k(1373344k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0

    Hi. There is nothing in even the most homicidal Java code
    that can cause such an error. It is only native code that
    can do it, and the two main suspects here are the JVM
    itself or the OCI client libraries used by the Oracle driver
    when connecting in the OCI/type-2 mode. Neither the
    JVM author or Oracle will be lightly entrained in an effort
    to debug it (C code is hard), unless you can provide a
    small reliable reproducer program.
    I highly recommend an alternative, that you switch to
    using the driver in the all-Java/type-4/thin mode. It will
    be much more reliable in this regard, and nowadays, the
    thin driver can be toled to use the tnsnames.ora file for
    connectivity info, so you can retain any administration
    value/custom that uses those files.
    Please say if there are any other reasons you can't do
    that, and if so, the first steps would be to upgrade to the
    latest OCI client and latest JVM, to see if the problem has
    been fixed already.
    Good Luck,
    Joe Weinstein at BEA Systems

  • Error has been detected by HotSpot Virtual Machine EXCEPTION_FLT_DIVIDE_BY_

    Hi everyone,
    i've got this error
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_DIVIDE_BY_ZERO (0xc000008e) at pc=0x00bda829,
    pid=1608, tid=1232
    when i trying to use variables with type double or float.
    for example:
    public class AverageFruit {
    public static void main(String[] args) {
    // Declare and initialize three variables
    double numOranges = 50.0E-1; // Initial value is 5.0
    double numApples = 1.0E1; // Initial value is 10.0
    double averageFruit = 0.0;
    averageFruit = (numOranges + numApples)/2.0;
    System.out.println("A totally fruity program");
    System.out.println("Average fruit is " + averageFruit);
    }

    I don't see anything wrong with the code and I even compiled and ran it with 1.4.2_09 and got the following output:
    > java AverageFruit
    A totally fruity program
    Average fruit is 7.5What JRE version are you using?

  • An unexpected error has been detected by HotSpot Virtual Machine: SIGBUS

    We had a java server process shutdown with the following output:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xffffffff7e533324, pid=1038, tid=15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_12-b04 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x533324]
    --------------- T H R E A D ---------------
    Current thread (0x00000001001bc630): GCTaskThread [id=15]
    Since then we've experienced a problem where the process has become unresponsive causing us to force a manual shutdown.
    There was not an issue with available memory at the time the process became unresponsive. System.out stopped printing GC output at this time.
    Hardware is a T5120.
    Please let us know if there is a known issue or some way to resolve this.

    john.odendahl wrote:
    Hey look, the VM crashed so i posted on a forum related to the VM.
    If the hardware crashed I probably would have posted it on a forum related to the hardware.
    If MS Word were to crash i probably would not start start blaming it on the hardware before I tried to find out if there is a problem with MS Word.
    What I was hoping to find out was if there was some known issue with the particular version of the jdk or if there was some obvious cause....or possibly if there is something additional I could do to troubleshoot the problem. Specifically I said "Please let us know if there is a known issue or some way to resolve this."
    Expanding on my previous replies.
    There are any number of sources for the cause of the problem that the VM reported.
    While it is possible that the VM itself caused it is also likely, probably quite a bit more so, that there is some other cause.
    The causes of that can be hardware, OS, other applications and the software that the VM is running.
    Resolution requires the following.
    1. Identifying the cause
    2. If and only if the cause is due to the VM then submitting a bug report.
    3. Exclusive of a specific service/sales contract with Sun a bug fix is unlikely to be forthcoming in any reasonable amount of time.
    So far all i've got out if this is that it's a hard problem to troubleshoot and there is a bunch more information necessary to determine the cause. Correct. If the VM created the dump file (whatever it is called) you can create a bug report and attach that. But 3 above still applies but sometimes Sun jumps right on something.
    If that is the case then fine, i completely understand, but no one has said what additional information would be helpful. Your entire computer and a way to replicate it on that computer is the only way that any one besides you can determine that. And inclination and time.
    I doubt that is acceptable to you nor is anyone likely to undertake that (exclusive of a specific commercial tie between you and Sun.)
    The alternative is that you, or someone at your company, tracks the problem down. There are two many possible variations for how one might need to to that for a forum post and perhaps even for an entire book. But replicating it is the first step.
    ...unless you can provide some help or at least some useful information.You might want to google for SIGBUS and SIGSEGV error reports against the VM just to see how often this occurs.

  • Ubuntu-Oracle:An unexpected error has been detected by HotSpot Virtual Machine

    OS  :  Ubuntu 12.04.2 LTS
    ORACLE:
    linux_11gR2_database_1of2.zip
    linux_11gR2_database_2of2.zip
    when I run the command 'netac' to set the listener , it reports the error.Did anyone suffer from the problem.Help me,thanks!
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xa280975e, pid=9226, tid=3075516096
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C  [libclntsh.so.11.1+0x42975e]  snlinGetAddrInfo+0x1b2
    # An error report file with more information is saved as hs_err_pid9226.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted (core dumped)

    23af2318-5604-4fb7-8785-0510ec6b53b6 wrote:
    OS  :  Ubuntu 12.04.2 LTS
    ORACLE:
    linux_11gR2_database_1of2.zip
    linux_11gR2_database_2of2.zip
    when I run the command 'netac' to set the listener , it reports the error.Did anyone suffer from the problem.Help me,thanks!
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xa280975e, pid=9226, tid=3075516096
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C  [libclntsh.so.11.1+0x42975e]  snlinGetAddrInfo+0x1b2
    # An error report file with more information is saved as hs_err_pid9226.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted (core dumped)
    Oracle products are not certified to run on Ubuntu.  Please see the fine Installation Guide at Oracle Database Preinstallation Requirements  where you will find listed the supported versions of Linux.

  • ERROR is An unexpected error has been detected by HotSpot Virtual Machine:

    in the actionperformed method application is crashing
    public class HR_policy extends javax.swing.JFrame implements ActionListener{
    String outParam[]=new String[20];
    int n;
    JButton[] jbutton;
    JPanel inputPanel ;
    CallableStatement cs;
    Statement s;
    ResultSet rs;
    Connection con;
    int p;
    /** Creates new form HR_policy */
    public HR_policy() {
    String url = "jdbc:odbc:MyDataSource";
         try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              catch(java.lang.ClassNotFoundException e)
              {   System.err.print("ClassNotFoundException: ");
         System.err.println(e.getMessage());
         try
              {   con = DriverManager.getConnection(url, "sa", "sa");
         String sql="Select count(*) from ESS_HR_Policy";
    s=con.createStatement();
    rs=s.executeQuery(sql);
    while(rs.next())
    p=rs.getInt(1);
    //System.out.println(p);
    cs = con.prepareCall("{call ESS_HR_Policy_View_Header}");
              rs=cs.executeQuery();
    inputPanel = new JPanel();
    inputPanel.setBackground(new java.awt.Color(255, 255, 255));
    inputPanel.setBorder(javax.swing.BorderFactory.createTitledBorder(""));
    inputPanel.setLayout(new FlowLayout(FlowLayout.CENTER));
    jbutton= new JButton[p];
    while(rs.next())
              {    outParam[n] = rs.getString(1);
    //System.out.println(outParam[n]);
    jbutton[n] = new JButton(outParam[n]);
    jbutton[n].addActionListener(this);
    inputPanel.add(jbutton[n]);
    n++;
    add(inputPanel);
    inputPanel.setSize( 150, 250 );
    inputPanel.setVisible( true );
    //setDefaultCloseOperation( EXIT_ON_CLOSE );
    initComponents();
    con.close();
              catch(SQLException ex)
         System.err.println("SQLException: " + ex.getMessage());
    public void actionPerformed(ActionEvent e)
    //for(int i=0; i<p; i++)
    String cd=e.getActionCommand();
    System.out.println(cd);
    try
    String sql="Select PolicyFilePath from ESS_HR_Policy WHERE PolicyHeader=('"+ cd +"')";
    s=con.createStatement();
    rs=s.executeQuery(sql);
    while(rs.next())
    {   String  p=rs.getString(1);
    System.out.println(p);
    try
    System.out.println(p);
    Runtime.getRuntime().exec("cmd /c start C:\\java\\companylist.doc"); //for every type of file
    System.out.println(p);
    catch (IOException ex)
    ex.printStackTrace();
    catch(SQLException ex)
    System.out.println(p);
    System.err.println("SQLException: " + ex.getMessage());
    }

    It's a Developer Preview. So:
    1) No big surprise the GM release of Leopard broke it. I'd bet it will be updated to address this.
    2) You ever read the NDA that ADC made you click through? Might not be a bad idea to re-read it.
    Note REQUIRING Java 1.6 at the time it's a developer preview is living on the bleeding edge, no?

  • Tomcat 5.0.28 Crashing - Unexpected Error detected HotSpot Virtual Machine

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (4A41564123414C4C530E4350500018), pid=2872, tid=2884
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x6dd02218): JavaThread "CompilerThread1" daemon [_thread_in_vm, id=2884]
    Stack: [0x6e3e0000,0x6e4e0000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    Current CompileTask:
    opto:1582 java.util.Arrays.mergeSort([Ljava/lang/Object;[Ljava/lang/Object;IIILjava/util/Comparator;)V (235 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x6ef2d048 JavaThread "Dispatcher-Thread-2347" daemon [_thread_blocked, id=4068]
    0x6fe3d650 JavaThread "http-443-Processor50" daemon [_thread_in_native, id=1996]
    0x6ffaf210 JavaThread "http-443-Processor49" daemon [_thread_in_native, id=2076]
    0x7012e5c0 JavaThread "http-443-Processor48" daemon [_thread_in_native, id=1732]
    0x6e80c0a0 JavaThread "http-443-Processor47" daemon [_thread_blocked, id=2056]
    0x6ede8008 JavaThread "http-443-Processor46" daemon [_thread_blocked, id=2060]
    0x6ee50008 JavaThread "http-443-Processor45" daemon [_thread_in_native, id=1744]
    0x6ec06dd0 JavaThread "http-443-Processor44" daemon [_thread_in_native, id=3816]
    0x727208a0 JavaThread "http-443-Processor43" daemon [_thread_in_native, id=2540]
    0x6ef5c808 JavaThread "http-443-Processor42" daemon [_thread_in_native, id=1740]
    0x6ef5c668 JavaThread "http-443-Processor41" daemon [_thread_in_native, id=756]
    0x78779540 JavaThread "http-443-Processor40" daemon [_thread_blocked, id=3848]
    0x6f72b4a0 JavaThread "http-443-Processor39" daemon [_thread_in_native, id=2084]
    0x6ddb0af0 JavaThread "http-443-Processor38" daemon [_thread_in_native, id=3828]
    0x729ead68 JavaThread "http-443-Processor37" daemon [_thread_in_native, id=1788]
    0x6fac9808 JavaThread "http-443-Processor36" daemon [_thread_in_native, id=1796]
    0x702f2e30 JavaThread "http-443-Processor35" daemon [_thread_in_native, id=3684]
    0x72635d00 JavaThread "http-443-Processor34" daemon [_thread_in_native, id=3144]
    0x78310cd8 JavaThread "http-443-Processor33" daemon [_thread_in_native, id=3980]
    0x733e4d10 JavaThread "http-443-Processor32" daemon [_thread_in_native, id=812]
    0x6fdbd310 JavaThread "http-443-Processor31" daemon [_thread_blocked, id=1948]
    0x6ec20b68 JavaThread "http-443-Processor30" daemon [_thread_blocked, id=2624]
    0x0082ae08 JavaThread "http-443-Processor29" daemon [_thread_blocked, id=3164]
    0x6fc4a008 JavaThread "http-443-Processor28" daemon [_thread_blocked, id=3820]
    0x6f0d5cf8 JavaThread "http-443-Processor27" daemon [_thread_blocked, id=1552]
    0x6ec18008 JavaThread "http-443-Processor26" daemon [_thread_blocked, id=3964]
    0x70129c30 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=668]
    0x6f22f920 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4052]
    0x6f247990 JavaThread "TP-Monitor" daemon [_thread_blocked, id=3016]
    0x6f247810 JavaThread "TP-Processor4" daemon [_thread_in_native, id=1320]
    0x71fe0178 JavaThread "TP-Processor3" daemon [_thread_blocked, id=1828]
    0x6f4bf930 JavaThread "TP-Processor2" daemon [_thread_blocked, id=4020]
    0x6f847950 JavaThread "TP-Processor1" daemon [_thread_blocked, id=4080]
    0x6f089b08 JavaThread "http-443-Monitor" [_thread_blocked, id=2664]
    0x7207bd28 JavaThread "http-443-Processor25" daemon [_thread_in_native, id=1520]
    0x6ec73af8 JavaThread "http-443-Processor24" daemon [_thread_in_native, id=344]
    0x6f0f9e50 JavaThread "http-443-Processor23" daemon [_thread_in_native, id=1512]
    0x6ea82de0 JavaThread "http-443-Processor22" daemon [_thread_in_native, id=1156]
    0x6fdaa008 JavaThread "http-443-Processor21" daemon [_thread_in_native, id=888]
    0x6fc420a8 JavaThread "http-443-Processor20" daemon [_thread_in_native, id=276]
    0x6e88bd90 JavaThread "http-443-Processor19" daemon [_thread_in_native, id=3780]
    0x7049de48 JavaThread "http-443-Processor18" daemon [_thread_in_native, id=2728]
    0x6ec80408 JavaThread "http-443-Processor17" daemon [_thread_in_native, id=4036]
    0x6ee89d18 JavaThread "http-443-Processor16" daemon [_thread_in_native, id=3208]
    0x6fea2c08 JavaThread "http-443-Processor15" daemon [_thread_in_native, id=3448]
    0x6f2009c0 JavaThread "http-443-Processor14" daemon [_thread_in_native, id=3952]
    0x6e8f04a8 JavaThread "http-443-Processor13" daemon [_thread_in_native, id=2720]
    0x6f926d70 JavaThread "http-443-Processor12" daemon [_thread_in_native, id=1760]
    0x6f39be20 JavaThread "http-443-Processor11" daemon [_thread_in_native, id=1376]
    0x6fda2d98 JavaThread "http-443-Processor10" daemon [_thread_in_native, id=2644]
    0x70089da0 JavaThread "http-443-Processor9" daemon [_thread_in_native, id=2080]
    0x6f0490a0 JavaThread "http-443-Processor8" daemon [_thread_in_native, id=700]
    0x6f001008 JavaThread "http-443-Processor7" daemon [_thread_in_native, id=1016]
    0x70485408 JavaThread "http-443-Processor6" daemon [_thread_in_native, id=2656]
    0x704254a0 JavaThread "http-443-Processor5" daemon [_thread_in_native, id=1056]
    0x6ec60408 JavaThread "http-443-Processor4" daemon [_thread_in_native, id=1736]
    0x6efa9008 JavaThread "http-443-Processor3" daemon [_thread_in_native, id=3140]
    0x700c2e80 JavaThread "http-443-Processor2" daemon [_thread_in_native, id=1864]
    0x6e9a2dd0 JavaThread "http-443-Processor1" daemon [_thread_in_native, id=1764]
    0x6ead6e38 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=2660]
    0x6eb8add8 JavaThread "Dispatcher-Thread-7" daemon [_thread_blocked, id=1808]
    0x6ff269d0 JavaThread "Thread-5" daemon [_thread_blocked, id=3392]
    0x6fe8e3c0 JavaThread "RunnableThread:5" [_thread_blocked, id=836]
    0x6fe8e008 JavaThread "RunnableThread:4" [_thread_blocked, id=3276]
    0x6fe8ebb0 JavaThread "RunnableThread:3" [_thread_blocked, id=2604]
    0x6eb31bf0 JavaThread "RunnableThread:2" [_thread_blocked, id=2548]
    0x6fe05e00 JavaThread "RunnableThread:1" [_thread_blocked, id=3956]
    0x6f8f7ce0 JavaThread "Thread-3" [_thread_blocked, id=3656]
    0x6f2c8828 JavaThread "DaemonThread:diskcachedaemon" [_thread_blocked, id=1384]
    0x6e9a5780 JavaThread "DaemonThread:feeddaemon" [_thread_blocked, id=420]
    0x6dd81c50 JavaThread "Thread-0" [_thread_in_native, id=4064]
    0x6dd035b8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1380]
    =>0x6dd02218 JavaThread "CompilerThread1" daemon [_thread_in_vm, id=2884]
    0x6dd01450 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1456]
    0x6dd00688 JavaThread "AdapterThread" daemon [_thread_blocked, id=2888]
    0x6dcfa6c8 JavaThread "Finalizer" daemon [_thread_blocked, id=2880]
    0x0084c9a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=1448]
    0x005c5fb0 JavaThread "main" [_thread_in_native, id=2876]
    Other Threads:
    0x0084b790 VMThread [id=1452]
    0x6dd048c8 WatcherThread [id=2180]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 36416K, used 5368K [0x61c30000, 0x64280000, 0x6d1f0000)
    eden space 34112K, 14% used [0x61c30000,0x62107d70,0x63d80000)
    from space 2304K, 17% used [0x64040000,0x640a62a0,0x64280000)
    to space 2560K, 0% used [0x63d80000,0x63d80000,0x64000000)
    PSOldGen total 233024K, used 158462K [0x06df0000, 0x15180000, 0x61c30000)
    object space 233024K, 68% used [0x06df0000,0x108afb08,0x15180000)
    PSPermGen total 34560K, used 34472K [0x02df0000, 0x04fb0000, 0x06df0000)
    object space 34560K, 99% used [0x02df0000,0x04f9a388,0x04fb0000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin\tomcat5.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\msvcrt.dll
    0x7c8d0000 - 0x7d0ce000      C:\WINDOWS\system32\SHELL32.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll
    0x6d840000 - 0x6dbd8000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\server\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d680000 - 0x6d68c000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\zip.dll
    0x00d70000 - 0x00da5000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e2000      C:\WINDOWS\system32\USERENV.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\netapi32.dll
    0x00db0000 - 0x00dc3000      C:\Program Files\Java\jdk1.5.0_05\jre\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
    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
    0x6f3e0000 - 0x6f43a000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6f440000 - 0x6f46f000      C:\Program Files\ISView\ntsecurity.dll
    0x76df0000 - 0x76e24000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76dc0000 - 0x76de8000      C:\WINDOWS\system32\adsldpc.dll
    0x76b80000 - 0x76bae000      C:\WINDOWS\system32\credui.dll
    0x76a80000 - 0x76a98000      C:\WINDOWS\system32\ATL.DLL
    0x77670000 - 0x777a9000      C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8b000      C:\WINDOWS\system32\OLEAUT32.dll
    0x777b0000 - 0x77833000      C:\WINDOWS\system32\CLBCatQ.DLL
    0x77010000 - 0x770d6000      C:\WINDOWS\system32\COMRes.dll
    0x77b90000 - 0x77b98000      C:\WINDOWS\system32\VERSION.dll
    0x75da0000 - 0x75e5d000      C:\WINDOWS\system32\SXS.DLL
    0x766f0000 - 0x76704000      C:\WINDOWS\system32\NTDSAPI.DLL
    0x71a60000 - 0x71ab8000      C:\WINDOWS\system32\kerberos.dll
    0x766e0000 - 0x766ec000      C:\WINDOWS\system32\cryptdll.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\system32\MSASN1.dll
    0x76c90000 - 0x76cb7000      C:\WINDOWS\system32\msv1_0.dll
    0x76cf0000 - 0x76d0a000      C:\WINDOWS\system32\iphlpapi.dll
    0x75be0000 - 0x75d47000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\awt.dll
    0x70fb0000 - 0x70fd7000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.dll
    0x75f60000 - 0x75fab000      C:\WINDOWS\system32\ddraw.dll
    0x758a0000 - 0x758a6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x75d60000 - 0x75d9d000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\fontmanager.dll
    0x758b0000 - 0x758b9000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\nio.dll
    0x760b0000 - 0x760de000      C:\WINDOWS\system32\adsldp.dll
    0x760e0000 - 0x760f4000      C:\WINDOWS\system32\adsmsext.dll
    0x76120000 - 0x76137000      C:\WINDOWS\system32\tsuserex.dll
    0x761b0000 - 0x76215000      C:\WINDOWS\system32\msvcp60.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x7e020000 - 0x7e02f000      C:\WINDOWS\system32\SAMLIB.dll
    0x76150000 - 0x7616a000      C:\Program Files\ISView\OmniTREEVJava.dll
    0x76170000 - 0x76189000      C:\Program Files\Transport\bin\VMLIB32.dll
    0x76220000 - 0x7622a000      C:\Program Files\Transport\bin\WMCOMM32.dll
    0x76230000 - 0x76239000      C:\WINDOWS\system32\WSOCK32.dll
    0x76240000 - 0x7624a000      C:\Program Files\Transport\bin\DSLIB32.dll
    0x76250000 - 0x76262000      C:\Program Files\Transport\bin\SSLIB32.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x76270000 - 0x76284000      C:\Program Files\Transport\bin\WMOBJ32.dll
    0x764b0000 - 0x764bf000      C:\Program Files\OmniTREEV\bin\WMERR32.dll
    0x764c0000 - 0x764c6000      C:\Program Files\Transport\bin\WMSECU32.dll
    0x764d0000 - 0x764d8000      C:\Program Files\Transport\bin\WMAL32.dll
    0x764e0000 - 0x764e6000      C:\Program Files\Transport\bin\DYNARR32.dll
    0x76580000 - 0x765af000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\cmm.dll
    0x766b0000 - 0x766cf000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\jpeg.dll
    0x70fa0000 - 0x70fa5000      C:\WINDOWS\system32\ICMP.DLL
    VM Arguments:
    jvm_args: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 5.0 -Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 5.0\common\endorsed -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 5.0 -Xrs vfprintf -Xms256m -Xmx1636m
    java_command: <unknown>
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_05
    PATH=C:\Program Files\Transport\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\RAC4;C:\Program Files\OmniTREEV\bin;C:\Program Files\Java\jdk1.5.0_05\bin;C:\Program Files\ISView\
    USERNAME=repl
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:10:30 by "java_re" with MS VC++ 6.0

    I am new to this thread. We see essentially the same error while running JBoss 4.0.4 (which includes Tomcat 5.5.17) on JDK 1.5.0_14. My specific error is generated while compiling a particular class in the JRC library from Crystal. It is worth noting that this 3rd-party library is 100%-pure Java.
    I am unable to find a current bug for internal error 4A41564123414C4C530E4350500018 against 1.5.0_14. Would it make sense to enter one?
    Here are a few notes:
    - Due to published JBoss incompatibilities we cannot validate this issue against JDK 1.6
    - The error only happens on a 64-bit server-grade machine running a 32-bit JVM on Windows 2003
    - The error happens in the 32-bit Windows version of both 1.5.0_08-b03 & 1.5.0_14-b03
    - The error is not reproduceable in the 64-bit Windows version of 1.5.0_08-b03
    - The error completely goes away with the following VM argument:
      -XX:CompileCommand=exclude,com/crystaldecisions/reports/reportdefinition/AdornmentProperties,intThe crash logs are below. Any help would be most appreciated.
    *1.5.0_08-b03:*
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (4A41564123414C4C530E4350500018), pid=3632, tid=152
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_08-b03 mixed mode)
    ---------------  T H R E A D  ---------------
    Current thread (0x61ea2f30):  JavaThread "CompilerThread1" daemon [_thread_in_vm, id=152]
    Stack: [0x62350000,0x62390000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    Current CompileTask:
    opto:1959      com.crystaldecisions.reports.reportdefinition.AdornmentProperties.int(Lcom/crystaldecisions/reports/common/c/e;Lcom/crystaldecisions/reports/reportdefinition/eq;)Z (646 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x661e6c28 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3052]
      0x6604ad20 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4012]
      0x62735940 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=3296]
      0x62d38008 JavaThread "ConvertReports" daemon [_thread_in_Java, id=3280]
      0x64fb0e80 JavaThread "http-0.0.0.0-7003-3" daemon [_thread_blocked, id=2724]
      0x64965310 JavaThread "http-0.0.0.0-7003-2" daemon [_thread_in_native, id=3924]
      0x61ef7b50 JavaThread "http-0.0.0.0-7003-1" daemon [_thread_in_native, id=3540]
      0x64fea008 JavaThread "http-0.0.0.0-7003" daemon [_thread_in_native, id=3240]
      0x66463718 JavaThread "JBossLifeThread" [_thread_blocked, id=3584]
      0x65153008 JavaThread "Thread-25" [_thread_in_native, id=2476]
      0x65759510 JavaThread "JspRuntimeContext[\wswebapp.war]" daemon [_thread_blocked, id=3880]
      0x684b8a20 JavaThread "Timer-21" [_thread_blocked, id=1332]
      0x68505c60 JavaThread "Timer-20" daemon [_thread_blocked, id=2480]
      0x63371690 JavaThread "Timer-19" daemon [_thread_blocked, id=3732]
      0x6272ddd0 JavaThread "Timer-18" daemon [_thread_blocked, id=2688]
      0x6272dc48 JavaThread "JspRuntimeContext[\myproductwebapp.war]" daemon [_thread_blocked, id=2808]
      0x65f32d40 JavaThread "IdleRemover" daemon [_thread_blocked, id=2516]
      0x6506ad58 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=3840]
      0x63d9ad58 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=3972]
      0x6588fe48 JavaThread "ActiveMQ Transport: tcp:///10.180.77.155:61616" [_thread_in_native, id=3116]
      0x64ebecb0 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:5/58e4c34db7baa7875758adbbae2f8113 destination=QUEUE.PtEngineMessenger messageSelector=null Local Create] id=3" [_thread_blocked, id=3576]
      0x66419e60 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:3/2ebbe7e4a031df8078925204f40f23ba destination=QUEUE.IntegrationQueue messageSelector=null Local Create] id=2" [_thread_blocked, id=3672]
      0x641ab540 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:1/7a8adeb3165327fe7f9a2cae588a9ed4 destination=QUEUE.DocuSysSendMessageQueue messageSelector=null Local Create] id=1" [_thread_blocked, id=2560]
      0x653d8378 JavaThread "Timer-16" [_thread_blocked, id=3384]
      0x63be2278 JavaThread "Timer-15" [_thread_blocked, id=3316]
      0x653e9ae8 JavaThread "Timer-14" [_thread_blocked, id=3108]
      0x649a8260 JavaThread "Timer-13" [_thread_blocked, id=2464]
      0x635b1c58 JavaThread "Timer-12" [_thread_blocked, id=3148]
      0x63997c80 JavaThread "Timer-11" [_thread_blocked, id=3056]
      0x65542b70 JavaThread "Timer-10" [_thread_blocked, id=3740]
      0x64b8b018 JavaThread "Timer-9" [_thread_blocked, id=3524]
      0x641362d8 JavaThread "Timer-8" [_thread_blocked, id=3956]
      0x63b58260 JavaThread "Timer-7" [_thread_blocked, id=3400]
      0x64b5ed88 JavaThread "Timer-6" [_thread_blocked, id=2980]
      0x630d7008 JavaThread "Timer-5" [_thread_blocked, id=3600]
      0x63cb2008 JavaThread "Timer-4" [_thread_blocked, id=4052]
      0x6286fe60 JavaThread "Timer-3" daemon [_thread_blocked, id=2424]
      0x6304b3f8 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=3968]
      0x634abe00 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=3332]
      0x65e61e28 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=2388]
      0x65686008 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4032]
      0x65d6ce70 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=3916]
      0x61f6c328 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=2768]
      0x65092e58 JavaThread "TimeoutFactory-1" daemon [_thread_blocked, id=3800]
      0x628c2db8 JavaThread "JCA PoolFiller" [_thread_blocked, id=2852]
      0x64e02de8 JavaThread "HSQLDB Timer @4f71a3" daemon [_thread_blocked, id=3780]
      0x65568e40 JavaThread "Timer-2" daemon [_thread_blocked, id=3040]
      0x63ef13f8 JavaThread "WorkManager(3)-1" daemon [_thread_blocked, id=2856]
      0x65676020 JavaThread "JspRuntimeContext[\web-console.war]" daemon [_thread_blocked, id=2548]
      0x636cfe50 JavaThread "Thread-3" daemon [_thread_blocked, id=3976]
      0x65e71670 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=4060]
      0x63ffb198 JavaThread "JspRuntimeContext[\jbossmq-httpil.war]" daemon [_thread_blocked, id=664]
      0x65a2f6c8 JavaThread "JspRuntimeContext[\tmp27590jbossws-exp.war]" daemon [_thread_blocked, id=3132]
      0x65dbce38 JavaThread "JspRuntimeContext[\invoker.war]" daemon [_thread_blocked, id=1776]
      0x658c6488 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3548]
      0x65be3e70 JavaThread "JspRuntimeContext[\intranetlink]" daemon [_thread_blocked, id=2396]
      0x63145938 JavaThread "JspRuntimeContext[\output]" daemon [_thread_blocked, id=3896]
      0x635444c8 JavaThread "JspRuntimeContext[\app2]" daemon [_thread_blocked, id=3784]
      0x6355a020 JavaThread "JspRuntimeContext[\app1]" daemon [_thread_blocked, id=3124]
      0x6342fad0 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=3912]
      0x62e9ccf8 JavaThread "PooledInvokerAcceptor#0-65004" [_thread_in_native, id=868]
      0x64074490 JavaThread "RMI TCP Accept-65003" daemon [_thread_in_native, id=3480]
      0x6406fde8 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=3692]
      0x64118960 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=3424]
      0x62da0af0 JavaThread "GC Daemon" daemon [_thread_blocked, id=2872]
      0x62da0968 JavaThread "RMI Reaper" [_thread_blocked, id=3684]
      0x638a4e20 JavaThread "Timer-1" daemon [_thread_blocked, id=2812]
      0x630b6a50 JavaThread "RMI TCP Accept-65007" daemon [_thread_in_native, id=2936]
      0x62feb408 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=2404]
      0x62e7aa70 JavaThread "ScannerThread" daemon [_thread_blocked, id=500]
      0x62d28150 JavaThread "Timer-0" daemon [_thread_blocked, id=3348]
      0x00037ce8 JavaThread "DestroyJavaVM" [_thread_blocked, id=2584]
      0x61ea4238 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3080]
    =>0x61ea2f30 JavaThread "CompilerThread1" daemon [_thread_in_vm, id=152]
      0x61ea20c0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=1876]
      0x00035500 JavaThread "AdapterThread" daemon [_thread_blocked, id=3136]
      0x61ea0908 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3060]
      0x61e98aa0 JavaThread "Finalizer" daemon [_thread_blocked, id=3928]
      0x61e98640 JavaThread "Reference Handler" daemon [_thread_blocked, id=2376]
    Other Threads:
      0x01c4cb88 VMThread [id=2920]
      0x61ea55f0 WatcherThread [id=3456]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 292160K, used 65808K [0x4d010000, 0x61510000, 0x61510000)
      eden space 248640K, 23% used [0x4d010000,0x50874510,0x5c2e0000)
      from space 43520K, 18% used [0x5ea90000,0x5f26fd00,0x61510000)
      to   space 40640K, 0% used [0x5c2e0000,0x5c2e0000,0x5ea90000)
    PSOldGen        total 998400K, used 173300K [0x10110000, 0x4d010000, 0x4d010000)
      object space 998400K, 17% used [0x10110000,0x1aa4d170,0x4d010000)
    PSPermGen       total 109952K, used 109926K [0x04d10000, 0x0b870000, 0x10110000)
      object space 109952K, 99% used [0x04d10000,0x0b8699d8,0x0b870000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\mycompany\myproduct12template\jdk1.5.0_08\bin\java.exe
    0x7d600000 - 0x7d6f0000      C:\WINDOWS\system32\ntdll.dll
    0x7d4c0000 - 0x7d5f0000      C:\WINDOWS\syswow64\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7da20000 - 0x7db00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\syswow64\MSVCRT.dll
    0x6d8d0000 - 0x6dc6f000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\server\jvm.dll
    0x7d930000 - 0x7da00000      C:\WINDOWS\syswow64\USER32.dll
    0x7d800000 - 0x7d890000      C:\WINDOWS\syswow64\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d2f0000 - 0x6d2f8000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\hpi.dll
    0x6d700000 - 0x6d70c000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x7db30000 - 0x7dbb0000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef9000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d520000 - 0x6d528000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\management.dll
    0x64550000 - 0x645a9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x6d550000 - 0x6d559000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\nio.dll
    0x6d070000 - 0x6d1d9000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x7dee0000 - 0x7df40000      C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\syswow64\ole32.dll
    0x73860000 - 0x738ac000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Xms1300m -Xmx1300m -Xmn325m -XX:MaxPermSize=180m -XX:+PrintGCDetails -Xloggc:../server/myproduct12template/log/gclog.log -Xnoclassgc -verbose:gc -XX:+DisableExplicitGC -Djava.endorsed.dirs=C:\mycompany/myproduct12template\lib\endorsed
    java_command: org.jboss.Main -c myproduct12template
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\mycompany/myproduct12template\jdk1.5.0_08
    CLASSPATH=""
    PATH=C:\mycompany/myproduct12template\jdk1.5.0_08\bin;C:\mycompany/myproduct12template\jdk1.5.0_08\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\bin;
    USERNAME=mindev
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 7, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 8 (cores per cpu 4, threads per core 1) family 6 model 15 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 4194303k(4194303k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 00:51:44 by "java_re" with MS VC++ 6.0*1.5.0_14-b03:*
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (4A41564123414C4C530E4350500018), pid=2460, tid=3236
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_14-b03 mixed mode)
    ---------------  T H R E A D  ---------------
    Current thread (0x61c8ff40):  JavaThread "CompilerThread0" daemon [_thread_in_vm, id=3236]
    Stack: [0x620e0000,0x62120000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    Current CompileTask:
    opto:2104      com.crystaldecisions.reports.reportdefinition.AdornmentProperties.int(Lcom/crystaldecisions/reports/common/c/e;Lcom/crystaldecisions/reports/reportdefinition/eq;)Z (646 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x663b94b0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2288]
      0x64db7c10 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2752]
      0x65784538 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=4404]
      0x65950008 JavaThread "ConvertReports" daemon [_thread_in_Java, id=2256]
      0x61d3f430 JavaThread "http-0.0.0.0-7003-3" daemon [_thread_in_native, id=4548]
      0x63763720 JavaThread "http-0.0.0.0-7003-2" daemon [_thread_in_native, id=1108]
      0x61c998b0 JavaThread "http-0.0.0.0-7003-1" daemon [_thread_blocked, id=892]
      0x6540a798 JavaThread "http-0.0.0.0-7003" daemon [_thread_in_native, id=1720]
      0x632b2d08 JavaThread "JBossLifeThread" [_thread_blocked, id=3692]
      0x632b2b80 JavaThread "Thread-16" [_thread_in_native, id=2240]
      0x634ad5c0 JavaThread "JspRuntimeContext[\wswebapp.war]" daemon [_thread_blocked, id=4372]
      0x63da2c50 JavaThread "Timer-12" [_thread_blocked, id=2432]
      0x684d8068 JavaThread "Timer-11" daemon [_thread_blocked, id=4364]
      0x63e1cd40 JavaThread "Timer-10" [_thread_blocked, id=1048]
      0x663e28c0 JavaThread "Timer-9" daemon [_thread_blocked, id=2496]
      0x635a5d60 JavaThread "Timer-8" daemon [_thread_blocked, id=2324]
      0x684ece20 JavaThread "Timer-7" daemon [_thread_blocked, id=4752]
      0x65e279f0 JavaThread "JspRuntimeContext[\myproductwebapp.war]" daemon [_thread_blocked, id=4212]
      0x64fa0e78 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=3052]
      0x61d95d20 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=4424]
      0x64c49ea0 JavaThread "ActiveMQ Transport: tcp:///10.180.77.155:61616" [_thread_in_native, id=1800]
      0x65e2fe08 JavaThread "IdleRemover" daemon [_thread_blocked, id=1100]
      0x635e9008 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:5/c67906e95c05def388ec84e337728e87 destination=QUEUE.PtEngineMessenger messageSelector=null Local Create] id=3" [_thread_blocked, id=1044]
      0x62ae5e58 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:3/c60a7228cb35772396092e2c74190e8d destination=QUEUE.IntegrationQueue messageSelector=null Local Create] id=2" [_thread_blocked, id=4908]
      0x6518b618 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:1/7bb12be28c64d18043010580495e2e2c destination=QUEUE.DocuSysSendMessageQueue messageSelector=null Local Create] id=1" [_thread_blocked, id=4464]
      0x63fe0d20 JavaThread "Timer-5" [_thread_blocked, id=3424]
      0x63b54348 JavaThread "Timer-4" [_thread_blocked, id=2408]
      0x625ca4b8 JavaThread "Timer-3" daemon [_thread_blocked, id=3316]
      0x64bbee58 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=5004]
      0x63887e78 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4780]
      0x6407f408 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4244]
      0x62eade70 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4604]
      0x623af068 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=2484]
      0x65f59d58 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=3312]
      0x636e9e10 JavaThread "TimeoutFactory-1" daemon [_thread_blocked, id=4000]
      0x64c33008 JavaThread "JCA PoolFiller" [_thread_blocked, id=3524]
      0x65f26e10 JavaThread "HSQLDB Timer @17c4779" daemon [_thread_blocked, id=5032]
      0x6533bdf0 JavaThread "Timer-2" daemon [_thread_blocked, id=1268]
      0x63ec0d90 JavaThread "WorkManager(3)-1" daemon [_thread_blocked, id=4848]
      0x65efedf0 JavaThread "JspRuntimeContext[\web-console.war]" daemon [_thread_blocked, id=4352]
      0x64ef1d58 JavaThread "Thread-3" daemon [_thread_blocked, id=4388]
      0x64ef9008 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=2296]
      0x64eb6828 JavaThread "JspRuntimeContext[\jbossmq-httpil.war]" daemon [_thread_blocked, id=3532]
      0x63e3de60 JavaThread "JspRuntimeContext[\tmp19250jbossws-exp.war]" daemon [_thread_blocked, id=3904]
      0x65049e68 JavaThread "JspRuntimeContext[\invoker.war]" daemon [_thread_blocked, id=3128]
      0x65049ce0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3404]
      0x663070a0 JavaThread "JspRuntimeContext[\intranetlink]" daemon [_thread_blocked, id=828]
      0x62deb188 JavaThread "JspRuntimeContext[\output]" daemon [_thread_blocked, id=4360]
      0x64d1fdb0 JavaThread "JspRuntimeContext[\app1]" daemon [_thread_blocked, id=3744]
      0x62669008 JavaThread "JspRuntimeContext[\app2]" daemon [_thread_blocked, id=1608]
      0x6345ae58 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=4648]
      0x62b66bc0 JavaThread "PooledInvokerAcceptor#0-65004" [_thread_in_native, id=2404]
      0x63a1ed18 JavaThread "RMI TCP Accept-65003" daemon [_thread_in_native, id=4024]
      0x62b670c0 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=2664]
      0x62b80d08 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=4708]
      0x62b2ca40 JavaThread "GC Daemon" daemon [_thread_blocked, id=4144]
      0x62c6fbd8 JavaThread "RMI Reaper" [_thread_blocked, id=756]
      0x63905510 JavaThread "Timer-1" daemon [_thread_blocked, id=4356]
      0x62c6f650 JavaThread "RMI TCP Accept-65007" daemon [_thread_in_native, id=3792]
      0x62c701c8 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=4676]
      0x62b72008 JavaThread "ScannerThread" daemon [_thread_blocked, id=580]
      0x62b325c8 JavaThread "Timer-0" daemon [_thread_blocked, id=3292]
      0x000379e0 JavaThread "DestroyJavaVM" [_thread_blocked, id=4228]
      0x61c920c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4080]
      0x61c90db8 JavaThread "CompilerThread1" daemon [_thread_in_native, id=3396]
    =>0x61c8ff40 JavaThread "CompilerThread0" daemon [_thread_in_vm, id=3236]
      0x00034958 JavaThread "AdapterThread" daemon [_thread_blocked, id=1848]
      0x61c8e720 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4872]
      0x61c89fa8 JavaThread "Finalizer" daemon [_thread_blocked, id=3552]
      0x61c89c80 JavaThread "Reference Handler" daemon [_thread_blocked, id=4092]
    Other Threads:
      0x01c5aa60 VMThread [id=356]
      0x61c93b40 WatcherThread [id=3288]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 290432K, used 165183K [0x4d020000, 0x61520000, 0x61520000)
      eden space 251264K, 63% used [0x4d020000,0x56cc87a8,0x5c580000)
      from space 39168K, 12% used [0x5c580000,0x5ca274b8,0x5ebc0000)
      to   space 37120K, 0% used [0x5f0e0000,0x5f0e0000,0x61520000)
    PSOldGen        total 998400K, used 180611K [0x10120000, 0x4d020000, 0x4d020000)
      object space 998400K, 18% used [0x10120000,0x1b180eb8,0x4d020000)
    PSPermGen       total 124416K, used 124295K [0x04d20000, 0x0c6a0000, 0x10120000)
      object space 124416K, 99% used [0x04d20000,0x0c681df0,0x0c6a0000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\mycompany\myproducttemplate\jdk1.5.0_14\bin\java.exe
    0x7d600000 - 0x7d6f0000      C:\WINDOWS\system32\ntdll.dll
    0x7d4c0000 - 0x7d5f0000      C:\WINDOWS\syswow64\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7da20000 - 0x7db00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\syswow64\MSVCRT.dll
    0x6d8e0000 - 0x6dc87000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\server\jvm.dll
    0x7d930000 - 0x7da00000      C:\WINDOWS\syswow64\USER32.dll
    0x7d800000 - 0x7d890000      C:\WINDOWS\syswow64\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x7dee0000 - 0x7df40000      C:\WINDOWS\system32\IMM32.DLL
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d300000 - 0x6d308000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\hpi.dll
    0x6d710000 - 0x6d71c000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\zip.dll
    0x6d540000 - 0x6d553000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x7db30000 - 0x7dbb0000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76eff000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x76f80000 - 0x76f88000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d530000 - 0x6d538000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\management.dll
    0x64120000 - 0x64179000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x6d560000 - 0x6d569000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\nio.dll
    0x6d070000 - 0x6d1dd000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x77670000 - 0x777a4000      C:\WINDOWS\syswow64\ole32.dll
    0x73860000 - 0x738ac000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6c4f0000 - 0x6c541000      C:\WINDOWS\SysWOW64\MSCTF.dll
    0x75e60000 - 0x75e87000      C:\WINDOWS\system32\apphelp.dll
    0x67210000 - 0x6723e000      C:\WINDOWS\system32\msctfime.ime
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Xms1300m -Xmx1300m -Xmn325m -XX:MaxPermSize=180m -XX:+PrintGCDetails -Xloggc:../server/myproducttemplate/log/gclog.log -Xnoclassgc -verbose:gc -XX:+DisableExplicitGC -Djava.endorsed.dirs=C:\mycompany\myproducttemplate\lib\endorsed
    java_command: org.jboss.Main -c myproducttemplate
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\mycompany\myproducttemplate\jdk1.5.0_14
    CLASSPATH=""
    PATH=C:\mycompany\myproducttemplate\jdk1.5.0_14\bin;C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin;c:\bin;C:\Program Files (x86)\Common Files\Crystal Decisions\2.5\bin\NOTES\;C:\Program Files (x86)\Common Files\Crystal Decisions\2.5\bin\NOTES\DATA\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\BINN;c:\tools\bin;c:\j2sdk1.4.2_08\bin;C:\Program Files (x86)\OpenStA\Common;
    USERNAME=mindev
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=AMD64 Family 15 Model 33 Stepping 2, AuthenticAMD
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 4 (cores per cpu 2, threads per core 1) family 15 model 33 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 4194303k(4194303k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_14-b03) for windows-x86, built on Oct  5 2007 01:01:51 by "java_re" with MS VC++ 6.0

  • Java Plug-In - An unexpected error has been detected by HotSpot Virtual Mac

    Please help as I have received the following hs_err log error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2f747761, pid=1120, tid=1680
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_12-b03 mixed mode)
    # Problematic frame:
    # C 0x2f747761
    --------------- T H R E A D ---------------
    Current thread (0x1016aeb0): JavaThread "main" [_thread_in_native, id=1680]
    siginfo: ExceptionCode=0xc0000005, reading address 0x2f747761
    Registers:
    EAX=0x0b32e960, EBX=0x0664ecc0, ECX=0x00000000, EDX=0x6d33cc08
    ESP=0x0ff8e314, EBP=0x0ff8e348, ESI=0x0b0555e0, EDI=0x0b0555e4
    EIP=0x2f747761, EFLAGS=0x00010246
    Top of Stack: (sp=0x0ff8e314)
    0x0ff8e314: 6d31845e 0b0555e0 0b0555e4 7c809c65
    0x0ff8e324: 0664ecc0 0664ecc0 80004005 000003d8
    0x0ff8e334: 0ff8df38 0ff8e458 6d318bfe 6d31a790
    0x0ff8e344: 00000000 0ff8e364 6d3320e3 0b0555e4
    0x0ff8e354: 0664ecc0 0ff8e3dc 00000001 1018addc
    0x0ff8e364: 0ff8e38c 6d33659f 00000433 00000000
    0x0ff8e374: 0664ecc0 0ff8e388 00000000 1018addc
    0x0ff8e384: 0b0555e4 00000001 0ff8e3d4 6d338fd9
    Instructions: (pc=0x2f747761)
    0x2f747751:
    [error occurred during error reporting, step 100, id 0xc0000005]
    Stack: [0x0fe90000,0x0ff90000), sp=0x0ff8e314, free space=1016k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x2f747761
    C [jpiexp32.dll+0x20e3]
    C [jpiexp32.dll+0x659f]
    C [jpiexp32.dll+0x8fd9]
    C [USER32.dll+0x8734]
    C [USER32.dll+0x8816]
    C [USER32.dll+0x89cd]
    C [USER32.dll+0x96c7]
    C [jpiexp32.dll+0xa2f1]
    j sun.plugin.services.WPlatformService.waitEvent(II)V+0
    j sun.plugin.viewer.frame.IExplorerEmbeddedFrame.destroy()V+74
    v ~StubRoutines::call_stub
    V [jvm.dll+0x74424]
    V [jvm.dll+0xae595]
    V [jvm.dll+0x74331]
    V [jvm.dll+0x77c11]
    V [jvm.dll+0x790fc]
    C [jpiexp32.dll+0x4060]
    C [jpiexp32.dll+0x5095]
    C [jpiexp32.dll+0x24ed]
    C [jpiexp32.dll+0x259b]
    C [jpiexp32.dll+0x74ba]
    C [mshtml.dll+0x2782a9]
    C [mshtml.dll+0x279895]
    C [mshtml.dll+0x79d01]
    C [mshtml.dll+0x9a6b5]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.plugin.services.WPlatformService.waitEvent(II)V+0
    j sun.plugin.viewer.frame.IExplorerEmbeddedFrame.destroy()V+74
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b0e10a8 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2696]
    0x10123570 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3444]
    0x0b27a478 JavaThread "Cache Cleanup Thread" [_thread_blocked, id=3912]
    0x0b43df50 JavaThread "Main Console Writer" [_thread_blocked, id=832]
    0x0b435c90 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1376]
    0x0b00bea8 JavaThread "AWT-Shutdown" [_thread_blocked, id=3236]
    0x0b2d6ed8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3988]
    0x101668e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2736]
    0x0b42a3f0 JavaThread "Finalizer" daemon [_thread_blocked, id=2428]
    0x0b337708 JavaThread "Reference Handler" daemon [_thread_blocked, id=3560]
    =>0x1016aeb0 JavaThread "main" [_thread_in_native, id=1680]
    Other Threads:
    0x067be668 VMThread [id=792]
    0x0b24ab80 WatcherThread [id=3080]
    VM state:not at safepoint (normal execution)

    It looks like there is a bug in your JDBC driver causing a crash in its native code. You should contact the vendor supplying the driver.

  • Error Log deteted by Hotspot Virtual Machine file "hs_err_pid320.log"

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9110f3, pid=320, tid=3288
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode, sharing)
    # Problematic frame:
    # C [ntdll.dll+0x10f3]
    --------------- T H R E A D ---------------
    Current thread (0x02aab568): JavaThread "thread applet-VisualChart.class" [_thread_in_native, id=3288]
    siginfo: ExceptionCode=0xc0000005, writing address 0x0a2a5024
    Registers:
    EAX=0x00000000, EBX=0x2b3a82d8, ECX=0x092efa50, EDX=0x0a2a501c
    ESP=0x092efa60, EBP=0x092efa98, ESI=0x0a2a5008, EDI=0x0a2a501c
    EIP=0x7c9110f3, EFLAGS=0x00010246
    Top of Stack: (sp=0x092efa60)
    0x092efa60: 6d0d94c8 0a2a501c 02aab568 02aab628
    0x092efa70: 6d0c96c3 02aab568 2ab53128 2b3a82d8
    0x092efa80: 215dbd68 00000000 092efa74 092efde4
    0x092efa90: 6d0f56d0 00000000 092efacc 05ac8a5c
    0x092efaa0: 02aab628 092efadc 00000001 215dbd68
    0x092efab0: 092efaa8 00000000 092efadc 2b3a9250
    0x092efac0: 00000000 2b3a82d8 092efadc 092efafc
    0x092efad0: 05ac29e3 00000000 05ac6509 215dbd68
    Instructions: (pc=0x7c9110f3)
    0x7c9110e3: 24 00 00 00 00 90 90 90 90 90 8b 54 24 04 33 c0
    0x7c9110f3: ff 4a 08 75 26 89 42 0c f0 ff 4a 04 7d 03 c2 04
    Stack: [0x091f0000,0x092f0000), sp=0x092efa60, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x10f3]
    j sun.awt.windows.WComponentPeer._dispose()V+0
    j sun.awt.windows.WComponentPeer.disposeImpl()V+23
    j sun.awt.windows.WObjectPeer.dispose()V+42
    j java.awt.Component.removeNotify()V+211
    j java.awt.Container.removeNotify()V+67
    j java.awt.Container.removeAll()V+82
    j cf.e()Z+84
    j hq.b()V+4
    j fk.d()V+42
    j VisualChart.destroy()V+9
    j sun.applet.AppletPanel.run()V+499
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0x871aa]
    V [jvm.dll+0xa1de8]
    V [jvm.dll+0x10fad4]
    V [jvm.dll+0x10faa2]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WComponentPeer._dispose()V+0
    j sun.awt.windows.WComponentPeer.disposeImpl()V+23
    j sun.awt.windows.WObjectPeer.dispose()V+42
    j java.awt.Component.removeNotify()V+211
    j java.awt.Container.removeNotify()V+67
    j java.awt.Container.removeAll()V+82
    j cf.e()Z+84
    j hq.b()V+4
    j fk.d()V+42
    j VisualChart.destroy()V+9
    j sun.applet.AppletPanel.run()V+499
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02ab98e8 JavaThread "Thread-72" [_thread_blocked, id=2624]
    0x02ad5660 JavaThread "mx-9" daemon [_thread_blocked, id=680]
    0x02ad3118 JavaThread "TimerToolTips" daemon [_thread_blocked, id=3312]
    0x02ad24d8 JavaThread "TimerPollingCAbstButt" daemon [_thread_blocked, id=3276]
    0x02ad0460 JavaThread "AppTimer" daemon [_thread_blocked, id=3300]
    0x08d93160 JavaThread "AWT-EventQueue-5" [_thread_blocked, id=3304]
    0x02ad9bc8 JavaThread "TimerQueue" daemon [_thread_blocked, id=3272]
    =>0x02aab568 JavaThread "thread applet-VisualChart.class" [_thread_in_native, id=3288]
    0x02ad9a40 JavaThread "Thread-52" [_thread_blocked, id=384]
    0x08bd4fb8 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2396]
    0x02b9e7f8 JavaThread "AWT-Shutdown" [_thread_blocked, id=2392]
    0x05965b70 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3640]
    0x02b9eb80 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3636]
    0x05961848 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3628]
    0x02b6a0b0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3452]
    0x02b46d18 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3448]
    0x02b319b8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3444]
    0x02b3d360 JavaThread "Finalizer" daemon [_thread_in_native, id=3440]
    0x02afbb30 JavaThread "Reference Handler" daemon [_thread_blocked, id=3436]
    Other Threads:
    0x02b3bcd0 VMThread [id=3432]
    0x02b6b2e0 WatcherThread [id=3456]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 3648K, used 90K [0x20ad0000, 0x20ec0000, 0x21230000)
    eden space 3264K, 2% used [0x20ad0000, 0x20ae6ae8, 0x20e00000)
    from space 384K, 0% used [0x20e60000, 0x20e60000, 0x20ec0000)
    to space 384K, 0% used [0x20e00000, 0x20e00000, 0x20e60000)
    tenured generation total 47944K, used 11521K [0x21230000, 0x24102000, 0x26ad0000)
    the space 47944K, 24% used [0x21230000, 0x21d704f0, 0x21d70600, 0x24102000)
    compacting perm gen total 8192K, used 4074K [0x26ad0000, 0x272d0000, 0x2aad0000)
    the space 8192K, 49% used [0x26ad0000, 0x26ecab88, 0x26ecac00, 0x272d0000)
    ro space 8192K, 63% used [0x2aad0000, 0x2afdeda8, 0x2afdee00, 0x2b2d0000)
    rw space 12288K, 46% used [0x2b2d0000, 0x2b8712b8, 0x2b871400, 0x2bed0000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Archivos de programa\Internet Explorer\iexplore.exe
    0x7c910000 - 0x7c9c6000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c901000      C:\WINDOWS\system32\kernel32.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\msvcrt.dll
    0x77d10000 - 0x77da0000      C:\WINDOWS\system32\USER32.dll
    0x77ef0000 - 0x77f37000      C:\WINDOWS\system32\GDI32.dll
    0x77f40000 - 0x77fb6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77da0000 - 0x77e4c000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77730000 - 0x7789f000      C:\WINDOWS\system32\SHDOCVW.dll
    0x77a50000 - 0x77ae5000      C:\WINDOWS\system32\CRYPT32.dll
    0x77af0000 - 0x77b02000      C:\WINDOWS\system32\MSASN1.dll
    0x76890000 - 0x76914000      C:\WINDOWS\system32\CRYPTUI.dll
    0x76bf0000 - 0x76c1e000      C:\WINDOWS\system32\WINTRUST.dll
    0x76c50000 - 0x76c78000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x770f0000 - 0x7717c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x774b0000 - 0x775ed000      C:\WINDOWS\system32\ole32.dll
    0x597f0000 - 0x59844000      C:\WINDOWS\system32\NETAPI32.dll
    0x77180000 - 0x77227000      C:\WINDOWS\system32\WININET.dll
    0x76f20000 - 0x76f4d000      C:\WINDOWS\system32\WLDAP32.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    0x76340000 - 0x7635d000      C:\WINDOWS\system32\IMM32.DLL
    0x773a0000 - 0x774a3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x7c9d0000 - 0x7d1ef000      C:\WINDOWS\system32\SHELL32.dll
    0x58c30000 - 0x58cca000      C:\WINDOWS\system32\comctl32.dll
    0x5b150000 - 0x5b188000      C:\WINDOWS\system32\uxtheme.dll
    0x746b0000 - 0x746fb000      C:\WINDOWS\system32\MSCTF.dll
    0x00ac0000 - 0x00af7000      C:\Archivos de programa\Ad Muncher\AM23669.dll
    0x71a30000 - 0x71a47000      C:\WINDOWS\system32\ws2_32.dll
    0x71a20000 - 0x71a28000      C:\WINDOWS\system32\WS2HELP.dll
    0x75f30000 - 0x7602d000      C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20013000      C:\WINDOWS\system32\browselc.dll
    0x77b10000 - 0x77b32000      C:\WINDOWS\system32\appHelp.dll
    0x76f90000 - 0x7700f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77010000 - 0x770e0000      C:\WINDOWS\system32\COMRes.dll
    0x75160000 - 0x7518e000      C:\WINDOWS\system32\msctfime.ime
    0x77230000 - 0x772d0000      C:\WINDOWS\system32\urlmon.dll
    0x77fc0000 - 0x77fd1000      C:\WINDOWS\system32\Secur32.dll
    0x779f0000 - 0x77a45000      C:\WINDOWS\System32\cscui.dll
    0x765b0000 - 0x765cd000      C:\WINDOWS\System32\CSCDLL.dll
    0x778f0000 - 0x779e7000      C:\WINDOWS\system32\SETUPAPI.dll
    0x01490000 - 0x01756000      C:\WINDOWS\system32\msi.dll
    0x10000000 - 0x10037000      C:\Archivos de programa\Adobe\Acrobat 7.0\Acrobat\AcroIEFavClient.dll
    0x7c120000 - 0x7c139000      C:\WINDOWS\system32\ATL71.DLL
    0x7c3a0000 - 0x7c41b000      C:\WINDOWS\system32\MSVCP71.dll
    0x7c340000 - 0x7c396000      C:\WINDOWS\system32\MSVCR71.dll
    0x01760000 - 0x01779000      C:\Archivos de programa\Adobe\Acrobat 7.0\Acrobat\AcroIEFavClient.ESP
    0x017a0000 - 0x017ae000      C:\Archivos de programa\Adobe\Acrobat 7.0\ActiveX\AcroIEHelper.dll
    0x6d600000 - 0x6d66a000      C:\Archivos de programa\Java\jre1.5.0_10\bin\ssv.dll
    0x5f1f0000 - 0x5f207000      C:\WINDOWS\system32\OLEPRO32.DLL
    0x75dd0000 - 0x75e61000      C:\WINDOWS\system32\MLANG.dll
    0x76630000 - 0x766e4000      C:\WINDOWS\system32\USERENV.dll
    0x76980000 - 0x76a31000      C:\WINDOWS\system32\SXS.DLL
    0x01850000 - 0x018dc000      C:\WINDOWS\system32\shdoclc.dll
    0x018e0000 - 0x01bb6000      C:\WINDOWS\system32\xpsp2res.dll
    0x71a50000 - 0x71a5a000      C:\WINDOWS\system32\wsock32.dll
    0x719d0000 - 0x71a10000      C:\WINDOWS\system32\mswsock.dll
    0x66740000 - 0x66799000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a10000 - 0x71a18000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ea0000 - 0x76edc000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76e50000 - 0x76e62000      C:\WINDOWS\system32\rasman.dll
    0x76e70000 - 0x76e9f000      C:\WINDOWS\system32\TAPI32.dll
    0x76e40000 - 0x76e4e000      C:\WINDOWS\system32\rtutils.dll
    0x76b00000 - 0x76b2e000      C:\WINDOWS\system32\WINMM.dll
    0x77c40000 - 0x77c63000      C:\WINDOWS\system32\msv1_0.dll
    0x76d20000 - 0x76d39000      C:\WINDOWS\system32\iphlpapi.dll
    0x72250000 - 0x72255000      C:\WINDOWS\system32\sensapi.dll
    0x76ee0000 - 0x76f07000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f80000 - 0x76f86000      C:\WINDOWS\system32\rasadhlp.dll
    0x76f70000 - 0x76f78000      C:\WINDOWS\System32\winrnr.dll
    0x7dbe0000 - 0x7ded5000      C:\WINDOWS\System32\mshtml.dll
    0x74650000 - 0x74677000      C:\WINDOWS\System32\msls31.dll
    0x76bb0000 - 0x76bbb000      C:\WINDOWS\System32\PSAPI.DLL
    0x74680000 - 0x746aa000      C:\WINDOWS\System32\msimtf.dll
    0x325c0000 - 0x325d2000      C:\Archivos de programa\Microsoft Office\OFFICE11\msohev.dll
    0x75c00000 - 0x75c6e000      C:\WINDOWS\System32\jscript.dll
    0x67310000 - 0x67350000      C:\WINDOWS\System32\iepeers.dll
    0x72f80000 - 0x72fa6000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x66d30000 - 0x66d3c000      C:\WINDOWS\system32\ImgUtil.dll
    0x75d50000 - 0x75dc1000      C:\WINDOWS\System32\mshtmled.dll
    0x033e0000 - 0x033f0000      D:\VCD\The FilmMachine\Filters\mmfinfo.dll
    0x033f0000 - 0x033fb000      D:\VCD\The FilmMachine\Filters\mkunicode.dll
    0x03400000 - 0x0341c000      C:\Archivos de programa\Adobe\Acrobat 7.0\ActiveX\PDFShell.dll
    0x03440000 - 0x0344a000      C:\Archivos de programa\Adobe\Acrobat 7.0\ActiveX\PDFShell.ESP
    0x72ca0000 - 0x72ca9000      C:\WINDOWS\system32\wdmaud.drv
    0x72c90000 - 0x72c98000      C:\WINDOWS\system32\msacm32.drv
    0x77bb0000 - 0x77bc5000      C:\WINDOWS\system32\MSACM32.dll
    0x77ba0000 - 0x77ba7000      C:\WINDOWS\system32\midimap.dll
    0x30000000 - 0x302ee000      C:\WINDOWS\system32\Macromed\Flash\Flash9b.ocx
    0x76360000 - 0x763aa000      C:\WINDOWS\system32\comdlg32.dll
    0x767b0000 - 0x767d7000      C:\WINDOWS\system32\schannel.dll
    0x04b80000 - 0x04bc2000      C:\WINDOWS\system32\xpsp3res.dll
    0x6d940000 - 0x6d94a000      C:\WINDOWS\System32\ddrawex.dll
    0x736e0000 - 0x73729000      C:\WINDOWS\System32\DDRAW.dll
    0x73b40000 - 0x73b46000      C:\WINDOWS\System32\DCIMAN32.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    0x68100000 - 0x68124000      C:\WINDOWS\system32\dssenh.dll
    0x6d570000 - 0x6d582000      C:\Archivos de programa\Java\jre1.5.0_10\bin\npjpi150_10.dll
    0x6d400000 - 0x6d417000      C:\Archivos de programa\Java\jre1.5.0_10\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000      C:\Archivos de programa\Java\jre1.5.0_10\bin\jpishare.dll
    0x055b0000 - 0x0574c000      C:\ARCHIV~1\Java\JRE15~1.0_1\bin\client\jvm.dll
    0x6d280000 - 0x6d288000      C:\ARCHIV~1\Java\JRE15~1.0_1\bin\hpi.dll
    0x05770000 - 0x0577c000      C:\ARCHIV~1\Java\JRE15~1.0_1\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\ARCHIV~1\Java\JRE15~1.0_1\bin\java.dll
    0x05780000 - 0x0578f000      C:\ARCHIV~1\Java\JRE15~1.0_1\bin\zip.dll
    0x6d000000 - 0x6d169000      C:\Archivos de programa\Java\jre1.5.0_10\bin\awt.dll
    0x6d240000 - 0x6d280000      C:\Archivos de programa\Java\jre1.5.0_10\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000      C:\Archivos de programa\Java\jre1.5.0_10\bin\deploy.dll
    0x6d5b0000 - 0x6d5d3000      C:\Archivos de programa\Java\jre1.5.0_10\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f5000      C:\Archivos de programa\Java\jre1.5.0_10\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Archivos de programa\Java\jre1.5.0_10\bin\net.dll
    0x6d1c0000 - 0x6d1e3000      C:\Archivos de programa\Java\jre1.5.0_10\bin\dcpr.dll
    0x6d4e0000 - 0x6d4e9000      C:\Archivos de programa\Java\jre1.5.0_10\bin\nio.dll
    0x60350000 - 0x60376000      C:\WINDOWS\system32\MSRATING.dll
    0x60380000 - 0x60392000      C:\WINDOWS\system32\msratelc.dll
    0x71ce0000 - 0x71cfc000      C:\WINDOWS\system32\actxprxy.dll
    0x73280000 - 0x732e7000      C:\WINDOWS\System32\vbscript.dll
    0x73d50000 - 0x73e4e000      C:\WINDOWS\System32\MFC42.DLL
    0x61df0000 - 0x61dfe000      C:\WINDOWS\system32\MFC42LOC.DLL
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\ARCHIV~1\Java\JRE15~1.0_1\lib\deploy.jar;C:\ARCHIV~1\Java\JRE15~1.0_1\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_10 -Djavaplugin.nodotversion=150_10 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\ARCHIV~1\Java\JRE15~1.0_1 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\ARCHIV~1\Java\JRE15~1.0_1\classes -Xbootclasspath/a:C:\ARCHIV~1\Java\JRE15~1.0_1\lib\deploy.jar;C:\ARCHIV~1\Java\JRE15~1.0_1\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_10 -Djavaplugin.nodotversion=150_10 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\ARCHIV~1\Java\JRE15~1.0_1 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\ARCHIV~1\Java\JRE15~1.0_1\bin;C:\Archivos de programa\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Archivos comunes\Adobe\AGL;D:\VCD\MKVtoolnix;.
    USERNAME=Javier
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 6 Stepping 2, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 6 stepping 2, cmov, cx8, fxsr, mmx, sse, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 523808k(124192k free), swap 1279700k(723360k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_10-b03) for windows-x86, built on Nov 9 2006 13:13:34 by "java_re" with MS VC++ 6.0

    It appears that some screen savers (electric sheep is one) or programs look for a "flash.ocx" instead of "flash9b.ocx" and this causes the problem.
    SOLUTION:
    Copy: "...windows/system32/macromed/flash/flash9b.ocx"
    Paste: it in the same folder as a copy of flash9b.ocx then...
    RENAME: the COPIED FILE to "flash.ocx"
    IMPORTANT: do not delete the original flash9b.ocx just make a copy of named "flash.ocx"
    This "fix" has worked a lot of people that have programs or screen savers that look for the original flash.ocx file which it can't fine causing in some cases for I.E. or another program to close and the resultant error message.

  • SIGBUS (0xa)  - HotSpot Virtual Machine (1.4.2_16-b05 mixed mode)

    Please have a look at the issue and tell me how can I fix it. Thanks in advanced
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xfeddfc04, pid=20598, tid=1
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_16-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x1dfc04]
    --------------- T H R E A D ---------------
    Current thread (0x000372d0): JavaThread [_thread_in_vm, id=1]
    siginfo:si_signo=10, si_errno=0, si_code=1, si_addr=0xfefda2bf
    Registers:
    O0=0x00000000 O1=0xff04cf88 O2=0xff026000 O3=0xf58040c0
    O4=0x003788b0 O5=0x00000000 O6=0xffbfd658 O7=0xfeddfbf8
    G1=0xfeddfbf8 G2=0x00000100 G3=0xf5800f88 G4=0x00000100
    G5=0x00000000 G6=0x00000000 G7=0xff342a00 Y=0x00000000
    PC=0xfeddfc04 nPC=0xfeddfc08
    Top of Stack: (sp=0xffbfd658)
    0xffbfd658: 00000000 ffbfd918 ff037bc0 ffbfd908
    0xffbfd668: ff026000 ffbfd918 00000000 00000021
    0xffbfd678: fefda2b7 00000100 ffbfd904 00000100
    0xffbfd688: 00000100 00000100 ffbfd898 fec9d2f4
    0xffbfd698: 00000000 00000000 ff03db7c ff032ce4
    0xffbfd6a8: ff03db7c ff032ce4 0000ff0f f5800f88
    0xffbfd6b8: f5800f18 ffbfd8fc ff04d0f0 000000a8
    0xffbfd6c8: ffbfd900 00000021 00000021 00000002
    Instructions: (pc=0xfeddfc04)
    0xfeddfbf4: 90 07 bf a8 7f fd 1d 29 01 00 00 00 9a 10 00 08
    0xfeddfc04: d0 06 20 08 92 10 00 14 94 10 00 10 96 10 00 16
    Stack: [0xffb80000,0xffc00000), sp=0xffbfd658, free space=501k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x1dfc04]
    V [libjvm.so+0x9d2fc]
    V [libjvm.so+0x9cc84]
    V [libjvm.so+0x9c348]
    V [libjvm.so+0x9bec0]
    V [libjvm.so+0x9bc48]
    V [libjvm.so+0x38ff78]
    V [libjvm.so+0x9b060]
    V [libjvm.so+0x9aff0]
    V [libjvm.so+0x91254]
    V [libjvm.so+0x901e4]
    V [libjvm.so+0x2721c0]
    V [libjvm.so+0x397d14]
    V [libjvm.so+0x4e38c]
    C [java+0x2234] main+0x91c
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    Other Threads:
    VM state:not at safepoint (not fully initilizated)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 2112K, used 0K [0xd5800000, 0xd5a20000, 0xd90e0000)
    eden space 2048K, 0% used [0xd5800000, 0xd5800000, 0xd5a00000)
    from space 64K, 0% used [0xd5a00000, 0xd5a00000, 0xd5a10000)
    to space 64K, 0% used [0xd5a10000, 0xd5a10000, 0xd5a20000)
    tenured generation total 1408K, used 0K [0xd90e0000, 0xd9240000, 0xf5800000)
    the space 1408K, 0% used [0xd90e0000, 0xd90e0000, 0xd90e0200, 0xd9240000)
    compacting perm gen total 4096K, used 17K [0xf5800000, 0xf5c00000, 0xf9800000)
    the space 4096K, 0% used [0xf5800000, 0xf5804608, 0xf5804800, 0xf5c00000)
    Dynamic libraries:
    0x00010000      /concord/ehealth/jre/bin/java
    0xff390000      /lib/libthread.so.1
    0xff360000      /lib/libdl.so.1
    0xff200000      /lib/libc.so.1
    0xff380000      /platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    0xfec00000      /concord/ehealth/jre/lib/sparc/client/libjvm.so
    0xff300000      /usr/lib/libCrun.so.1
    0xff1d0000      /lib/libsocket.so.1
    0xff100000      /lib/libnsl.so.1
    0xff0e0000      /lib/libm.so.1
    0xff330000      /usr/lib/libsched.so.1
    0xfeb00000      /lib/libm.so.2
    0xff0a0000      /lib/libscf.so.1
    0xff080000      /lib/libdoor.so.1
    0xfebe0000      /lib/libuutil.so.1
    0xfeae0000      /lib/libgen.so.1
    0xfeab0000      /lib/libmd.so.1
    0xfea90000      /platform/SUNW,Sun-Fire-V240/lib/libmd_psr.so.1
    0xfea70000      /lib/libmp.so.2
    0xfea30000      /concord/ehealth/jre/lib/sparc/native_threads/libhpi.so
    0xfe9b0000      /concord/ehealth/jre/lib/sparc/libverify.so
    0xfe960000      /concord/ehealth/jre/lib/sparc/libjava.so
    0xfe940000      /concord/ehealth/jre/lib/sparc/libzip.so
    VM Arguments:
    jvm_args: -Xmx512m -Djava.endorsed.dirs=/concord/ehealth/web/tomcat/common/endorsed -Dcatalina.base=/concord/ehealth/web/tomcat -Dcatalina.home=/concord/ehealth/web/tomcat -Djava.io.tmpdir=/concord/ehealth/web/tomcat/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/concord/ehealth/jre
    PATH=/concord/ehealth/bin:/concord/oracle/bin:/concord/ehealth/tibco/tibrv/bin:/usr/openwin/bin:/usr/sbin:/bin:/usr/bin:/etc:/usr/etc:/home/mthomas/bin:/usr/local/bin:/usr/local/sbin:/usr/ccs/bin:/usr/bin:/usr/sbin:/sbin:/usr/ucb:/usr/openwin/bin:/usr/dt/bin:/usr/local/scripts:/opt/VRTS/bin:/etc/vx/bin:/usr/lib/vxvm/bin:/home/mthomas/bin:/bin:/usr/bin
    LD_LIBRARY_PATH=/concord/ehealth/jre/lib/sparc/client:/concord/ehealth/jre/lib/sparc:/concord/ehealth/jre/../lib/sparc
    SHELL=/usr/bin/zsh
    DISPLAY=localhost:10.0
    --------------- S Y S T E M ---------------
    OS: Solaris 10 8/07 s10s_u4wos_12b SPARC
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    uname:SunOS 5.10 Generic_127111-09 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE 0k, NOFILE 65536, AS infinity
    load average:0.30 0.11 0.05
    CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 8388608k(5309328k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_16-b05) for solaris-sparc, built on Sep 17 2007 01:02:02 by unknown with Workshop 5.2 compat=5
    Any response will be appreciated.
    Duy Pham

    Hello Srini,
    The command has been finished with status 134, following logs:
    A folder named 'OKI Header Subsequent Renewal Types Lookup' was created or modified during the import but is not in a business area
    A folder named 'School District Tax Information' was created or modified during the import but is not in a business area
    Import completed, but with warnings. Please check the result.
    Completed Wed Mar 23 09:18:13 EDT 2011.
    End of import log
    adupdeul is exiting with status 134
    End of adupdeul session
    Date/time is Wed Mar 23 09:18:13 EDT 2011
    Can I go ahead with my configuration?
    Thank you,
    Marcelo Mattos

  • An upexpected error detected by HotSpot VM - urgent, please help!

    I have a rather strange error somehow related to cron, i guess.
    Application runs no problem when just manually typing command line to run, or use nohup and ' & ' to run in background. However if i put it in cron to schedule it to run. The error message said:
    An unexpected error has been detected by HotSpot Virtual Machine
    SIGSEGV (0xb) at pc=0xfeaa5084, pid=4519, tid=1
    Java VM: Java HotSpot(TM) Server VM (1.5.0_06-erdist-20060404 mixed mode)
    Problematic frame:
    V [libjvm.so+0x2a5084]
    The system is
    SunOS 5.10 Generic January 2005
    We use IBM WebSphere Java VM
    There's a log file that has a lot of info. It indicates before the crash at libjvm.so, libocijdbc10.so is called. It seems native code is called.
    I tried test program that does not have jdbc code and it works fine from cron. So seem something to do with that oracle oci native code.
    But why only happens from cron?
    Is it true if the app run from cron will have different user ID? What user ID cron itself has?
    Thanks for your helps!
    gary

    Apparently your program is trying to divide by zero, for some reason. Try runing a backup copy from when it "ran fine."

  • Unexpected Error detected by HotSpot VM

    Following is the error report that I am getting in both of my PCs while compiling and also running simple Java program. Just before this everything was running fine and I could launch my GUI program. I tried removing JDK and re-installing , but nothing worked. So please give me a solution if any1 can figure out wht's this error all about.
    Thanks. --->
    D:\Java\MVCBergin\hw5>javac MVCTempConvert.java
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_DIVIDE_BY_ZERO (0xc000008e) at pc=0x00b8aa53, pid=3788, tid=370
    4
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
    # Problematic frame:
    # j com.sun.tools.javac.jvm.Items$ImmediateItem.isPosZero(D)Z+0
    # An error report file with more information is saved as hs_err_pid3788.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    Apparently your program is trying to divide by zero, for some reason. Try runing a backup copy from when it "ran fine."

  • HotSpot Virtual Machine

    We are getting the following error message on screeen while using sun's jre 1.5
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb6eadd6a, pid=22552, tid=2102963120
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x3ebd6a]
    --------------- T H R E A D ---------------
    Current thread (0x0810fca8): VMThread [id=22575]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000800
    Registers:
    EAX=0x00000800, EBX=0xb706d7f0, ECX=0xb707beac, EDX=0x7bc2a528
    ESP=0x7d58a080, EBP=0x7d58a088, ESI=0x7d58a0b0, EDI=0x00000002
    EIP=0xb6eadd6a, CR2=0x00000800, EFLAGS=0x00010206
    Top of Stack: (sp=0x7d58a080)
    0x7d58a080: b705eb48 b706d7f0 7d58a0f8 b6ede158
    0x7d58a090: b707beac 7bc2a528 00000001 00000001
    0x7d58a0a0: b1cfc928 7d58a0ac 7bb1d4d0 00000041
    0x7d58a0b0: 080a7818 00000007 00000004 00000001
    0x7d58a0c0: 00000001 00000041 00000004 00000005
    0x7d58a0d0: 00000000 000307e8 7d58a0e0 b1cfc2ec
    0x7d58a0e0: b7062e28 00000000 00000000 b706d7f0
    0x7d58a0f0: b1cef048 7d58a1cc 7d58a128 b6eddfd6
    Instructions: (pc=0xb6eadd6a)
    0xb6eadd5a: 00 00 00 5b 81 c3 93 fa 1b 00 8b 02 85 c0 74 0a
    0xb6eadd6a: 8b 00 83 e0 03 83 f8 03 75 0c 8b 5d fc 89 ec 5d
    Stack: [0x7d50a000,0x7d58b000), sp=0x7d58a080, free space=512k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x3ebd6a]
    V [libjvm.so+0x41c158]
    V [libjvm.so+0x41bfd6]
    V [libjvm.so+0x2049ef]
    V [libjvm.so+0x20504f]
    V [libjvm.so+0x4c4e46]

    As I see you're using an ancient Java version, and i think the webMethods Broker is also very old (~ version 5).
    Right now we're trying to find why crashing the JVM in native at almost the same place.
    The difference is we're using JDK7, Tomcat 7 on Windows.
    Our webapp is running for days, sometimes for weeks. It seems something is corrupting the memory, I suspect it is the old webMethods library, but not sure.
    The crash happenning at Java_COM_activesw_api_client_ssl_AwSSLNative_getSecurityInfo in native (called by COM.activesw.api.client.ssl.AwSSLNative.createClientSocket in java). What i suspect is the awssl50 library is not supported in the current hardware platforms.
    I will leave a comment if our issue is resolved, please also do the same, even if you decided to replace everithing with the latest versions.
    Thanks!

Maybe you are looking for

  • Arch and preinstalled windows 7 UEFI dual boot troubles

    Hi guys, I have a UEFI pc already with windows 7 on and want to dual boot arch. Problem is the current uefi partition is only 100mb and whenever i try to install a bootloader in the arch install it gives the message 'not enough room on partition'. is

  • Wav file distortion problem

    When putting radio programs together, I'm adding .wav files to .mp3 files in the multitrack view in Audition 3.0 and they sound fine to start with.  When I export the file to mp3 and listen to it in the edit view the .wav spots that I added sound dis

  • Accept user input in sql *plus 9.2.0.1.0

    Any body budy can get any idea about my sourcr code? I wrote below code in sql *plus accept p_hire_date1 date FORMAT 'DD-MON-YYYY' prompt 'ENTER hire date from:' accept p_hire_date2 date FORMAT 'DD-MON-YYYY' prompt 'ENTER hire date to:' DECLARE v_hd1

  • Reports of dd/po

    hello... Can you tell me how can i get the report of DD/ PO

  • Mini Bridge funktioniert nicht

    Mini Bridge funktioniert in PS CS6 nicht. "Warten auf Bridge"wird immer angezeigt