My Oracle Support Banner

"Oracle JRF Failed" During Upgrade BPM 12.2.1.3 To BPM 12.2.1.4 (Doc ID 2669332.1)

Last updated on MAY 15, 2023

Applies to:

Oracle Business Process Management Suite - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Symptoms

On : 12.2.1.4.0 version, Orchestration Engine

When attempting to upgrade test BPM environment from 12.2.1.3 to version 12.2.1.4 ,
the following error occurs at the last step of Update - during upgrading "All Configurations Used By a Domain" from Upgrade Assistant.

ERROR
-----------------------
"Oracle JRF failed"

In the logs:

ua_time_stamp.out

nitializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Reading domain: /u02/app/user_projects/domains/mts_prod
Error: runCmd() failed. Do dumpStack() to see details.
com.oracle.cie.domain.script.jython.WLSTException: Error reading domain:
60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
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._pyx5.command$1(/tmp/WLSTOfflineIni4853863934972233093.py:19)
at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni4853863934972233093.py)
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._pyx5.readDomain$31(/tmp/WLSTOfflineIni4853863934972233093.py:135)
at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni4853863934972233093.py)
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._pyx139.main$1(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.py:55)
at org.python.pycode._pyx139.call_function(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:178)
at org.python.pycode._pyx139.f$0(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.py:175)
at org.python.pycode._pyx139.call_function(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.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:186)
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:47)
Caused by: com.oracle.cie.domain.script.ScriptException: Error reading domain:
60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:243)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)
... 36 more
Caused by: com.oracle.cie.domain.script.jython.WLSTException: Error reading domain:
60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
at com.oracle.cie.domain.script.jython.WLScriptContext.readDomain(WLScriptContext.java:1122)
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)
... 37 more
Caused by: com.oracle.cie.domain.script.ScriptException: 60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:1089)
at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:976)
at com.oracle.cie.domain.script.jython.WLScriptContext.readDomain(WLScriptContext.java:1113)
... 42 more

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Reading domain: /u02/app/user_projects/domains/mts_prod
Error: runCmd() failed. Do dumpStack() to see details.
com.oracle.cie.domain.script.jython.WLSTException: Error reading domain:
60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
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._pyx5.command$1(/tmp/WLSTOfflineIni6232025615800635772.py:19)
at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni6232025615800635772.py)
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._pyx5.readDomain$31(/tmp/WLSTOfflineIni6232025615800635772.py:135)
at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni6232025615800635772.py)
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._pyx139.main$1(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.py:55)
at org.python.pycode._pyx139.call_function(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:178)
at org.python.pycode._pyx139.f$0(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.py:175)
at org.python.pycode._pyx139.call_function(/u01/app/oracle_common/plugins/upgrade/upgradeJRF.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:186)
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:47)
Caused by: com.oracle.cie.domain.script.ScriptException: Error reading domain:
60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:243)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)
... 36 more
Caused by: com.oracle.cie.domain.script.jython.WLSTException: Error reading domain:
60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
at com.oracle.cie.domain.script.jython.WLScriptContext.readDomain(WLScriptContext.java:1122)
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)
... 37 more
Caused by: com.oracle.cie.domain.script.ScriptException: 60820: Unsupported Domain
60820: This domain is a managed domain. It has been scaled out from the original domain.
60820: Select a domain which is a compatible with this environment.
at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:1089)
at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:976)
at com.oracle.cie.domain.script.jython.WLScriptContext.readDomain(WLScriptContext.java:1113)
... 42 more

 

 

ua_time_stamp.log

[2020-03-18T09:29:29.301+03:00] [JRF] [ERROR] [] [upgrade.JRF.JRF_CONFIG_PLUGIN] [tid: 72] [ecid: bc33fc53-fbd4-41fa-90db-c92f80d97074-00000002,0] WLST command failed, see output file /u01/app/oracle_common/upgrade/logs/ua2020-03-18-09-27-06AM.out.
[2020-03-18T09:29:29.301+03:00] [JRF] [ERROR] [] [upgrade.JRF.JRF_CONFIG_PLUGIN] [tid: 72] [ecid: bc33fc53-fbd4-41fa-90db-c92f80d97074-00000002,0] Oracle JRF upgrade failed.

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.