Hi All,
We have an issue when deploying the application using our project specific deployment tool which uses jacl scripts to stop/unistall/install/start applications. But All of a sudden we are facing issues with this and not able to proceed with deployment anymore.
Note: There is no change either at WAS configuration or at application level.
1) The first issue we faced ::
Background: wsadmin scripts were able to stop cluster --> undeploy application --> Then while deploying faced below error and then Node Sync failed as well.
(Tried manual Node Sync & JVM recycle and deployment again..But No Joy!!)
"com.ibm.ws.ScriptingException: com.ibm.websphere.management.exception.ConnectorException:
ADMC0009E: The system failed to make SOAP RPC call: queryNames"
Action Taken: Changed the com.ibm.SOAP.requestTimeout to
720 secs from 180 secs.
Result: Deployment not even progressed after chaging the value to 720 and it got failed at the starting phase itself without proceeding to undeployment :(
Error stack in wsadmin.traceout file:
-------------------------------------------------
AbstractShell E WASX7120E: Diagnostic information from exception with text "javax.management.InstanceNotFoundException: WebSphere:name=WAS_NODE01,process=WAS_SERVER,platform=proxy,node=WAS_NODE01,j2eeType=J2EEServer,version=8.0.0.7,type=Server,mbeanIdentifier=cells/wascell/nodes/WAS_NODE01/servers/WAS_SERVER/server.xml#Server_146153348478,cell=wascell,spec=1.0,processType=ManagedProcess" " follows:javax.management.InstanceNotFoundException:
I can see that server.xml is existing and having NO permissions issues as well.
Really appreciate your prompt response!!!! As I really got stuck with this.
Thanks in Advance.