Running into an error "Error adding Template" when trying to run the integrated Weblogic in JDev12c. Wondering if anyone has insight into a resolution.
[Waiting for the domain to finish building...]
[08:28:04 AM] IntegratedWebLogicServer Domain is invalid. Regenerating it...
[08:28:07 AM] Creating IntegratedWebLogicServer Domain...
[08:29:12 AM] Extending IntegratedWebLogicServer Domain...
[08:29:56 AM] Extending IntegratedWebLogicServer Domain...
[08:30:29 AM] Extending IntegratedWebLogicServer Domain...
[08:31:09 AM] Extending IntegratedWebLogicServer Domain...
[08:32:38 AM] Extending IntegratedWebLogicServer Domain...
[08:33:16 AM] Extending IntegratedWebLogicServer Domain...
[08:33:59 AM] ERROR: An error occurred while building the default domain.
Please see this log file for more details:
The Server Instance cannot be started because the IntegratedWebLogicServer Domain was not built successfully.
following error appears in log:
wlst > Error: runCmd() failed. Do dumpStack() to see details.
wlst > com.oracle.cie.domain.script.jython.WLSTException: Error adding Template:
wlst >
wlst > 64075: Template is configured.
wlst > 64075: The template was previously configured.
wlst > 64075: Selection is reverted. No further actions required.
wlst > at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
wlst > at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3123)
wlst > at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:747)
wlst > at sun.reflect.GeneratedMethodAccessor1300.invoke(Unknown Source)
wlst > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst > at java.lang.reflect.Method.invoke(Method.java:498)
wlst > at org.python.core.PyReflectedFunction.__call__(Unknown Source)
wlst > at org.python.core.PyMethod.__call__(Unknown Source)
...