"JVMJ9VM015W Initialization error for library" When Installing CA LDAP for CA Top Secret.
search cancel

"JVMJ9VM015W Initialization error for library" When Installing CA LDAP for CA Top Secret.

book

Article ID: 24343

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

When installing CA LDAP for CA Top Secret r12.0 in USS environment, you may encounter problems initializing the Java virtual machine and/or get stuck when Java is trying to inflate the jar file with the java command as follows:

java -jar ldapinst.jar -i console

The following message may be issued if there is not enough storage available:

JVMJ9VM015W Initialization error for library j9jit24(11):cannot initialize JIT
Could not create the Java virtual machine.

or installation processing may stay stuck after message:

======================== 
=                                  
=                                  
Installing...                       
==================|====      

 

Environment

Release:
Component: TSSLDP

Resolution

Please check the following two things:

  1. The region size for the ID executing the java command needs to be at least 128MB.

  2. Please check your /tmp directory. If it is full, then more space needs to be allocated by changing the /tmp definition in the BPXPRMxx member associated with the IPL.
    MOUNT FILESYSTEM('/TMP&SYSNAME.')      
              MOUNTPOINT('/tmp') PARM('-s 128') 
              TYPE(TFS)  MODE(RDWR)  

Note:

The PARM('-s 128') specifies 128 MB.