Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

analyze glassfish crash

francy77Feb 26 2024

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

Sometimes the server crash,and I have checked on windows log and I see there is a memory.hdmp, I've open it 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 scope

EXCEPTION_RECORD: (.exr -1) ExceptionAddress: 00007ffbb97a49b9 (KERNELBASE!RaiseException+0x0000000000000069) ExceptionCode: e0434f4d (CLR exception) ExceptionFlags: 00000001 NumberParameters: 1 Parameter[0]: ffffffff80070020

PROCESS_NAME: DRM-domain1-GlassFishService.exe

EXCEPTION_CODE_STR: 80070020

FAULTING_THREAD: ffffffff

ADDITIONAL_DEBUG_TEXT: SOS.DLL is not loaded for managed code. Analysis might be incomplete

STACK_TEXT: 0000000000000000 0000000000000000 DRM_domain1_GlassFishService!unknown_function+0x0

STACK_COMMAND: ** Pseudo Context ** ManagedPseudo ** Value: ffffffff ** ; kb

SYMBOL_NAME: DRM_domain1_GlassFishService!unknown_function

MODULE_NAME: DRM_domain1_GlassFishService

IMAGE_NAME: DRM-domain1-GlassFishService.exe

FAILURE_BUCKET_ID: CLR_EXCEPTION_NOSOS_80070020_DRM-domain1-GlassFishService.exe!unknown_function

OS_VERSION: 10.0.17763.1

BUILDLAB_STR: rs5_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

IMAGE_VERSION: 1.0.0.0

FAILURE_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?

Comments

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Feb 26 2024
0 comments
183 views