You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OWLS-89562 - Add option to create-domain.sh in FMW domain home in image sample for use in imagetool --buildNetwork parameter (#2377)
* add buildNetwork option to be passed into imageTool update
* support buildNetwork for both wlst and wdt modes
* add -b option to create-domain.sh for passing buildNetwork paramater to image tool
* add Troubleshooting section for failed to build JDBC Connection object
Error: getDatabaseDefaults() failed. Do dumpStack() to see details.
544
+
Error: runCmd() failed. Do dumpStack() to see details.
545
+
Problem invoking WLST - Traceback (innermost last):
546
+
File "/u01/oracle/createFMWDomain.py", line 332, in?
547
+
File "/u01/oracle/createFMWDomain.py", line 44, in createInfraDomain
548
+
File "/u01/oracle/createFMWDomain.py", line 151, in extendDomain
549
+
File "/tmp/WLSTOfflineIni1609018487056199846.py", line 267, in getDatabaseDefaults
550
+
File "/tmp/WLSTOfflineIni1609018487056199846.py", line 19, incommand
551
+
Failed to build JDBC Connection object:
552
+
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
553
+
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3085)
554
+
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:738)
555
+
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
556
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
557
+
at java.lang.reflect.Method.invoke(Method.java:498)
558
+
559
+
com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
560
+
Failed to build JDBC Connection object:
561
+
```
562
+
563
+
First, verify that the JDBC connection URL shown in the output is correct. Update the `rcuDatabaseURL` parameter in the inputs YAML file to the correct value if necessary.
564
+
565
+
If the JDBC connection URL is correct, it is possible that the container in which the WebLogic Image Tool is running for creating a WebLogic domain, is not using the correct networking stack.
566
+
The optional `-b` option in the `create-domain.sh` script can be used to specify the networking mode for the RUN instruction during image build.
567
+
For example, to use the host's network stack, invoke `create-domain.sh` with `-b host`.
568
+
Please refer to Docker Network Settings references for supported networking options.
0 commit comments