Deployment of Retail Store (WDSC Sample)Application on ISeries fails (WAS 5.0) - Websphere
This is a discussion on Deployment of Retail Store (WDSC Sample)Application on ISeries fails (WAS 5.0) - Websphere ; /QIBM/UserData/WebAS5/Base/default/logs/server1/SVWholeSaleEAR_INSTALL_1129259997899.log
Command ran /QIBM/ProdData/WebAS5/Base/bin/wsadmin -instance default
-conntype NONE -c $AdminApp install
"/home/srini/retailstore/SVWholeSaleEAR.ear" {-usedefaultbindings
-server "server1" -nopreCompileJSPs -MapWebModToVH {{"SV001586"
"SV001586.war,WEB-INF/web.xml" "default_host"} {"SV000514"
"SV000514.war,WEB-INF/web.xml" "default_host"} } -appname
"SVWholeSaleEAR"}
Standard output:
com.ibm.as400.access.InternalErrorException: Unexpected exception.
java/lang/Throwable. (Ljava/lang/String V+4
(Throwable.java:85)
java/lang/Exception. (Ljava/lang/String V+1
(Exception.java:33)
java/lang/RuntimeException. ...
-
-
Re: Deployment of Retail Store (WDSC Sample)Application on ISeries fails (WAS 5.0)
What fix level of 5.0 are you running? You should see the information
at the top of your System.out log. It will look something like this:
************Beginning of data**************
************ Start Display Current Environment ************
WebSphere Platform 5.0 ^CLIENT 5.0.2 ptf2M0325.01] ^BASE 5.0.2.9
cf90448.01]
Host Operating System is OS/400, version V5R2M0
Java version = 1.3.1, Java Compiler = jitc_de, Java VM name = Classic
VM
was.install.root = /QIBM/ProdData/WebAS5/Base
5.0.2.13 is the current latest fix level.
Walker.
-
Re: Deployment of Retail Store (WDSC Sample)Application on ISeries fails (WAS 5.0)
Thanks. Looks like we are fix level 5.0.2.3.
Is there a PTF we should apply to become current ?
Here is the log:
************Beginning of data
************ Start Display Current Environment
WebSphere Platform 5.0 [BASE 5.0.2.3 cf30403.04] [CLIENT 5.0.2
ptf2M0325.01] running with process name RSC\RSC\server1 and process
Host Operating System is OS/400, version V5R2M0
Java version = 1.3.1, Java Compiler = jitc_de, Java VM name = Classic
VM
was.install.root = /QIBM/ProdData/WebAS5/Base
user.install.root = /QIBM/UserData/WebAS5/Base/default
Java Home = /QIBM/ProdData/Java400/jdk13
ws.ext.dirs =
/QIBM/ProdData/WebAS5/Base/java/tools:/QIBM/UserData/WebAS5/Base/default/classes:/QIBM/ProdData/WebAS5/Base/classes:/Q
Classpath =
/QIBM/UserData/WebAS5/Base/default/properties:/QIBM/ProdData/WebAS5/Base/properties:/QIBM/ProdData/WebAS5/Base/lib/boots
Java Library path =
/QSYS.LIB/QEJBAS5.LIB:/QSYS.LIB/QTEMP.LIB:/QSYS.LIB/QGPL.LIB
- Srini
================================
walker.l2 wrote:
> What fix level of 5.0 are you running? You should see the information
> at the top of your System.out log. It will look something like this:
>
> ************Beginning of data**************
>
> ************ Start Display Current Environment ************
>
> WebSphere Platform 5.0 ^CLIENT 5.0.2 ptf2M0325.01] ^BASE 5.0.2.9
> cf90448.01]
> Host Operating System is OS/400, version V5R2M0
>
> Java version = 1.3.1, Java Compiler = jitc_de, Java VM name = Classic
> VM
> was.install.root = /QIBM/ProdData/WebAS5/Base
>
>
>
> 5.0.2.13 is the current latest fix level.
>
> Walker.
-
Re: Deployment of Retail Store (WDSC Sample)Application on ISeries fails (WAS 5.0)
Srini,
Have a look at:
http://www.dlbassoc.com/ptf%20guide/...0805_V7N40.htm
This lists the latest AS/400 PTFs for various products (including
WebSphere). Make sure you find the right one for your version of
OS/400.
You might also want to check out
http://www-1.ibm.com/support/docview...id=swg24010415
I can't guarantee that upgrading will solve your problem, but IBM
support probably won't do anything until you have installed the latest
PTFs.
Walker.