JVM unexpectedly dies

Has anyone had any problems running Weblogic 5.10 SP8 on Solaris 2.7 and SDK 1.3.0 (fully patched) and had the java process unexpectedly die? We are seeing this occur regularly - at times once a day. Any suggestions as to why the java process would just stop working? Nothing in the weblogic logs seems to indicate any problems. The only parameter I see is that the % of Write Cache Ratio seems to drop to less than 10% - but it is so sudden that I cannot predict or figure out why it is occuring.I have tried starting Weblogic with both the -server setting on and off, as well as the memory allocations -Xms64m and -Xmx256m.Any thoughts?

Yes -
http://developer.java.sun.com/developer/bugParade/bugs/4390238.html
Please open a case with BEA support to encourage them to get it
resolved.
Mike
Geoff Fowler <[email protected]> wrote:
Has anyone had any problems running Weblogic 5.10 SP8
on Solaris 2.7 and SDK 1.3.0 (fully patched) and had
the java process unexpectedly die? We are seeing this
occur regularly - at times once a day. Any suggestions
as to why the java process would just stop working? Nothing
in the weblogic logs seems to indicate any problems.
The only parameter I see is that the % of Write Cache
Ratio seems to drop to less than 10% - but it is so sudden
that I cannot predict or figure out why it is occuring.I
have
tried starting Weblogic with both the -server setting
on and off, as well as the memory allocations -Xms64m
and -Xmx256m.Any thoughts?

Similar Messages

  • Help with JDPA failure on JVM Startup from C++ using JNI_CreateJavaVM

    The short version:
    When I try to start a jvm with the -Xrunjdwp from C++ using JNI_CreateJavaVM and the following settings, it simply crashes. I can run my program just fine when this option is not present.
    JavaVMOption aoOptions[5];     
    aoOptions[0].optionString = m_ustrClassPath.GetStringA();
    aoOptions[1].optionString = "-Xdebug";
    aoOptions[2].optionString = "-Xnoagent";
    aoOptions[3].optionString = "-Djava.compiler=NONE";
    aoOptions[4].optionString = "-Xrunjdwp:transport=dt_socket,address=localhost:8000,server=y,suspend=n";
    I have all the appropriate jar files on the classpath and the DLL's are on the path. I am running 1.4.2. I have also tried dt_shmem and a combination of most of the adjustable paramaters being on/off or not present. Any help would be greatly appreciated!!!
    Thanks,
    Chris
    The long version (or why I want to do this crazy thing):
    I am migrating a product line from Visual Basic/C++/COM to Java. I recently purchased JBuilder 9 with the hope that I could use the attach to running JVM process to debug fully. When I attempted to add the neccessary options, my jvm create dies. I can't get to a point to attach from JBuilder.

    I have finally found a solution...
    Please see this bug: http://developer.java.sun.com/developer/bugParade/bugs/4335526.html
    The bug has not been fixed but a workaround exists. Please see the bug for full information, the short answer is this.
    When using the below settings, the -Xrun option is causing an Access Exception crash within jvm.dll. This seems to be because the -Xrun string is modified within jvm.dll.
    JavaVMOption aoOptions[5];
    aoOptions[0].optionString = m_ustrClassPath.GetStringA();
    aoOptions[1].optionString = "-Xdebug";
    aoOptions[2].optionString = "-Xnoagent";
    aoOptions[3].optionString = "-Djava.compiler=NONE";
    aoOptions[4].optionString = "-Xrunjdwp:transport=dt_socket,address=localhost:8000,server=y,suspend=n";
    The solution that worked for me was to use strdup as indicated in the workaround for the bug.
    JavaVMOption aoOptions[5];     
    pTempStrOption = m_ustrClassPath.GetStringA();
    aoOptions[0].optionString = strdup(pTempStrOption);
    aoOptions[1].optionString = strdup("-Xdebug");
    aoOptions[2].optionString = strdup("-Xnoagent");
    aoOptions[3].optionString = strdup("-Djava.compiler=NONE");
    aoOptions[4].optionString = strdup("-Xrunjdwp:transport=dt_socket,address=3333,server=y");
    This has caused me grief for months. It was not easy to locate in the bug database. It existed in 1.3 and still exists as of 1.4.2. I am not sure about the 1.5 beta.

  • Mac Book Pro starts up to white screen then makes a sound and dies, turning off

    Hello, my macbook pro is new, bought in August 2011. Just recently my battery died prematurely after only 118 cycles. However, the hard drive also had to be replaced as it wasn't for some reason working with the battery. Now, my computer even though the battery works and I've passed all my documents to the new hard drive is having problems when it starts up. It makes the typical apple sound when it turns on and it goes to the white apple screen and unexpectedly dies off (turns off). It makes a sound as if everything is starting off then a dying sound when it turns off. Sometimes I try it again and it turns off or it can also turn on randomly and fully boot. Holding the shift, control and alt key while it is connected to the battery until the charge changed color works but it is not a permanent solution as this problem has continued for a week. It occured a couple of days after replacing the hard drive and battery at the genius bar. Any help?

    It is better to take it back to the genius bar.
    Your MBP is under warranty and let them fix it for you.
    Nobody here can help you with hardware problems.
    Best.

  • 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.

  • Advancewd Debugging tactics needed!

    Hi,
    I was wondering if any of you more experienced prgrammers can help me with a big problem I'm trying to solve.
    I'm working on a large multi-threaded server based app running on Suse Linux and jdk 1.4.1_01.
    The code has a lot of database access, and calls a lot of native code for complex calculations and a commercial messaging infrastructure.
    The problem is that at a certain point on startup, the application has recently started crashing and I'm having trouble finding out the cause. Its a strange crash because no exceptions are produced, the JVM just dies with no HotSpot reports or anything similar (i.e. the linux process dies). I dont even get a core dump (moving tha app to Solaris saw the same error occurring, this time with a core produced which seemed to say nothing of any significance).
    I currently suspect its a bug in the HotSpot compiler, as the program works fine when I used the -Xint VM option (although obviously much slower). The problem is tracking down why this occurs and precisly where in the code.
    This leads to my next problem...I have found that by adding logging statements at various points, alters the place that the app crashes (again this points to a hotspot bug as log statements will alter the order that commands are executed by the JVM).
    So now I'm stuck....I've got a Schrodingers (sp.) Cat situation where adding logging changes the effect of the bug.
    Anyone have any ideas how I should proceed from here?
    cheers.

    Well there's certainly no throwables/Exceptions occuring in the code. I kinda suspected this would be the case due to the JVM just falling over like it does, but worth a try anyway.
    I've got a small sample of code here which seems to be at the root of the problem, maybe someone might spot something. Unfortunately I can't provide a succinct example that can be run on its own, as it seems the problem is caused by the highly concurrent nature of the app. (By the way its running on a dual cpu machine with hyperthreading switched on).
    System.out.println("this always gets printed");
    synchronized(anObject){
        System.out.println("this sometimes gets printed");
        while(someTest){
            System.out.println("this always gets printed if the one above does");
             callSomeMethod();
             System.out.println("this never gets printed");
    }When I say "sometimes gets printed" I mean that either it appears in stdout, or the JVM dies. So in summary, with little or no logging, the JVM dies fairly consistently around the synchronized statement. If I add extra logging, esp. in the callSomeMethod(), then the JVM still dies, but later in the code.
    All very strange

  • JVM CRASH with the error msg  An unexpected error has been detected by HotS

    Iam using Jboss 4.2.2 for my application
    the JVM is crashing with the following msg when i call a function in a DLL (JNI)
    the error msg :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    # An error report file with more information is saved as hs_err_pid3356.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Press any key to continue . . .
    and the log file generated:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    --------------- T H R E A D ---------------
    Current thread (0x00991488): VMThread [id=3544]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000440
    Registers:
    EAX=0x00000440, EBX=0x48284758, ECX=0x2cbefa5c, EDX=0x6dbcd170
    ESP=0x2cbef9c4, EBP=0x000001c4, ESI=0x3800d3a4, EDI=0x2cbefa5c
    EIP=0x6d963733, EFLAGS=0x00010283
    Top of Stack: (sp=0x2cbef9c4)
    0x2cbef9c4: 2cbefa5c 3800d3a0 6d982aab 3800d3a4
    0x2cbef9d4: 2cbefa5c 2cbefa5c 0092a538 0092a538
    0x2cbef9e4: 009449d0 6db4ff25 2cbefa5c 0092a7d0
    0x2cbef9f4: 6d995c41 2cbefa5c 0092a538 0092a7d0
    0x2cbefa04: 00000000 0092a538 6d964252 00000000
    0x2cbefa14: 00000001 00000000 00000001 2cbefaa8
    0x2cbefa24: 2cbefa5c 0092a538 0092a580 2cbefbfc
    0x2cbefa34: 00990b70 0003f758 08bdef90 6dbcd110
    Instructions: (pc=0x6d963733)
    0x6d963723: 24 08 57 8b f9 8b 06 85 c0 74 3e 3b 47 1c 73 39
    0x6d963733: 8b 08 83 e1 03 80 f9 03 75 06 8b 00 24 fc eb 0a
    Stack: [0x2bcf0000,0x2cbf0000), sp=0x2cbef9c4, free space=15358k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x93733]
    [error occurred during error reporting, step 120, id 0xc0000005]
    VM_Operation (0x65dbee54): generation collection for allocation, mode: safepoint, requested by thread 0x496f2dd0
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x35f27498 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3508]
    0x3178fde8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=748]
    0x496f2dd0 JavaThread "http-0.0.0.0-8080-3" daemon [_thread_blocked, id=3044]
    0x356c4008 JavaThread "IdleRemover" daemon [_thread_blocked, id=2832]
    0x496bdae0 JavaThread "http-0.0.0.0-8080-2" daemon [_thread_blocked, id=2452]
    0x31713dc0 JavaThread "http-0.0.0.0-8080-1" daemon [_thread_blocked, id=2740]
    0x49538008 JavaThread "Thread-6" [_thread_blocked, id=752]
    0x485d4008 JavaThread "ajp-0.0.0.0-8009-Acceptor-0" daemon [_thread_in_native, id=1548]
    0x498b6dd0 JavaThread "http-0.0.0.0-8080-Acceptor-0" daemon [_thread_blocked, id=3892]
    0x493eb008 JavaThread "JBossLifeThread" [_thread_blocked, id=3392]
    0x3827f260 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=1900]
    0x388c9758 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=1996]
    0x35a187b0 JavaThread "JCA PoolFiller" [_thread_blocked, id=2460]
    0x4948c448 JavaThread "Timer-2" daemon [_thread_blocked, id=3816]
    0x48712e80 JavaThread "HSQLDB Timer @9db0ad" daemon [_thread_blocked, id=2456]
    0x35706d30 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=3088]
    0x385ed548 JavaThread "DefaultQuartzScheduler_Worker-9" [_thread_blocked, id=2876]
    0x38282e60 JavaThread "DefaultQuartzScheduler_Worker-8" [_thread_blocked, id=2916]
    0x38282708 JavaThread "DefaultQuartzScheduler_Worker-7" [_thread_blocked, id=2172]
    0x36061c68 JavaThread "DefaultQuartzScheduler_Worker-6" [_thread_blocked, id=2680]
    0x31865dd8 JavaThread "DefaultQuartzScheduler_Worker-5" [_thread_blocked, id=3868]
    0x483a8d48 JavaThread "DefaultQuartzScheduler_Worker-4" [_thread_blocked, id=3208]
    0x483a8a90 JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_blocked, id=4000]
    0x355bcd90 JavaThread "DefaultQuartzScheduler_Worker-2" [_thread_blocked, id=1056]
    0x48998d38 JavaThread "DefaultQuartzScheduler_Worker-1" [_thread_blocked, id=1712]
    0x383e7d58 JavaThread "DefaultQuartzScheduler_Worker-0" [_thread_blocked, id=3752]
    0x485e6ed0 JavaThread "WorkManager(2)-1" daemon [_thread_blocked, id=3448]
    0x488a0008 JavaThread "Thread-7" daemon [_thread_blocked, id=3620]
    0x38410008 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=928]
    0x382d1bf0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3116]
    0x37fb6de0 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=3512]
    0x357e78c8 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1128]
    0x381fb310 JavaThread "AcceptorThread#0:3873" [_thread_in_native, id=3096]
    0x381e33b0 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1076]
    0x318e5d90 JavaThread "AcceptorThread#0:4446" [_thread_in_native, id=2340]
    0x35d15b80 JavaThread "PooledInvokerAcceptor#0-4445" [_thread_in_native, id=2332]
    0x35fa1c98 JavaThread "RMI TCP Accept-4444" daemon [_thread_in_native, id=164]
    0x35d15df0 JavaThread "Listener:2365" daemon [_thread_in_native, id=3408]
    0x35d13dc8 JavaThread "Thread-5" daemon [_thread_blocked, id=1928]
    0x35f35c60 JavaThread "Thread-4" daemon [_thread_blocked, id=4032]
    0x35d66db0 JavaThread "Listener:2361" daemon [_thread_in_native, id=2168]
    0x3828dd90 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=3052]
    0x35da8ab0 JavaThread "GC Daemon" daemon [_thread_blocked, id=2028]
    0x35d390c8 JavaThread "RMI Reaper" [_thread_blocked, id=488]
    0x35cedaa8 JavaThread "Timer-1" daemon [_thread_blocked, id=2900]
    0x35ced920 JavaThread "RMI TCP Accept-1098" daemon [_thread_in_native, id=3908]
    0x35dd35a0 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=872]
    0x35e42e48 JavaThread "ScannerThread" daemon [_thread_blocked, id=168]
    0x31895da8 JavaThread "Timer-0" daemon [_thread_blocked, id=3324]
    0x00037aa0 JavaThread "DestroyJavaVM" [_thread_blocked, id=1244]
    0x316f0c48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3904]
    0x0099f900 JavaThread "CompilerThread1" daemon [_thread_blocked, id=228]
    0x0099ea98 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696]
    0x0099dbf0 JavaThread "AdapterThread" daemon [_thread_blocked, id=3360]
    0x0099cf10 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=892]
    0x00993968 JavaThread "Finalizer" daemon [_thread_blocked, id=2776]
    0x00993620 JavaThread "Reference Handler" daemon [_thread_blocked, id=1348]
    Other Threads:
    =>0x00991488 VMThread [id=3544]
    0x316f1f58 WatcherThread [id=3288]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00037158/0x0000071c] Threads_lock - owner thread: 0x00991488
    [0x000372d8/0x000006e0] Heap_lock - owner thread: 0x496f2dd0
    Heap
    def new generation total 20736K, used 17960K [0x03a60000, 0x050e0000, 0x07340000)
    eden space 18432K, 97% used [0x03a60000, 0x04be8eb0, 0x04c60000)
    from space 2304K, 0% used [0x04ea0000, 0x04ea1350, 0x050e0000)
    to space 2304K, 0% used [0x04c60000, 0x04c605b0, 0x04ea0000)
    tenured generation total 183196K, used 125267K [0x07340000, 0x12627000, 0x23a60000)
    the space 183196K, 68% used [0x07340000, 0x0ed94d90, 0x0ed94e00, 0x12627000)
    compacting perm gen total 131072K, used 39965K [0x23a60000, 0x2ba60000, 0x2ba60000)
    the space 131072K, 30% used [0x23a60000, 0x261677a8, 0x26167800, 0x2ba60000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      F:\Java\jdk1.5.0_07\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      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
    0x6d8d0000 - 0x6dc85000      F:\Java\jdk1.5.0_07\jre\bin\server\jvm.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x6d2f0000 - 0x6d2f8000      F:\Java\jdk1.5.0_07\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      F:\Java\jdk1.5.0_07\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      F:\Java\jdk1.5.0_07\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      F:\Java\jdk1.5.0_07\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      F:\Java\jdk1.5.0_07\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d520000 - 0x6d528000      F:\Java\jdk1.5.0_07\jre\bin\management.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x39e60000 - 0x39e88000      C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x6d550000 - 0x6d559000      F:\Java\jdk1.5.0_07\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      F:\Java\jdk1.5.0_07\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x462a0000 - 0x462d8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d2b0000 - 0x6d2ef000      F:\Java\jdk1.5.0_07\jre\bin\fontmanager.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x6d430000 - 0x6d44f000      F:\Java\jdk1.5.0_07\jre\bin\jpeg.dll
    0x47290000 - 0x472a3000      F:\jboss-4.2.2.GA\bin\locateprintsdll.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x472b0000 - 0x472bd000      C:\WINDOWS\system32\MFC42LOC.DLL
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Dreports.configDir=F:/jboss-4.2.2.GA/server/default/conf/ -XX:PermSize=128m -Xms128m -Xmx512m -Xss15m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=F:\jboss-4.2.2.GA\lib\endorsed
    java_command: org.jboss.Main -b 0.0.0.0
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=F:\Java\jdk1.5.0_07
    CLASSPATH=F:\Tomcat 5.5\webapps\IWS\WEB-INF\lib\servlet-api.jar;.
    PATH=D:\oracle\ora92\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\Rational\common;F:\Java\jdk1.5.0_07\bin;F:\Java\jre1.5.0_07\bin;F:\jboss-4.2.2.GA\DLLs;
    USERNAME=Arun
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1013660k(193696k free), swap 2444544k(642724k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for windows-x86, built on May 3 2006 00:45:13 by "java_re" with MS VC++ 6.0
    pls help me ...
    thanks in advance

    Iam using Jboss 4.2.2 for my application
    the JVM is crashing with the following msg when i call a function in a DLL (JNI)
    the error msg :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    # An error report file with more information is saved as hs_err_pid3356.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Press any key to continue . . .
    and the log file generated:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d963733, pid=3356, tid=3544
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x93733]
    --------------- T H R E A D ---------------
    Current thread (0x00991488): VMThread [id=3544]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000440
    Registers:
    EAX=0x00000440, EBX=0x48284758, ECX=0x2cbefa5c, EDX=0x6dbcd170
    ESP=0x2cbef9c4, EBP=0x000001c4, ESI=0x3800d3a4, EDI=0x2cbefa5c
    EIP=0x6d963733, EFLAGS=0x00010283
    Top of Stack: (sp=0x2cbef9c4)
    0x2cbef9c4: 2cbefa5c 3800d3a0 6d982aab 3800d3a4
    0x2cbef9d4: 2cbefa5c 2cbefa5c 0092a538 0092a538
    0x2cbef9e4: 009449d0 6db4ff25 2cbefa5c 0092a7d0
    0x2cbef9f4: 6d995c41 2cbefa5c 0092a538 0092a7d0
    0x2cbefa04: 00000000 0092a538 6d964252 00000000
    0x2cbefa14: 00000001 00000000 00000001 2cbefaa8
    0x2cbefa24: 2cbefa5c 0092a538 0092a580 2cbefbfc
    0x2cbefa34: 00990b70 0003f758 08bdef90 6dbcd110
    Instructions: (pc=0x6d963733)
    0x6d963723: 24 08 57 8b f9 8b 06 85 c0 74 3e 3b 47 1c 73 39
    0x6d963733: 8b 08 83 e1 03 80 f9 03 75 06 8b 00 24 fc eb 0a
    Stack: [0x2bcf0000,0x2cbf0000), sp=0x2cbef9c4, free space=15358k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x93733]
    [error occurred during error reporting, step 120, id 0xc0000005]
    VM_Operation (0x65dbee54): generation collection for allocation, mode: safepoint, requested by thread 0x496f2dd0
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x35f27498 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3508]
    0x3178fde8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=748]
    0x496f2dd0 JavaThread "http-0.0.0.0-8080-3" daemon [_thread_blocked, id=3044]
    0x356c4008 JavaThread "IdleRemover" daemon [_thread_blocked, id=2832]
    0x496bdae0 JavaThread "http-0.0.0.0-8080-2" daemon [_thread_blocked, id=2452]
    0x31713dc0 JavaThread "http-0.0.0.0-8080-1" daemon [_thread_blocked, id=2740]
    0x49538008 JavaThread "Thread-6" [_thread_blocked, id=752]
    0x485d4008 JavaThread "ajp-0.0.0.0-8009-Acceptor-0" daemon [_thread_in_native, id=1548]
    0x498b6dd0 JavaThread "http-0.0.0.0-8080-Acceptor-0" daemon [_thread_blocked, id=3892]
    0x493eb008 JavaThread "JBossLifeThread" [_thread_blocked, id=3392]
    0x3827f260 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=1900]
    0x388c9758 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=1996]
    0x35a187b0 JavaThread "JCA PoolFiller" [_thread_blocked, id=2460]
    0x4948c448 JavaThread "Timer-2" daemon [_thread_blocked, id=3816]
    0x48712e80 JavaThread "HSQLDB Timer @9db0ad" daemon [_thread_blocked, id=2456]
    0x35706d30 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=3088]
    0x385ed548 JavaThread "DefaultQuartzScheduler_Worker-9" [_thread_blocked, id=2876]
    0x38282e60 JavaThread "DefaultQuartzScheduler_Worker-8" [_thread_blocked, id=2916]
    0x38282708 JavaThread "DefaultQuartzScheduler_Worker-7" [_thread_blocked, id=2172]
    0x36061c68 JavaThread "DefaultQuartzScheduler_Worker-6" [_thread_blocked, id=2680]
    0x31865dd8 JavaThread "DefaultQuartzScheduler_Worker-5" [_thread_blocked, id=3868]
    0x483a8d48 JavaThread "DefaultQuartzScheduler_Worker-4" [_thread_blocked, id=3208]
    0x483a8a90 JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_blocked, id=4000]
    0x355bcd90 JavaThread "DefaultQuartzScheduler_Worker-2" [_thread_blocked, id=1056]
    0x48998d38 JavaThread "DefaultQuartzScheduler_Worker-1" [_thread_blocked, id=1712]
    0x383e7d58 JavaThread "DefaultQuartzScheduler_Worker-0" [_thread_blocked, id=3752]
    0x485e6ed0 JavaThread "WorkManager(2)-1" daemon [_thread_blocked, id=3448]
    0x488a0008 JavaThread "Thread-7" daemon [_thread_blocked, id=3620]
    0x38410008 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=928]
    0x382d1bf0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3116]
    0x37fb6de0 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=3512]
    0x357e78c8 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1128]
    0x381fb310 JavaThread "AcceptorThread#0:3873" [_thread_in_native, id=3096]
    0x381e33b0 JavaThread "ServerSocketRefresh" daemon [_thread_blocked, id=1076]
    0x318e5d90 JavaThread "AcceptorThread#0:4446" [_thread_in_native, id=2340]
    0x35d15b80 JavaThread "PooledInvokerAcceptor#0-4445" [_thread_in_native, id=2332]
    0x35fa1c98 JavaThread "RMI TCP Accept-4444" daemon [_thread_in_native, id=164]
    0x35d15df0 JavaThread "Listener:2365" daemon [_thread_in_native, id=3408]
    0x35d13dc8 JavaThread "Thread-5" daemon [_thread_blocked, id=1928]
    0x35f35c60 JavaThread "Thread-4" daemon [_thread_blocked, id=4032]
    0x35d66db0 JavaThread "Listener:2361" daemon [_thread_in_native, id=2168]
    0x3828dd90 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=3052]
    0x35da8ab0 JavaThread "GC Daemon" daemon [_thread_blocked, id=2028]
    0x35d390c8 JavaThread "RMI Reaper" [_thread_blocked, id=488]
    0x35cedaa8 JavaThread "Timer-1" daemon [_thread_blocked, id=2900]
    0x35ced920 JavaThread "RMI TCP Accept-1098" daemon [_thread_in_native, id=3908]
    0x35dd35a0 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=872]
    0x35e42e48 JavaThread "ScannerThread" daemon [_thread_blocked, id=168]
    0x31895da8 JavaThread "Timer-0" daemon [_thread_blocked, id=3324]
    0x00037aa0 JavaThread "DestroyJavaVM" [_thread_blocked, id=1244]
    0x316f0c48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3904]
    0x0099f900 JavaThread "CompilerThread1" daemon [_thread_blocked, id=228]
    0x0099ea98 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696]
    0x0099dbf0 JavaThread "AdapterThread" daemon [_thread_blocked, id=3360]
    0x0099cf10 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=892]
    0x00993968 JavaThread "Finalizer" daemon [_thread_blocked, id=2776]
    0x00993620 JavaThread "Reference Handler" daemon [_thread_blocked, id=1348]
    Other Threads:
    =>0x00991488 VMThread [id=3544]
    0x316f1f58 WatcherThread [id=3288]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00037158/0x0000071c] Threads_lock - owner thread: 0x00991488
    [0x000372d8/0x000006e0] Heap_lock - owner thread: 0x496f2dd0
    Heap
    def new generation total 20736K, used 17960K [0x03a60000, 0x050e0000, 0x07340000)
    eden space 18432K, 97% used [0x03a60000, 0x04be8eb0, 0x04c60000)
    from space 2304K, 0% used [0x04ea0000, 0x04ea1350, 0x050e0000)
    to space 2304K, 0% used [0x04c60000, 0x04c605b0, 0x04ea0000)
    tenured generation total 183196K, used 125267K [0x07340000, 0x12627000, 0x23a60000)
    the space 183196K, 68% used [0x07340000, 0x0ed94d90, 0x0ed94e00, 0x12627000)
    compacting perm gen total 131072K, used 39965K [0x23a60000, 0x2ba60000, 0x2ba60000)
    the space 131072K, 30% used [0x23a60000, 0x261677a8, 0x26167800, 0x2ba60000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      F:\Java\jdk1.5.0_07\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      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
    0x6d8d0000 - 0x6dc85000      F:\Java\jdk1.5.0_07\jre\bin\server\jvm.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x6d2f0000 - 0x6d2f8000      F:\Java\jdk1.5.0_07\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      F:\Java\jdk1.5.0_07\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      F:\Java\jdk1.5.0_07\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      F:\Java\jdk1.5.0_07\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      F:\Java\jdk1.5.0_07\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d520000 - 0x6d528000      F:\Java\jdk1.5.0_07\jre\bin\management.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x39e60000 - 0x39e88000      C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x6d550000 - 0x6d559000      F:\Java\jdk1.5.0_07\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      F:\Java\jdk1.5.0_07\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x462a0000 - 0x462d8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d2b0000 - 0x6d2ef000      F:\Java\jdk1.5.0_07\jre\bin\fontmanager.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x6d430000 - 0x6d44f000      F:\Java\jdk1.5.0_07\jre\bin\jpeg.dll
    0x47290000 - 0x472a3000      F:\jboss-4.2.2.GA\bin\locateprintsdll.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x472b0000 - 0x472bd000      C:\WINDOWS\system32\MFC42LOC.DLL
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Dreports.configDir=F:/jboss-4.2.2.GA/server/default/conf/ -XX:PermSize=128m -Xms128m -Xmx512m -Xss15m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=F:\jboss-4.2.2.GA\lib\endorsed
    java_command: org.jboss.Main -b 0.0.0.0
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=F:\Java\jdk1.5.0_07
    CLASSPATH=F:\Tomcat 5.5\webapps\IWS\WEB-INF\lib\servlet-api.jar;.
    PATH=D:\oracle\ora92\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\Rational\common;F:\Java\jdk1.5.0_07\bin;F:\Java\jre1.5.0_07\bin;F:\jboss-4.2.2.GA\DLLs;
    USERNAME=Arun
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1013660k(193696k free), swap 2444544k(642724k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for windows-x86, built on May 3 2006 00:45:13 by "java_re" with MS VC++ 6.0
    pls help me ...
    thanks in advance

  • JVM Core Dump  -  An irrecoverable stack overflow has occurred.;  Unexpected Signal : 11 occurred at PC=0xfb3d40cc;

    Hi all,
    We have faced this problem in our production system.
    Machine is Solaris 8, sparc, Running Java 1.3.1_08 hotspot version.
    I searched around quite a bit but no good solution.
    Here is the stack trace that I have just before the JVM crashes.
    Also, I am new to gdb. I tried to connect to core dump file through gdb but i
    do not see any details. The application is running on japanese platform how can
    I read the core file?
    Regards
    Tapan
    ~~~~~~~~~~~~~~~~~~~~~~
    STACK TRACE -
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    Tag 'insert' can't insert page '/dealing/Snippet.do?name=pricingDetail.edit'.
    Check if it exists.
    Null property value for 'allQuotes'
    java.lang.IllegalArgumentException: Null property value for 'allQuotes'
         at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:619)
         at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:669)
         at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:509)
         at org.apache.struts.taglib.bean.DefineTag.doStartTag(DefineTag.java:200)
         at directDerivatives._integral._dealing._swap._CC.__PricingDetailEdit._jspService(__PricingDetailEdit.java:325)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
         at org.apache.struts.tiles.ActionComponentServlet.processForward(ActionComponentServlet.java:262)
         at org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionComponentServlet.java:104)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1529)
         at com.integral.jsp.framework.IdcActionServlet.validateRequest(IdcActionServlet.java:331)
         at com.integral.jsp.framework.IdcActionServlet.process(IdcActionServlet.java:139)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:487)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:123)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:733)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:368)
         at directDerivatives._integral._dealing._workflow._template.__DealingFormLayout._jspService(__DealingFormLayout.java:1912)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:284)
         at org.apache.struts.tiles.ActionComponentServlet.processForward(ActionComponentServlet.java:264)
         at org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionComponentServlet.java:104)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1529)
         at com.integral.jsp.framework.IdcActionServlet.validateRequest(IdcActionServlet.java:331)
         at com.integral.jsp.framework.IdcActionServlet.process(IdcActionServlet.java:139)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:487)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2678)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2412)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)<2004/04/26 9:44:34:JST>
    <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession: ABOUT
    TO ACQUIRE LOCK...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    ABOUT TO ACQUIRE LOCK...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    An irrecoverable stack overflow has occurred.
    Unexpected Signal : 11 occurred at PC=0xfb3d40cc
    Function name=getValue (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000      /opt/weblogic/jdk131/bin/../bin/sparc/native_threads/java
    0xff350000      /usr/lib/libthread.so.1
    0xff390000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff330000      /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xfe400000      /opt/weblogic/jdk131/jre/lib/sparc/client/libjvm.so
    0xff2e0000      /usr/lib/libCrun.so.1
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff310000      /usr/lib/libw.so.1
    0xff0b0000      /usr/lib/libmp.so.2
    0xff060000      /opt/weblogic/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff030000      /opt/weblogic/jdk131/jre/lib/sparc/libverify.so
    0xfe7c0000      /opt/weblogic/jdk131/jre/lib/sparc/libjava.so
    0xfe790000      /opt/weblogic/jdk131/jre/lib/sparc/libzip.so
    0xfe2d0000      /usr/lib/locale/ja_JP.PCK/ja_JP.PCK.so.2
    0xfe2b0000      /usr/lib/locale/ja_JP.PCK/methods_ja_JP.PCK.so.2
    0xaf5e0000      /opt/weblogic/jdk131/jre/lib/sparc/libnet.so
    0xaf360000      /usr/lib/nss_files.so.1
    0xaf340000      /opt/weblogic/wlserver/lib/solaris/libmuxer.so
    0xaf320000      /usr/ucblib/libucb.so.1
    0xaf230000      /usr/lib/libresolv.so.2
    0xaf140000      /usr/lib/libelf.so.1
    0xa7080000      /opt/weblogic/wlserver/lib/solaris/oci920_8/libweblogicoci37.so
    0xa6400000      /opt/oracle/product/lib32/libclntsh.so.9.0
    0xaf010000      /usr/lib/libC.so.5
    0xaef60000      /opt/oracle/product/lib32/libwtc9.so
    0xaef40000      /usr/lib/libgen.so.1
    0xaef20000      /usr/lib/libsched.so.1
    0xaee60000      /usr/lib/libaio.so.1
    0xaee40000      /usr/lib/librt.so.1
    0xad760000      /opt/weblogic/jdk131/jre/lib/sparc/libioser12.so
    Local Time = Mon Apr 26 09:44:34 2004
    Elapsed Time = 67979
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_08-b03 mixed mode)
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    ABOUT TO ACQUIRE LOCK...>
    ˆÙíI—¹

    Before debugging, look at these 20 or so search hits - at least one one of them looks like a possibility.
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=4F530E43505002CC&col=javabugs&col=javaforums&x=27&y=9
    Also - if the problem came on suddenly, what changed....environment, software, power, hardware, etc???

  • JVM crashes on Tomcat Start up :  An unexpected error has been detected by

    My application is running fine on tomcat server from last 2 months, but when I did a restart JVM crashed.
    It happened twice, after that its restarted normally.
    ERROR Log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (53484152454432554E54494D450E43505001A3), pid=31446, tid=234257328
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # An error report file with more information is saved as hs_err_pid31446.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    contents of hs_err_pid31446.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (53484152454432554E54494D450E43505001A3), pid=31446, tid=234257328
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0817bf48): JavaThread "main" [_thread_in_Java, id=31465]
    Stack: [0x0dee7000,0x0df68000), sp=0x0df62c8c, free space=495k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x500c93]
    V [libjvm.so+0x1c600c]
    V [libjvm.so+0x48f97f]
    V [libjvm.so+0x429a16]
    V [libjvm.so+0x426c24]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x077fcdc8 JavaThread "Connection Consumer for dest Subscription[subId=-  0x08b2df28 JavaThread "IdleRemover" daemon [_thread_blocked, id=31525]
    0x08b61070 JavaThread "TimeoutFactory" daemon [_thread_blocked, id=31524]
    0x078b0608 JavaThread "JCA PoolFiller" [_thread_blocked, id=31523]
    0x08b2d998 JavaThread "Timer-2" daemon [_thread_blocked, id=31522]
    0x0964f4f8 JavaThread "HSQLDB Timer @1f9b804" daemon [_thread_blocked, id=31521]
    0x062fcbe0 JavaThread "WorkManager(3)-1" daemon [_thread_blocked, id=31519]
    0x06eb7948 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=31515]
    0x081547b0 JavaThread "CompilerThread1" daemon [_thread_in_native, id=31462]
    0x08153708 JavaThread "CompilerThread0" daemon [_thread_in_native, id=31461]
    0x08152590 JavaThread "AdapterThread" daemon [_thread_blocked, id=31460]
    0x08151778 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=31459]
    0x08147500 JavaThread "Finalizer" daemon [_thread_blocked, id=31458]
    0x08146fb8 JavaThread "Reference Handler" daemon [_thread_blocked, id=31457]
    Other Threads:
    0x08144ae0 VMThread [id=31456]
    0x08157168 WatcherThread [id=31464]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    VM Arguments:
    jvm_args: -Xms1024m -Xmx3100m -XX:MaxPermSize=512m -verbose:gc -XX:+DisableExplicitGC -DAppDir= -Djboss.server.name=RatesServices-live-server4 -Dprogram.name
    =run.sh -Djava.endorsed.dirs=/ecomm/Jboss/RatesServices-live/lib/endorsed
    java_command: org.jboss.Main -c rbs
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/bin:/bin
    LD_LIBRARY_PATH=/opt/app/ecomm/java/jdk1.5.0_07/jre/lib/i386/server:/opt/app/ecomm/java/jdk1.5.0_07/jre/lib/i386:/opt/app/ecomm/java/jdk1.5.0_07/jre/../lib/i
    386:/opt/tibco/rv/lib:/ecomm/caf/DSlibs:/ecomm/caf/gcc/3.4.1/p4/lib:/ecomm/caf/boost/lib:/ecomm/caf/xerces/lib:/ecomm/caf/python/lib:/ecomm/caf/caf_4.8.0.17/
    build/linux_gcc_release/bin:/ecomm/caf/caf_4.8.0.17/build/linux_gcc_release/bin/lib/python2.2/config:/ecomm/caf/caf_4.8.0.17/build/linux_gcc_release/bin/lib:
    SHELL=/bin/sh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x5016a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x5016a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x426c00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGILL: [libjvm.so+0x426c00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x429050], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x428a80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x428a80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x428a80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    uname:Linux 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 131071, NOFILE 1024, AS infinity
    load average:2.20 1.03 0.62
    CPU:total 8 family 47, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 3968k(432k free), swap 2047k(2047k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for linux-x86, built on May 3 2006 00:32:58 by java_re with gcc 3.2.1-7a (J2SE release)

    keep only the earlier versionKeep only the later version
    your problem will be resolvedYou don't know that. It's likely but not certain.

  • JVM crashes at Unexpected Signal : 11

    I'd been configuring this error. I appreciate any help for this. JVM crashes upon uploading transactions in my web application. Is it memory-related? Or has it something to do with my jvm version? Thank you so much.
    1. JVM version
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    2. OS
    Fedora Core Release 3
    Unexpected Signal : 11 occurred at PC=0x9260C6
    Function=(null)+0x9260C6
    Library=/usr/java/j2sdk1.4.2_04/jre/lib/i386/client/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Dynamic libraries:
    00112000-0011a000 r-xp 00000000 03:41 164727 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    0011a000-0011b000 rwxp 00007000 03:41 164727 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    0011b000-0011f000 r-xp 00000000 03:41 632783 /lib/libnss_dns-2.3.3.so
    0011f000-00120000 r-xp 00003000 03:41 632783 /lib/libnss_dns-2.3.3.so
    00120000-00121000 rwxp 00004000 03:41 632783 /lib/libnss_dns-2.3.3.so
    00121000-00125000 rwxs 00000000 03:41 746612 /tmp/hsperfdata_ninac/9637
    00125000-00128000 r-xp 00000000 03:41 164705 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libdt_socket.so
    00128000-00129000 rwxp 00002000 03:41 164705 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libdt_socket.so
    00129000-0012c000 r-xs 00000000 03:41 164652 /usr/java/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar
    0012c000-0012f000 r-xs 00000000 03:41 313724 /usr/local/jakarta-tomcat-4.1.27/bin/commons-daemon.jar
    0012f000-0013e000 r-xp 00000000 03:41 636258 /lib/libresolv-2.3.3.so
    0013e000-0013f000 ---p 0000f000 03:41 636258 /lib/libresolv-2.3.3.so
    0013f000-00140000 r-xp 0000f000 03:41 636258 /lib/libresolv-2.3.3.so
    00140000-00141000 rwxp 00010000 03:41 636258 /lib/libresolv-2.3.3.so
    0024f000-0025f000 r-xp 00000000 03:41 164724 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    0025f000-00261000 rwxp 0000f000 03:41 164724 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    00261000-00281000 r-xp 00000000 03:41 164710 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    00281000-00283000 rwxp 0001f000 03:41 164710 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    00283000-002a2000 r-xs 00000000 03:41 313716 /usr/local/jakarta-tomcat-4.1.27/common/endorsed/xmlParserAPIs.jar
    002ec000-00302000 r-xs 00000000 03:41 164741 /usr/java/j2sdk1.4.2_04/jre/lib/sunrsasign.jar
    00302000-00313000 r-xs 00000000 03:41 164732 /usr/java/j2sdk1.4.2_04/jre/lib/jce.jar
    0033b000-00342000 r-xs 00000000 03:41 313697 /usr/local/jakarta-tomcat-4.1.27/common/lib/naming-common.jar
    00342000-0034b000 r-xp 00000000 03:41 632786 /lib/libnss_files-2.3.3.so
    0034b000-0034c000 r-xp 00008000 03:41 632786 /lib/libnss_files-2.3.3.so
    0034c000-0034d000 rwxp 00009000 03:41 632786 /lib/libnss_files-2.3.3.so
    0034d000-00428000 r-xs 00000000 03:41 313717 /usr/local/jakarta-tomcat-4.1.27/common/endorsed/xercesImpl.jar
    00428000-00435000 r-xs 00000000 03:41 164653 /usr/java/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar
    00435000-00438000 r-xs 00000000 03:41 313712 /usr/local/jakarta-tomcat-4.1.27/common/lib/jta.jar
    00438000-0043a000 r-xs 00000000 03:41 313696 /usr/local/jakarta-tomcat-4.1.27/common/lib/jdbc2_0-stdext.jar
    0043b000-00450000 r-xp 00000000 03:41 636252 /lib/ld-2.3.3.so
    00450000-00451000 r-xp 00014000 03:41 636252 /lib/ld-2.3.3.so
    00451000-00452000 rwxp 00015000 03:41 636252 /lib/ld-2.3.3.so
    Heap at VM Abort:
    Heap
    def new generation total 3200K, used 3200K [0xef000000, 0xef370000, 0xef4e0000)
    eden space 2880K, 100% used [0xef000000, 0xef2d0000, 0xef2d0000)
    from space 320K, 100% used [0xef320000, 0xef370000, 0xef370000)
    to space 320K, 99% used [0xef2d0000, 0xef31fff8, 0xef320000)
    tenured generation total 42020K, used 34108K [0xef4e0000, 0xf1de9000, 0xf3000000)
    the space 42020K, 81% used [0xef4e0000, 0xf162f2d0, 0xf162f400, 0xf1de9000)
    compacting perm gen total 11520K, used 11308K [0xf3000000, 0xf3b40000, 0xf7000000)
    the space 11520K, 98% used [0xf3000000, 0xf3b0b2c0, 0xf3b0b400, 0xf3b40000)
    Local Time = Mon Jul 11 18:57:17 2005
    Elapsed Time = 1548
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
    # An error report file has been saved as hs_err_pid9637.log.
    # Please refer to the file for further information.
    #

    Thanks... i got it. It's a memory problem.I'm having the same issue with the Unexpected Error at signal 11.. what was the memory issue you were having, and how was it resolved?

  • JVM Crashes ginving Unexpected Signal : EXCEPTION_ILLEGAL_INSTRUCTION

    Hi
    Swing based application with JRE 1.4.2_08 crashes on some PC's runing on Windows XP.
    Pls find the log.....
    Any idea why it happens?
    rgds
    Jobinesh
    Unexpected Signal : EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) occurred at PC=0xF84C86
    Function=java.lang.Object.hashCode()I (compiled Java code)
    Library=(N/A)
    Current Java thread:
         at java.lang.Object.hashCode(Native Method)
         at java.util.HashMap.hash(Unknown Source)
         at java.util.HashMap.get(Unknown Source)
         at sun.awt.AppContext.get(Unknown Source)
         - locked <0x10279d08> (a java.util.HashMap)
         at java.awt.KeyboardFocusManager.getCurrentKeyboardFocusManager(Unknown Source)
         - locked <0x20262978> (a java.lang.Class)
         at java.awt.KeyboardFocusManager.getCurrentKeyboardFocusManager(Unknown Source)
         at java.awt.Component.hasFocus(Unknown Source)
         at java.awt.Component.isFocusOwner(Unknown Source)
         at java.awt.Component.setFocusable(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.configureList(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
         at javax.swing.plaf.basic.BasicComboBoxUI.createPopup(Unknown Source)
         at com.incors.plaf.alloy.AlloyComboBoxUI.createPopup(Unknown Source)
         at javax.swing.plaf.basic.BasicComboBoxUI.installUI(Unknown Source)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JComboBox.setUI(Unknown Source)
         at javax.swing.JComboBox.updateUI(Unknown Source)
         at javax.swing.JComboBox.init(Unknown Source)
         at javax.swing.JComboBox.<init>(Unknown Source)
         at com.emirates.jfoundation.client.interfaceparser.JDropDownComboBox.<init>(JDropDownComboBox.java:22)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at com.emirates.jfoundation.client.interfaceparser.ParsedDropDown.build(ParsedDropDown.java:48)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._addComponent(ParsedContainer.java:407)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._processElement(ParsedContainer.java:236)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer.build(ParsedContainer.java:152)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._addContainer(ParsedContainer.java:357)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._processElement(ParsedContainer.java:224)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer.build(ParsedContainer.java:152)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._addContainer(ParsedContainer.java:357)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._processElement(ParsedContainer.java:224)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer.build(ParsedContainer.java:152)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._addContainer(ParsedContainer.java:357)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._processElement(ParsedContainer.java:224)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer.build(ParsedContainer.java:152)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._addContainer(ParsedContainer.java:357)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer._processElement(ParsedContainer.java:224)
         at com.emirates.jfoundation.client.interfaceparser.ParsedContainer.build(ParsedContainer.java:152)
         at com.emirates.jfoundation.client.interfaceparser.InterfaceParserImpl.parse(InterfaceParserImpl.java:203)
         at com.emirates.jfoundation.client.interfaceparser.DefaultInterfaceParser.parse(DefaultInterfaceParser.java:137)
         at com.emirates.jfoundation.client.interfaceparser.InterfaceParserImpl.parse(InterfaceParserImpl.java:243)
         at com.emirates.jfoundation.client.interfaceparser.DefaultInterfaceParser.parse(DefaultInterfaceParser.java:182)
         at com.emirates.jfoundation.client.interfaceparser.InterfaceParserImpl.parseAndReturnRoot(InterfaceParserImpl.java:255)
         at com.emirates.jfoundation.client.interfaceparser.DefaultInterfaceParser.parseAndReturnRoot(DefaultInterfaceParser.java:243)
         at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.avalon.activation.impl.ApplianceInvocationHandler.invoke(ApplianceInvocationHandler.java:129)
         at $Proxy5.parseAndReturnRoot(Unknown Source)
         at com.emirates.ngcs.client.reservation.reservationmain.shcandproduct.SHCAndProductTab.createLayoutPanel(SHCAndProductTab.java:283)
         at com.emirates.ngcs.client.reservation.reservationmain.shcandproduct.SHCAndProductTab.initialize(SHCAndProductTab.java:219)
         at com.emirates.ngcs.client.reservation.reservationmain.shcandproduct.SHCAndProductTab.createPanel(SHCAndProductTab.java:2204)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.emirates.ngcs.client.reservation.reservationmain.Main.createTabs(Main.java:2091)
         at com.emirates.ngcs.client.reservation.reservationmain.Main.createLayoutPanel(Main.java:546)
         at com.emirates.ngcs.client.reservation.reservationmain.Main.initialize(Main.java:333)
         at com.emirates.jfoundation.client.kernel.DefaultKernel._initializeModule(DefaultKernel.java:2313)
         at com.emirates.jfoundation.client.kernel.DefaultKernel.openModule(DefaultKernel.java:1277)
         at com.emirates.jfoundation.client.kernel.DefaultKernel.openModule(DefaultKernel.java:939)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.avalon.activation.impl.ApplianceInvocationHandler.invoke(ApplianceInvocationHandler.java:129)
         at $Proxy11.openModule(Unknown Source)
         at com.emirates.ngcs.client.queue.queuentry.Main.onQEntryClicked(Main.java:1223)
         at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.emirates.jfoundation.client.interfaceparser.handlers.MouseAction.invokeHandler(MouseAction.java:77)
         at com.emirates.jfoundation.client.interfaceparser.handlers.MouseAction$MouseThread.run(MouseAction.java:162)
    Dynamic libraries:
    0x00400000 - 0x00429000      C:\Apps\NGCS\JCLauncher.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77D40000 - 0x77DCD000      C:\WINDOWS\system32\USER32.dll
    0x7F000000 - 0x7F042000      C:\WINDOWS\system32\GDI32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78087000      C:\WINDOWS\system32\RPCRT4.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\msvcrt.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\COMCTL32.dll
    0x629C0000 - 0x629C8000      C:\WINDOWS\System32\LPK.DLL
    0x72FA0000 - 0x72FFA000      C:\WINDOWS\System32\USP10.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x10000000 - 0x1000A000      C:\Program Files\Hardcopy\hcdll2_3.dll
    0x08000000 - 0x08138000      C:\Java\JRE142\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x00C90000 - 0x00C97000      C:\Java\JRE142\bin\hpi.dll
    0x00CB0000 - 0x00CBE000      C:\Java\JRE142\bin\verify.dll
    0x00CC0000 - 0x00CD9000      C:\Java\JRE142\bin\java.dll
    0x00CE0000 - 0x00CEE000      C:\Java\JRE142\bin\zip.dll
    0x06AF0000 - 0x06C02000      C:\Java\JRE142\bin\awt.dll
    0x76390000 - 0x763AC000      C:\WINDOWS\system32\IMM32.dll
    0x4FEC0000 - 0x4FFE6000      C:\WINDOWS\system32\ole32.dll
    0x06C10000 - 0x06C61000      C:\Java\JRE142\bin\fontmanager.dll
    0x73760000 - 0x737A4000      C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x73940000 - 0x73A07000      C:\WINDOWS\System32\D3DIM700.DLL
    0x06E90000 - 0x0728E000      C:\WINDOWS\resources\Themes\Luna\Luna.msstyles
    0x079B0000 - 0x079BF000      C:\Java\JRE142\bin\net.dll
    0x71AB0000 - 0x71AC4000      C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8B000      C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F45000      C:\WINDOWS\System32\DNSAPI.dll
    0x76FB0000 - 0x76FB7000      C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC5000      C:\WINDOWS\System32\rasadhlp.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x07FB0000 - 0x07FCE000      C:\Java\JRE142\bin\jpeg.dll
    0x07DB0000 - 0x07DB8000      C:\Program Files\Hardcopy\hardcopy.dll
    0x0FFD0000 - 0x0FFF3000      C:\WINDOWS\System32\rsaenh.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\netapi32.dll
    0x07D50000 - 0x07D56000      C:\Java\JRE142\bin\ioser12.dll
    0x7CD00000 - 0x7D4FB000      C:\WINDOWS\system32\shell32.dll
    0x70A70000 - 0x70AD6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71950000 - 0x71A35000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.1740_x-ww_7cb8ab44\comctl32.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x75F60000 - 0x75F66000      C:\WINDOWS\System32\drprov.dll
    0x71C10000 - 0x71C1D000      C:\WINDOWS\System32\ntlanman.dll
    0x71CD0000 - 0x71CE6000      C:\WINDOWS\System32\NETUI0.dll
    0x71C90000 - 0x71CCC000      C:\WINDOWS\System32\NETUI1.dll
    0x71C80000 - 0x71C86000      C:\WINDOWS\System32\NETRAP.dll
    0x71BF0000 - 0x71C01000      C:\WINDOWS\System32\SAMLIB.dll
    0x75F70000 - 0x75F79000      C:\WINDOWS\System32\davclnt.dll
    0x76670000 - 0x76757000      C:\WINDOWS\System32\SETUPAPI.dll
    0x07ED0000 - 0x07F63000      C:\WINDOWS\System32\xpsp2res.dll
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x07F70000 - 0x07F93000      C:\Java\JRE142\bin\cmm.dll
    0x08B40000 - 0x08B62000      C:\Java\JRE142\bin\dcpr.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    par new generation total 1984K, used 947K [0x10010000, 0x10210000, 0x10210000)
    eden space 1920K, 49% used [0x10010000, 0x100fce70, 0x101f0000)
    from space 64K, 0% used [0x101f0000, 0x101f0000, 0x10200000)
    to space 64K, 0% used [0x10200000, 0x10200000, 0x10210000)
    concurrent mark-sweep generation total 260096K, used 30615K [0x10210000, 0x20010000, 0x20010000)
    concurrent-mark-sweep perm gen total 38864K, used 23325K [0x20010000, 0x22604000, 0x24010000)
    Local Time = Sun Aug 13 12:19:51 2006
    Elapsed Time = 857
    # HotSpot Virtual Machine Error : EXCEPTION_ILLEGAL_INSTRUCTION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    #

    Can you try this on the lastest 1.4.2 update release? If so I suggest putitng in a bug report. Be sure to include CPU information for the problem machines. Most crashes of this kind are native code stomping on memory but occasionally there are true compiler bugs that generate incorrect code. Try reproducing with -Xint, -client, -server to try and narrow down the problematic case.

  • Maven - ERROR: Maven JVM terminated unexpectedly with exit code 0

    Hi All,
    I have written pom.xml for auto deployment process between hudson and deployment servers.
    The script which i return its working perfectly i can see the application in web logic server. The application has been deployed in the web logic server. No issues that.
    All the remaining task is also very well working in the servers but the build is failing as **failed** by saying the below error in hudson
    [ServerConnectionImpl.close():332] : Closing DM connection
    [ServerConnectionImpl.close():352] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():372] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():384] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():396] : Closed Edit JMX connection
    **ERROR: Maven JVM terminated unexpectedly with exit code 0**
    Sending e-mails to: [email protected]
    Finished: FAILURE
    I dont why like this happening in the maven.
    Here is my maven opts set in Hudson server.
    Maven_OPTS : -Xms256m -Xmx1024m -XX:MaxPermSize=512m
    kindly help me to resolve this issue. Thanks in advance.
    Regards,
    Rocky.

    Hi Sir,
    Please try the following items:
    1. if ther is anti-virus installed , please uninstall it temporarily
    2. run  " sfc /scannow "
    3. keep windows up-to-date
    4. if you updated some hardware driver please roll it back
    5. if the issue persists , please use windows installation media to perform inplace-upgrade for the system
    Also please refer to reinstall C++ runtime within the similar thread:
    https://social.technet.microsoft.com/Forums/windows/en-US/bf69eeff-24c4-499f-b280-b6a3098f4f9f/problem-with-msvcrtdll-version-70760117744?forum=w7itprogeneral
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • JVM 1.4.2 unexpected signal 11

    Hi All,
    Kinda desperate with this problem.... is there a bug with the old JVM 1.4.2_08 bug ?
    if there is any related can probally point it out here to the bugs database ?
    I hit this problem when reach 1.2G+, and the whole JVM terminate. Any idea?
    P/s: before JVM auto terminate, all response time still very fast, mainly < 1 second.
    Server version: WebLogic 8.1.5
    Jdk version: jdk142_08
    JAVA_VM: -server
    MEM_ARGS: -Xms2048 –Xmx3072
    If change to higher, I hit this
    JAVA_OPTIONS: -XXMaxPermSize=256m
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x949417
    Function=memset+0x37
    Library=/lib/libc.so.6
    Current Java thread:
    Dynamic libraries:
    004b0000-004b5000 r-xp 00000000 08:01 19559110 /usr/lib/libXtst.so.6.1.0
    004b5000-004b6000 rwxp 00004000 08:01 19559110 /usr/lib/libXtst.so.6.1.0
    007bf000-00813000 r-xp 00000000 08:01 19543501 /usr/lib/libXt.so.6.0.0
    00813000-00817000 rwxp 00054000 08:01 19543501 /usr/lib/libXt.so.6.0.0
    008ba000-008d4000 r-xp 00000000 08:01 17695729 /lib/ld-2.5.so
    008d4000-008d5000 r-xp 00019000 08:01 17695729 /lib/ld-2.5.so
    008d5000-008d6000 rwxp 0001a000 08:01 17695729 /lib/ld-2.5.so
    008d8000-00a17000 r-xp 00000000 08:01 17694737 /lib/libc-2.5.so
    00a17000-00a18000 ---p 0013f000 08:01 17694737 /lib/libc-2.5.so
    00a18000-00a1a000 r-xp 0013f000 08:01 17694737 /lib/libc-2.5.so
    00a1a000-00a1b000 rwxp 00141000 08:01 17694737 /lib/libc-2.5.so
    00a20000-00a45000 r-xp 00000000 08:01 17694744 /lib/libm-2.5.so
    00a45000-00a46000 r-xp 00024000 08:01 17694744 /lib/libm-2.5.so
    00a46000-00a47000 rwxp 00025000 08:01 17694744 /lib/libm-2.5.so
    00a49000-00a5d000 r-xp 00000000 08:01 17694799 /lib/libpthread-2.5.so
    00a5d000-00a5e000 r-xp 00013000 08:01 17694799 /lib/libpthread-2.5.so
    00a5e000-00a5f000 rwxp 00014000 08:01 17694799 /lib/libpthread-2.5.so
    00a63000-00a65000 r-xp 00000000 08:01 17694752 /lib/libdl-2.5.so
    00a65000-00a66000 r-xp 00001000 08:01 17694752 /lib/libdl-2.5.so
    00a66000-00a67000 rwxp 00002000 08:01 17694752 /lib/libdl-2.5.so
    00b09000-00b1c000 r-xp 00000000 08:01 17695714 /lib/libnsl-2.5.so
    00b1c000-00b1d000 r-xp 00012000 08:01 17695714 /lib/libnsl-2.5.so
    00b1d000-00b1e000 rwxp 00013000 08:01 17695714 /lib/libnsl-2.5.so

    EJP wrote:
    That version has been at End of Life for nearly 3 years. See here. Use a currently supported product.That probably also requires an upgrade of Weblogic. There comes a time where you have to bite the bullet and take that step, you cannot run on this old crud forever, especially if your application grows in size and requirements.
    BUT, you are not only running an old version of Java (1.4), you are also running an old minor update version of it (08). You may want to upgrade to at least the latest minor update version which is 1.4.2_30.
    http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase14-419411.html#j2sdk-1.4.2_30-sol-JPR

  • My iphone 3gs dies unexpectedly

    my Iphone 3gs dies unexpectedly. It will say that it has 39% or so and just goes black and is off, sometimes it will start later, sometimes I have to plug it in and then it will start after a while. Does anyone know what is wrong?

    Sounds like a hardware problem - possibly with the battery or something else.
    If you live near an Apple store,  make an appointment to have this checked where a hardware dignostic can be run on your iphone to determine where the problem lies.

  • DS 5.0 ReadOnly Replica Dies unexpectly

    Hi there:
    I am testing replication between a master and consumer using iplanet
    DS5.0. However the consumer always die unexpected after a while.
    The error message from the error log of the consumer server is:
    [10/Oct/2001:11:38:51 -0400] NSMMReplicationPlugin -
    multimaster_be_state_change: replica o=innovance.com is coming online;
    enabling replication
    [10/Oct/2001:11:39:45 -0400] NSMMReplicationPlugin - csnplCommit: can't find
    csn 3bc46bc1000000050000
    What went wrong?
    Thanks for your help?
    Regards,
    Leo Sun
    Innovance Networks.

    Leo Sun wrote:
    >
    I am testing replication between a master and consumer using iplanet
    DS5.0. However the consumer always die unexpected after a while.
    The error message from the error log of the consumer server is:
    [10/Oct/2001:11:38:51 -0400] NSMMReplicationPlugin -
    multimaster_be_state_change: replica o=innovance.com is coming online;
    enabling replication
    [10/Oct/2001:11:39:45 -0400] NSMMReplicationPlugin - csnplCommit: can't find
    csn 3bc46bc1000000050000
    What went wrong?I don't know what went wrong, but I had the same error.
    When I read the release notes for iDS 5.0 SP1 I found a note in the
    corrected bug list:
    "Valid values for replica ID for a master are 1 through 254. The replica
    ID for read-only replicas (hubs, consumers) is set to 255 regardless of
    prior setting."
    So I changed the replica ID on the consumer server to 255 (with replica
    ID on the master still '1'). Since then the consumer server is running
    without problems.
    Hope it helps.
    Armin Wenz
    media transfer GmbH
    Dolivostr. 11
    64293 Darmstadt
    Germany
    E-Mail: [email protected]
    Tel : +49 6151 819324
    Fax : +49 6151 819341
    Web : http://www.mtgnet.de

  • JVM dies/quits with DrWatson error

    Hi,
    On a busy box, where a dozen of java applications run, JVM abruptly exited several times throught the day. The machine was scanned after hours for hardware errors; memory, disk, bus adapters - everything is in proper order. DrWatson reported an application crash and made a memory dump.
    My question:
    How do I proceed debbuging memory dump. Has anyone had any experience ? Also, java.exe has no symbol information and there is no (as far I know ) a debugging release of JVM? So will my research of assembly code lead somewhere ? I need to know the cause of this problem.
    Application Details: It's an order routing piece, which does a lot of IO & tcp/ip. It has been in production for long time-no complains. Also, the application interacts with native middle-ware product libraries through JNI ( and that product- tibco bus- is very reliable). Rebooting the server "fixed" everything. I should rather say, we have not seen the problem reoccur.
    Box: Windows 2000, fully patched, 4 CPUs, 2Gb RAM, plenty of disk space. All components and software are constantly checked and monitored via snmp, and HP open-view. No errors. Server is rebooted nigtly.
    JVM:
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
    Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
    thanks,
    eugene
    DrWatson error, see where it says FAULT -> that's the instruction that crashed the app.
    Application exception occurred:
    App: (pid=3060)
    When: 8/4/2004 @ 14:09:33.089
    Exception number: c0000005 (access violation)
    State Dump for Thread Id 0xd78
    eax=448bff33 ebx=00000000 ecx=6d4b4bc2 edx=00000000 esi=e761a6c4 edi=00000020
    eip=6d46643f esp=08bcfd20 ebp=08bcfd38 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: <nosymbols>
    6d466422 7705 ja JVM_FindSignal+0x1c784 (6d46ed29)
    6d466424 89480c mov [eax+0xc],ecx ds:450d9e19=????????
    6d466427 eb02 jmp JVM_FindSignal+0x17186 (6d46972b)
    6d466429 33db xor ebx,ebx
    6d46642b 85db test ebx,ebx
    6d46642d 0f858c000000 jne JVM_FindSignal+0x13f1a (6d4664bf)
    6d466433 8b45fc mov eax,[ebp+0xfc] ss:093e9c1e=????????
    6d466436 8b4004 mov eax,[eax+0x4] ds:450d9e19=????????
    6d466439 8d4808 lea ecx,[eax+0x8] ds:450d9e19=????????
    6d46643c 8b4008 mov eax,[eax+0x8] ds:450d9e19=????????
    FAULT ->6d46643f ff9088000000 call dword ptr [eax+0x88] ds:448bffbb=????????
    6d466445 85c0 test eax,eax
    6d466447 7416 jz JVM_FindSignal+0x179ba (6d469f5f)
    6d466449 3b35fc0f4e6d cmp esi,[6d4e0ffc] ds:6d4e0ffc=00004000
    6d46644f 7c0e jl JVM_FindSignal+0x1c9ba (6d46ef5f)
    6d466451 8b0d440f4e6d mov ecx,[6d4e0f44] ds:6d4e0f44=007c75a0
    6d466457 56 push esi
    6d466458 8b01 mov eax,[ecx] ds:6d4b4bc2=448bff33
    6d46645a ff5038 call dword ptr [eax+0x38] ds:450d9e19=????????
    6d46645d eb57 jmp JVM_FindSignal+0x1c211 (6d46e7b6)
    6d46645f 833d24094d6d00 cmp dword ptr [6d4d0924],0x0 ds:6d4d0924=00000000
    6d466466 7442 jz JVM_FindSignal+0x1ca05 (6d46efaa)
    ----> Stack Back Trace <----

    Hi there
    Debug VM can be obtained from Sun if u have a contract with them but before raising the escalation, do try out the latest 1.3.1 VM. You are 12 versions behind. Almost 3 years worth of fixes ;)
    A quick search with "JVM_FindSignal" in bug database brings up some bugs.
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5013339
    Hope this helps.

Maybe you are looking for

  • Is member.erase() good for dynamic delete of objects/members?

    Hi, after creating a few members dynamically at runtime ( _movie.newmember(#text)), they accumulate at the cast. I want to erase/delete them, to prevent memory problems in complex instances of the application, but the Director Reference/Help warns of

  • IPhone 2.0: Sync crashes and continues to run simultaneously???

    So, when I sync my iPhone, I get the "battery and Sync in Progress" screen, and iTunes says it is syncing. But then the phone goes back to the home screen as if the Sync is complete (far too soon, and without going through all the steps), while iTune

  • Number pad/arrow keys

    I was trying out the arrow keys in the built in laptop keyboard on a program and found that the numlk does not light up but it does on my desktop. Is there a way to use the numlk in the application i am using?

  • Adding images in custom dialog box

    Hi! Do  you know if it's possibile to insert an image in a custom dialog box? I mean during the custom dialog box design (during the .dre file creation). Thanks to all!

  • Gps locations where I take my photos (in the photos app, under places).

    I'm thinking about upgrading to the iPhone 5 but I want to keep the gps locations where I take my photos (in the photos app, under places). Is there any way that I can transfer this information to an iPhone 5?