Hi
I am doing websphere deployment as per given steps: ( in a cluster environment ) using jython.
uninstall
save
Install
Save
syncActiveNodes
startApplicationOnCluster
Seeing the application status is started before it calls startApplicationOnCluster
( when syncActiveNodes process is going on seeing server status running one by one)..
Finally the deployment process come out with "
Exception: exceptions.AttributeError WASL6043E: The Application:{} MBean is running. "
But Web services ( JAX-WS ) are not created though the application status is running
What could be the reason? is there any suggestion to come out?
Pls let me know..