Can we only use clm_undeploy.py to undeploy the CLM war files if we used clm_deploy.py to deploy them ?
We installed the clm war files manually using the WebSphere Application Server (WAS) GUI. When we tried using clm_undeploy.py, it didn't know the existence of jts.war.
We then used the clm_deploy.py script to deploy the clm applications and the install had no issues.
We then used the clm_undeploy.py script to undeploy the clm applications and the uninstall completed successfully.
Can we only use clm_undeploy.py if we used clm_deploy.py to install the CLM applications ?
> ./wsadmin.sh -language jython -user userid -password password -f /home/rtcdir/IBM/JazzTeamServer_1/server/was/clm_undeploy.pyWe then manually uninstalled these CLM applications using the WAS GUI and the uninstall had no issues.
WASX7209I: Connected to process "server1" on node phaetonNode04 using SOAP connector; The type of process is: UnManagedProcess
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[-language, jython]"
Un-installing jts
Error Uninstalling Application
Error Message = com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name "jts.war" does not exist.
We then used the clm_deploy.py script to deploy the clm applications and the install had no issues.
We then used the clm_undeploy.py script to undeploy the clm applications and the uninstall completed successfully.
Can we only use clm_undeploy.py if we used clm_deploy.py to install the CLM applications ?