We have an automatic deployment script that uses wsadmin and jython. The script seems to work as expected, but after 6-7 repeated deployments, the AdminTask object becomes inaccessible, which leads to the following error when trying to use this object:
WASX7209I: Connected to process "server1" on node ukdlniqa41Node01 using SOAP connector; The type of process is: UnManagedProcess WASX8011W: AdminTask object is not available. ... Traceback (innermost last): File "<string>", line 251, in ? File "<string>", line 14, in main File "<string>", line 38, in initialize NameError: AdminTask
My question is: can this AdminTask object become inaccessible? (it remains unavailable until we restart the server instance)
source share