Search This Blog

Tuesday 20 September 2022

 Oracle FMW 12.2.1.3.0 Error: Error reading domain: 60820: Unsupported Domain

60820: This domain is a managed domain. It has been scaled out from the original domain.


Starting system Component ohs01 ...


Initializing WebLogic Scripting Tool (WLST) ...


Welcome to WebLogic Server Administration Scripting Shell


Type help() for help on available commands


Reading domain from /u01/oracle/product/fmw/wl_home/user_projects/domains/wl_domain

Error: runCmd() failed. Do dumpStack() to see details.

Error: 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.

Exiting WebLogic Scripting Tool.

Done


Cause:

Oracle Support Document: 2723339.1

The issue was happening because the pack command is being run using -managed=true option on a domain that's already created using unpack command, as following:

     a. Host 1 has a WebLogic domain with Admin and a managed server - Execute pack command with -managed=true option.

     b. Host 2 - Execute unpack command.

     c. Host 2 - Execute pack command with -managed=true option.

     d. Host 3 - Execute unpack command and it will fail with 60820: This domain is a managed domain. It has been scaled out from the original domain

 Solution:

Do not extend a domain which is already created using unpack after it's pack was run using -managed=true option.

In order to extend a domain pack should be executed on the host where the domain was created originally using the config wizard or unpack was executed on a host after it's pack was run using -managed=false option



No comments:

Oracle 19c - patch 19.22 unavailability for Windows platform

 Oracle 19c - patch 19.22 unavailability for Windows platform  Having upgraded the Oracle 11g 11.2.0.4 database to Oracle 19c 19.3.0.0.0 whi...