Skip to main content

Problem:

  • Product Name: VisiBroker
  • Product Version: 7.0
  • Product Component: Registration
  • Platform/OS version: AIX
  • JDK: 1.4.2
  • Patch Level: All

When user execute lmadm –i console to register the product using the root account, the following JVMCI200 error is seen:

root @ root_user/opt/Borland/BDP/bin >> ./lmadm -i console

JVMCI200 - ERROR: User register saving is not enabled, Garbage Collection could be incorrect.

JVMCI200 - ERROR: because of this the JVM library is explicitly abortingthe process

JVMCI200 - ERROR: You must either rebuild the executable using "-bM:UR"

JVMCI200 - ERROR: or run with "export LDR_CNTRL=USERREGS"

The error has occurred because the lmadm command has used the Java Native Interface (JNI) API to create a Java Virtual Machine.

Resolution:

You can resolve the issue by setting the environment variable before running the java application.

export LDR_CNTRL=USERREGS

Alternatively, you can include the line above in the user profile.


#VisiBroker
#registration
#lmadm
#Security