When installing of, the CEMCCONF job receives rc=0102. The job output shows:
JVMJ9VM015W Initialization error for library j9jit29(11): cannot initialize JIT
JVMJZBL2999T JNI_CreateJavaVM elapsed time=0.157052 seconds, cpu time=0.049735 seconds
JVMJZBL1011E JNI_CreateJavaVM error, rc = -4
Release : 6.0
The JVMJZBL1011E JNI_CreateJavaVM error, rc = -4 is a memory limit problem. Increase the system limits and the java memory limits in the CEMCCONF job and then re-run the job.
- For the system limits, change the MEMLIMIT on the following line:
EXEC PGM=JVMLDM86,REGION=0M,MEMLIMIT=xx,
to 0M.
- For the java memory limits, you can do this by editing your CEMCCONF job and after the line:
export CLASSPATH="$CLASSPATH"
Add the following 2 lines:
IJO="-Xms128m -Xmx512m"
export IBM_JAVA_OPTIONS="$IJO "