My Oracle Support Banner

Assigning JMS resources to a Cluster via WLST assign() Command Gets Stuck or is too Slow after Installing July 2017 PSU or Oct 2017PSU or Jan 2018 PSU (Doc ID 2372456.1)

Last updated on MAY 18, 2023

Applies to:

Oracle WebLogic Server - Version 12.1.3.0.0 and later
Information in this document applies to any platform.

Symptoms

After installing <Patch 26519417> 12.1.3.0.171017 PSU, WLST script, that creates a new domain, gets stuck when assigning JMS resources to clusters.

Same issue occurs after installing <Patch 25869659> 12.1.3.0.170718 PSU or <Patch 27057030> 12.1.3.0180116 PSU.

It occurs whether using assign command with multiple destinations:

assign('JMSSystemResource','JMSTestModule','Target','Cluster01, Cluster02, Cluster03')

Or multiple assign commands:

assign('JMSSystemResource',JMSTestModule,'Target','Cluster01')
assign('JMSSystemResource',JMSTestModule,'Target','Cluster03')
assign('JMSSystemResource',JMSTestModule,'Target','Cluster03')

Also running WLST with -Ddisable.jms.backward.compatibility=true does not help.

When script hangs below stack thread is seen:

"main" #1 prio=5 os_prio=0 tid=<tid> nid=<id> runnable [0x00007fa316261000]
java.lang.Thread.State: RUNNABLE
at com.oracle.cie.domain.aspect.XBeanConfigAspectHelper.createUniqueName(XBeanConfigAspectHelper.java:249)
at com.oracle.cie.domain.WLSAutoDeployer.getUniqueClonedName(WLSAutoDeployer.java:5572)
at com.oracle.cie.domain.WLSAutoDeployer.setUniqueClonedJMSNames(WLSAutoDeployer.java:3146)
at com.oracle.cie.domain.WLSAutoDeployer.addClonedJMSServer(WLSAutoDeployer.java:2844)
at com.oracle.cie.domain.WLSAutoDeployer.distributeJMSServers(WLSAutoDeployer.java:2625)
at com.oracle.cie.domain.WLSAutoDeployer.jmsSystemResourceChanged(WLSAutoDeployer.java:689)
at com.oracle.cie.domain.assignment.JmsSystemResourceTargetAssignment.jmsSystemResourceChanged(JmsSystemResourceTargetAssignment.java:89)
at com.oracle.cie.domain.assignment.JmsSystemResourceTargetAssignment.acceptChanges(JmsSystemResourceTargetAssignment.java:73)
at com.oracle.cie.domain.script.ScriptExecutor.doSvcAssignmentByName(ScriptExecutor.java:4208)
at com.oracle.cie.domain.script.ScriptExecutor.processAssignmentByName(ScriptExecutor.java:2048)
at com.oracle.cie.domain.script.jython.WLScriptContext.assign(WLScriptContext.java:1561)
at sun.reflect.GeneratedMethodAccessor897.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx5.assign$10(/tmp/WLSTOfflineIni.py:63)
at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx22.end_func$54(/srscript.py:6837)
at org.python.pycode._pyx22.call_function(/srscript.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.pycode._pyx22.f$0(/srscript.py:6904)
at org.python.pycode._pyx22.call_function(/srscript.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Py.java:1226)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at weblogic.WLST.main(WLST.java:29)

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.