Issue
With WAS plugin 22.1.3, the creation of WAS Cluster results in the error below:
Starting the daemon on [Infrastructure/TEST/WAS/BILND71T-(WAS-BILTST71)]
WASX7209I: Connected to process "dmgr" on node bilnd71tManager using SOAP connector; The type
of process is: DeploymentManager
runScriptFromDaemon("/tmp/ot-20220913T160840836/create-cluster.py")
cluster type: APPLICATION_SERVER
Creating cluster 'MikeCLUSTER' with arguments: [-clusterConfig [-clusterName MikeCLUSTER -clusterType
APPLICATION_SERVER]]
Traceback (most recent call last):
File "", line 1, in ?
File "", line 221, in runScriptFromDaemon
File "/tmp/ot-20220913T160840836/create-cluster.py", line 4797, in ?
createMembers(cluster.name, cluster.servers, template)
File "/tmp/ot-20220913T160840836/create-cluster.py", line 4759, in createMembers
if server.template is not None and server.template != '':
AttributeError: instance of 'DictionaryObject' has no attribute 'template'
Affected Products & Versions
Deploy running with WAS plugin 22.1.3
Workaround/Resolution Action
The issue is fixed in the WAS plugin version: 22.2.2
Comments
Please sign in to leave a comment.