Getting "OTD-67866 The specified domain home has not been extended with the Oracle Traffic Director domain extension template" When Running otd_startFailover to Start Failover Group in OTD 12c
(Doc ID 2297005.1)
Last updated on SEPTEMBER 13, 2023
Applies to:
Oracle Traffic Director - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
There is a three-host setup with one Admin Server host and two OTD hosts that has OTD 12c instance deployed on each (See Doc ID 2114865.1). An Active-passive failover is configured consisting of the two OTD instances. When starting the failover group using otd_startFailover command on the two OTD instance host it fails with the following error:
$ ./wlst.sh
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> props = {}
wls:/offline> props['domain-home'] = '/<DIR>/app/domains/mqfyr_domain'
wls:/offline> props['instance'] = 'otd_otdqas_MADFYR2'
wls:/offline> props['log-verbose'] = 'true'
wls:/offline> otd_startFailover(props)
Traceback (innermost last):
File "<console>", line 1, in ?
File "/<DIR>/app/oracle/product/fmw/otd/plugins/wlst/otd-wlst-dependencies.jar!/wlstScriptDir/OTDCommands.py", line 141, in otd_startFailover
File "/<DIR>/app/oracle/product/fmw/otd/plugins/wlst/otd-wlst-dependencies.jar!/wlstScriptDir/OTDUtil.py", line 679, in otdutil_validate_props
File "/<DIR>/app/oracle/product/fmw/otd/plugins/wlst/otd-wlst-dependencies.jar!/wlstScriptDir/OTDUtil.py", line 248, in otdutil_validate_domain
WLSTException: OTD-67866 The specified domain home has not been extended with the OTD domain extension template.
wls:/offline>
Changes
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 |
Changes |
Cause |
Solution |
References |