Error deploying Dynamic Web Project on WAS 7.0 using ANT task wsadmin task(Need Help)
--------------------------------
I am getting the following error while deploying JSF project to WAS 7.0 (Integrated test environment that comes with RAD 7.5) with ANT
deploy:
[echo] Beginning installation
[wsadmin] The IBM Class Sharing Adaptor will not work in this configuration.
[wsadmin] You are not running on a J9 Java VM.
[wsadmin] WASX7209I: Connected to process /"/"server1/"/" on node CHDSEZ147884DNode0
1 using SOAP connector; The type of process is: UnManagedProcess
[wsadmin] WASX7015E: Exception running command: /"/"$AdminApp install D:/AntScrip
t/Output/SampleJSFListPOC.ear {-appname SampleJSFListPOC -node CHDSEZ147884DN
ode01 -cell CHDSEZ147884DNode01Cell -server server1 -distributeApp -usedefaultbindings }/"/"; exception information:
[wsadmin] com.ibm.bsf.BSFException: error while eval'ing Jacl expression:
[wsadmin] java.lang.NoClassDefFoundError: com/ibm/wsspi/runtime/ThreadPool$Wor
kerThread
[wsadmin] while executing
[wsadmin] /"/"$AdminApp install D:/AntScript/Output/SampleJSFListPOC.ear {-appnam
e SampleJSFListPOC -node CHDSEZ147884DNode01 -cell CHDSEZ147884DNode01Cell -s
erv/"/"
I tried searching for this class com/ibm/wsspi/runtime/ThreadPool$WorkerThread within com.ibm.ws.runtime.jar but could not find it.
Here is the syntax that i got from google while searching:
--------------------------------
Posted By: amsachdev at Mar 12 2010 6:15AM