Hello everyone,
I have problem with WebLogic Cluster. I using pack.sh command create template for cluster, and success
/u01/app/Middleware/wlserver/common/bin/pack.sh -managed=true -domain=/u01/app/Middleware/user_projects/domains/portal_domain -template=cluster1.jar -template_name=portal_domain
But when I unpack this template on another machine,
/u01/app/Middleware/wlserver/common/bin/unpack.sh -domain=/u01/app/Middleware/user_projects/domains/portal_domain -app_dir=/u01/app/Middleware/user_projects/applications/portal_domain -template=/u02/setup/cluster1.jar
then it show empty detail error:
com.oracle.cie.domain.script.ScriptException:
**at com.oracle.cie.domain.script.ScriptExecutor.runProgressOperator(ScriptExecutor.java:5904)**
**at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:2115)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1870)**
**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 com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:226)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)**
**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 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.PyInstance.invoke(Unknown Source)**
**at org.python.pycode.\_pyx0.command$1(\<iostream>:19)**
**at org.python.pycode.\_pyx0.call\_function(\<iostream>)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyFunction.\_\_call\_\_(PyFunction.java:184)**
**at org.python.pycode.\_pyx0.writeDomain$28(\<iostream>:111)**
**at org.python.pycode.\_pyx0.call\_function(\<iostream>)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyFunction.\_\_call\_\_(PyFunction.java:181)**
**at org.python.pycode.\_pyx2.f$0(\<iostream>:5)**
**at org.python.pycode.\_pyx2.call\_function(\<iostream>)**
**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 org.python.util.PythonInterpreter.execfile(Unknown Source)**
**at com.oracle.cie.domain.script.jython.WLSTOfflineInterpreterHelper.executeScript(WLSTOfflineInterpreterHelper.java:165)**
**at com.oracle.cie.wizard.domain.helpers.Executor.runWLSTScript(Executor.java:57)**
**at com.oracle.cie.domain.script.Unpacker.main(Unpacker.java:474)**
2021-10-10 14:41:10,044 SEVERE [1] com.oracle.cie.domain.script.jython.WLSTState - Exception executing command writeDomain
com.oracle.cie.domain.script.jython.WLSTException: Error writing domain:
**at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1881)**
**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 com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:226)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)**
**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 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.PyInstance.invoke(Unknown Source)**
**at org.python.pycode.\_pyx0.command$1(\<iostream>:19)**
**at org.python.pycode.\_pyx0.call\_function(\<iostream>)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyFunction.\_\_call\_\_(PyFunction.java:184)**
**at org.python.pycode.\_pyx0.writeDomain$28(\<iostream>:111)**
**at org.python.pycode.\_pyx0.call\_function(\<iostream>)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyFunction.\_\_call\_\_(PyFunction.java:181)**
**at org.python.pycode.\_pyx2.f$0(\<iostream>:5)**
**at org.python.pycode.\_pyx2.call\_function(\<iostream>)**
**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 org.python.util.PythonInterpreter.execfile(Unknown Source)**
**at com.oracle.cie.domain.script.jython.WLSTOfflineInterpreterHelper.executeScript(WLSTOfflineInterpreterHelper.java:165)**
**at com.oracle.cie.wizard.domain.helpers.Executor.runWLSTScript(Executor.java:57)**
**at com.oracle.cie.domain.script.Unpacker.main(Unpacker.java:474)**
Caused by: com.oracle.cie.domain.script.ScriptException:
**at com.oracle.cie.domain.script.ScriptExecutor.runProgressOperator(ScriptExecutor.java:5904)**
**at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:2115)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1870)**
**... 35 more**
2021-10-10 14:41:10,044 SEVERE [1] com.oracle.cie.domain.script.jython.CommandExceptionHandler - Error: runCmd() failed.
com.oracle.cie.domain.script.jython.WLSTException: Error writing domain:
**at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3085)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:738)**
**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 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.PyInstance.invoke(Unknown Source)**
**at org.python.pycode.\_pyx0.command$1(\<iostream>:19)**
**at org.python.pycode.\_pyx0.call\_function(\<iostream>)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyFunction.\_\_call\_\_(PyFunction.java:184)**
**at org.python.pycode.\_pyx0.writeDomain$28(\<iostream>:111)**
**at org.python.pycode.\_pyx0.call\_function(\<iostream>)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyTableCode.call(Unknown Source)**
**at org.python.core.PyFunction.\_\_call\_\_(PyFunction.java:181)**
**at org.python.pycode.\_pyx2.f$0(\<iostream>:5)**
**at org.python.pycode.\_pyx2.call\_function(\<iostream>)**
**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 org.python.util.PythonInterpreter.execfile(Unknown Source)**
**at com.oracle.cie.domain.script.jython.WLSTOfflineInterpreterHelper.executeScript(WLSTOfflineInterpreterHelper.java:165)**
**at com.oracle.cie.wizard.domain.helpers.Executor.runWLSTScript(Executor.java:57)**
**at com.oracle.cie.domain.script.Unpacker.main(Unpacker.java:474)**
Caused by: com.oracle.cie.domain.script.ScriptException: Error writing domain:
**at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:243)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)**
**... 29 more**
Caused by: com.oracle.cie.domain.script.jython.WLSTException: Error writing domain:
**at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1881)**
**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 com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:226)**
**... 30 more**
Caused by: com.oracle.cie.domain.script.ScriptException:
**at com.oracle.cie.domain.script.ScriptExecutor.runProgressOperator(ScriptExecutor.java:5904)**
**at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:2115)**
**at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1870)**
**... 35 more**