Load platform pack on V5R4 failes

gerd_renz3

VIP Member
Hi folks,

I am trying to run the E900 platform pack for V5R5. After getting all kinds of errors oracle support told us that he command in the manual is actually incorrect. After using the below command we get a different error, but still it is not running. All necessary PTFs are installed.

RUNJVA CLASS(run) PROP((is.media.home '/E900PPK/disk1/SETUP') (java.version 1.5)) CLASSPATH('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/E900PPK/disk1/SETUP.JAR')


Message . . . . : An error occurred during Java Virtual Machine
initialization while verifying java.lang.Class.
Cause . . . . . : There is a Program Temporary Fix (PTF) mismatch
resulting in an unexpected version of java.lang.Class. Normally
the PTF mismatch is a missing distributed requisite PTF.
Recovery . . . :
1. Apply the latest Java PTF Group for this release, which ensures
that all Java requisite PTFs are applied.
2. For a more immediate recovery, use the following command to view
and correct any PTF requisite errors: QSYS/CALL PGM(QSYS/QPZCHKRQ)
Java program completed with exit code 1


Thanks for any help, Gerd


RUNJVA CLASS(run) PROP((is.media.home '/E900PPK/disk1/SETUP') (java.version 1.5))

CLASSPATH('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/E900PPK/disk1/SETUP.JAR')

Message . . . . : An error occurred during Java Virtual Machine
initialization while verifying java.lang.Class.
Cause . . . . . : There is a Program Temporary Fix (PTF) mismatch
resulting in an unexpected version of java.lang.Class. Normally
the PTF mismatch is a missing distributed requisite PTF.
Recovery . . . :
1. Apply the latest Java PTF Group for this release, which ensures
that all Java requisite PTFs are applied.
2. For a more immediate recovery, use the following command to view
and correct any PTF requisite errors: QSYS/CALL PGM(QSYS/QPZCHKRQ)
Java program completed with exit code 1
 
Back
Top