JVMJ9VM015W Error Installing Web Administrator For CA Top Secret
search cancel

JVMJ9VM015W Error Installing Web Administrator For CA Top Secret

book

Article ID: 53638

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC Top Secret Top Secret - LDAP WEB ADMINISTRATOR FOR TOP SECRET

Issue/Introduction

When installing Web Administrator CA Top Secret r12.0 in a USS environment, the following error can occur when initializing the Java virtual machine. Also, a hang condition may occur when Java is trying to populate the jar file with the following Java command:

java -jar tssinst.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 hang after message:

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

Environment

Release:
Component: TSSWEB

Resolution

Check the following two things:

  1. The region size for the ID executing the java command needs to be at least 128MB.
     
  2. Make sure the  /tmp directory is not full. If it is full, then additional 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: PARM('-s 128') specifies 128 MB.