WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Error deploying Dynamic Web Project on WAS 7.0 using ANT task wsadmin task(Need Help)

    Posted 08/11/10 10:39 AM
    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


  • 2.  Error deploying Dynamic Web Project on WAS 7.0 using ANT task wsadmin task(Need Help)

    Posted 08/11/10 10:47 AM
    Error Resolved!!!!!!

    --------------------------------

    Had to use IBM JDK in place of Sun's JDK.

    --------------------------------

    Posted By: amsachdev at Mar 16 2010 1:14PM