JVM 1.5.0_05 crash.

Hello!
I have some problem with Java Virtual Machine. I have runned my program many times and there was the same JVM error after a few minutes of execution. My programs is listening to the network interface, captures packets using JPCap and stores some information about traffic in the HashMap's. I run capturing process in a new thread.
When I start the capturing process without any processing (start a new thread and simply print out packets' info while they're appearing) - all is OK, JVM doesn't crash, so I think the problem is not in the packet capturing and JPcap. But when I add my packet handling and storing information in the HashMap's, after some minutes I have the following JVM crash message:
I will be very thankful, if anyone can help.
Thank you again!
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6d8329, pid=2252, tid=3232
# Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing)
# Problematic frame:
# V [jvm.dll+0x98329]
--------------- T H R E A D ---------------
Current thread (0x00ac65d0): JavaThread "Thread-1" [_thread_in_vm, id=3232]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x00a84b88, ECX=0x0337fa60, EDX=0x6d6c985f
ESP=0x0337fa40, EBP=0x0337fa8c, ESI=0x0337fa60, EDI=0x6d788bc8
EIP=0x6d6d8329, EFLAGS=0x00010246
Top of Stack: (sp=0x0337fa40)
0x0337fa40: 6d6c69d5 00000000 00ac65d0 6d6c9894
0x0337fa50: 00ac65d0 00000000 0337faa0 00ac668c
0x0337fa60: 1000f5cc 6d64aa71 00ac65d0 0337fa88
0x0337fa70: 6d6c6e9c 00ac65d0 00000006 0000000e
0x0337fa80: 6d788bc8 00ac668c 00000062 00000062
0x0337fa90: 10001d04 00ac668c 00a39e20 00000000
0x0337faa0: 00000014 03240048 02d11fe0 02c9a63a
0x0337fab0: 00a84b88 03240048 0324005c 00000000
Instructions: (pc=0x6d6d8329)
0x6d6d8319: 44 24 04 24 fc 8b 00 8b 00 c3 8b 44 24 04 24 fc
0x6d6d8329: 8b 00 ff 74 24 04 8b c8 e8 93 fe ff ff c3 8b 44
Stack: [0x03340000,0x03380000), sp=0x0337fa40, free space=254k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x98329]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jpcap.JpcapCaptor.processPacket(ILjpcap/PacketReceiver;)I+0
j org.horna.core.PacketProcessor$1.run()V+40
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00035f70 JavaThread "DestroyJavaVM" [_thread_blocked, id=4000]
=>0x00ac65d0 JavaThread "Thread-1" [_thread_in_vm, id=3232]
0x00a6e9e8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3056]
0x00a6d5c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3756]
0x00a6c858 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3104]
0x00a47c18 JavaThread "Finalizer" daemon [_thread_blocked, id=2880]
0x0003f780 JavaThread "Reference Handler" daemon [_thread_blocked, id=3188]
Other Threads:
0x00a38f28 VMThread [id=1108]
0x00a6fbf8 WatcherThread [id=3216]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 576K, used 110K [0x22a80000, 0x22b20000, 0x22f60000)
eden space 512K, 20% used [0x22a80000, 0x22a9aaf0, 0x22b00000)
from space 64K, 5% used [0x22b10000, 0x22b10ef0, 0x22b20000)
to space 64K, 0% used [0x22b00000, 0x22b00000, 0x22b10000)
tenured generation total 1408K, used 142K [0x22f60000, 0x230c0000, 0x26a80000)
the space 1408K, 10% used [0x22f60000, 0x22f838d8, 0x22f83a00, 0x230c0000)
compacting perm gen total 8192K, used 115K [0x26a80000, 0x27280000, 0x2aa80000)
the space 8192K, 1% used [0x26a80000, 0x26a9cd70, 0x26a9ce00, 0x27280000)
ro space 8192K, 62% used [0x2aa80000, 0x2af8a3a0, 0x2af8a400, 0x2b280000)
rw space 12288K, 46% used [0x2b280000, 0x2b8103d8, 0x2b810400, 0x2be80000)
Dynamic libraries:
0x00400000 - 0x0040c000      C:\WINDOWS\system32\java.exe
0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
0x6d640000 - 0x6d7cc000      C:\Program Files\Java\jre1.5.0_05\bin\client\jvm.dll
0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_05\bin\hpi.dll
0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_05\bin\verify.dll
0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_05\bin\java.dll
0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_05\bin\zip.dll
0x10000000 - 0x10028000      C:\java5\bin\Jpcap.dll
0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
0x02c90000 - 0x02cd1000      C:\WINDOWS\system32\wpcap.dll
0x009a0000 - 0x009b5000      C:\WINDOWS\system32\packet.dll
0x009c0000 - 0x009d0000      C:\WINDOWS\system32\WanPacket.dll
0x610f0000 - 0x61101000      C:\WINDOWS\system32\NPPTools.dll
0x72830000 - 0x7292e000      C:\WINDOWS\system32\MFC42u.DLL
0x774e0000 - 0x7761c000      C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
0x5a700000 - 0x5a711000      C:\WINDOWS\system32\npp\ndisnpp.dll
0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
0x76d40000 - 0x76d58000      C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000      C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000      C:\WINDOWS\system32\adsldpc.dll
0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000      C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_05\bin\net.dll
VM Arguments:
jvm_args: -Djava.util.logging.config.file=logging.properties
java_command: org/horna/core/Simulator
Environment Variables:
JAVA_HOME=C:\java5
CLASSPATH=C:\java5\lib;E:\bea\weblogic90\server\lib\weblogic.jar;C:\java5\lib\tools.jar;.;D:\javasoft\jpcap-0.5\lib\JpcapDumper-0.3.jar
PATH=C:\Program Files\Far;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_01\bin;C:\Program files\PostgreSQL\8.0\bin;D:\Install\jadnt158;C:\java5\bin;D:\javainstall\fop\fop-0.20.5\;C:\Nokia\Update_Manager\bin;D:\canoo\bin;E:\bea\weblogic90\server\bin\;E:\prog\mysql\bin;C:\Program Files\ATI Technologies\ATI.ACE\
USERNAME=Rina
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 1, 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 523760k(101868k free), swap 1278300k(574876k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0

Hello
I use also jpcap to capture packets. Virtual machine(1.5.0_08) crashes too after few minutes capturing packets till processor use reaches up to 100% and then the crash happends. Did you find out any solution to that?
I have tried to change windows receivebuffersize too but without help.
I'm starting to think that there is a problem in the jpcap. Hope not.
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d7505a9, pid=2480, tid=1784
# Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
# Problematic frame:
# V [jvm.dll+0x905a9]
#

Similar Messages

  • RCP application on Windows JVM 1.6.0_12 crashed with exit code = 1073807364

    A user was using my RCP-based application over several days. At one point, when he apparently wasn't actively using it, the JVM crashed with exit code 1073807364. After some research, I haven't been able to determine what this exit code refers to.
    On additional, possibly helpful bit of information is that the hex equivalent 0x40010004 is used to indicate Windows task status. However, this app is not running Windows tasks that I know of, although perhaps RCP, SWT or the SQL Server JDBC layer is doing so without my knowledge.
    Can anyone tell me what this exit code indicates, or how to find out?

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]

  • JVM 1.4.2_b28 crash on windows

    I am running an application on a windows 2000 server. We recently upgraded from 1.3.1 to 1.4.2_b28 (hotspot server). In 1.3.1 it ran fine, under 1.4.2_b28 it is crashing about every 36 hours. We are running the application as a service and do not get any logging of the error by the jvm, just by dr. watson. So a couple guestions:
    1) Is there anyway to get additional logging with out running through a debugger or putting in verbose mode?
    2) Any ideas on the following errors or how to get more out of the dr. watson logs:
    (14fc.2c00): Access violation - code c0000005 (!!! second chance !!!)
    eax=0069007a ebx=00a0a878 ecx=1001fbc8 edx=0069007a esi=1001fbc8 edi=00000004
    eip=08043b27 esp=2c2bfc10 ebp=2c2bfc64 iopl=0 nv up ei pl nz na pe nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000202
    *** WARNING: Unable to verify checksum for jvm.dll
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for jvm.dll -
    jvm+0x43b27:
    08043b27 8b4230 mov eax,[edx+0x30] ds:0023:006900aa=????????
    0:003> u 08043b27
    jvm+0x43b27:
    08043b27 8b4230 mov eax,[edx+0x30]
    08043b2a 85c0 test eax,eax
    08043b2c 7f2a jg jvm+0x43b58 (08043b58)
    08043b2e 7d20 jge jvm+0x43b50 (08043b50)
    08043b30 83c9ff or ecx,0xffffffff
    08043b33 2bc8 sub ecx,eax
    08043b35 8b4608 mov eax,[esi+0x8]
    08043b38 d3e0 shl eax,cl
    0:003> r
    eax=0069007a ebx=00a0a878 ecx=1001fbc8 edx=0069007a esi=1001fbc8 edi=00000004
    eip=08043b27 esp=2c2bfc10 ebp=2c2bfc64 iopl=0 nv up ei pl nz na pe nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000202
    jvm+0x43b27:
    08043b27 8b4230 mov eax,[edx+0x30] ds:0023:006900aa=????????

    I should have been more specific....we are running an application as a service and there is a wrapper around the jvm. So it is not generating an hs_<err>_,pid_.log....there is also nothing witten to the standard error. Which is where exceptions are normally thrown for us. I am going to try upgrading our prod env to see if it hellps....but just trying to nail down root cause to be sure that it will solve our issue.

  • JVM 1.4.2 crash "access violation" Tomcat

    Hi
    We're getting nasty crashes with JVM 1.4.2_03 (other versions not yet been able to test) and cannot seem to find any log file with more information. However, I do have a DrWatson log which states among other things "access violation".
    Situation: We're testing a webapplication on Tomcat (runs as a Windows service (Tomcat.exe) ). During testing the Tomcat-service suddenly ends, the Windows eventlog logs states something like: "...service ended unexpectedly..."
    Environment: Tomcat 4.1.29, JDK 1.4.2_03, Windows 2000ProSP4, bi-processor Xeon machine.
    While analyzing the DrWatson log file, I can always find the same important (I think) information in the same order:
    - function: NtReadFile
    - a bit further on: function: NtWaitForMultipleObjects
    - function: NtWaitForSingleObject
    - etc..
    Other snippets I can also find every time are texts like these, they appear in the so called "Stack Back Trace"-sections of the drwtsn32.log:
    !JVM_RegisterUnsafeMethods,
    !JVM_RegisterPerfMethods,
    ntdll!NtDelayExecution,
    kernel32!Sleep,
    !JVM_Sleep,
    msafd!WSPSetSockOpt,
    ws2_32!WSAAccept,
    ws2_32!accept,
    ws2_32!recv,
    !Java_java_net_SocketInputStream_socketRead0.
    If needed I can post the complete drwtsn32.log file, I only left it out because it's a bad practice to dump long texts. So if you want to take a look, please don't hesitate to ask !
    The problem only seems to occur when the servermachine is completely left alone (and not logged in or in locked state) Additionally, it usually occurs after between 30-60 minutes or so. When I keep monitoring (logged in) the machine while the tests are running the crash doesn't seem to occur ?! This makes me think it could be an issue with power-saving that kicks in, like e.g. with the network-adaptor ?
    If we don't use JNI, and "access violation"s are stated, does this mean it's a JVM-issue or ... ? Or is it more likely it's an issue of this Tomcat.exe ?
    On a sidenote, does anyone know why a logfile might not be produced, and if there is anything i could try to make the jvm produce some intelligable output upon crashing?
    Kind regards,
    David

    Hi again,
    First of all thanks for the valuable help so far !
    As I'm still searching an anwser for the problem, I noticed the drwtsn32.log file also (sometimes) mentions HotSpot, this is a line from my drwtsn32.log file:
    mov ecx,[gHotSpotVMLongConstantEntryValueOffset+0x13f48[/i]
    Now, I'm not an expert on HotSpot, but I too know there have been numerous problems reported before with this technology.
    Ramesh, it sure looks like your hypothesis about the runtime compilation corresponds to this problem a lot.
    Additionally, I must also mention the fact that the problem only seems to occur during stress-tests (concurrency-problem?) and is NOT reproducable reliably. All of this makes me think even more that it's a JVM problem of some kind, what is your (anyone) opinion about this ?
    Again, thanks for your support, it sure helps a lot !
    Kind regards,
    David

  • Solaris10, sparcv9, JVM use JIT cause crash because SIGILL, please help!

    I start up my java process with using JIT,but JVM crash everytime!
    When i close JIT with -Xint, there is no crash, but it run very slowly!
    there is hs.log file and using mdb core...Please help me!
    hs.log file:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGILL (0x4) at pc=0x0000000103e8fac4, pid=4997, tid=233
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_15-b02 mixed mode)
    # Problematic frame:
    # C 0x0000000103e8fac4
    T H R E A D
    Current thread (0x00000001035fac50): JavaThread "threadPoolFilter-7" [_thread_in_Java, id=233]
    siginfo:si_signo=4, si_errno=0, si_code=1, si_addr=0x0000000103e8fac4
    Registers:
    O0=0x00000000000e0223 O1=0x0000000000000001 O2=0xfffffffe2c2deb68 O3=0xffffffff600ee992
    O4=0x0000000000000000 O5=0xfffffffe3241ad40 O6=0xfffffffdfb4fe131 O7=0xffffffff7e59c3dc
    G1=0xfffffffe2c1fe4d0 G2=0x00000001035fac50 G3=0x0000000000000000 G4=0x0000000000153d26
    G5=0x0000000000000439 G6=0x0000000000000000 G7=0xfffffffdfce03400 Y=0x0000000000000000
    PC=0x0000000103e8fac4 nPC=0x0000000103e8fac8
    Top of Stack: (sp=0xfffffffdfb4fe930)
    0xfffffffdfb4fe930: 00000000000e0698 0000000000000038
    0xfffffffdfb4fe940: 0000000000153d26 000000000000002f
    0xfffffffdfb4fe950: 00000000000e0224 00000000000e0698
    0xfffffffdfb4fe960: fffffffe2aaf1f48 fffffffe2c3fe4e8
    0xfffffffdfb4fe970: fffffffe2aaf1f80 ffffffff60066790
    0xfffffffdfb4fe980: fffffffe2c95d7c8 0000000000200000
    0xfffffffdfb4fe990: 0000000000153d26 0000000000153d26
    0xfffffffdfb4fe9a0: fffffffdfb4fe1e1 ffffffff74156f88
    0xfffffffdfb4fe9b0: ffffffff600667a8 00153d26ffffffff
    0xfffffffdfb4fe9c0: fffffffe2c847d30 00000001035fac50
    0xfffffffdfb4fe9d0: 0000000000153d26 00000000007302b0
    0xfffffffdfb4fe9e0: fffffffe3241ad40 0000000000000000
    0xfffffffdfb4fe9f0: ff7fffff73700000 00000001035fac50
    0xfffffffdfb4fea00: fffffffe2c3fe4e8 0000000000000000
    0xfffffffdfb4fea10: 0000000000000008 ffffffff7f0f4d30
    0xfffffffdfb4fea20: ffffffff60066790 fffffffe2aaf1f48
    Instructions: (pc=0x0000000103e8fac4)
    0x0000000103e8fab4: 80 a5 40 1b 1a 40 03 9d 94 00 40 10 e2 4a a0 18
    0x0000000103e8fac4: 80 a4 60 00 a0 25 40 0c 06 40 00 0c 90 25 00 03
    Stack: [0xfffffffdfb400000,0xfffffffdfb500000), sp=0xfffffffdfb4fe930, free space=1018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x0000000103e8fac4
    J sun.nio.cs.ext.DoubleByteDecoder.decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    J java.nio.charset.CharsetDecoder.decode(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
    J java.lang.StringCoding$CharsetSD.decode([BII)[C
    J java.lang.StringCoding.decode(Ljava/lang/String;[BII)[C
    J java.lang.StringCoding.decode([BII)[C
    v ~I2CAdapter
    j java.lang.String.<init>([BII)V+19
    j com.zte.ums.uep.pfl.emb.transport.socket.MMLTool.convertByteBuffer(Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)Ljava/lang/Object;+316
    v ~C2IAdapter
    J com.zte.ums.uep.pfl.emb.transport.socket.handler.DefaultIoHandler.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V
    v ~I2CAdapter
    j com.zte.ums.uep.pfl.emb.transport.socket.IoFilterChain$2.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V+6
    v ~C2IAdapter
    J com.zte.ums.uep.pfl.emb.transport.socket.DecodeIoFilter.dataRead(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/util/ByteBuffer;)V
    J com.zte.ums.uep.pfl.emb.transport.socket.FilterThreadPool.processEvent(Lcom/zte/ums/uep/pfl/emb/transport/socket/session/SocketSession;Lcom/zte/ums/uep/pfl/emb/transport/socket/EventType;Ljava/lang/Object;)V
    J com.zte.ums.uep.pfl.emb.transport.socket.AbstractThreadPool$Worker.processEvents(Lcom/zte/ums/uep/pfl/emb/transport/socket/SessionBuffer;)V
    v ~I2CAdapter
    j com.zte.ums.uep.pfl.emb.transport.socket.AbstractThreadPool$Worker.run()V+28
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1e9670]
    V [libjvm.so+0x1e9770]
    V [libjvm.so+0x2bb4e4]
    V [libjvm.so+0x2c3b74]
    V [libjvm.so+0x2ddcbc]
    V [libjvm.so+0x2da3fc]
    V [libjvm.so+0x517c9c]
    P R O C E S S
    Java Threads: ( => current thread )
    0x000000010406a450 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@462ed8c2:queue/uep_csf_log_Queue-null" [_thread_blocked, id=443]
    0x0000000103bc33a0 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@461c15a0:topic/BACK_2CAF_FM_Topic-null" [_thread_blocked, id=436]
    0x0000000103e63370 JavaThread "Thread-221" [_thread_blocked, id=435]
    0x0000000103cadf30 JavaThread "Ping Work Thread Pool-7" daemon [_thread_blocked, id=434]
    0x0000000103eb2030 JavaThread "Ping Work Thread Pool-6" daemon [_thread_blocked, id=433]
    0x000000010404a830 JavaThread "Ping Work Thread Pool-5" daemon [_thread_blocked, id=432]
    0x0000000103611950 JavaThread "Ping Work Thread Pool-4" daemon [_thread_blocked, id=431]
    0x000000010177d610 JavaThread "Ping Work Thread Pool-3" daemon [_thread_blocked, id=429]
    0x0000000103eb2f50 JavaThread "Ping Work Thread Pool-2" daemon [_thread_blocked, id=428]
    0x0000000102ecc000 JavaThread "Ping Work Thread Pool-1" daemon [_thread_blocked, id=427]
    0x00000001035fa020 JavaThread "Thread-220" [_thread_blocked, id=426]
    0x0000000100f51250 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@aa85638:topic/CAF_2WSF_FM_Topic-null" [_thread_blocked, id=423]
    0x00000001042172a0 JavaThread "Thread-219" [_thread_blocked, id=422]
    0x000000010421a930 JavaThread "Thread Pool Worker-8" [_thread_blocked, id=421]
    0x0000000103eb6180 JavaThread "Thread Pool Worker-7" [_thread_blocked, id=420]
    0x0000000103c9fdb0 JavaThread "Thread Pool Worker-6" [_thread_blocked, id=419]
    0x0000000104638e80 JavaThread "Thread Pool Worker-5" [_thread_blocked, id=418]
    0x0000000104638800 JavaThread "Thread Pool Worker-4" [_thread_blocked, id=417]
    0x0000000103eb53e0 JavaThread "Thread Pool Worker-3" [_thread_blocked, id=416]
    0x0000000103eb5120 JavaThread "Thread Pool Worker-2" [_thread_blocked, id=415]
    0x0000000103c9f2e0 JavaThread "Thread Pool Worker-1" [_thread_blocked, id=414]
    0x0000000103c9f020 JavaThread "Thread Pool Worker-0" [_thread_blocked, id=413]
    0x0000000103eb5980 JavaThread "Thread-218" [_thread_blocked, id=412]
    0x0000000103661c60 JavaThread "Thread-217" [_thread_blocked, id=411]
    0x0000000103533c90 JavaThread "Thread-216" [_thread_blocked, id=410]
    0x0000000103532c00 JavaThread "Thread-215" [_thread_blocked, id=409]
    0x0000000103532000 JavaThread "Thread-214" [_thread_blocked, id=408]
    0x0000000103c02140 JavaThread "Thread-213" [_thread_blocked, id=407]
    0x0000000103c01400 JavaThread "Thread-212" [_thread_blocked, id=406]
    0x0000000103db31d0 JavaThread "Thread-211" [_thread_blocked, id=405]
    0x0000000103db16f0 JavaThread "Thread-210" [_thread_blocked, id=404]
    0x0000000103db11b0 JavaThread "Thread-209" [_thread_blocked, id=403]
    0x0000000103805d70 JavaThread "Thread-208" [_thread_blocked, id=402]
    0x00000001038061e0 JavaThread "Thread-207" [_thread_blocked, id=401]
    0x0000000101f42c60 JavaThread "Thread-206" [_thread_blocked, id=400]
    0x0000000101f41fd0 JavaThread "Thread-205" [_thread_blocked, id=399]
    0x00000001038c43f0 JavaThread "Thread-204" [_thread_blocked, id=398]
    0x00000001038c35d0 JavaThread "Thread-203" [_thread_blocked, id=397]
    0x00000001038c2500 JavaThread "Thread-202" [_thread_blocked, id=396]
    0x00000001035ec1c0 JavaThread "Thread-201" [_thread_blocked, id=395]
    0x000000010431e300 JavaThread "Thread-200" [unknown thread state, id=394]
    0x00000001030ea460 JavaThread "Thread-199" [_thread_blocked, id=393]
    0x00000001030ea1a0 JavaThread "Thread-198" [_thread_blocked, id=392]
    0x0000000103055700 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=391]
    0x0000000103054950 JavaThread "Thread-197" [_thread_blocked, id=390]
    0x000000010448ef30 JavaThread "Thread-196" [_thread_blocked, id=389]
    0x00000001016b2da0 JavaThread "Thread-195" [_thread_blocked, id=388]
    0x00000001029d8270 JavaThread "Thread-194" [_thread_blocked, id=387]
    0x00000001039789c0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=386]
    0x00000001029d6f70 JavaThread "Thread-193" [_thread_blocked, id=385]
    0x00000001029d6cb0 JavaThread "Thread-192" [_thread_blocked, id=384]
    0x00000001029d69f0 JavaThread "Thread-191" [_thread_blocked, id=383]
    0x000000010277f570 JavaThread "Thread-190" [_thread_blocked, id=382]
    0x0000000103a56a90 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=381]
    0x0000000103a567d0 JavaThread "Thread-189" [_thread_blocked, id=380]
    0x0000000103ee71a0 JavaThread "Thread-188" [_thread_blocked, id=379]
    0x00000001029d8b60 JavaThread "Thread-187" [_thread_blocked, id=378]
    0x0000000103a55c70 JavaThread "Thread-186" [_thread_blocked, id=377]
    0x000000010431f2a0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=376]
    0x0000000103a7b370 JavaThread "Thread-185" [_thread_blocked, id=375]
    0x0000000103a7a8b0 JavaThread "Thread-184" [_thread_blocked, id=374]
    0x0000000103cbf1a0 JavaThread "Thread-183" [_thread_blocked, id=373]
    0x0000000103e481e0 JavaThread "Thread-182" [_thread_blocked, id=372]
    0x00000001046ef8b0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=371]
    0x0000000104651d50 JavaThread "Thread-181" [_thread_blocked, id=370]
    0x0000000104553320 JavaThread "Thread-180" [_thread_blocked, id=369]
    0x0000000104553060 JavaThread "Thread-179" [_thread_blocked, id=368]
    0x0000000103a7c360 JavaThread "Thread-178" [_thread_blocked, id=367]
    0x0000000103e091e0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=366]
    0x0000000104096c10 JavaThread "Thread-177" [_thread_blocked, id=365]
    0x0000000103bba610 JavaThread "Thread-176" [_thread_blocked, id=364]
    0x0000000102f64500 JavaThread "Thread-175" [_thread_blocked, id=363]
    0x0000000103ca2d70 JavaThread "Thread-174" [_thread_blocked, id=362]
    0x00000001042c87d0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=361]
    0x0000000103e57bf0 JavaThread "Thread-173" [_thread_blocked, id=360]
    0x00000001046efc90 JavaThread "Thread-172" [_thread_blocked, id=359]
    0x0000000102ca8a10 JavaThread "Thread-171" [_thread_blocked, id=358]
    0x00000001042c8510 JavaThread "Thread-170" [_thread_blocked, id=357]
    0x0000000103673150 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=356]
    0x0000000103054470 JavaThread "Thread-169" [_thread_blocked, id=355]
    0x00000001030f8650 JavaThread "Thread-168" [_thread_blocked, id=354]
    0x0000000103c8c440 JavaThread "Thread-167" [_thread_blocked, id=353]
    0x0000000103e47f20 JavaThread "Thread-166" [_thread_blocked, id=352]
    0x00000001030a4930 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=351]
    0x0000000103caf4d0 JavaThread "Thread-165" [_thread_blocked, id=350]
    0x00000001031437d0 JavaThread "Thread-164" [_thread_blocked, id=349]
    0x00000001030fa0f0 JavaThread "Thread-163" [_thread_blocked, id=348]
    0x0000000103f66ac0 JavaThread "Thread-162" [_thread_blocked, id=347]
    0x000000010456b960 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=346]
    0x0000000103e58200 JavaThread "Thread-161" [_thread_blocked, id=345]
    0x0000000103e57f40 JavaThread "Thread-160" [_thread_blocked, id=344]
    0x0000000103d29360 JavaThread "Thread-159" [_thread_blocked, id=343]
    0x000000010404b810 JavaThread "Thread-158" [_thread_blocked, id=342]
    0x0000000103ee8c50 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=341]
    0x0000000103cbfb70 JavaThread "Thread-157" [_thread_blocked, id=340]
    0x0000000103cc0f70 JavaThread "Thread-156" [_thread_blocked, id=339]
    0x0000000103cc0230 JavaThread "Thread-155" [_thread_blocked, id=338]
    0x0000000103ca0d30 JavaThread "Thread-154" [_thread_blocked, id=337]
    0x00000001038ec690 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=336]
    0x0000000103cc1410 JavaThread "Thread-153" [_thread_blocked, id=335]
    0x000000010421f500 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@28f2e328:topic/EMF_2CAF_FM_Topic-null" [_thread_blocked, id=334]
    0x00000001036edf80 JavaThread "Thread-152" [_thread_blocked, id=333]
    0x0000000103326d90 JavaThread "Thread-151" [_thread_blocked, id=332]
    0x00000001036eee60 JavaThread "Thread-150" [_thread_blocked, id=331]
    0x00000001038eaf40 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=330]
    0x0000000103f5dbf0 JavaThread "Thread-149" [_thread_blocked, id=329]
    0x0000000103f5cd40 JavaThread "Thread-148" [_thread_blocked, id=328]
    0x0000000103a38550 JavaThread "Thread-147" [_thread_blocked, id=327]
    0x0000000103f5c940 JavaThread "Thread-146" [_thread_blocked, id=326]
    0x0000000102eab100 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=325]
    0x0000000102eaa500 JavaThread "Thread-145" [_thread_blocked, id=324]
    0x00000001030d56a0 JavaThread "Thread-144" [_thread_blocked, id=323]
    0x0000000103b90f00 JavaThread "Thread-143" [_thread_blocked, id=322]
    0x0000000103b90440 JavaThread "Thread-142" [_thread_blocked, id=321]
    0x0000000101aaf150 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=320]
    0x0000000101aae550 JavaThread "Thread-141" [_thread_blocked, id=319]
    0x0000000101aadc10 JavaThread "Thread-140" [_thread_blocked_trans, id=318]
    0x0000000104639560 JavaThread "Thread-139" [_thread_blocked, id=317]
    0x0000000103f666c0 JavaThread "Thread-138" [_thread_blocked, id=316]
    0x0000000104096f90 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=315]
    0x0000000103cd21e0 JavaThread "Thread-137" [_thread_blocked, id=314]
    0x0000000103f75680 JavaThread "Thread-136" [_thread_blocked, id=313]
    0x00000001034d3940 JavaThread "Thread-135" [_thread_blocked, id=312]
    0x0000000104276860 JavaThread "Thread-134" [_thread_blocked, id=311]
    0x0000000102c68b80 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=310]
    0x0000000102ad8340 JavaThread "Thread-133" [_thread_blocked, id=309]
    0x0000000103ca0a70 JavaThread "Thread-132" [_thread_blocked, id=308]
    0x00000001038a5f60 JavaThread "Thread-131" [_thread_blocked, id=307]
    0x0000000102d581b0 JavaThread "Thread-130" [_thread_blocked, id=306]
    0x0000000102d57070 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=305]
    0x0000000103e0aac0 JavaThread "Thread-129" [_thread_blocked, id=304]
    0x0000000103e0a580 JavaThread "Thread-128" [_thread_blocked, id=303]
    0x0000000103e0a2c0 JavaThread "Thread-127" [_thread_blocked, id=302]
    0x0000000102cfe900 JavaThread "Thread-126" [_thread_blocked, id=301]
    0x0000000102cfe240 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=300]
    0x00000001036b4680 JavaThread "Thread-125" [_thread_blocked, id=299]
    0x0000000103a6b450 JavaThread "Thread-124" [_thread_blocked, id=298]
    0x0000000103ae3480 JavaThread "Thread-123" [_thread_blocked, id=297]
    0x000000010403deb0 JavaThread "Thread-122" [_thread_blocked, id=296]
    0x000000010444c390 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked_trans, id=295]
    0x000000010444c0d0 JavaThread "Thread-121" [_thread_blocked, id=294]
    0x0000000103a6a530 JavaThread "Thread-120" [_thread_blocked, id=293]
    0x0000000103a6b190 JavaThread "Thread-119" [_thread_blocked, id=292]
    0x0000000103a6a270 JavaThread "Thread-118" [_thread_blocked, id=291]
    0x00000001046ffcb0 JavaThread "MessageListenerThread - TOPIC_PM_TASK_CHANGE" [_thread_blocked, id=290]
    0x0000000103840290 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-10]-1196839342701" [_thread_blocked, id=289]
    0x000000010383f7d0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-9]-1196839342701" [_thread_blocked, id=288]
    0x00000001044efda0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-8]-1196839342701" [_thread_blocked, id=287]
    0x0000000102cff850 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-7]-1196839342700" [_thread_blocked, id=286]
    0x00000001038c4cb0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-6]-1196839342700" [_thread_blocked, id=285]
    0x0000000103ff3810 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-5]-1196839342700" [_thread_blocked, id=284]
    0x000000010403db90 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-4]-1196839342699" [_thread_blocked, id=283]
    0x0000000102c80590 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-3]-1196839342699" [_thread_blocked, id=282]
    0x000000010439eba0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-2]-1196839342699" [_thread_blocked, id=281]
    0x0000000103d995c0 JavaThread "[com.zte.ums.uep.psl.systemmonitor.pf-1]-1196839342698" [_thread_blocked, id=280]
    0x0000000103d982d0 JavaThread "uep-psl-licensecheck" daemon [_thread_blocked, id=279]
    0x000000010439fa50 JavaThread "JBoss Life Thread" [_thread_blocked, id=278]
    0x00000001039f7100 JavaThread "StandardManager[jmx-console]" daemon [_thread_blocked, id=277]
    0x000000010413e4e0 JavaThread "MessageListenerThread - PFL_SM_RIGHTCHANGE_TOPIC" [_thread_blocked, id=276]
    0x000000010335f520 JavaThread "StandardManager[web]" daemon [_thread_blocked, id=275]
    0x00000001039f6e40 JavaThread "StandardManager[system_monitor]" daemon [_thread_blocked, id=274]
    0x00000001035fa5c0 JavaThread "JmsWrapper:com.zte.ums.uep.psl.ms.SenderImpl04@5cf0d3a6:topic/ALARMBOX_MESSAGE_Topic-null" [_thread_blocked, id=273]
    0x000000010109f360 JavaThread "MessageListenerThread - TOPO_DATA_CHANGE_NOTIFY_TOPIC" [_thread_blocked, id=272]
    0x0000000103500240 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=271]
    0x0000000103e0c560 JavaThread "MessageListenerThread - CM_CHANGE_TOPIC" [_thread_blocked, id=270]
    0x000000010303d400 JavaThread "MessageListenerThread - CM_CHANGE_TOPIC" [_thread_blocked_trans, id=269]
    0x0000000103328d60 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked_trans, id=267]
    0x0000000104480390 JavaThread "ThresholdThread" [_thread_blocked, id=266]
    0x000000010332a8b0 JavaThread "MessageListenerThread - TOPIC_CM_CMMODIFY" [_thread_blocked_trans, id=264]
    0x000000010361b3b0 JavaThread "Thread-115" [_thread_blocked, id=263]
    0x00000001042d8ec0 JavaThread "Thread-114" [_thread_blocked, id=262]
    0x000000010361ae30 JavaThread "Thread-113" [_thread_blocked, id=261]
    0x000000010447ed00 JavaThread "Thread-112" [_thread_blocked, id=260]
    0x0000000103e0b6e0 JavaThread "Thread-107" [_thread_blocked, id=259]
    0x00000001035652f0 JavaThread "Thread-111" [_thread_blocked, id=258]
    0x0000000103327650 JavaThread "Thread-102" [_thread_blocked, id=257]
    0x0000000103564610 JavaThread "Thread-109" [_thread_blocked, id=256]
    0x00000001039f42a0 JavaThread "Thread-106" [_thread_blocked, id=255]
    0x00000001039f3710 JavaThread "Thread-110" [_thread_blocked, id=254]
    0x00000001039f2c50 JavaThread "Thread-104" [_thread_blocked, id=253]
    0x00000001037e7540 JavaThread "Thread-108" [_thread_blocked, id=252]
    0x00000001037e6730 JavaThread "Thread-103" [_thread_blocked, id=251]
    0x00000001037e5920 JavaThread "Thread-105" [_thread_blocked, id=250]
    0x00000001037e4d90 JavaThread "Thread-101" [_thread_blocked, id=249]
    0x00000001037e3d00 JavaThread "Thread-99" [_thread_blocked, id=248]
    0x00000001037e3170 JavaThread "Thread-100" [_thread_blocked, id=247]
    0x0000000103b0eea0 JavaThread "Thread-98" [_thread_blocked, id=246]
    0x0000000103b0e2a0 JavaThread "Thread-97" [_thread_blocked, id=245]
    0x000000010360cc20 JavaThread "Thread-96" [_thread_blocked, id=244]
    0x000000010360bab0 JavaThread "threadPoolFilter-17" [_thread_blocked, id=243]
    0x0000000103b79490 JavaThread "threadPoolFilter-16" [_thread_blocked, id=242]
    0x0000000103b4f740 JavaThread "threadPoolFilter-11" [_thread_blocked, id=237]
    0x00000001039947e0 JavaThread "threadPoolFilter-10" [_thread_blocked, id=236]
    =>0x00000001035fac50 JavaThread "threadPoolFilter-7" [_thread_in_Java, id=233]
    0x0000000103a59880 JavaThread "threadPoolFilter-5" [_thread_blocked, id=231]
    0x0000000103352540 JavaThread "threadPoolFilter-4" [_thread_blocked, id=230]
    0x0000000103b122f0 JavaThread "threadPoolFilter-3" [_thread_blocked, id=229]
    0x0000000103b0feb0 JavaThread "Thread-79" [_thread_in_native, id=227]
    0x00000001036763a0 JavaThread "SocketSessionHeartBeatThread" [_thread_blocked, id=226]
    0x0000000103deaea0 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=205]
    0x00000001036f2940 JavaThread "MessageListenerThread - AMO_EVENT_TOPIC" [_thread_blocked, id=204]
    0x000000010447e3b0 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=203]
    0x00000001034e9b20 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=202]
    0x0000000103808260 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=201]
    0x0000000103d9a400 JavaThread "com.zte.ums.csp.mml.osf.clis.cln.sock.SocketServer" [_thread_blocked, id=200]
    0x0000000101c86410 JavaThread "Thread-56" [_thread_blocked, id=198]
    0x0000000100776aa0 JavaThread "Thread-55" [_thread_blocked, id=197]
    0x0000000104220ae0 JavaThread "Thread-53" [_thread_blocked, id=195]
    0x00000001033b6210 JavaThread "Thread-52" [_thread_blocked, id=194]
    0x000000010361a770 JavaThread "Thread-51" [_thread_blocked, id=193]
    0x000000010346ab90 JavaThread "MessageListenerThread - CAF_2WSF_FM_Topic" [_thread_blocked, id=192]
    0x00000001034d6c20 JavaThread "psl-timerservice" [_thread_blocked, id=191]
    0x0000000103a6c2d0 JavaThread "com.zte.ums.uep.pal.mml.listen.ConsumerProxy0" [_thread_blocked, id=190]
    0x0000000103a6c010 JavaThread "MessageListenerThread - ALARMBOX_MESSAGE_Topic" [_thread_blocked, id=189]
    0x0000000102ef6560 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked, id=188]
    0x0000000103ae6650 JavaThread "MessageListenerThread - UEP_CSF_TOPOII_2UP_SVR_TOPIC" [_thread_blocked, id=187]
    0x0000000103307240 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked_trans, id=186]
    0x000000010430f990 JavaThread "Topo Execute Target Thread [0]" [_thread_blocked, id=185]
    0x0000000102d00030 JavaThread "Thread-50" [_thread_blocked, id=183]
    0x000000010342e390 JavaThread "Thread-49" [_thread_blocked, id=182]
    0x00000001035fd5b0 JavaThread "Thread-48" [_thread_blocked, id=181]
    0x0000000102f68a00 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked, id=180]
    0x0000000103353590 JavaThread "Thread-47" [_thread_blocked, id=179]
    0x0000000100ae45b0 JavaThread "sync history alarm with sub nodes" daemon [_thread_blocked, id=177]
    0x0000000101b49320 JavaThread "sync current alarm with sub nodes" daemon [_thread_blocked, id=176]
    0x00000001029c0480 JavaThread "MessageListenerThread - HIERARCHY_INFO_CHANGE_TOPIC" [_thread_blocked, id=172]
    0x0000000102f5b1e0 JavaThread "MessageListenerThread - BACK_2CAF_FM_Topic" [_thread_blocked, id=171]
    0x0000000103461240 JavaThread "MessageListenerThread - EMF_2CAF_FM_Topic" [_thread_blocked, id=170]
    0x0000000103540fd0 JavaThread "fm database connection commit thread" daemon [_thread_blocked, id=169]
    0x0000000103173a70 JavaThread "FM alarm operation thread" daemon [_thread_blocked, id=168]
    0x0000000101c335a0 JavaThread "MessageListenerThread - MIF_EFD_TOPIC" [_thread_blocked_trans, id=159]
    0x0000000102271630 JavaThread "MessageListenerThread - ertEmsToOmmMailBox" [_thread_blocked, id=158]
    0x0000000102d36240 JavaThread "MessageListenerThread - CSPMML_MAILBOX" [_thread_blocked, id=157]
    0x0000000100e0e6d0 JavaThread "Thread-42" [_thread_in_native, id=156]
    0x0000000101538dc0 JavaThread "MessageListenerThread - uep_emb_exceptiontopic" [_thread_blocked_trans, id=155]
    0x000000010353d9d0 JavaThread "MessageListenerThread - uep_emb_responsetopic" [_thread_blocked_trans, id=154]
    0x000000010226f660 JavaThread "MessageListenerThread - uep_emb_cmdtopic" [_thread_blocked, id=153]
    0x000000010226f3a0 JavaThread "Thread-41" [_thread_blocked, id=152]
    0x0000000102259660 JavaThread "Thread-39" [_thread_blocked, id=150]
    0x000000010269c080 JavaThread "Thread-38" [_thread_blocked, id=149]
    0x0000000100d0f590 JavaThread "Thread-37" [_thread_blocked, id=148]
    0x0000000100d0f180 JavaThread "MessageListenerThread - TOPIC_PM_DATAREFRESH" [_thread_blocked, id=147]
    0x0000000102eff370 JavaThread "RequestController-8" daemon [_thread_blocked, id=146]
    0x0000000100fd09d0 JavaThread "MessageListenerThread - CAF_2WSF_FM_Topic" [_thread_blocked, id=145]
    0x0000000101d63790 JavaThread "Thread-36" [_thread_blocked, id=144]
    0x0000000102d37e60 JavaThread "RequestController-7" daemon [_thread_blocked, id=143]
    0x0000000100e8a420 JavaThread "Thread-35" [_thread_blocked, id=142]
    0x00000001030564f0 JavaThread "RequestProcessor-5" daemon [_thread_blocked, id=141]
    0x0000000101681200 JavaThread "RequestProcessor-4" daemon [_thread_blocked, id=140]
    0x0000000101124230 JavaThread "RequestProcessor-3" daemon [_thread_blocked, id=139]
    0x0000000102eee810 JavaThread "RequestProcessor-2" daemon [_thread_blocked, id=138]
    0x0000000100fdf9c0 JavaThread "RequestProcessor-1" daemon [_thread_blocked, id=137]
    0x0000000103055e30 JavaThread "RequestController-6" daemon [_thread_blocked, id=136]
    0x00000001015fb6c0 JavaThread "Thread-34" daemon [_thread_blocked, id=135]
    0x0000000102eedc80 JavaThread "Thread-33" daemon [_thread_blocked, id=134]
    0x0000000100b92360 JavaThread "RequestController-5" daemon [_thread_blocked, id=133]
    0x0000000102f186f0 JavaThread "Thread-32" daemon [_thread_blocked, id=132]
    0x0000000103b35c20 JavaThread "RMI TCP Accept-21108" daemon [_thread_blocked, id=131]
    0x0000000101053080 JavaThread "Thread-31" [_thread_blocked, id=130]
    0x00000001019d5dd0 JavaThread "Thread-30" [_thread_blocked, id=129]
    0x0000000103844370 JavaThread "MessageListenerThread - uep_csf_log_Queue" [_thread_blocked, id=128]
    0x0000000102a82ca0 JavaThread "Thread-29" [_thread_blocked, id=127]
    0x00000001023ebdf0 JavaThread "Thread-28" daemon [_thread_blocked, id=126]
    0x0000000102e73600 JavaThread "ORB thread" [_thread_blocked, id=124]
    0x00000001038a84b0 JavaThread "RequestController-4" daemon [_thread_blocked, id=122]
    0x0000000101714480 JavaThread "RequestController-3" daemon [_thread_blocked, id=120]
    0x00000001007383e0 JavaThread "RequestController-2" daemon [_thread_blocked, id=118]
    0x00000001019d6110 JavaThread "Thread-22" daemon [_thread_blocked, id=116]
    0x000000010109be70 JavaThread "RequestController-1" daemon [_thread_blocked, id=115]
    0x0000000101eaf430 JavaThread "NTPProxyServerRunner" [_thread_blocked, id=112]
    0x0000000100993640 JavaThread "Thread-19" [_thread_blocked, id=110]
    0x000000010077b850 JavaThread "Monitor-SpeTimer-0" [_thread_blocked, id=109]
    0x0000000100587ed0 JavaThread "SpeTimer-0" [_thread_blocked, id=108]
    0x0000000101eaf170 JavaThread "RelTimer-0" [_thread_blocked, id=107]
    0x0000000100eca790 JavaThread "UEP_PSL_TIMER_QuartzScheduler_QuartzSchedulerThread" [_thread_blocked_trans, id=106]
    0x0000000100e0f040 JavaThread "Thread-15" [_thread_blocked, id=105]
    0x0000000100b21340 JavaThread "Thread-14" [_thread_blocked_trans, id=104]
    0x0000000101651570 JavaThread "Thread-13" [_thread_blocked, id=103]
    0x0000000101125f10 JavaThread "hierarchy_stateCheck" [_thread_blocked, id=102]
    0x0000000103902000 JavaThread "RMI TCP Accept-21106" daemon [_thread_blocked, id=101]
    0x0000000103207d80 JavaThread "StandardManager[invoker]" daemon [_thread_blocked, id=100]
    0x0000000102aa70f0 JavaThread "HttpProcessor[21105][29]" daemon [_thread_blocked, id=97]
    0x0000000102aa64f0 JavaThread "HttpProcessor[21105][28]" daemon [_thread_blocked, id=96]
    0x00000001006bcba0 JavaThread "HttpProcessor[21105][27]" daemon [_thread_blocked, id=95]
    0x00000001006bbe60 JavaThread "HttpProcessor[21105][26]" daemon [_thread_blocked, id=94]
    0x0000000101a39ce0 JavaThread "HttpProcessor[21105][25]" daemon [_thread_blocked, id=93]
    0x0000000101a38fa0 JavaThread "HttpProcessor[21105][24]" daemon [_thread_blocked, id=92]
    0x0000000101a38260 JavaThread "HttpProcessor[21105][23]" daemon [_thread_blocked, id=91]
    0x000000010181a530 JavaThread "HttpProcessor[21105][22]" daemon [_thread_blocked, id=90]
    0x00000001018197f0 JavaThread "HttpProcessor[21105][21]" daemon [_thread_blocked, id=89]
    0x0000000101818ab0 JavaThread "HttpProcessor[21105][20]" daemon [_thread_blocked, id=88]
    0x000000010129a830 JavaThread "HttpProcessor[21105][19]" daemon [_thread_blocked, id=87]
    0x0000000101299af0 JavaThread "HttpProcessor[21105][18]" daemon [_thread_blocked, id=86]
    0x0000000101298db0 JavaThread "HttpProcessor[21105][17]" daemon [_thread_blocked, id=85]
    0x0000000101f78780 JavaThread "HttpProcessor[21105][16]" daemon [_thread_blocked, id=84]
    0x0000000101f77a40 JavaThread "HttpProcessor[21105][15]" daemon [_thread_blocked, id=83]
    0x0000000101f76e40 JavaThread "HttpProcessor[21105][14]" daemon [_thread_blocked, id=82]
    0x0000000102ccf450 JavaThread "HttpProcessor[21105][13]" daemon [_thread_blocked, id=81]
    0x000000010308e940 JavaThread "HttpProcessor[21105][12]" daemon [_thread_blocked, id=80]
    0x0000000103001420 JavaThread "HttpProcessor[21105][11]" daemon [_thread_blocked, id=79]
    0x0000000101feb650 JavaThread "HttpProcessor[21105][10]" daemon [_thread_blocked, id=78]
    0x00000001033ce500 JavaThread "HttpProcessor[21105][9]" daemon [_thread_blocked, id=77]
    0x000000010084d7c0 JavaThread "HttpProcessor[21105][8]" daemon [_thread_blocked, id=76]
    0x000000010302b760 JavaThread "HttpProcessor[21105][7]" daemon [_thread_blocked, id=75]
    0x0000000102dba850 JavaThread "HttpProcessor[21105][6]" daemon [_thread_blocked, id=74]
    0x000000010299b980 JavaThread "HttpProcessor[21105][5]" daemon [_thread_blocked, id=73]
    0x00000001032079a0 JavaThread "HttpProcessor[21105][4]" daemon [_thread_blocked, id=72]
    0x00000001011158b0 JavaThread "HttpProcessor[21105][3]" daemon [_thread_blocked, id=71]
    0x0000000102f2d6f0 JavaThread "HttpProcessor[21105][2]" daemon [_thread_blocked, id=70]
    0x0000000102cce3d0 JavaThread "HttpProcessor[21105][1]" daemon [_thread_blocked, id=69]
    0x0000000102cce710 JavaThread "HttpProcessor[21105][0]" daemon [_thread_bloc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

    Is this part of the crash consistent, or does it change:
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x0000000103e8fac4
    J sun.nio.cs.ext.DoubleByteDecoder.decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    J java.nio.charset.CharsetDecoder.decode(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
    J java.lang.StringCoding$CharsetSD.decode([BII)[C

  • JVM 1.5.0_07 crash

    Hi,
    We are using vertex O series in Sun OS.
    We have configured JCO to connect to other system and the connector is crashing and it is creating a file hs_err_pid<pid>.log with the following contents.
    Earlier it creates the same files frequently but without contents.After upgrading the jdk from 1.4.2_12 to 1.5.0_07, it started giving the error contents.
    Also we are using 64bit jco(java connector) for the connection and the jdk version shows mixed mode(32 bit and 64 bit).
    Please help me to resolve the error.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xff2c7d40, pid=23625, tid=14
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x47d40]
    --------------- T H R E A D ---------------
    Current thread (0x005ca8f0): JavaThread "JCO.ServerThread-1" [_thread_in_native, id=14]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000038
    Registers:
    O0=0x0052a198 O1=0x000742fc O2=0xff3429bc O3=0x00000008
    O4=0x00000008 O5=0x0063bce0 O6=0xd327ec38 O7=0xff2c7d04
    G1=0x0000f000 G2=0x00001ffc G3=0x00172a3c G4=0xff018638
    G5=0x00000002 G6=0x00000000 G7=0xff351a00 Y=0x00000000
    PC=0xff2c7d40 nPC=0xff2c7d44
    Top of Stack: (sp=0xd327ec38)
    0xd327ec38: 00000040 ff3429b8 ff351a00 00000000
    0xd327ec48: fe9f3794 0000000e 00000000 00000000
    0xd327ec58: 00000040 00000000 ff01863c ff33c000
    0xd327ec68: 000082f0 00008000 d327ec98 ff2c7cf0
    0xd327ec78: 00007400 d327eccc ff010ca8 d4d4c22c
    0xd327ec88: 005ca9ac 006af9f4 006afa58 ff018ffc
    0xd327ec98: ff3405a8 00000001 00008b4c 00008c00
    0xd327eca8: 00008800 00000000 00006ef4 00006c00
    Instructions: (pc=0xff2c7d40)
    0xff2c7d30: d6 24 60 00 80 a6 00 08 22 80 00 22 d6 24 60 00
    0xff2c7d40: d0 06 3f f8 80 8a 20 01 22 80 00 1e d6 24 60 00
    Stack: [0xd3200000,0xd3280000), sp=0xd327ec38, free space=507k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.1+0x47d40]
    C [libc.so.1+0x47cf8] free+0x28
    C [libsapjcorfc.so+0x16984]
    C [librfccm.so+0x700c0]
    C [librfccm.so+0x6b5c4]
    C [librfccm.so+0x6b370] RfcDispatch+0x7c
    C [libsapjcorfc.so+0x172c0] Java_com_sap_mw_jco_rfc_MiddlewareRFC_00024Server_nativeListen+0x888
    j com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Lcom/sap/mw/jco/JCO$Server;Ljava/lang/String;)V+35660
    j com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Lcom/sap/mw/jco/JCO$Server;Ljava/lang/String;)V+0
    j com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(Lcom/sap/mw/jco/JCO$Server;Ljava/lang/String;)V+3
    j com.sap.mw.jco.JCO$Server.listen()V+45
    j com.sap.mw.jco.JCO$Server.run()V+70
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19addc]
    V [libjvm.so+0x2c39d4]
    V [libjvm.so+0x2e2f4c]
    V [libjvm.so+0x2deae8]
    V [libjvm.so+0x6691b0]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Lcom/sap/mw/jco/JCO$Server;Ljava/lang/String;)V+0
    j com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(Lcom/sap/mw/jco/JCO$Server;Ljava/lang/String;)V+3
    j com.sap.mw.jco.JCO$Server.listen()V+45
    j com.sap.mw.jco.JCO$Server.run()V+70
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00036e40 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
    0x0067f418 JavaThread "Thread-1" [_thread_blocked, id=17]
    0x00559018 JavaThread "JCO.ServerThread-3" [_thread_in_native, id=16]
    0x00707138 JavaThread "JCO.ServerThread-2" [_thread_in_native, id=15]
    =>0x005ca8f0 JavaThread "JCO.ServerThread-1" [_thread_in_native, id=14]
    0x003435b8 JavaThread "JCO.TimeoutChecker" daemon [_thread_blocked, id=13]
    0x0014a0e0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11]
    0x00148810 JavaThread "CompilerThread1" daemon [_thread_blocked, id=10]
    0x001479a0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=9]
    0x00146b30 JavaThread "AdapterThread" daemon [_thread_blocked, id=8]
    0x00145d28 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7]
    0x001394b0 JavaThread "Finalizer" daemon [_thread_blocked, id=6]
    0x00138f70 JavaThread "Reference Handler" daemon [_thread_blocked, id=5]
    Other Threads:
    0x00136e90 VMThread [id=4]
    0x0014bd70 WatcherThread [id=12]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 39424K, used 30539K [0xee000000, 0xf3000000, 0xf8c00000)
    eden space 36352K, 75% used [0xee000000,0xefad4100,0xf0380000)
    from space 3072K, 99% used [0xf2d00000,0xf2ffeb70,0xf3000000)
    to space 7232K, 0% used [0xf21e0000,0xf21e0000,0xf28f0000)
    PSOldGen total 45056K, used 5690K [0xd8800000, 0xdb400000, 0xee000000)
    object space 45056K, 12% used [0xd8800000,0xd8d8eba8,0xdb400000)
    PSPermGen total 16384K, used 8788K [0xd4800000, 0xd5800000, 0xd8800000)
    object space 16384K, 53% used [0xd4800000,0xd5095040,0xd5800000)
    Dynamic libraries:
    0x00010000      /usr/jdk1.5.0_07/bin/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3fa000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff3a0000      /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
    0xfe800000      /usr/jdk1.5.0_07/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libsocket.so.1
    0xff220000      /usr/lib/libsched.so.1
    0xff1f0000      /usr/lib/libCrun.so.1
    0xff1a0000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff170000      /usr/lib/libmp.so.2
    0xff050000      /usr/jdk1.5.0_07/jre/lib/sparc/native_threads/libhpi.so
    0xfe7c0000      /usr/jdk1.5.0_07/jre/lib/sparc/libverify.so
    0xfe780000      /usr/jdk1.5.0_07/jre/lib/sparc/libjava.so
    0xfe750000      /usr/jdk1.5.0_07/jre/lib/sparc/libzip.so
    0xd3a80000      /SIC_RQ1/lib/libsapjcorfc.so
    0xd3400000      /SIC_RQ1/lib/librfccm.so
    0xff040000      /usr/lib/libw.so.1
    0xfb3d0000      /usr/lib/libpthread.so.1
    0xfb1d0000      /usr/jdk1.5.0_07/jre/lib/sparc/libnet.so
    VM Arguments:
    jvm_args: -Xms64M -Xmx512M
    java_command: com.vertexinc.sic.SicServer /SIC_RD1/conf/sic-default.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/jdk1.5.0_07
    CLASSPATH=:/SIC_RD1/lib/sapjco.jar:/SIC_RQ1/lib/sapjco.jar:/SIC_RS1/lib/sapjco.jar:/SIC_RT1/lib/sapjco.jar:/SIC_ED1/lib/sapjco.jar:/SIC_EQ1/lib/sapjco.jar:/SIC_ES1/lib/sapjco.jar:/SIC_ET1/lib/sapjco.jar:.
    PATH=/usr/jdk1.5.0_07/bin:/usr/bin:/usr/ucb:/etc:/usr/jdk1.5.0_07/bin:.
    LD_LIBRARY_PATH=/usr/jdk1.5.0_07/jre/lib/sparc/server:/usr/jdk1.5.0_07/jre/lib/sparc:/usr/jdk1.5.0_07/jre/../lib/sparc:/SIC_RD1/lib:/SIC_RQ1/lib:/SIC_RS1/lib:/SIC_RT1/lib:/SIC_ED1/lib:/SIC_EQ1/lib:/SIC_ES1/lib:/SIC_ET1/lib:.
    SHELL=/bin/sh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f60b8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f60b8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGILL: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x66b714], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 9 9/05 s9s_u8wos_05 SPARC
    Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 04 August 2005
    uname:SunOS 5.9 Generic_118558-21 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 8192, AS infinity
    load average:0.03 0.04 0.05
    CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 4194304k(151480k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for solaris-sparc, built on May 3 2006 01:22:35 by unknown with unknown Workshop:0x550
    Regards,
    Vijay

    Its crashing on your native code (i mean not in JVM code). You should
    run (or attach) the server with gdb, and see the trace.

  • Jvm 1.5.0_06 crashing while used in tomcat as service

    ANyone ever seen this one.
    JVM crashes while used by tomcat as service. The crash occurs randomly. In this case while writing an index for lucene. Lucene is used within our jackrabbit application. This crash caused the index en thus the data in jackrabbit to become corrupt. All content of repository was therefor useless.
    Tomcat 5.5.17 is installed on a windows 2003 server.
    Does anyone know the cause of this crash. See hs_errpidx.og file below
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da727b6, pid=1132, tid=1160
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1f27b6]
    --------------- T H R E A D ---------------
    Current thread (0x26b175d8): JavaThread "CompilerThread0" daemon [_thread_in_native, id=1160]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x272bf5c4, EBX=0x26dcf1b0, ECX=0x00000000, EDX=0x6db74d28
    ESP=0x26dcf15c, EBP=0x272c1424, ESI=0x272c0d1c, EDI=0x272c0cd8
    EIP=0x6da727b6, EFLAGS=0x00010246
    Top of Stack: (sp=0x26dcf15c)
    0x26dcf15c: 272c0cd8 272c0d1c 6da728bd 272bf5a4
    0x26dcf16c: 272c1424 26dcf1b0 272c1488 00000000
    0x26dcf17c: 272c1424 26dcf280 6da72adf 272c0d1c
    0x26dcf18c: 272c1424 26dcf1b0 26dcf280 272c1424
    0x26dcf19c: 272be300 272c1424 26dcf280 00000000
    0x26dcf1ac: 278b0794 00000000 00000002 276942e0
    0x26dcf1bc: 00000000 6dac5e2f 26dcf280 00000001
    0x26dcf1cc: 0000002e 26dcf3c0 272c1424 6dac5cc7
    Instructions: (pc=0x6da727b6)
    0x6da727a6: 83 78 0c 03 0f 85 87 00 00 00 8b 40 04 8b 48 08
    0x6da727b6: 8b 11 ff 52 28 85 c0 74 78 8b 40 04 8b 08 8b 11
    Stack: [0x26d90000,0x26dd0000), sp=0x26dcf15c, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1f27b6]
    Current CompileTask:
    opto:2085 org.apache.lucene.index.IndexReader$1.doBody()Ljava/lang/Object; (99 bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x27f95fb8 JavaThread "IndexMerger" daemon [_thread_blocked, id=2588]
    0x2737c618 JavaThread "ObservationManager" daemon [_thread_blocked, id=2584]
    0x279fc6c8 JavaThread "IndexMerger" daemon [_thread_blocked, id=192]
    0x27c40a70 JavaThread "ObservationManager" daemon [_thread_blocked, id=1796]
    0x27c40bf8 JavaThread "File Reaper" daemon [_thread_blocked, id=548]
    0x29488c20 JavaThread "IndexMerger" daemon [_thread_blocked, id=2288]
    0x28b8a008 JavaThread "ObservationManager" daemon [_thread_blocked, id=2268]
    0x27ee5e28 JavaThread "TP-Monitor" daemon [_thread_blocked, id=1392]
    0x29427008 JavaThread "TP-Processor4" daemon [_thread_in_native, id=1208]
    0x27641e50 JavaThread "TP-Processor3" daemon [_thread_blocked, id=1320]
    0x27749e08 JavaThread "TP-Processor2" daemon [_thread_blocked, id=2020]
    0x277de008 JavaThread "TP-Processor1" daemon [_thread_blocked, id=1916]
    0x270005e0 JavaThread "http-8080-Monitor" [_thread_blocked, id=1808]
    0x26bff010 JavaThread "http-8080-Processor25" daemon [_thread_in_native, id=1100]
    0x276345a0 JavaThread "http-8080-Processor24" daemon [_thread_blocked, id=1840]
    0x28e82820 JavaThread "http-8080-Processor23" daemon [_thread_blocked, id=1136]
    0x26bb5848 JavaThread "http-8080-Processor22" daemon [_thread_blocked, id=1452]
    0x26f000c0 JavaThread "http-8080-Processor21" daemon [_thread_blocked, id=1460]
    0x26bb4820 JavaThread "http-8080-Processor20" daemon [_thread_blocked, id=1456]
    0x29617648 JavaThread "http-8080-Processor19" daemon [_thread_blocked, id=296]
    0x28af65d0 JavaThread "http-8080-Processor18" daemon [_thread_blocked, id=300]
    0x291b4790 JavaThread "http-8080-Processor17" daemon [_thread_blocked, id=1660]
    0x28b1a7f0 JavaThread "http-8080-Processor16" daemon [_thread_blocked, id=1340]
    0x28b1a5c8 JavaThread "http-8080-Processor15" daemon [_thread_blocked, id=1076]
    0x276ca838 JavaThread "http-8080-Processor14" daemon [_thread_blocked, id=1332]
    0x291bd6b8 JavaThread "http-8080-Processor13" daemon [_thread_blocked, id=1008]
    0x29657630 JavaThread "http-8080-Processor12" daemon [_thread_blocked, id=1028]
    0x29657408 JavaThread "http-8080-Processor11" daemon [_thread_blocked, id=1764]
    0x290197a8 JavaThread "http-8080-Processor10" daemon [_thread_blocked, id=580]
    0x279d2d50 JavaThread "http-8080-Processor9" daemon [_thread_blocked, id=304]
    0x27557600 JavaThread "http-8080-Processor8" daemon [_thread_blocked, id=204]
    0x27150d60 JavaThread "http-8080-Processor7" daemon [_thread_blocked, id=212]
    0x27150a00 JavaThread "http-8080-Processor6" daemon [_thread_blocked, id=232]
    0x27150740 JavaThread "http-8080-Processor5" daemon [_thread_blocked, id=1980]
    0x29869be8 JavaThread "http-8080-Processor4" daemon [_thread_blocked, id=2004]
    0x29869a60 JavaThread "http-8080-Processor3" daemon [_thread_blocked, id=2044]
    0x298698d8 JavaThread "http-8080-Processor2" daemon [_thread_blocked, id=1992]
    0x290a5ab0 JavaThread "http-8080-Processor1" daemon [_thread_blocked, id=1988]
    0x2926b408 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=1924]
    0x290741e8 JavaThread "RMI TCP Accept-2099" daemon [_thread_in_native, id=1020]
    0x29063df0 JavaThread "GC Daemon" daemon [_thread_blocked, id=1752]
    0x29488228 JavaThread "RMI Reaper" [_thread_blocked, id=1220]
    0x2912dc50 JavaThread "Timer-2" daemon [_thread_blocked, id=692]
    0x274ce768 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=928]
    0x2796ce48 JavaThread "IndexMerger" daemon [_thread_blocked, id=520]
    0x27181e58 JavaThread "Timer-1" daemon [_thread_blocked, id=504]
    0x27546e48 JavaThread "Timer-0" daemon [_thread_blocked, id=484]
    0x274cc618 JavaThread "ObservationManager" daemon [_thread_blocked, id=444]
    0x27469a38 JavaThread "derby.rawStoreDaemon" daemon [_thread_blocked, id=188]
    0x2720ab98 JavaThread "derby.antiGC" daemon [_thread_blocked, id=1432]
    0x26b452d0 JavaThread "Thread-1" [_thread_in_native, id=2016]
    0x26b19750 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1928]
    0x26b183a8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1828]
    =>0x26b175d8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=1160]
    0x26b166a0 JavaThread "AdapterThread" daemon [_thread_blocked, id=1296]
    0x0082f730 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1164]
    0x0082ce90 JavaThread "Finalizer" daemon [_thread_blocked, id=1692]
    0x0082c1f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=460]
    0x003c5a50 JavaThread "main" [_thread_in_native, id=1468]
    Other Threads:
    0x0082a050 VMThread [id=1276]
    0x26b1aa68 WatcherThread [id=2012]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x003c5170/0x0000013c] Threads_lock - owner thread: 0x0082a050
    [0x003c52f0/0x00000178] Heap_lock - owner thread: 0x26bb5848
    Heap
    PSYoungGen total 47936K, used 32542K [0x22f50000, 0x26830000, 0x26830000)
    eden space 38016K, 65% used [0x22f50000,0x2477cbd8,0x25470000)
    from space 9920K, 78% used [0x25e70000,0x2660adc0,0x26820000)
    to space 10112K, 10% used [0x25470000,0x255840c0,0x25e50000)
    PSOldGen total 76800K, used 59040K [0x06830000, 0x0b330000, 0x22f50000)
    object space 76800K, 76% used [0x06830000,0x0a1d8068,0x0b330000)
    PSPermGen total 30080K, used 29859K [0x02830000, 0x04590000, 0x06830000)
    object space 30080K, 99% used [0x02830000,0x04558e70,0x04590000)
    Dynamic libraries:
    0x00400000 - 0x0041b000      C:\Programme\PLM\tomcat\bin\tomcat5.exe
    0x7c920000 - 0x7c9e6000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c915000      C:\WINDOWS\system32\kernel32.dll
    0x77e20000 - 0x77eb3000      C:\WINDOWS\system32\USER32.dll
    0x77bd0000 - 0x77c18000      C:\WINDOWS\system32\GDI32.dll
    0x77f30000 - 0x77fdc000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c20000 - 0x77cbf000      C:\WINDOWS\system32\RPCRT4.dll
    0x77ec0000 - 0x77f12000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77b70000 - 0x77bca000      C:\WINDOWS\system32\msvcrt.dll
    0x7c9f0000 - 0x7d1fd000      C:\WINDOWS\system32\SHELL32.dll
    0x77340000 - 0x77443000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x-ww_7AE38CCF\comctl32.dll
    0x6d880000 - 0x6dc31000      C:\Programme\PLM\jdk\jre\bin\server\jvm.dll
    0x76990000 - 0x769be000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Programme\PLM\jdk\jre\bin\hpi.dll
    0x76a60000 - 0x76a6b000      C:\WINDOWS\system32\PSAPI.DLL
    0x76e40000 - 0x76e53000      C:\WINDOWS\system32\Secur32.dll
    0x6d6b0000 - 0x6d6bc000      C:\Programme\PLM\jdk\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Programme\PLM\jdk\jre\bin\java.dll
    0x6d6d0000 - 0x6d6df000      C:\Programme\PLM\jdk\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      C:\Programme\PLM\jdk\jre\bin\net.dll
    0x71a10000 - 0x71a27000      C:\WINDOWS\system32\WS2_32.dll
    0x71a00000 - 0x71a08000      C:\WINDOWS\system32\WS2HELP.dll
    0x71930000 - 0x71972000      C:\WINDOWS\system32\mswsock.dll
    0x27b20000 - 0x27b7a000      C:\WINDOWS\system32\hnetcfg.dll
    0x718f0000 - 0x718f8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d550000 - 0x6d559000      C:\Programme\PLM\jdk\jre\bin\nio.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x76dc0000 - 0x76dea000      C:\WINDOWS\system32\DNSAPI.dll
    0x76e60000 - 0x76e67000      C:\WINDOWS\System32\winrnr.dll
    0x76e00000 - 0x76e2f000      C:\WINDOWS\system32\WLDAP32.dll
    0x76e70000 - 0x76e75000      C:\WINDOWS\system32\rasadhlp.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=C:\Programme\PLM\tomcat -Dcatalina.home=C:\Programme\PLM\tomcat -Djava.endorsed.dirs=C:\Programme\PLM\tomcat\common\endorsed -Xmx512M vfprintf
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\oracle\ora92\jre\1.4.2\bin\client;C:\oracle\ora92\jre\1.4.2\bin;C:\oracle\ora92\bin;C:\Programme\Oracle\jre\1.3.1\bin;C:\Programme\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    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 1
    CPU:total 2 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_06-b05) for windows-x86, built on Nov 10 2005 10:53:00 by "java_re" with MS VC++ 6.0

    This is a known incompatiblitly. See #5 in http://java.sun.com/j2se/1.5.0/compatibility.html

  • JVM 1.5.0 Crashing

    All,
    I ran a stablility run for my application using JVM 1.5.0. After a few mins of run time, the JVM aborted and dumped a core file. I believed it died because of frequently execution of these statements.
    } finally {
    Thread.currentThread().setContextClassLoader(oldClassLoader);
    It didn't happen with JVM 1.4
    If you have any ideas then please reply.
    The following error message was displayed on the stdout:
    Internal Error at methodDataOop.cpp:549, pid=11142, tid=238
    the dbx stack trace output:
    current thread: t@238
    =>[1] libc.so.1:_libc_read(0x0, 0xc837f428, 0x10, 0x0, 0x1f9, 0x1aa), at 0xff31e
    db4
    [2] libthread.so.1:_ti_read(0x0, 0xc837f428, 0x10, 0x1, 0x4f, 0x0), at 0xff38d
    7b4
    [3] libjvm.so:os::message_box(0x4e1c, 0xfefe8268, 0xc837f428, 0xfefd8974, 0xfe
    f86000, 0x7800), at 0xfee451e0
    [4] libjvm.so:VMError::show_message_box(0xc837f660, 0xfefe8268, 0x7d0, 0x3ca,
    0xc837f4fc, 0xfef63c0d), at 0xfeebefb8
    [5] libjvm.so:VMError::report_and_die(0xc837f660, 0xfefdec80, 0xffffffff, 0x0,
    0xfefdecb8, 0x5d5c), at 0xfeebe1ac
    [6] libjvm.so:report_should_not_reach_here(0xfef41560, 0x225, 0xffffff98, 0xfe
    f86000, 0x15bc, 0x1400), at 0xfec23ae8
    [7] libjvm.so:methodDataOopDesc::data_at(0x4800, 0x8c, 0xd5b1e5c4, 0x8868, 0x0
    , 0xfe8f7804), at 0xfe8f789c
    [8] libjvm.so:InterpreterRuntime::update_mdp_for_ret(0x8c7d3c, 0x45d, 0x1335b5
    0, 0x1335bf4, 0xfefd6b8c, 0xfef86000), at 0xfeb4cd84
    [9] 0xf88144ec(0xd89cb7d8, 0xb7, 0xd5b1e5c4, 0xf8815cc0, 0xd4cfcd08, 0xc837f8a
    0), at 0xf88144eb
    [10] 0xf8805764(0xee211a80, 0xb8, 0x0, 0xf8815f20, 0x80000000, 0xc837f920), at
    0xf8805763
    [11] 0xf8805764(0xee211a70, 0xd402bc30, 0x0, 0xf88160d0, 0xd402bc30, 0xc837f9a
    8), at 0xf8805763
    [12] 0xf8805c2c(0xd89dff40, 0xd402bc30, 0x0, 0xf88161c0, 0xd40036c0, 0xc837fa3
    0), at 0xf8805c2b
    [13] 0xf8805c2c(0x0, 0xfefd6b20, 0x0, 0xf8816210, 0x7744, 0xc837faa8), at 0xf8
    805c2b
    [14] 0xf8800218(0xc837fb90, 0xc837fd90, 0xa, 0xd402ce50, 0xf880a840, 0xc837fca
    8), at 0xf8800217
    [15] libjvm.so:JavaCalls::call_helper(0x1, 0x1335b50, 0xc837fca0, 0xc837fba0,
    0x4, 0xc837fd90), at 0xfe992318
    [16] libjvm.so:JavaCalls::call_virtual(0x7640, 0x1335b50, 0x8c7d28, 0x8c7d34,
    0x8c7d30, 0xeec1bf10), at 0xfeabb0d4
    [17] libjvm.so:thread_entry(0xd402eea0, 0x1335b50, 0x8c8114, 0xfefe97e8, 0xfef
    e98b4, 0xfefe92d8), at 0xfeada1d0
    [18] libjvm.so:JavaThread::run(0x1335b50, 0x0, 0xfefd2080, 0x6800, 0x796c, 0x7
    800), at 0xfead5d6c
    [19] libjvm.so:_start(0x1335b50, 0x5c00, 0x2b86, 0x4d68, 0xfef86000, 0xd86928)
    , at 0xfee436e8

    I ran a stablility run for my application using JVM
    1.5.0. After a few mins of run time, the JVM
    aborted and dumped a core file. I believe it died
    because of frequently execution of these statements.[code]    } finally {
            Thread.currentThread().setContextClassLoader(oldClassLoader);
        }You believe this because the JVM does not crash if you comment out that particular fragment?
    It could be that some calamitous error occurred (say OOM). The JVM will still try to execute the finally block.

  • JVM 1.5.0_15 crash on RHEL 5 with JBoss 4.3.0

    Hello, we had a JVM crash on our new production architecture.
    Here are the specifics :
    OS : Red Hat Enterprise Linux Server release 5.2 (Tikanga)
    Kernel : 2.6.18-92.el5
    CPU : 2x Dual Core Xeon 5160 @ 3.00GHz
    MemTotal: 8046252 kB
    JVM :
    java version "1.5.0_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_15-b04, mixed mode)
    JBoss Version : jboss-4.3.0
    JBoss data directory (/opt/jboss_gc/data) mounted from a NFS share on a EMC NAS.
    Here are some logs from our applications :
    2008-09-25 08:45:59,183 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/*<filename removed by me>*.rtf (Invalid argument)
    2008-09-25 08:45:59,217 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/022820-001/*<filename removed by me>*.rtf.info (Invalid argument)
    2008-09-25 08:46:05,536 INFO [velocity] ResourceManager : found templates/operation/createmouvement/view.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
    2008-09-25 08:46:12,177 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/*<filename removed by me>*.rtf (Invalid argument)
    2008-09-25 08:46:12,185 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/022820-001/*<filename removed by me>*.rtf.info (Invalid argument)
    2008-09-25 08:46:22,476 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/*<filename removed by me>*.rtf (Invalid argument)
    2008-09-25 08:46:22,481 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/022820-001/*<filename removed by me>*.rtf.info (Invalid argument)
    2008-09-25 08:46:26,962 ERROR [com.globecast.da.util.MailHelper] java.lang.NullPointerException
    2008-09-25 08:46:42,893 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/*<filename removed by me>*.rtf (Invalid argument)
    2008-09-25 08:46:42,898 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/022820-001/*<filename removed by me>*.rtf.info (Invalid argument)
    2008-09-25 09:11:58,742 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/Demande intervention client - Toulouse Rémusat - TCK22820.rtf (Invalid argument)2008-09-25 09:11:58,750 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/022820-001/*<filename removed by me>*.rtf.info (Invalid argument)
    2008-09-25 09:12:35,607 DEBUG [BOOT] Using logger class 'class org.apache.ojb.broker.util.logging.CommonsLoggerImpl' for DEFAULT
    2008-09-25 09:12:35,607 DEBUG [BOOT] Initializing logger instance DEFAULT
    2008-09-25 09:12:56,410 ERROR [com.globecast.da.util.MailHelper] java.lang.NullPointerException
    2008-09-25 09:13:43,038 ERROR [com.globecast.da.util.MailHelper] java.lang.NullPointerException
    2008-09-25 09:13:53,466 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/*<filename removed by me>*.rtf (Invalid argument)
    2008-09-25 09:13:53,470 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/022820-001/*<filename removed by me>*.rtf.info (Invalid argument)
    2008-09-25 09:14:07,655 INFO [velocity] ResourceManager : found templates/email/text/includes/issuesummary.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
    2008-09-25 09:14:07,669 INFO [velocity] ResourceManager : found templates/email/text/includes/footer.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
    2008-09-25 09:14:27,107 ERROR [com.globecast.web.components.util.FileBean] java.io.FileNotFoundException: /opt/jboss_gc/data/sim/TCK/*<filename removed by me>*.rtf (Invalid argument)
    2008-09-25 09:14:27,119 ERROR [com.globecast.web.tck.action.doc.DocumentFormBean] com.globecast.docsys.api.DocException: /opt/jboss_gc/data/sim/Ticketing/GCF-TCK-08-022820/*<filename removed by me>*.rtf.info (Invalid argument)
    Here is the hs_err_pid32732.log content :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0x7) at pc=0x00002aaab7d82a60, pid=32732, tid=1340913984
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_15-b04 mixed mode)
    # Problematic frame:
    # C [libnio.so+0x4a60] Java_java_nio_MappedByteBuffer_load0+0x50
    --------------- T H R E A D ---------------
    Current thread (0x00002aaab65cabd0): JavaThread "http-0.0.0.0-8080-1" daemon [_thread_in_native, id=871]
    siginfo:si_signo=7, si_errno=0, si_code=2, si_addr=0x00002aaac1d2a000
    Registers:
    RAX=0x0000000000000000, RBX=0x00002aaac1d2a000, RCX=0x0000000000001000, RDX=0x0000000000000001
    RSP=0x000000004fec9010, RBP=0x000000004fec9030, RSI=0x00000000000002b0, RDI=0x00002aaac1d2a000
    R8 =0x0000000000001000, R9 =0x00002ac5f0af7268, R10=0x00002ac5f0bfa8a0, R11=0x0000000000000246
    R12=0x0000000000000000, R13=0x0000000000000001, R14=0x0000000000000400, R15=0x00002aaab65cabd0
    RIP=0x00002aaab7d82a60, EFL=0x0000000000010297, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x000000004fec9010)
    0x000000004fec9010: 00002ac5f8747c40 00002ac5f446c520
    0x000000004fec9020: 00002ac5f8747c40 000000004fec90f0
    0x000000004fec9030: 000000004fec90a8 00002ac5f446c542
    0x000000004fec9040: 0000000000000000 00002ac5fa57ed18
    0x000000004fec9050: 000000004fec9068 000000004fec90b0
    0x000000004fec9060: 00002ac5f4462efe 0000000000000001
    0x000000004fec9070: 000000004fec9070 0000000000000000
    0x000000004fec9080: 000000004fec90f0 00002ac5f8748798
    0x000000004fec9090: 0000000000000000 00002ac5f8747c40
    0x000000004fec90a0: 000000004fec90c8 000000004fec9130
    0x000000004fec90b0: 00002ac5f4462e1a 0000000000000000
    0x000000004fec90c0: 00002ac5f4469496 0000000000001000
    0x000000004fec90d0: 00000000000002b0 00002ac6cb2910e8
    0x000000004fec90e0: 00002aaac1d2a000 00002ac6cb2910e8
    0x000000004fec90f0: 00002ac6cb2910e8 000000004fec90f8
    0x000000004fec9100: 00002ac5f87479d6 000000004fec9140
    0x000000004fec9110: 00002ac5f8748798 0000000000000000
    0x000000004fec9120: 00002ac5f87479e8 000000004fec9140
    0x000000004fec9130: 000000004fec9180 00002ac5f4462de1
    0x000000004fec9140: 00002ac6cb2910e8 000000004fec9148
    0x000000004fec9150: 00002ac600ca53b2 000000004fec91d8
    0x000000004fec9160: 00002ac600cb6b88 0000000000000000
    0x000000004fec9170: 00002ac600ca55c8 000000004fec91d0
    0x000000004fec9180: 000000004fec9218 00002ac5f4462efe
    0x000000004fec9190: 0000000000000000 0000000000000000
    0x000000004fec91a0: 0000000000000000 0000000000000000
    0x000000004fec91b0: 00002ac6cb2910e8 0000000000000000
    0x000000004fec91c0: 00000000000002b0 0000000000000000
    0x000000004fec91d0: 00002ac61539ad10 00002ac61539a818
    0x000000004fec91e0: 000000004fec91e0 00002ac600ca52c7
    0x000000004fec91f0: 000000004fec9228 00002ac600cb6b88
    0x000000004fec9200: 0000000000000000 00002ac600ca52f0
    Instructions: (pc=0x00002aaab7d82a60)
    0x00002aaab7d82a50: 48 8d 0c 95 00 00 00 00 44 89 ea 66 66 90 66 90
    0x00002aaab7d82a60: 8b 03 48 01 cb 41 01 c4 ff ca 75 f4 5b 44 89 e0
    Stack: [0x000000004fdcb000,0x000000004fecc000), sp=0x000000004fec9010, free space=1016k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libnio.so+0x4a60] Java_java_nio_MappedByteBuffer_load0+0x50
    j java.nio.MappedByteBuffer.load0(JJI)I+0
    j java.nio.MappedByteBuffer.load()Ljava/nio/MappedByteBuffer;+38
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatusToFile(Ljava/nio/channels/FileChannel;)V+18
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatus()V+15
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.access$1200(Lorg/alfresco/repo/search/impl/lucene/index/IndexInfo;)V+1
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo$RollingBackTransition.transition(Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;)V+74
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.setStatus(Ljava/lang/String;Lorg/alfresco/repo/search/impl/lucene/index/TransactionStatus;Ljava/util/Set;Ljava/util/Set;)V+134
    j org.alfresco.repo.search.impl.lucene.LuceneBase2.setStatus(Lorg/alfresco/repo/search/impl/lucene/index/TransactionStatus;)V+11
    j org.alfresco.repo.search.impl.lucene.LuceneIndexerImpl2.rollback()V+88
    j org.alfresco.repo.search.impl.lucene.LuceneIndexerAndSearcherFactory2.rollback()V+46
    j org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.afterCompletion(I)V+137
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(Ljava/util/List;I)V+30
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(Lorg/springframework/transaction/support/DefaultTransactionStatus;I)V+46
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.doRollbackOnCommitException(Lorg/springframework/transaction/support/DefaultTransactionStatus;Ljava/lang/Throwable;)V+79
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(Lorg/springframework/transaction/support/DefaultTransactionStatus;)V+145
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(Lorg/springframework/transaction/TransactionStatus;)V+102
    j org.springframework.transaction.interceptor.TransactionAspectSupport.doCommitTransactionAfterReturning(Lorg/springframework/transaction/interceptor/TransactionAspectSupport$TransactionInfo;)V+62
    j org.alfresco.util.transaction.SpringAwareUserTransaction.commit()V+110
    j org.alfresco.repo.webservice.repository.RepositoryWebService.update(Lorg/alfresco/repo/webservice/types/CML;)[Lorg/alfresco/repo/webservice/repository/UpdateResult;+27
    j sun.reflect.GeneratedMethodAccessor6273.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+40
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.nio.MappedByteBuffer.load0(JJI)I+0
    j java.nio.MappedByteBuffer.load()Ljava/nio/MappedByteBuffer;+38
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatusToFile(Ljava/nio/channels/FileChannel;)V+18
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatus()V+15
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.access$1200(Lorg/alfresco/repo/search/impl/lucene/index/IndexInfo;)V+1
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo$RollingBackTransition.transition(Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;)V+74
    j org.alfresco.repo.search.impl.lucene.index.IndexInfo.setStatus(Ljava/lang/String;Lorg/alfresco/repo/search/impl/lucene/index/TransactionStatus;Ljava/util/Set;Ljava/util/Set;)V+134
    j org.alfresco.repo.search.impl.lucene.LuceneBase2.setStatus(Lorg/alfresco/repo/search/impl/lucene/index/TransactionStatus;)V+11
    j org.alfresco.repo.search.impl.lucene.LuceneIndexerImpl2.rollback()V+88
    j org.alfresco.repo.search.impl.lucene.LuceneIndexerAndSearcherFactory2.rollback()V+46
    j org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.afterCompletion(I)V+137
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(Ljava/util/List;I)V+30
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(Lorg/springframework/transaction/support/DefaultTransactionStatus;I)V+46
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.doRollbackOnCommitException(Lorg/springframework/transaction/support/DefaultTransactionStatus;Ljava/lang/Throwable;)V+79
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(Lorg/springframework/transaction/support/DefaultTransactionStatus;)V+145
    j org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(Lorg/springframework/transaction/TransactionStatus;)V+102
    j org.springframework.transaction.interceptor.TransactionAspectSupport.doCommitTransactionAfterReturning(Lorg/springframework/transaction/interceptor/TransactionAspectSupport$TransactionInfo;)V+62
    j org.alfresco.util.transaction.SpringAwareUserTransaction.commit()V+110
    j org.alfresco.repo.webservice.repository.RepositoryWebService.update(Lorg/alfresco/repo/webservice/types/CML;)[Lorg/alfresco/repo/webservice/repository/UpdateResult;+27
    j sun.reflect.GeneratedMethodAccessor6273.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+40
    v ~C2IAdapter
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    v ~I2CAdapter
    j org.apache.axis.providers.java.RPCProvider.invokeMethod(Lorg/apache/axis/MessageContext;Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+4
    j org.apache.axis.providers.java.RPCProvider.processMessage(Lorg/apache/axis/MessageContext;Lorg/apache/axis/message/SOAPEnvelope;Lorg/apache/axis/message/SOAPEnvelope;Ljava/lang/Object;)V+549
    j org.apache.axis.providers.java.JavaProvider.invoke(Lorg/apache/axis/MessageContext;)V+248
    j org.apache.axis.strategies.InvocationStrategy.visit(Lorg/apache/axis/Handler;Lorg/apache/axis/MessageContext;)V+2
    v ~C2IAdapter
    J org.apache.axis.SimpleChain.doVisiting(Lorg/apache/axis/MessageContext;Lorg/apache/axis/HandlerIterationStrategy;)V
    v ~I2CAdapter
    j org.apache.axis.SimpleChain.invoke(Lorg/apache/axis/MessageContext;)V+31
    j org.apache.axis.handlers.soap.SOAPService.invoke(Lorg/apache/axis/MessageContext;)V+70
    j org.apache.axis.server.AxisServer.invoke(Lorg/apache/axis/MessageContext;)V+552
    v ~C2IAdapter
    J org.apache.axis.transport.http.AxisServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
    v ~I2CAdapter
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+139
    j org.apache.axis.transport.http.AxisServletBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+6
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    v ~C2IAdapter
    J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
    v ~I2CAdapter
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+61
    v ~C2IAdapter
    J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
    v ~I2CAdapter
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    v ~C2IAdapter
    J org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    v ~I2CAdapter
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+349
    v ~C2IAdapter
    J org.jboss.web.tomcat.security.JaccContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    v ~I2CAdapter
    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
    v ~C2IAdapter
    J org.apache.catalina.authenticator.SingleSignOn.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    v ~I2CAdapter
    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+157
    v ~C2IAdapter
    J org.apache.coyote.http11.Http11Processor.process(Ljava/net/Socket;)V
    v ~I2CAdapter
    j org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Ljava/net/Socket;)Z+82
    j org.apache.tomcat.util.net.JIoEndpoint$Worker.run()V+41
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00002aaab5e3ab80 JavaThread "WorkManager(2)-171" daemon [_thread_in_native, id=9774]
    0x00002aaab8aaab50 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=9771]
    0x00002aaab6061fc0 JavaThread "WorkManager(2)-170" daemon [_thread_blocked, id=9707]
    0x00002aaab6b3df80 JavaThread "WorkManager(2)-169" daemon [_thread_blocked, id=9698]
    0x00002aaab559f250 JavaThread "WorkManager(2)-168" daemon [_thread_blocked, id=9693]
    0x00002aaab006e360 JavaThread "Thread-4972" daemon [_thread_in_native, id=9651]
    0x00002aaab1e02520 JavaThread "Thread-4829" daemon [_thread_in_native, id=9382]
    0x00002aaab6f9f430 JavaThread "ajp-0.0.0.0-8009-25" daemon [_thread_in_native, id=9280]
    0x00002aaab86e1460 JavaThread "Thread-4731" daemon [_thread_in_native, id=9182]
    0x00002aaab689bd60 JavaThread "JMS SessionPool Worker-19" daemon [_thread_blocked, id=9111]
    0x00002aaab689cc30 JavaThread "JMS SessionPool Worker-16" daemon [_thread_blocked, id=8823]
    0x00002aaaccc38580 JavaThread "Thread-4525" daemon [_thread_blocked, id=8822]
    0x00002aaab8aee700 JavaThread "Thread-4449" daemon [_thread_in_native, id=8640]
    0x00002aaacc6f8ed0 JavaThread "Thread-4241" daemon [_thread_in_native, id=8311]
    0x00002aaab4f7fa90 JavaThread "http-0.0.0.0-8080-5" daemon [_thread_blocked, id=8284]
    0x00002aaab52075a0 JavaThread "http-0.0.0.0-8080-4" daemon [_thread_blocked, id=8283]
    0x00002aaab6556ad0 JavaThread "Thread-4148" daemon [_thread_in_native, id=8162]
    0x00002aaac3ede640 JavaThread "Thread-4145" daemon [_thread_in_native, id=8159]
    0x00002aaab61af880 JavaThread "Thread-4077" daemon [_thread_in_native, id=8059]
    0x00002aaab560e0b0 JavaThread "Thread-4023" daemon [_thread_in_native, id=7981]
    0x00002aaab1677f70 JavaThread "Thread-4011" daemon [_thread_in_native, id=7966]
    0x00002aaaccc37230 JavaThread "Thread-3926" daemon [_thread_in_native, id=7816]
    0x00002aaab4f94bc0 JavaThread "Thread-3773" daemon [_thread_in_native, id=7384]
    0x00002aaab15bf2f0 JavaThread "Thread-3745" daemon [_thread_in_native, id=7346]
    0x00002aaacc231aa0 JavaThread "Thread-3730" daemon [_thread_in_native, id=7308]
    0x00002aaab2dff360 JavaThread "Thread-3701" daemon [_thread_in_native, id=7251]
    0x00002aaab12dc8b0 JavaThread "Thread-3648" daemon [_thread_in_native, id=7125]
    0x00002aaacc69a860 JavaThread "Thread-3606" daemon [_thread_in_native, id=7057]
    0x00002aaacc698030 JavaThread "Thread-3145" daemon [_thread_in_native, id=6033]
    0x00002aaacca4e620 JavaThread "Thread-2786" daemon [_thread_in_native, id=5450]
    0x00002aaab1f077f0 JavaThread "Thread-2765" daemon [_thread_in_native, id=5423]
    0x00002aaab5d56f40 JavaThread "Thread-2744" daemon [_thread_in_native, id=5382]
    0x00002aaab559ed60 JavaThread "ajp-0.0.0.0-8009-24" daemon [_thread_in_native, id=5321]
    0x00002aaab094d0d0 JavaThread "Thread-2483" daemon [_thread_in_native, id=4908]
    0x00002aaacca72010 JavaThread "Thread-2471" daemon [_thread_in_native, id=4876]
    0x00002aaabb806250 JavaThread "Thread-2348" daemon [_thread_in_native, id=4563]
    0x00002aaaaf500f40 JavaThread "Thread-2072" daemon [_thread_in_native, id=4259]
    0x00002aaab5ee47a0 JavaThread "Thread-2053" daemon [_thread_in_native, id=4198]
    0x00002aaacca51400 JavaThread "Thread-2024" daemon [_thread_in_native, id=4117]
    0x00002aaabb923e30 JavaThread "Thread-1987" daemon [_thread_in_native, id=4026]
    0x00002aaabb7eae50 JavaThread "Thread-1940" daemon [_thread_in_native, id=3937]
    0x00002aaacc7e3a40 JavaThread "Thread-1929" daemon [_thread_in_native, id=3923]
    0x00002aaab0dbc280 JavaThread "Thread-1857" daemon [_thread_in_native, id=3680]
    0x00002aaab094f680 JavaThread "Thread-1850" daemon [_thread_in_native, id=3662]
    0x00002aaaaea35380 JavaThread "Thread-1836" daemon [_thread_in_native, id=3633]
    0x00002aaacca2dd00 JavaThread "Thread-1740" daemon [_thread_in_native, id=3523]
    0x00002aaab5e07ed0 JavaThread "Thread-1703" daemon [_thread_in_native, id=3463]
    0x00002aaabb8e33a0 JavaThread "Thread-1690" daemon [_thread_in_native, id=3449]
    0x00002aaab0fe3650 JavaThread "Thread-1673" daemon [_thread_in_native, id=3427]
    0x00002aaab524ac60 JavaThread "Thread-1615" daemon [_thread_in_native, id=3313]
    0x00002aaaae999440 JavaThread "Thread-1575" daemon [_thread_in_native, id=3246]
    0x00002aaab10d3b90 JavaThread "Thread-1562" daemon [_thread_in_native, id=3231]
    0x00002aaaaf500750 JavaThread "Thread-1551" daemon [_thread_in_native, id=3218]
    0x00002aaab023b960 JavaThread "Thread-1544" daemon [_thread_in_native, id=3210]
    0x00002aaab4f49bd0 JavaThread "Thread-1537" daemon [_thread_in_native, id=3199]
    0x00002aaab5e18280 JavaThread "Thread-1525" daemon [_thread_in_native, id=3183]
    0x00002aaacc755750 JavaThread "Thread-1498" daemon [_thread_in_native, id=3135]
    0x00002aaacc7dea60 JavaThread "Thread-1315" daemon [_thread_in_native, id=2847]
    0x00002aaab06833d0 JavaThread "Thread-1285" daemon [_thread_blocked, id=2795]
    0x00002aaab1e51ae0 JavaThread "Thread-1203" daemon [_thread_in_native, id=2618]
    0x00002aaab6084490 JavaThread "JBoss System Threads(1)-4" daemon [_thread_in_native, id=2565]
    0x00002aaab6fcd9b0 JavaThread "JMS SessionPool Worker-7" daemon [_thread_blocked, id=2503]
    0x00002aaab521d9a0 JavaThread "JMS SessionPool Worker-6" daemon [_thread_blocked, id=2502]
    0x00002aaabb8788b0 JavaThread "Thread-1158" daemon [_thread_blocked, id=2501]
    0x00002aaacc48c5f0 JavaThread "Thread-1157" daemon [_thread_blocked, id=2500]
    0x00002aaacc9beb70 JavaThread "Thread-1156" daemon [_thread_blocked, id=2499]
    0x00002aaab6004000 JavaThread "Thread-1153" daemon [_thread_in_native, id=2496]
    0x00002aaaaea34cb0 JavaThread "Thread-1075" daemon [_thread_in_native, id=2346]
    0x00002aaab64fe320 JavaThread "Thread-1059" daemon [_thread_in_native, id=2302]
    0x00002aaab17fa540 JavaThread "Thread-1050" daemon [_thread_in_native, id=2292]
    0x00002aaab5db2f00 JavaThread "ajp-0.0.0.0-8009-23" daemon [_thread_in_native, id=2263]
    0x00002aaaaf501e10 JavaThread "Thread-1008" daemon [_thread_in_native, id=2223]
    0x00002aaacc7e31d0 JavaThread "Thread-999" daemon [_thread_in_native, id=2213]
    0x00002aaab03f4180 JavaThread "Thread-931" daemon [_thread_in_native, id=2030]
    0x00002aaabb8df940 JavaThread "Thread-923" daemon [_thread_in_native, id=2016]
    0x00002aaab133d9c0 JavaThread "Thread-897" daemon [_thread_in_native, id=1928]
    0x00002aaab6147860 JavaThread "Thread-887" daemon [_thread_in_native, id=1917]
    0x00002aaab5105c00 JavaThread "Thread-876" daemon [_thread_in_native, id=1905]
    0x00002aaab04eb490 JavaThread "Thread-860" daemon [_thread_in_native, id=1883]
    0x00002aaacc7c26b0 JavaThread "Thread-848" daemon [_thread_in_native, id=1849]
    0x00002aaab0f8caa0 JavaThread "Thread-822" daemon [_thread_in_native, id=1794]
    0x00002aaaae9c2200 JavaThread "Thread-809" daemon [_thread_in_native, id=1779]
    0x00002aaab1103730 JavaThread "Thread-793" daemon [_thread_in_native, id=1712]
    0x00002aaabb84d5a0 JavaThread "Thread-729" daemon [_thread_in_native, id=1614]
    0x00002aaab091ac60 JavaThread "Thread-716" daemon [_thread_in_native, id=1601]
    0x00002aaab14afd30 JavaThread "Thread-671" daemon [_thread_in_native, id=1524]
    0x00002aaab50f2710 JavaThread "http-0.0.0.0-8080-3" daemon [_thread_blocked, id=1492]
    0x00002aaab5e9be00 JavaThread "Thread-632" daemon [_thread_in_native, id=1456]
    0x00002aaab10236f0 JavaThread "Thread-623" daemon [_thread_in_native, id=1447]
    0x00002aaab60e2a50 JavaThread "JMS SessionPool Worker-1" daemon [_thread_blocked, id=1409]
    0x00002aaab5f46100 JavaThread "Thread-596" daemon [_thread_blocked, id=1408]
    0x00002aaab1fdaa50 JavaThread "Thread-590" daemon [_thread_in_native, id=1389]
    0x00002aaab529bec0 JavaThread "Thread-578" daemon [_thread_in_native, id=1367]
    0x00002aaab4fce9f0 JavaThread "ajp-0.0.0.0-8009-22" daemon [_thread_in_native, id=1359]
    0x00002aaab1f93c40 JavaThread "Thread-550" daemon [_thread_in_native, id=1322]
    0x00002aaacc48e030 JavaThread "Thread-517" daemon [_thread_in_native, id=1276]
    0x00002aaacc0468c0 JavaThread "Thread-514" daemon [_thread_in_native, id=1273]
    0x00002aaabbc21140 JavaThread "Thread-503" daemon [_thread_in_native, id=1261]
    0x00002aaab1166e50 JavaThread "Thread-502" daemon [_thread_in_native, id=1260]
    0x00002aaabb7a8a40 JavaThread "Thread-497" daemon [_thread_in_native, id=1255]
    0x00002aaabb8ec260 JavaThread "Thread-471" daemon [_thread_in_native, id=1225]
    0x00002aaacc628500 JavaThread "Thread-468" daemon [_thread_in_native, id=1221]
    0x00002aaaae99e280 JavaThread "Thread-465" daemon [_thread_blocked, id=1217]
    0x00002aaacca2e070 JavaThread "Thread-463" daemon [_thread_in_native, id=1215]
    0x00002aaabb9efce0 JavaThread "Thread-460" daemon [_thread_in_native, id=1212]
    0x00002aaacc3a99c0 JavaThread "Thread-457" daemon [_thread_in_native, id=1209]
    0x00002aaabb8b3a70 JavaThread "Thread-454" daemon [_thread_in_native, id=1204]
    0x00002aaabb9f2040 JavaThread "Thread-451" daemon [_thread_in_native, id=1201]
    0x00002aaab62aa6c0 JavaThread "Thread-441" daemon [_thread_in_native, id=1190]
    0x00002aaab111e340 JavaThread "Thread-429" daemon [_thread_in_native, id=1149]
    0x00002aaab6ff7db0 JavaThread "Thread-418" daemon [_thread_in_native, id=1136]
    0x00002aaab638a9c0 JavaThread "Thread-388" daemon [_thread_in_native, id=1082]
    0x00002aaab0eb8770 JavaThread "Thread-374" daemon [_thread_in_native, id=1038]
    0x00002aaabb722950 JavaThread "Thread-351" daemon [_thread_blocked, id=1012]
    0x00002aaaaf470460 JavaThread "Thread-343" daemon [_thread_in_native, id=1000]
    0x00002aaacc599b90 JavaThread "Thread-338" daemon [_thread_in_native, id=995]
    0x00002aaab6ba1bc0 JavaThread "Thread-335" daemon [_thread_in_native, id=992]
    0x00002aaab50f2be0 JavaThread "Thread-328" daemon [_thread_in_native, id=985]
    0x00002aaab4f74350 JavaThread "Thread-312" daemon [_thread_in_native, id=946]
    0x00002aaab5ef94b0 JavaThread "Thread-294" daemon [_thread_in_native, id=921]
    0x00002aaab65cb080 JavaThread "http-0.0.0.0-8080-2" daemon [_thread_blocked, id=872]
    =>0x00002aaab65cabd0 JavaThread "http-0.0.0.0-8080-1" daemon [_thread_in_native, id=871]
    0x00002aaab111fce0 JavaThread "Thread-251" daemon [_thread_in_native, id=854]
    0x00002aaab5df4840 JavaThread "Thread-234" daemon [_thread_in_native, id=836]
    0x00002aaaaf522f10 JavaThread "ajp-0.0.0.0-8009-21" daemon [_thread_in_native, id=830]
    0x00002aaab5332550 JavaThread "Thread-209" daemon [_thread_in_native, id=808]
    0x00002aaab0733a70 JavaThread "Thread-192" daemon [_thread_in_native, id=788]
    0x00002aaabba4a260 JavaThread "Thread-191" daemon [_thread_in_native, id=787]
    0x00002aaaaf59f4e0 JavaThread "ajp-0.0.0.0-8009-20" daemon [_thread_blocked, id=763]
    0x00002aaab5f26c90 JavaThread "ajp-0.0.0.0-8009-19" daemon [_thread_blocked, id=761]
    0x00002aaab52e7c80 JavaThread "ajp-0.0.0.0-8009-18" daemon [_thread_in_native, id=760]
    0x00002aaab52e7150 JavaThread "ajp-0.0.0.0-8009-17" daemon [_thread_in_native, id=759]
    0x00002aaaaf384f90 JavaThread "ajp-0.0.0.0-8009-16" daemon [_thread_in_native, id=758]
    0x00002aaab66087d0 JavaThread "ajp-0.0.0.0-8009-15" daemon [_thread_in_native, id=757]
    0x00002aaaaf5a0980 JavaThread "ajp-0.0.0.0-8009-14" daemon [_thread_in_native, id=756]
    0x00002aaaaf385de0 JavaThread "ajp-0.0.0.0-8009-13" daemon [_thread_blocked, id=754]
    0x00002aaab5db4f20 JavaThread "ajp-0.0.0.0-8009-12" daemon [_thread_in_native, id=753]
    0x00002aaab698c950 JavaThread "ajp-0.0.0.0-8009-11" daemon [_thread_in_native, id=752]
    0x00002aaaaecea110 JavaThread "ajp-0.0.0.0-8009-10" daemon [_thread_in_native, id=750]
    0x00002aaab698b770 JavaThread "ajp-0.0.0.0-8009-9" daemon [_thread_in_native, id=749]
    0x00002aaab61bfb60 JavaThread "ajp-0.0.0.0-8009-8" daemon [_thread_blocked, id=748]
    0x00002aaaaea85390 JavaThread "ajp-0.0.0.0-8009-7" daemon [_thread_in_native, id=747]
    0x00002aaab61bdeb0 JavaThread "ajp-0.0.0.0-8009-6" daemon [_thread_in_native, id=746]
    0x00002aaab562bb60 JavaThread "ajp-0.0.0.0-8009-5" daemon [_thread_in_native, id=715]
    0x00002aaab658a7a0 JavaThread "ajp-0.0.0.0-8009-4" daemon [_thread_blocked, id=714]
    0x00002aaab658abc0 JavaThread "ajp-0.0.0.0-8009-3" daemon [_thread_in_native, id=713]
    0x00002aaaaea42140 JavaThread "ajp-0.0.0.0-8009-2" daemon [_thread_in_native, id=712]
    0x00002aaab63b4c50 JavaThread "ajp-0.0.0.0-8009-1" daemon [_thread_in_native, id=711]
    0x00002aaab07adc20 JavaThread "ajp-0.0.0.0-8009-Acceptor-0" daemon [_thread_in_native, id=710]
    0x00002aaab2490b00 JavaThread "http-0.0.0.0-8080-Acceptor-0" daemon [_thread_in_native, id=709]
    0x00002aaab11ab400 JavaThread "Thread-6" [_thread_blocked, id=708]
    0x00002aaab02e38f0 JavaThread "JBossLifeThread" [_thread_blocked, id=707]
    0x00002aaab07dac70 JavaThread "Connection Consumer for dest JBossQueue[com.globecast.tp.ams.EventService] id=16" [_thread_blocked, id=705]
    0x00002aaab03130

    A little addition to the above message.
    We also have the following in the system log file :
    Sep 25 08:45:59 gcfrarcs13 kernel: NFS: v4 server returned a bad sequence-id error!
    Sep 25 08:46:43 gcfrarcs13 last message repeated 3 times
    Sep 25 08:47:59 gcfrarcs13 kernel: NFS: v4 server returned a bad sequence-id error!
    Sep 25 09:12:14 gcfrarcs13 kernel: NFS: v4 server returned a bad sequence-id error!
    Sep 25 09:13:58 gcfrarcs13 kernel: NFS: v4 server returned a bad sequence-id error!
    Sep 25 09:14:35 gcfrarcs13 kernel: NFS: v4 server returned a bad sequence-id error!
    Can this be related ?

  • JVM 1.4.1_01 crash in awt_getBIColorOrder

    Our site has developed a nasty crash problem using some of the newer JVMs. There is an intermittent JVM crash running on Windows NT4 SP6a as well as Windows 2000 SP3. Basically, it looks like native JVM code is segfaulting. No exception is printed to the console, the JVM just dies. I first noticed this bug while using j2sdk-1.4.0_02, and it is still present with j2sdk-1.4-1_01.
    I have not yet reported this as a bug as the bug report page directs one to the forums first. Here's the Dr. Watson output for the latest crash:
    State Dump for Thread Id 0x141
    eax=00000000 ebx=25fd46bc ecx=007674f0 edx=6b22fc04 esi=00000000 edi=01400000
    eip=6d092902 esp=6b22fc04 ebp=6b22fca0 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000246
    function: awt_getBIColorOrder
            6d0928e7 5e               pop     esi
            6d0928e8 c3               ret
            6d0928e9 83ec10           sub     esp,0x10
            6d0928ec 56               push    esi
            6d0928ed 6802000100       push    0x10002
            6d0928f2 ff3570c70c6d     push    dword ptr [6d0cc770]   ds:6d0cc770=6d42812c
            6d0928f8 e837130000       call    6d093c34
            6d0928fd 8bf0             mov     esi,eax
            6d0928ff 6a01             push    0x1
            6d092901 56               push    esi
    FAULT ->6d092902 8b06             mov     eax,[esi]              ds:00000000=????????
            6d092904 ff5068           call    dword ptr [eax+0x68]   ds:011bea06=????????
            6d092907 85c0             test    eax,eax
            6d092909 0f8c82000000     jl      awt_getBIColorOrder+0x1f4 (6d092991)
            6d09290f 53               push    ebx
            6d092910 55               push    ebp
            6d092911 57               push    edi
            6d092912 ff3544ca0c6d     push    dword ptr [6d0cca44]   ds:6d0cca44=007b1130
            6d092918 ff354cca0c6d     push    dword ptr [6d0cca4c]   ds:6d0cca4c=0076f29c
            6d09291e 56               push    esi
            6d09291f e80ebbfdff           call Java_sun_awt_windows_WColor_getDefaultColor+0x51e9 (6d06e432)
            6d092924 ff3548ca0c6d     push    dword ptr [6d0cca48]   ds:6d0cca48=007b10f0
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    6b22fca0 6d3c74dd 25fd46a8 25df4a44 6d3ce9a6 25df4a44 !awt_getBIColorOrder
    6b22fd04 6d3d8604 6b22fd8c 00000000 007647d0 00764520 !JVM_FindSignal
    6b22fda0 6d3da2cb 00000000 6df9f32c 00000000 00000000 !JVM_RegisterPerfMethods
    6b22feb0 6d3d5fdd 00000008 00000000 6df9f32c 00000000 !JVM_RegisterPerfMethods
    6b22fecc 6d40707d 00000000 00000008 6df9f32c 6d406f2d !JVM_FindSignal
    6b22fef8 6d406a76 00000000 007629c0 007674d0 007670d0 !JVM_RegisterUnsafeMethods
    6b22ff18 6d406bdb 6df9f310 007628f0 007674f0 00768a70 !JVM_RegisterUnsafeMethods
    6b22ff6c 6d40698f 0006fbd0 007674f0 6d3d29a6 00768a70 !JVM_RegisterUnsafeMethods
    6b22ff84 7800265a 007674f0 0006fbd0 0006fb0c 00768a70 !JVM_RegisterUnsafeMethods
    6b22ffb8 77f04ef0 00768a70 0006fbd0 0006fb0c 00768a70 !beginthreadex
    6b22ffec 00000000 00000000 00000000 00000000 00000000 kernel32!BaseThreadStart (FPO: Non-FPO [2,8,3])
    00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols> I also have the memory dump from this crash saved away in case it is needed for debugging. The process had just been restarted and only one user was hitting the site at the time of this crash.
    If anyone has any suggestions, even "report as a bug", please let me know.
    Thanks!
    -Clark A.

    We cannot provide a simple test-case and reproduction
    takes between 30 minutes and several hours in our
    server.Our exception occured while we we're making a stress-test on our home-grown application-server, after half an hour.
    but we found some dependencies to the system
    environment:
    - on W2K sp 2, JDK 1.4.1_01 we always get the Dr
    Watson getBIColorOrder and in addition an event-log
    like this:
    Event Type:     Warning
    Event Source:     PerfProc
    Event Category:     None
    Event ID:     2002
    Date:          7/2/2003
    Time:          10:39:11 AM
    User:          N/A
    Computer:     xxx
    Description:
    Unable to open the job object Winlogon Job 0-665f42b
    for query access. The calling process may not have
    permission to open this Job. The status returned is
    data DWORD 0.
    Data:
    0000: 02 00 00 00 .... We're using W2K SP2, but we found no event in the event-viewer. But the event source is interesting, were you also using the perfmon for observing the performance? Perhaps the performance monitor is involved in our problem.
    By the way, we removed all GUI-related code from our server (we accidently initialized the AWT-Event-Queue), so no AWT-Classes are loaded anymore, and now our server passes the stress test.
    But I think we should open a bug.

  • Re: JVM 1.3.1* crashes on WL 6.1

    A couple of things. When a 1.3.1 JVM core dumps, it usually creates a
    hotspot error log file that starts with "hs_" in the current directory
    (which, if you will look at the startWebLogic script, is two directories
    above where the script lives). This file should reveal the location
    where the crash occurred. In my experience, it is usually in the Oracle
    jDriver or in native code that the application is using. If it is in
    the jDriver, then I recommend opening up a case with support and sending
    them the hotspot error log.
    I always recommend trying the newest 1.3.1 JVM available on your
    platform. Have you tried the 1.3.1_03 JVM? While it may not have been
    "officially certified", it certainly should work and hopefully it will
    address your issues.
    Hope this helps,
    Robert
    Paul Hammond wrote:
    Hi,
    I've been seeing quite a bit posted here about JVM crashes. I'd just like to post
    my experiences with WL 6.1 SP2 on Solaris 2.8.
    We are having huge stability problems, both with the JDK that WL ships with, namely
    JDK 1.3.1-b24 and the latest versin of the JDK 1.3.1-02-b2 which I believe somebody
    has said is not certified yet with WL 6.1, only JDK 1.3.1-01 is.
    We get frequent JVM crashes, signal 11, segmentation fault and it core dumps.
    It can happen after 30 minutes, 3 hours, or 3 days, and there's no pattern we
    can see. We are running it with the -server option btw.
    Having logged the bug at Sun's site, I discover it's a bug that has been logged
    with Sun since Nov 2001, and to date it's still in progress, no progress on it
    at all. There's actually quite a few bugs logged of that nature. To see the bug
    in question, please go to:
    http://developer.java.sun.com/developer/bugParade/bugs/4533301.html
    Also a much later logged bug (which they've CLOSED with no fix!!!!) at
    http://developer.java.sun.com/developer/bugParade/bugs/4622693.html
    Other projects in our organisation are using WL 5.1 with the 1.3.1-02 JVM and
    have no JVM crashes.
    What I want to know is, does anybody else who has had this problem have a workaround,
    or found that when they did or did not do such and such, that the problem went
    away.
    I hope BEA are working closely with Sun to resolve this problem because it's a
    huge stability problem and a go-live issue for us and clearly for lots of other
    people around the world running WL on Solaris.
    Not a good thing for stable Java enterprise computing.
    Regs,
    Paul

    Hi,
    More on this, given the stack trace below, the question is what method was it
    trying to compile when it went over as most methods cause no compilation problem.
    I found out the following:
    Try the -server option with the following flags
    -XX:+PrintCompilation -Xbatch -XX:+BackgroundCompilation
    This will make the JVM print out exactly what it is compiling so when it goes
    over if you log all this info to a file, you can see exactly what Java method
    it was trying to compile when it crashed.
    Then you can create a .hotspot_compiler file in the same directory as the JVM
    is run in.
    YOu can put the name of a method in there that you don't want HotSpot to compile.
    Removing the compiliation of the methods that cause the crash could be the best
    workaround until we can move to JDK 1.4.
    Regs,
    Paul
    "Paul Hammond" <[email protected]> wrote:
    >
    Robert Patrick <[email protected]> wrote:
    A couple of things. When a 1.3.1 JVM core dumps, it usually creates
    a
    hotspot error log file that starts with "hs_" in the current directory
    (which, if you will look at the startWebLogic script, is two directories
    above where the script lives). This file should reveal the locationHi Robert,
    Yes, I know about this. It happens in JVM_IsInterface in the libjvm.so,
    well no
    shock there.
    A better bet is the pstack command on the core file which reveals that
    it is crashing
    in the -server compilation section.
    ----------------- lwp# 9 / thread# 11 --------------------
    ff369b0c __sigprocmask (ff36c458, 0, 0, fab81d78, ff37e000, 0) + 8
    ff35dc2c _sigon   (fab81d78, ff3859a8, 6, fab7fd74, fab81d78, fab7fdb8)
    + d0
    ff360da0 thrpkill (0, b, 6, ff37e000, b, ff2bc480) + f8
    ff24ae60 raise (6, 0, 0, ffffffff, ff2bc3ec, fab7fec8) + 40
    ff23563c abort (ff2b8000, fab7fec8, 0, fffffff8, 4, fab7fee9) + 100
    fe3a019c __1cCosFabort6Fl_v_ (1, fe492000, 1, fab7ff48, 0, fe1576c0)
    + b8
    fe39f154 __1cCosbBhandle_unexpected_exception6FpnGThread_ipCpv_v_ (ff2bc2dc,
    fe
    4ffddc, fe4a4b9c, fe43b100, fe492000, fab7ff68) + 254
    fe203f88 JVM_handle_solaris_signal (0, fe492000, 1f9ca8, fab80a70, b,
    fab80d28)
    + 8e0
    ff3690b0 __libthread_segvhdlr (b, fab80d28, fab80a70, ff37e000, b, 0)
    + e4
    ff36bc20 __sighndlr (b, fab80d28, fab80a70, ff368fcc, fab81e10, fab81e00)
    + c
    ff368424 sigacthandler (b, fab81d78, fab80a70, ff37e000, fab81d78, fab80d28)
    +
    6e0
    --- called from signal handler with signal 11 (SIGSEGV) ---
    fe1576c0 __1cMPhaseChaitinQgather_lrg_masks6Ml_v_ (9c, 0, fab80f44,
    fab810c4,
    7
    , 0) + 77c
    fe195bd8 __1cMPhaseChaitinRRegister_Allocate6M_v_ (fab80fa0, fab80f64,
    fe4f0950
    , 0, fe492000, 1fb) + 340
    fe197da0 __1cHCompileICode_Gen6Ml_v_ (0, fab8112c, fe492000, fab81788,
    0, fab81
    3e4) + 178
    fe1c5b80 __1cHCompile2t6MpnFciEnv_pnHciScope_pnIciMethod_ill_v_ (539aa4,
    fab818
    08, 53393c, fe4f0b8c, fab818a8, fab818b8) + 7d8
    fe1c18c0 __1cKC2CompilerOcompile_method6MpnFciEnv_pnHciScope_pnIciMethod_il_v_
    (28540, fab81b00, 53393c, 533850, ffffffff, 1) + 70
    fe1c1ec4 __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_
    (5338
    50, 53393c, fe4b2b2c, 0, 0, 501) + 40c
    fe279c80 __1cNCompileBrokerUcompiler_thread_loop6F_v_ (28e98, 1f9ca8,
    fe492000,
    fab81d18, fe492000, ffffffff) + 168
    fe20f6a4 __1cKJavaThreadDrun6M_v_ (fa982000, fe49cf3c, fe492000, 200000,
    1f9ca8
    , 200000) + 3d8
    fe20d410 _start   (fe492000, fe5f5d18, 0, 5, 1, fe401000) + 20
    where the crash occurred. In my experience, it is usually in the Oracle
    jDriver or in native code that the application is using. If it is in
    the jDriver, then I recommend opening up a case with support and sending
    them the hotspot error log.We don't use any JNI, but we do use Oracle.
    I always recommend trying the newest 1.3.1 JVM available on your
    platform. Have you tried the 1.3.1_03 JVM? While it may not have been
    "officially certified", it certainly should work and hopefully it will
    address your issues.I didn't know this existed. Apparently this has been tried by somebody
    else and
    the bug has not gone away.
    Thanks for you help Robert,
    Paul
    Hope this helps,
    Robert
    Paul Hammond wrote:
    Hi,
    I've been seeing quite a bit posted here about JVM crashes. I'd justlike to post
    my experiences with WL 6.1 SP2 on Solaris 2.8.
    We are having huge stability problems, both with the JDK that WL shipswith, namely
    JDK 1.3.1-b24 and the latest versin of the JDK 1.3.1-02-b2 which Ibelieve somebody
    has said is not certified yet with WL 6.1, only JDK 1.3.1-01 is.
    We get frequent JVM crashes, signal 11, segmentation fault and it
    core
    dumps.
    It can happen after 30 minutes, 3 hours, or 3 days, and there's nopattern we
    can see. We are running it with the -server option btw.
    Having logged the bug at Sun's site, I discover it's a bug that hasbeen logged
    with Sun since Nov 2001, and to date it's still in progress, no progresson it
    at all. There's actually quite a few bugs logged of that nature. Tosee the bug
    in question, please go to:
    http://developer.java.sun.com/developer/bugParade/bugs/4533301.html
    Also a much later logged bug (which they've CLOSED with no fix!!!!)at
    http://developer.java.sun.com/developer/bugParade/bugs/4622693.html
    Other projects in our organisation are using WL 5.1 with the 1.3.1-02JVM and
    have no JVM crashes.
    What I want to know is, does anybody else who has had this problemhave a workaround,
    or found that when they did or did not do such and such, that the
    problem
    went
    away.
    I hope BEA are working closely with Sun to resolve this problem becauseit's a
    huge stability problem and a go-live issue for us and clearly for
    lots
    of other
    people around the world running WL on Solaris.
    Not a good thing for stable Java enterprise computing.
    Regs,
    Paul

  • JVM process is suddenly crashing

    Hi !
    since a couple of days (yesterday once, today twice), my weblogic process is dying !
    I<ve looked at the log files (app log and http request logs) and nothing bad seems to happen.
    Does anybody have a clue of what is this ? can it be memory problem ?
    here's the error:
    SIGSEGV 11 segmentation violation
    si_signo [11]: SEGV
    si_errno [0]:
    si_code [1]: SEGV_MAPERR [addr: 0x7ee398c8]
         stackpointer=B891FF40
    Thanks in advance,
    Ben

    Well if it was running for a while and only started do this then the are only a couple of explainations.
    1. Something changed in the environment. Someone installed a new application (nothing to do with java.) Or some new java code. Or changed some env vars. Or changed the user or user persmissions the jvm runs under. Or installed a patch to the OS.
    2. There is a hardware failure. Probably memory. But could also be network cards, of other types of hard ware (unlikely to be the harddrive how ever, that would produce different errors.)

  • Temporary Internet Files Settings. Sun JVM 1.5.0_05

    Hiya
    We are migrating our Oracle Forms 6i (Client-Server) application to web based Oracle Forms 10g. This is a 3 tier architecture. The application runs using Java Applet (Sun JRE 1.5.0_05) in Internet Explorer on Windows XP.
    Oracle Forms 10g uses Java classes for its own purpose which Oracle has supplied them in a JAR files.
    Oracle recommends that we should cache these JAR files onto the client machine in order to load the application faster.
    We have followed that recommendation. The application is working well and the JAR files are also getting cached onto the client machine.
    So far so good. But the real problem begins now.
    On Windows XP, the Sun JRE caches these JAR files under the users' profiles settings. Precisely the path reads as below:
    Documents and Settings\<userid>\Application data\Sun\Java\Deployment\Cache\javaapi\v1.0\jar
    Storing these files has got two disadvantages:
    1) Traffic, Bandwidth and Time : Since our users have got the roaming profile, all the files under their profile moves with their Login into Windows and log-off from Windows. Not only does this traffic incur network round trip between a PC and server, it also consumes the precious bandwidth and considerable amount of time when they login into the Windows.
    2) Storage Space : As per our oraganisation's policy, each user's profile is allocated 8MB of space. The total size of all the JAR files is about 4MB which leaves them with almost no space in their profile and it frequently pops-up an annoying message *"You have exceeded your profile storage space...".*
    The solution to above two problems is that we store these JAR files into some other folder for e.g. C:\temp.
    Changing the location of Temporary files can be done in two ways:
    Solution 1) Either by going to Java Control Panel -> General tab -> Temporary Internet Files -> Settings.
    OR
    Solution 2) By going into deployment.properties file which resides under the Documents and Settings\<userid>\Application Data\Sun\Java\Deployment folder.
    However, Solution 1 is not feasible considering we have got more than 1000 users. Hence it is ruled out.
    Solution 2 is also not feasible since deployment.properties file gets created ONLY after the Java applet is loaded first time when the user hits URL of our application.
    In view of the limitations of above two solutions, we are looking for the Registry settings of Sun JRE in which we can specify the location of temporary files for Java.
    While Googling for the Registry key, I found that in the previous version of Sun JRE i.e. 1.4.2, there was a registry key called USER_JPI_PROFILE.
    I tried creating this environment variable in the Registry but it didn't work. I suppose that Sun has de-supported this environment variable with the version 1.5.
    Our application has not gone into production yet. But the above two issues pose a serious threat to the implementation of our application.
    So here comes my question to you. Is there any Registry settings you are aware of that serves my purpose ?
    Also, other than the Registry Settings, if by any other means my original problem (storing the temp. files in other folder) could be resolved, please let me know.
    Any of your ideas/suggestions/help will be much appreciated and are most welcome.
    Thank you for your time for reading such a long thread !!
    Cheers
    Mayur

    Please see my answer on the thread [http://forums.sun.com/thread.jspa?messageID=10391222|http://forums.sun.com/thread.jspa?messageID=10391222].

  • NWDS NW 7.0 EHP2 with SAP JVM 4.1 == server0 crash exit code 666

    I recently installed developer workplace on windows 2003 server SP2, database MS SQL 2005.
    NWDS NW 7.0 EHP2. The installation has been done with SUN JAVA kit. The installed SAP AS JAVA was running OK.
    Several SAP notes indicate that from NW 7.0 customers should switch to SAP JVM. I have switches from SUN to SAP JVM using the switch tool. From that moment on, me server0 keeps on restarting (19 restart) before it finally stops with exit code 666. The log shows out-of-memory. I have checked note 1522200 and 1603093 (and some others)
    Who can help? Has someone this version running in win 2003? I would like to compare the JVM parameters in that case.

    We found a solution. We installed SP02 of NW 7.0 EHP2 from DVD. After upgrading to SP08 with JSPM the problems were gone. Parameter settings in the switch tool (according to the mentioned sap notes) are correct.
    Wilbert Karremans

  • JVM crashes with: VM_Operation generation collection for allocation

    I have a program using JNI, and the gc crashes JVM occasionally. The crashing occurs randomly. I can reproduce it by starting the program several times. Following is the JVM dump message:
    =================================================================
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb78eff96, pid=11442, tid=2830195904
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x120f96]
    --------------- T H R E A D ---------------
    Current thread (0x080b5780): VMThread [id=11447]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x000e9bc8
    Registers:
    EAX=0xa8b1530c, EBX=0xb7b11e28, ECX=0xb7aff648, EDX=0x000e9bc8
    ESP=0xa8b1516c, EBP=0xa8b15184, ESI=0x08436eb4, EDI=0xa8b1530c
    EIP=0xb78eff96, CR2=0x000e9bc8, EFLAGS=0x00210203
    Top of Stack: (sp=0xa8b1516c)
    0xa8b1516c: a8b1530c 080b51a0 080b8330 b7b11e28
    0xa8b1517c: 08436eb0 0841d398 a8b151b4 b78f2061
    0xa8b1518c: a8b1530c 08436eb4 a90e9bc8 a90e9bc8
    0xa8b1519c: 080ba01c b7b08fa0 b7b08f40 000003d8
    0xa8b151ac: a8b1530c 0806b2b0 a8b151d4 b7a6decb
    0xa8b151bc: 0808c320 a8b1530c a8b1530c a8b1530c
    0xa8b151cc: b7b11e28 00000001 a8b15214 b790695c
    0xa8b151dc: a8b1530c 00000005 0806b3e8 0806b3e8
    Instructions: (pc=0xb78eff96)
    0xb78eff86: c3 a4 1e 22 00 8b 16 85 d2 74 35 3b 57 1c 73 30
    0xb78eff96: 8b 02 83 e0 03 83 f8 03 75 30 8b 02 83 e0 fc 89
    Stack: [0xa8a96000,0xa8b16000), sp=0xa8b1516c, free space=508k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x120f96]
    V [libjvm.so+0x123061]
    V [libjvm.so+0x29eecb]
    V [libjvm.so+0x13795c]
    V [libjvm.so+0x11f7cd]
    V [libjvm.so+0x13741f]
    V [libjvm.so+0xf5ce1]
    V [libjvm.so+0x137682]
    V [libjvm.so+0x2ed2e4]
    V [libjvm.so+0x2ed046]
    V [libjvm.so+0x2ec6b7]
    V [libjvm.so+0x2ec8c5]
    V [libjvm.so+0x2ec4d0]
    V [libjvm.so+0x25f108]
    C [libpthread.so.0+0x42b6]
    VM_Operation (0xa7242004): generation collection for allocation, mode: safepoint, requested by thread 0x08499520
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0xa89146e8 JavaThread "DestroyJavaVM" [_thread_blocked, id=11442]
    0x084a0520 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=11462]
    0x0849eac8 JavaThread "AWT-Shutdown" [_thread_blocked, id=11461]
    0x08499520 JavaThread "Thread-2" daemon [_thread_blocked, id=11460]
    0x08471790 JavaThread "Thread-1" [_thread_in_native, id=11459]
    0x0842b890 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=11455]
    0x084118b0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11454]
    0x080c5b10 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11452]
    0x080c45c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11451]
    0x080c3728 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11450]
    0x080b8fd0 JavaThread "Finalizer" daemon [_thread_blocked, id=11449]
    0x080b8330 JavaThread "Reference Handler" daemon [_thread_blocked, id=11448]
    Other Threads:
    =>0x080b5780 VMThread [id=11447]
    0x080c6fa0 WatcherThread [id=11453]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0805b5b0/0x0805b5d8] Threads_lock - owner thread: 0x080b5780
    [0x0805ba00/0x0805ba18] Heap_lock - owner thread: 0x08499520
    Heap
    def new generation total 576K, used 550K [0xa8ba0000, 0xa8c40000, 0xa9080000)
    eden space 512K, 100% used [0xa8ba0000, 0xa8c20000, 0xa8c20000)
    from space 64K, 60% used [0xa8c30000, 0xa8c39ad8, 0xa8c40000)
    to space 64K, 2% used [0xa8c20000, 0xa8c206c8, 0xa8c30000)
    tenured generation total 1408K, used 798K [0xa9080000, 0xa91e0000, 0xacba0000)
    the space 1408K, 56% used [0xa9080000, 0xa9147b50, 0xa9147c00, 0xa91e0000)
    compacting perm gen total 8192K, used 7693K [0xacba0000, 0xad3a0000, 0xb0ba0000)
    the space 8192K, 93% used [0xacba0000, 0xad323780, 0xad323800, 0xad3a0000)
    No shared spaces configured.
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 03:43 5145000 /usr/java/jdk1.5.0_04/bin/java
    08056000-08058000 rwxp 0000e000 03:43 5145000 /usr/java/jdk1.5.0_04/bin/java
    08058000-08a04000 rwxp 08058000 00:00 0 [heap]
    42000000-4212e000 r-xp 00000000 03:43 655363 /lib/tls/libc-2.3.2.so
    4212e000-42131000 rwxp 0012e000 03:43 655363 /lib/tls/libc-2.3.2.so
    42131000-42133000 rwxp 42131000 00:00 0
    a6e13000-a6e2e000 r-xp 00000000 03:43 4112449 /usr/share/fonts/default/Type1/n021003l.pfb
    a6e2e000-a6e3e000 rwxs 00000000 00:07 213713006 /SYSV00002cb2 (deleted)
    a6e3e000-a6e52000 r-xp 00000000 03:43 4112443 /usr/share/fonts/default/Type1/n019044l.pfb
    a6e52000-a6e6d000 r-xp 00000000 03:43 4112449 /usr/share/fonts/default/Type1/n021003l.pfb
    a6e6d000-a6e80000 r-xp 00000000 03:43 4112441 /usr/share/fonts/default/Type1/n019043l.pfb
    a6e80000-a6ecc000 rwxp a6e80000 00:00 0
    a6ecc000-a70a1000 rwxs 00000000 00:07 213680229 /SYSV00000000 (deleted)
    a70a1000-a70a9000 r-xp 00000000 03:43 6979921 /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
    a70a9000-a70aa000 rwxp 00007000 03:43 6979921 /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
    a70aa000-a70c3000 r-xp 00000000 03:43 6979920 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    a70c3000-a70c5000 rwxp 00019000 03:43 6979920 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    a70c5000-a70c8000 ---p a70c5000 00:00 0
    a70c8000-a7145000 rwxp a70c8000 00:00 0
    a7145000-a7148000 ---p a7145000 00:00 0
    a7148000-a71c5000 rwxp a7148000 00:00 0
    a71c5000-a71c8000 ---p a71c5000 00:00 0
    a71c8000-a7245000 rwxp a71c8000 00:00 0
    a7245000-a7248000 ---p a7245000 00:00 0
    a7248000-a72c5000 rwxp a7248000 00:00 0
    a72c5000-a72d8000 r-xp 00000000 03:43 6883133 /usr/X11R6/lib/libXmu.so.6.2
    a72d8000-a72d9000 rwxp 00013000 03:43 6883133 /usr/X11R6/lib/libXmu.so.6.2
    a72d9000-a74c8000 r-xp 00000000 03:43 1445820 /opt/tools/multimedia/install_flash_player_7_linux/libflashplayer.so
    a74c8000-a74d8000 rwxp 001ef000 03:43 1445820 /opt/tools/multimedia/install_flash_player_7_linux/libflashplayer.so
    a74d8000-a759f000 rwxp a74d8000 00:00 0
    a759f000-a75b3000 r-xp 00000000 03:43 6883089 /usr/X11R6/lib/libICE.so.6.3
    a75b3000-a75b4000 rwxp 00013000 03:43 6883089 /usr/X11R6/lib/libICE.so.6.3
    a75b4000-a75b6000 rwxp a75b4000 00:00 0
    a75b6000-a75bd000 r-xp 00000000 03:43 6883092 /usr/X11R6/lib/libSM.so.6.0
    a75bd000-a75be000 rwxp 00007000 03:43 6883092 /usr/X11R6/lib/libSM.so.6.0
    a75be000-a75dc000 r-xp 00000000 03:43 360471 /usr/lib/libexpat.so.0.4.0
    a75dc000-a75de000 rwxp 0001e000 03:43 360471 /usr/lib/libexpat.so.0.4.0
    a75de000-a75e6000 r-xp 00000000 03:43 3212363 /usr/lib/libgcc_s.so.1
    a75e6000-a75e7000 rwxp 00007000 03:43 3212363 /usr/lib/libgcc_s.so.1
    a75e7000-a76ad000 r-xp 00000000 03:43 3212368 /usr/lib/libstdc++.so.6.0.3
    a76ad000-a76b2000 rwxp 000c6000 03:43 3212368 /usr/lib/libstdc++.so.6.0.3
    a76b2000-a76b7000 rwxp a76b2000 00:00 0
    a76b7000-a76fd000 r-xp 00000000 03:43 6883098 /usr/X11R6/lib/libXt.so.6.0
    a76fd000-a7700000 rwxp 00046000 03:43 6883098 /usr/X11R6/lib/libXt.so.6.0
    a7700000-a7701000 rwxp a7700000 00:00 0
    a7701000-a7725000 r-xp 00000000 03:43 3428509 /usr/local/garnome/lib/libpangoft2-1.0.so.0.800.1
    a7725000-a7726000 rwxp 00024000 03:43 3428509 /usr/local/garnome/lib/libpangoft2-1.0.so.0.800.1
    a7726000-a772a000 r-xp 00000000 03:43 6883231 /usr/X11R6/lib/libXfixes.so.3.0
    a772a000-a772b000 rwxp 00003000 03:43 6883231 /usr/X11R6/lib/libXfixes.so.3.0
    a772b000-a7751000 r-xp 00000000 03:43 6883201 /usr/X11R6/lib/libfontconfig.so.1.0.4
    a7751000-a7756000 rwxp 00026000 03:43 6883201 /usr/X11R6/lib/libfontconfig.so.1.0.4
    a7756000-a7757000 rwxp a7756000 00:00 0
    a7757000-a7763000 r-xp 00000000 03:43 360515 /usr/lib/libz.so.1.1.4
    a7763000-a7765000 rwxp 0000b000 03:43 360515 /usr/lib/libz.so.1.1.4
    a7765000-a77c1000 r-xp 00000000 03:43 365899 /usr/lib/libfreetype.so.6.3.7
    a77c1000-a77c8000 rwxp 0005c000 03:43 365899 /usr/lib/libfreetype.so.6.3.7
    a77c8000-a77d8000 r-xp 00000000 03:43 6883206 /usr/X11R6/lib/libXft.so.2.1.2
    a77d8000-a77d9000 rwxp 0000f000 03:43 6883206 /usr/X11R6/lib/libXft.so.2.1.2
    a77d9000-a77e0000 r-xp 00000000 03:43 6883155 /usr/X11R6/lib/libXi.so.6.0
    a77e0000-a77e1000 rwxp 00006000 03:43 6883155 /usr/X11R6/lib/libXi.so.6.0
    a77e1000-a781f000 r-xp 00000000 03:43 3524199 /home/steven/mozilla/objdir/nsprpub/pr/src/libnspr4.so
    a781f000-a7821000 rwxp 0003d000 03:43 3524199 /home/steven/mozilla/objdir/nsprpub/pr/src/libnspr4.so
    a7821000-a7822000 rwxp a7821000 00:00 0
    a7822000-a7826000 r-xp 00000000 03:43 50245 /opt/projects/wonder/svn/trunk/javaflash/lib/libgtkxtbin.so
    a7826000-a7827000 rwxp 00003000 03:43 50245 /opt/projects/wonder/svn/trunk/javaflash/lib/libgtkxtbin.so
    a7827000-a78fe000 r-xp 00000000 03:43 3784903 /usr/local/lib/libiconv.so.2.2.0
    a78fe000-a78ff000 rwxp 000d7000 03:43 3784903 /usr/local/lib/libiconv.so.2.2.0
    a78ff000-a797f000 r-xp 00000000 03:43 7275834 /usr/lib/libglib-2.0.so.0.600.3
    a797f000-a7980000 rwxp 0007f000 03:43 7275834 /usr/lib/libglib-2.0.so.0.600.3
    a7980000-a79b8000 r-xp 00000000 03:43 7275838 /usr/lib/libgobject-2.0.so.0.600.3
    a79b8000-a79b9000 rwxp 00037000 03:43 7275838 /usr/lib/libgobject-2.0.so.0.600.3
    a79be000-a79c8000 r-xp 00000000 03:43 6080345 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libredmond95.so
    a79c8000-a79c9000 rwxp 00009000 03:43 6080345 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libredmond95.so
    a79c9000-a79d0000 r-xp 00000000 03:43 6080349 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libthinice.so
    a79d0000-a79d1000 rwxp 00006000 03:43 6080349 /usr/local/garnome/lib/gtk-2.0/2.4.0/engines/libthinice.so
    a79d1000-a79fe000 r-xp 00000000 03:43 3428497 /usr/local/garnome/lib/libpango-1.0.so.0.800.1
    a79fe000-a7a03000 rwxp 0002c000 03:43 3428497 /usr/local/garnome/lib/libpango-1.0.so.0.800.1
    a7a03000-a7a1b000 r-xp 00000000 03:43 3424601 /usr/local/garnome/lib/libatk-1.0.so.0.901.0
    a7a1b000-a7a1d000 rwxp 00017000 03:43 3424601 /usr/local/garnome/lib/libatk-1.0.so.0.901.0
    a7a1d000-a7a9a000 r-xp 00000000 03:43 3014738 /usr/local/garnome/lib/libgdk-x11-2.0.so.0.600.4
    a7a9a000-a7a9d000 rwxp 0007d000 03:43 3014738 /usr/local/garnome/lib/libgdk-x11-2.0.so.0.600.4
    a7a9d000-a7d74000 r-xp 00000000 03:43 3014741 /usr/local/garnome/lib/libgtk-x11-2.0.so.0.600.4
    a7d74000-a7d7c000 rwxp 002d7000 03:43 3014741 /usr/local/garnome/lib/libgtk-x11-2.0.so.0.600.4
    a7d7c000-a7d7f000 rwxp a7d7c000 00:00 0
    a7d7f000-a7d82000 ---p a7d7f000 00:00 0
    a7d82000-a7dff000 rwxp a7d82000 00:00 0
    a7dff000-a7e06000 r-xp 00000000 03:43 6883224 /usr/X11R6/lib/libXcursor.so.1.0.2
    a7e06000-a7e07000 rwxp 00007000 03:43 6883224 /usr/X11R6/lib/libXcursor.so.1.0.2
    a7e07000-a7e09000 r-xp 00000000 03:43 6883195 /usr/X11R6/lib/libXinerama.so.1.0
    a7e09000-a7e0a000 rwxp 00001000 03:43 6883195 /usr/X11R6/lib/libXinerama.so.1.0
    a7e0a000-a7e1e000 r-xp 00000000 03:43 3014734 /usr/local/garnome/lib/libgdk_pixbuf-2.0.so.0.600.4
    a7e1e000-a7e1f000 rwxp 00014000 03:43 3014734 /usr/local/garnome/lib/libgdk_pixbuf-2.0.so.0.600.4
    a7e1f000-a7e22000 ---p a7e1f000 00:00 0
    a7e22000-a7e9f000 rwxp a7e22000 00:00 0
    a7e9f000-a7f12000 r-xp 00000000 03:43 5145942 /usr/java/jdk1.5.0_04/jre/lib/i386/libfontmanager.so
    a7f12000-a7f1c000 rwxp 00073000 03:43 5145942 /usr/java/jdk1.5.0_04/jre/lib/i386/libfontmanager.so
    a7f1c000-a7f20000 rwxp a7f1c000 00:00 0
    a7f20000-a7f58000 r-xs 00000000 03:43 3196949 /opt/projects/wonder/svn/trunk/javaflash/lib/mysql-connector-java-3.0.9-stable-bin.jar
    a7f58000-a7f70000 r-xs 00000000 03:43 6358581 /opt/projects/wonder/svn/trunk/javaflash/lib/servlet-api.jar
    a7f70000-a7f8c000 r-xs 00000000 03:43 219155 /opt/projects/wonder/svn/trunk/javaflash/lib/openamf-1.0RC11-1.jar
    a7f8c000-a7fb6000 r-xs 00000000 03:43 50909 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-lang-2.0.jar
    a7fb6000-a7fed000 r-xs 00000000 03:43 50910 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-httpclient-2.0.jar
    a7fed000-a8017000 r-xs 00000000 03:43 50908 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-digester.jar
    a8017000-a80a0000 r-xs 00000000 03:43 50258 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-collections-3.1.jar
    a80a0000-a80cf000 r-xs 00000000 03:43 50257 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-beanutils-1.7.0.jar
    a80cf000-a80e6000 r-xs 00000000 03:43 50256 /opt/projects/wonder/svn/trunk/javaflash/lib/astranslator-1.5.8.jar
    a80e6000-a81a2000 r-xp 00000000 03:43 6883076 /usr/X11R6/lib/libX11.so.6.2
    a81a2000-a81a6000 rwxp 000bb000 03:43 6883076 /usr/X11R6/lib/libX11.so.6.2
    a81a6000-a81b2000 r-xp 00000000 03:43 6883095 /usr/X11R6/lib/libXext.so.6.4
    a81b2000-a81b3000 rwxp 0000c000 03:43 6883095 /usr/X11R6/lib/libXext.so.6.4
    a81b3000-a81b5000 r-xp 00000000 03:43 6883215 /usr/X11R6/lib/libXrandr.so.2.0
    a81b5000-a81b6000 rwxp 00002000 03:43 6883215 /usr/X11R6/lib/libXrandr.so.2.0
    a81b6000-a81c0000 r-xp 00000000 03:43 3428505 /usr/local/garnome/lib/libpangox-1.0.so.0.800.1
    a81c0000-a81c1000 rwxp 00009000 03:43 3428505 /usr/local/garnome/lib/libpangox-1.0.so.0.800.1
    a81c1000-a81cb000 r-xs 00000000 03:43 50243 /opt/projects/wonder/svn/trunk/javaflash/lib/commons-logging-1.0.4.jar
    a81cb000-a8201000 r-xp 00000000 03:43 5145974 /usr/java/jdk1.5.0_04/jre/lib/i386/xawt/libmawt.so
    a8201000-a8204000 rwxp 00035000 03:43 5145974 /usr/java/jdk1.5.0_04/jre/lib/i386/xawt/libmawt.so
    a8204000-a8205000 rwxp a8204000 00:00 0
    a8205000-a82cb000 r-xp 00000000 03:43 5145960 /usr/java/jdk1.5.0_04/jre/lib/i386/libmlib_image.so
    a82cb000-a82cc000 rwxp 000c5000 03:43 5145960 /usr/java/jdk1.5.0_04/jre/lib/i386/libmlib_image.so
    a82cc000-a8341000 r-xp 00000000 03:43 5145937 /usr/java/jdk1.5.0_04/jre/lib/i386/libawt.so
    a8341000-a8347000 rwxp 00074000 03:43 5145937 /usr/java/jdk1.5.0_04/jre/lib/i386/libawt.so
    a8347000-a836b000 rwxp a8347000 00:00 0
    a836b000-a8396000 r-xs 00000000 03:43 5145898 /usr/java/jdk1.5.0_04/jre/lib/ext/sunpkcs11.jar
    a8396000-a83bc000 r-xs 00000000 03:43 5145897 /usr/java/jdk1.5.0_04/jre/lib/ext/sunjce_provider.jar
    a83bc000-a8480000 r-xs 00000000 03:43 5145893 /usr/java/jdk1.5.0_04/jre/lib/ext/localedata.jar
    a8480000-a8481000 ---p a8480000 00:00 0
    a8481000-a8500000 rwxp a8481000 00:00 0
    a8500000-a8503000 ---p a8500000 00:00 0
    a8503000-a8580000 rwxp a8503000 00:00 0
    a8580000-a8583000 ---p a8580000 00:00 0
    a8583000-a8600000 rwxp a8583000 00:00 0
    a8600000-a8603000 ---p a8600000 00:00 0
    a8603000-a8680000 rwxp a8603000 00:00 0
    a8680000-a8880000 r-xp 00000000 03:43 479417 /usr/lib/locale/locale-archive
    a8880000-a8883000 ---p a8880000 00:00 0
    a8883000-a892f000 rwxp a8883000 00:00 0
    a892f000-a8a00000 ---p a892f000 00:00 0
    a8a00000-a8a02000 r-xp 00000000 03:43 7275842 /usr/lib/libgmodule-2.0.so.0.600.3
    a8a02000-a8a03000 rwxp 00002000 03:43 7275842 /usr/lib/libgmodule-2.0.so.0.600.3
    a8a03000-a8a08000 r-xp 00000000 03:43 3428535 /usr/local/garnome/lib/libpangoxft-1.0.so.0.800.1
    a8a08000-a8a09000 rwxp 00005000 03:43 3428535 /usr/local/garnome/lib/libpangoxft-1.0.so.0.800.1
    a8a09000-a8a0d000 r-xp 00000000 03:43 5279633 /opt/projects/wonder/svn/trunk/javaflash/src/c/libjavaflash.so
    a8a0d000-a8a0e000 rwxp 00003000 03:43 5279633 /opt/projects/wonder/svn/trunk/javaflash/src/c/libjavaflash.so
    a8a0e000-a8a15000 r-xp 00000000 03:43 6883198 /usr/X11R6/lib/libXrender.so.1.2.2
    a8a15000-a8a16000 rwxp 00006000 03:43 6883198 /usr/X11R6/lib/libXrender.so.1.2.2
    a8a16000-a8a19000 ---p a8a16000 00:00 0
    a8a19000-a8a96000 rwxp a8a19000 00:00 0
    a8a96000-a8a97000 ---p a8a96000 00:00 0
    a8a97000-a8b1b000 rwxp a8a97000 00:00 0
    a8b1b000-a8b37000 rwxp a8b1b000 00:00 0
    a8b37000-a8b38000 rwxp a8b37000 00:00 0
    a8b38000-a8b55000 rwxp a8b38000 00:00 0
    a8b55000-a8b56000 rwxp a8b55000 00:00 0
    a8b56000-a8b57000 rwxp a8b56000 00:00 0
    a8b57000-a8b59000 rwxp a8b57000 00:00 0
    a8b59000-a8b75000 rwxp a8b59000 00:00 0
    a8b75000-a8b79000 rwxp a8b75000 00:00 0
    a8b79000-a8b9f000 rwxp a8b79000 00:00 0
    a8b9f000-a8c40000 rwxp a8b9f000 00:00 0
    a8c40000-a9080000 rwxp a8c40000 00:00 0
    a9080000-a91e0000 rwxp a9080000 00:00 0
    a91e0000-acba0000 rwxp a91e0000 00:00 0
    acba0000-ad3a0000 rwxp acba0000 00:00 0
    ad3a0000-b27a0000 rwxp ad3a0000 00:00 0
    b27a1000-b27a2000 r-xp 00000000 03:43 6979918 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    b27a2000-b27a3000 rwxp 00000000 03:43 6979918 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    b27a3000-b27a9000 r-xs 00000000 03:43 606386 /usr/lib/gconv/gconv-modules.cache
    b27a9000-b27ad000 rwxp b27a9000 00:00 0
    b27ad000-b2829000 rwxp b27ad000 00:00 0
    b2829000-b28f9000 rwxp b2829000 00:00 0
    b28f9000-b4829000 rwxp b28f9000 00:00 0
    b4829000-b5064000 r-xs 00000000 03:43 5146001 /usr/java/jdk1.5.0_04/jre/lib/charsets.jar
    b5064000-b5078000 r-xs 00000000 03:43 5146000 /usr/java/jdk1.5.0_04/jre/lib/jce.jar
    b5078000-b50ff000 r-xs 00000000 03:43 5146016 /usr/java/jdk1.5.0_04/jre/lib/jsse.jar
    b50ff000-b5168000 rwxp b50ff000 00:00 0
    b5168000-b7748000 r-xs 00000000 03:43 5146021 /usr/java/jdk1.5.0_04/jre/lib/rt.jar
    b7748000-b775b000 r-xp 00000000 03:43 5145968 /usr/java/jdk1.5.0_04/jre/lib/i386/libzip.so
    b775b000-b775d000 rwxp 00012000 03:43 5145968 /usr/java/jdk1.5.0_04/jre/lib/i386/libzip.so
    b775d000-b777e000 r-xp 00000000 03:43 5145948 /usr/java/jdk1.5.0_04/jre/lib/i386/libjava.so
    b777e000-b7780000 rwxp 00020000 03:43 5145948 /usr/java/jdk1.5.0_04/jre/lib/i386/libjava.so
    b7780000-b7792000 r-xp 00000000 03:43 2523154 /lib/libnsl-2.3.2.so
    b7792000-b7793000 rwxp 00011000 03:43 2523154 /lib/libnsl-2.3.2.so
    b7793000-b7795000 rwxp b7793000 00:00 0
    b7797000-b7798000 r-xp 00000000 03:43 5145953 /usr/java/jdk1.5.0_04/jre/lib/i386/libjawt.so
    b7798000-b7799000 rwxp 00000000 03:43 5145953 /usr/java/jdk1.5.0_04/jre/lib/i386/libjawt.so
    b7799000-b77a4000 r-xp 00000000 03:43 5145967 /usr/java/jdk1.5.0_04/jre/lib/i386/libverify.so
    b77a4000-b77a5000 rwxp 0000b000 03:43 5145967 /usr/java/jdk1.5.0_04/jre/lib/i386/libverify.so
    b77a5000-b77ad000 rwxs 00000000 03:43 1836606 /tmp/hsperfdata_steven/11442
    b77ad000-b77ce000 r-xp 00000000 03:43 1704993 /lib/tls/libm-2.3.2.so
    b77ce000-b77cf000 rwxp 00020000 03:43 1704993 /lib/tls/libm-2.3.2.so
    b77cf000-b7af7000 r-xp 00000000 03:43 5145932 /usr/java/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7af7000-b7b15000 rwxp 00327000 03:43 5145932 /usr/java/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7b15000-b7f2b000 rwxp b7b15000 00:00 0
    b7f2b000-b7f2d000 r-xp 00000000 03:43 2523152 /lib/libdl-2.3.2.so
    b7f2d000-b7f2e000 rwxp 00002000 03:43 2523152 /lib/libdl-2.3.2.so
    b7f2e000-b7f38000 r-xp 00000000 03:43 1704995 /lib/tls/libpthread-0.29.so
    b7f38000-b7f39000 rwxp 0000a000 03:43 1704995 /lib/tls/libpthread-0.29.so
    b7f39000-b7f3b000 rwxp b7f39000 00:00 0
    b7f3c000-b7f3e000 r-xs 00000000 03:43 2033060 /usr/java/jdk1.5.0_04/jre/lib/ext/dnsns.jar
    b7f3e000-b7f49000 r-xp 00000000 03:43 2523429 /lib/libnss_files-2.3.2.so
    b7f49000-b7f4a000 rwxp 0000a000 03:43 2523429 /lib/libnss_files-2.3.2.so
    b7f4a000-b7f50000 r-xp 00000000 03:43 5145970 /usr/java/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b7f50000-b7f51000 rwxp 00006000 03:43 5145970 /usr/java/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b7f51000-b7f52000 rwxp b7f51000 00:00 0
    b7f52000-b7f53000 ---p b7f52000 00:00 0
    b7f53000-b7f54000 rwxp b7f53000 00:00 0
    b7f54000-b7f69000 r-xp 00000000 03:43 2523138 /lib/ld-2.3.2.so
    b7f69000-b7f6a000 rwxp 00014000 03:43 2523138 /lib/ld-2.3.2.so
    bf769000-bf76c000 ---p bf769000 00:00 0
    bf76c000-bf969000 rwxp bf76c000 00:00 0 [stack]
    ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
    VM Arguments:
    java_command: sjtu.dctc.wonder.flashui.TestFlashUI
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.5.0_03
    PATH=/usr/local/garnome/bin:/usr/local/garnome/sbin:/usr/local/kde3.4/bin:/usr/local/kde3.4/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/sbin:/home/steven/bin:/usr/java/jdk1.5.0_03/bin:/opt/ant/bin
    USERNAME=steven
    LD_LIBRARY_PATH=/usr/java/jdk1.5.0_04/jre/lib/i386/client:/usr/java/jdk1.5.0_04/jre/lib/i386:/usr/java/jdk1.5.0_04/jre/../lib/i386:/opt/projects/wonder/svn/trunk/javaflash/src/c:/opt/projects/wonder/svn/trunk/javaflash/lib:/home/steven/mozilla/objdir/dist/lib:/usr/local/garnome/lib:/usr/local/kde3.4/lib:/usr/local/BerkeleyDB.4.3/lib
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x2e52f0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x2e52f0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x25d640], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x04000000
    SIGILL: [libjvm.so+0x25d640], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x25f980], sa_mask[0]=0x00000004, sa_flags=0x14000004
    SIGHUP: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGINT: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGQUIT: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x25f3b0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Linux release 9 (Shrike)
    uname:Linux 2.6.12.2-smp #3 SMP Sat Jul 2 08:10:18 CST 2005 i686
    libc:glibc 2.3.2 NPTL 0.29
    rlimit: STACK 8192k, CORE 0k, NPROC 4089, NOFILE 1024, AS infinity
    load average:1.79 0.51 0.22
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 514764k(6852k free), swap 1052248k(907128k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for linux-x86, built on Jun 3 2005 03:17:33 by java_re with gcc 3.2.1-7a (J2SE release)
    ================================================================
    The following is the gc dump when the operation is successful:
    ================================================================
    [GC  {Heap before GC invocations=9:
    Heap
    def new generation   total 576K, used 559K [0x49970000, 0x49a10000, 0x4c0d0000)
      eden space 512K, 100% used [0x49970000, 0x499f0000, 0x499f0000)
      from space 64K,  74% used [0x49a00000, 0x49a0bdf0, 0x49a10000)
      to   space 64K,   0% used [0x499f0000, 0x499f0000, 0x49a00000)
    tenured generation   total 1408K, used 762K [0x4c0d0000, 0x4c230000, 0x69970000)
       the space 1408K,  54% used [0x4c0d0000, 0x4c18ea80, 0x4c18ec00, 0x4c230000)
    compacting perm gen  total 8192K, used 1553K [0x69970000, 0x6a170000, 0x6d970000)
       the space 8192K,  18% used [0x69970000, 0x69af46f0, 0x69af4800, 0x6a170000)
        ro space 8192K,  68% used [0x6d970000, 0x6deea338, 0x6deea400, 0x6e170000)
        rw space 12288K,  47% used [0x6e170000, 0x6e7297d8, 0x6e729800, 0x6ed70000)
    [DefNew: 559K->19K(576K), 0.0018160 secs] 1322K->817K(1984K) Heap after GC invocations=10:
    Heap
    def new generation total 576K, used 19K [0x49970000, 0x49a10000, 0x4c0d0000)
    eden space 512K, 0% used [0x49970000, 0x49970000, 0x499f0000)
    from space 64K, 30% used [0x499f0000, 0x499f4f28, 0x49a00000)
    to space 64K, 0% used [0x49a00000, 0x49a00000, 0x49a10000)
    tenured generation total 1408K, used 798K [0x4c0d0000, 0x4c230000, 0x69970000)
    the space 1408K, 56% used [0x4c0d0000, 0x4c197880, 0x4c197a00, 0x4c230000)
    compacting perm gen total 8192K, used 1553K [0x69970000, 0x6a170000, 0x6d970000)
    the space 8192K, 18% used [0x69970000, 0x69af46f0, 0x69af4800, 0x6a170000)
    ro space 8192K, 68% used [0x6d970000, 0x6deea338, 0x6deea400, 0x6e170000)
    rw space 12288K, 47% used [0x6e170000, 0x6e7297d8, 0x6e729800, 0x6ed70000)
    } , 0.0021780 secs]
    ========================================================================
    The following is the gc dump when JVM crashes:
    ========================================================================
    [GC  {Heap before GC invocations=9:
    Heap
    def new generation   total 576K, used 546K [0x49970000, 0x49a10000, 0x4c0d0000)
      eden space 512K, 100% used [0x49970000, 0x499f0000, 0x499f0000)
      from space 64K,  54% used [0x49a00000, 0x49a08a48, 0x49a10000)
      to   space 64K,   0% used [0x499f0000, 0x499f0000, 0x49a00000)
    tenured generation   total 1408K, used 792K [0x4c0d0000, 0x4c230000, 0x69970000)
       the space 1408K,  56% used [0x4c0d0000, 0x4c1960f0, 0x4c196200, 0x4c230000)
    compacting perm gen  total 8192K, used 1551K [0x69970000, 0x6a170000, 0x6d970000)
       the space 8192K,  18% used [0x69970000, 0x69af3c90, 0x69af3e00, 0x6a170000)
        ro space 8192K,  68% used [0x6d970000, 0x6deea338, 0x6deea400, 0x6e170000)
        rw space 12288K,  47% used [0x6e170000, 0x6e7297d8, 0x6e729800, 0x6ed70000)
    [DefNew#
    =======================================================================
    I can reproduce the error in jdk1.5.0_03, jdk1.5.0_04 and jdk1.6.0-ea-b50. I am sure it's my program's fault, not the gc's. But as I have no knowledge of sun's JVM implementation, I don't know what may be the root cause. What error in JNI may cause the problem above?
    Hope you can help me! Thanks ahead.
    Best Regards,
    Steven Gong                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    It is a core dump. Hence i feel the problem is in
    your native code. I think there is a null pointer
    exception or any exception in your native code. Check
    the native code. If it was java code problem, it
    would have generated an exception.You mean there may be unhandled exceptions in native code that
    may cause this problem?

Maybe you are looking for

  • WRX Error-For consumables posting with Acc Assignment K

    We are doing a GR for consumables posting with account assignment category K (Cost centre).  However, while trying to post the document, system issues a message that "Account determination for WRX cannot be determined".  Why this error is coming for

  • Tiger on an external hard disk

    Hi, I'd know if it is possible to install Tiger on an external usb hard drive and to boot from it. Until now, I was unable to accomplish this. I've a ibook 12'' and a Lacie hard drive. Thanks, davide

  • I download adobe flash player for my macbook pro, but nothing that requires adobe flash player works

    i download adobe flash player for my macbook pro, but nothing that requires adobe flash player works. i haven"t tried much, but only because i have no idea what to do.

  • Error in sql loader

    hi, when i am trying to load data using sql loader i come across the following errors and i was unable to load data into my staging tables. please explain me what are they and how to rectify them. SQL*Loader-524: partial record found at end of datafi

  • "Create Adobe PDF" Problems

    Hello! I would appreciate some help with the Create Adobe PDF function.. When i right click a MS Word file and then choose "Convert to Adobe PDF" i get an error saying: Create Adobe PDF Unable to find "Adobe PDF" Printer or "Acrobat Distiller" printe