Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WLSTException: Error adding Template: when starting Weblogic

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)
...

Comments

Processing

Post Details

Added on Oct 25 2021
9 comments
675 views