venka venka

Greenhorn
+ Follow
since Jun 17, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by venka venka

Hi,

I think Your Datasource is not able to find the DB2 JDBC drivers

try this , open the admin console and update this WAS variable DB2_JDBC_DRIVER_PATH to point /usr/IBM/DB2/<version>/java12/db2java.zip


Hope that helps...
19 years ago
Hi,

I have a script which does work differently ..name it as install.jacl and pass it to wsadmin.sh -f install.jacl


set mynode myunix
set instdir "/usr/WebSphere/AppServer/installableApps/"
set earfile "myapp.ear"
set sname "myappserver"
set vhostName "myhost"
set attrs [list -node mynode -server myserver -appname myapp]
$AdminApp install $instdir$earfile $attrs


Hope that helps

Bye
Venka
19 years ago
Hi

I have problems installing a war file using wsadmin.sh

WASX7209I: Connected to process "dmgr" on node mynodeManager using SOAP conne
ctor; The type of process is: DeploymentManager
WASX7022E: Problem running command "$AdminApp install {$WAS_HOME/inst
allableApps/webapp.war} {-node mynode -usedefaultbindings -nodeployejb -
appname webapp -contextroot "webapp"}" -- exception information: com.ibm.websphere.m
anagement.application.client.AppDeploymentException: AppDeploymentException: []
com.ibm.etools.archive.exception.OpenFailureException: IWAE0037E Could not open
/var/tmp/app11584.war
com.ibm.etools.archive.exception.OpenFailureException: com.ibm.etools.archive.ex
ception.OpenFailureException: IWAE0037E Could not open /var/tmp/app11584.war



Anybody has input or suggestion it would be very helpful


Thanks
venka
19 years ago
Hi,

The WebSphere classes might be overriding your custom files. Try changing the class loader policy of your application to load PARENT_LAST and APPLICATION


Thanks
Rhodeo
19 years ago