IBM Support

Lifecycle Query Engine application pages become unresponsive

Troubleshooting


Problem

IBM Lifecycle Query Engine (LQE) application pages become unresponsive

Symptom

  1. You cannot reach the application site
     
  2. You see the following error messages in lqe.log file:
    Caused by: java.lang.OutOfMemoryError: native memory exhausted
     
  3. There is a javacore file generated. The top of the stack of current thread is the following:

    at java/lang/ClassLoader.defineClassImpl(Native Method)
    at java/lang/ClassLoader.defineClass(ClassLoader.java:273(Compiled Code))

Cause

There is not enough Native memory available to allocate class pointers, threads, monitor locks in the first 4GB memory region of the process.

Environment

Windows as an operating system

Resolving The Problem

There are two options to resolve the issue:
  • WORKAROUND 1:
    remove -Xcompressedrefs -Xgc:preferredHeapBase=0x100000000 option from Java settings and add -Xnocompressedrefs. This will allocate the data structures like the class pointers, threads, monitor locks anywhere in the Native memory. The disadvantage of this method is that the application uses more JAVA Heap memory. The memory increase can be up to 70% more. Therefore you potentially have to increase -Xmx parameter as well and add more RAM to the server. For ideal server performance as a general guide line, 50% of the RAM should be available (Free) when the server is up and running. For reference on sizing guide lines please review CLM Sizing Strategy article.
     
  • Workaround 2:
    Set the registry value HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management\AllocationPreference to (REG_DWORD)=0x100000 according to Compressed references article.

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSTU9C","label":"Jazz Reporting Service"},"Component":"Lifecycle Query Engine","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
12 December 2019

UID

swg21986156