8.95_M1 JAS/WS5.0 on V5R3 RUNJVA installation issue

b_gilmore

Well Known Member
Hi Folks,
Doing an ISeries 8.11SP1 install with 8.95_M1 foundation.
WS5.0 Standard is loaded on the ISeries and is to be the HTML server.
The problem is when running RUNJVA class(run)..... to install the HTML EnterpriseOne Server.
I can watch the war files extract in my temp location and I can walk thru all the menu prompts. It even will configure my Application Server in the Admin console for me and report Finished successfully. But when it does finish, all I have under /QIBM/UserData/WebAS5/Base/default/installedapps/<servername>/<EAName>.ear/webclient.war is a single /saw directory.
No other files or folders exist.
I'm thinking the repackage and deploy step should be copying most of the files from the temp location to the webclient.war location. True?
Any help is appreciated.

Thanks.
 
Found the fix and thought I'd post it here. BTW: this is a V5R3 OS installation.

Change the RUNJVA command to this:
RUNJVA CLASS(run) PARM('-console')
CLASSPATH('/QIBM/ProdData/Java400/jt400ntv.jar:/jastemp/SETUP.JAR)
PROP((java.version1.3))
 
In our case, we have done this on an 830 and a development 570. However when we try to install this on our production machine, it just sits there on the java shell. Have tried all the commands that are possible.
i.e call qinstapp '/websetupdirectory', runjava (both the commands).
All the cum, hyp and java ptf levels are same.
Any help will be appreciated.
confused.gif


Thanks.
 
Back
Top Bottom