Quantcast
Viewing all articles
Browse latest Browse all 9648

why glassfish crashs randomely

I'm using oracle-glassfish3.1.2 on java 1.7 (I know these technology is a little dated) , when I start the server I use the verbose option: asadmin start-domain --verbose;

I've also used asadmin to create a service, so glassfish run as a windows service;

Sometimes the server crashs, and I have checked on windows log and I saw there is a memory.hdmp and also WERE554.tmp.mdmp, I've open memory.hdmp using windbg and i can see:

    CONTEXT: (.ecxr) rax=00000000019f88d0 rbx=0000000000be5710 rcx=00000000019fc000 rdx=000000002f532501 rsi=000000001a91ec10 rdi=0000000000be5710 rip=00007ffbb97a49b9 rsp=000000001a91eae0 rbp=0000000080070020 r8=0000000000000001 r9=00000000019f8948 r10=00000000019fc078 r11=0000000000000000 r12=00000000e0434f4d r13=ffffffff80070020 r14=0000000000000001 r15=0000000000000001 iopl=0 nv up ei pl nz na pe nc cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202 KERNELBASE!RaiseException+0x69: 00007ffb`b97a49b9 0f1f440000 nop dword ptr [rax+rax] Resetting default scopeEXCEPTION_RECORD: (.exr -1) ExceptionAddress: 00007ffbb97a49b9 (KERNELBASE!RaiseException+0x0000000000000069) ExceptionCode: e0434f4d (CLR exception) ExceptionFlags: 00000001 NumberParameters: 1 Parameter[0]: ffffffff80070020PROCESS_NAME: DRM-domain1-GlassFishService.exeEXCEPTION_CODE_STR: 80070020FAULTING_THREAD: ffffffffADDITIONAL_DEBUG_TEXT: SOS.DLL is not loaded for managed code. Analysis might be incompleteSTACK_TEXT: 0000000000000000 0000000000000000 DRM_domain1_GlassFishService!unknown_function+0x0STACK_COMMAND: ** Pseudo Context ** ManagedPseudo ** Value: ffffffff ** ; kbSYMBOL_NAME: DRM_domain1_GlassFishService!unknown_functionMODULE_NAME: DRM_domain1_GlassFishServiceIMAGE_NAME: DRM-domain1-GlassFishService.exeFAILURE_BUCKET_ID: CLR_EXCEPTION_NOSOS_80070020_DRM-domain1-GlassFishService.exe!unknown_functionOS_VERSION: 10.0.17763.1BUILDLAB_STR: rs5_releaseOSPLATFORM_TYPE: x64OSNAME: Windows 10IMAGE_VERSION: 1.0.0.0FAILURE_ID_HASH: {e954e680-c7c8-cf1b-b47d-5ee0880932f0}

But these information are unuseful to me, is there a way to understand what is the meaning? In particular what is the meaning of ExceptionCode: e0434f4d, and what can I do to solve the issue?

In other words, how I can investigate further the issue? Any help is really appreciated, I have googled but wasn't able to find out any usuful tip;

On application log and also on glassfish log, there is no error neither exception that let me to say a memory leak or something similar.


Viewing all articles
Browse latest Browse all 9648

Trending Articles