Oracle Weblogic 12.2.1.3.0
60820: Select a domain which is a compatible with this environment.
stopComponent.sh and startComponent.sh gives the following errors
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Reading domain from /<PATH>/user_projects/domains/IDMDomain
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.
This condition is a result of Bug 25964279 (internal / not published in MOS). Due to Bug 25964279, the startComponent.sh and stopComponent.sh scripts can only successfully complete from the first node in an OID 12c collocated cluster.
Execute the startComponent.sh and stopComponent.sh scripts only from the first server node in the collocated cluster.
Alternately an OID instance may be started from a WLST session with one of the following commands :
start('<COMPONENT_NAME>')
WLST connected to the target NodeManager:
nmStart(serverName='<COMPONENT_NAME>',serverType='OID')
Replace '<COMPONENT_NAME>' with the OID component name, e.g. 'oid1' or 'oid2'
No comments:
Post a Comment