RUNJVA command for 8.11 install (iSeries/AS400) problem...

MagarG

MagarG

VIP Member
Anyone have problems running the RUNJVA command to install the platform pack on the iSeries/AS400?

RUNJVA CLASS(run) CLASSPATH('/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/iSeries')

We are getting:
An unhandled error occurred -- specify system property "is.debug" for more in
formation.
Java program completed with exit code -
1

Grant
 
Hey,

You're missing your setup .jar!
Your classpath should look something like
CLASSPATH ('HTTP/blabla/jt400.jar:/iSeries/Setup.jar')
 
That stirred some thoughts, the file copy of the platform pack to the IFS was missing several files, thanks. Now it's working....however....

When we run the command the job hogs resources on the AS400. We trimmed down the priority on the job and the CPU is only at 5%. The problem is OneWorld Fat Clients cannot log in or work when this RUNJVA command is running. Web Clients are ok though. Strange because the system is only at 5% usage.
confused.gif


Grant.
 
Back
Top