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
Copy file name to clipboardExpand all lines: docs-source/content/userguide/managing-domains/configoverrides/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,9 +338,9 @@ spec:
338
338
339
339
Incorrectly formatted override files may be accepted without warnings or errors and will not prevent WebLogic pods from booting. So, it is important to make sure that the template files are correct in a QA environment, otherwise your WebLogic Servers may start even though critically required overrides are failing to take effect.
340
340
341
-
On WebLogic Servers that support the `weblogic.SituationalConfig.failBootOnError` system property ( Note: It is not supported in WebLogic Server 12.2.1.3 ),
341
+
On WebLogic Servers that support the `weblogic.SituationalConfig.failBootOnError` system property ( Note: It is not supported in WebLogic Server 12.2.1.3.0 ),
342
342
by default the WebLogic server will fail to boot if any situational configuration files are invalid.
343
-
This can be configured by using the `failBootOnSituationalError` attribute in the Domain spec to `false` to start up the WebLogic servers even with
343
+
By setting the `failBootOnSituationalError` attribute in the Domain spec to `false`, you can start up the WebLogic Servers even with
344
344
incorrectly formatted override files.
345
345
346
346
* Make sure you've followed each step in the [Step-by-step guide](#step-by-step-guide).
* This directory, or a subdirectory within this directory, should contain each of your custom situational configuration files.
372
372
* If it doesn't, then this likely indicates your domain resource `configOverrides` was not set to match your custom override configuration map name, or that your custom override configuration map does not contain your override files.
373
373
374
-
* If the Administration Server pod do start but fails to reach ready state:
375
-
* Check if there is a message ` WebLogic server failed to start due to missing or invalid situational configuration files` in the Administration Server pod's `kubectl log`
376
-
* This suggests that the Administration Server failed to start may be caused by errors found in the a configuration override file.
377
-
* Lines containing the String `<Warning>` may be found in the Administration Server pod log to provide more hints.
374
+
* If the Administration Server pod does start but fails to reach ready state:
375
+
* Check for this message ` WebLogic server failed to start due to missing or invalid situational configuration files` in the Administration Server pod's `kubectl log`
376
+
* This suggests that the Administration Server failure to start may have been caused by errors found in a configuration override file.
377
+
* Lines containing the String `situational` may be found in the Administration Server pod log to provide more hints.
378
378
* For example:
379
379
* `<Jun 20, 2019 3:48:45 AM GMT> <Warning> <Management> <BEA-141323> <The situational config file has an invalid format, it is being ignored: XMLSituationalConfigFile[/shared/domains/domain1/optconfig/jdbc/testDS-0527-jdbc-situational-config.xml] because org.xml.sax.SAXParseException; lineNumber: 8; columnNumber: 3; The element type "jdbc:jdbc-driver-params" must be terminated by the matching end-tag "</jdbc:jdbc-driver-params>".`
380
380
* The warning message suggests a syntax error is found in the provided configuration override file for the testDS JDBC datasource.
Copy file name to clipboardExpand all lines: docs/domains/Domain.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@
271
271
"type": "string"
272
272
},
273
273
"failBootOnSituationalError": {
274
-
"description": "If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped.",
274
+
"description": "In WebLogic Server versions that support this feature (greater than 12.2.1.3.0): \u003cli\u003eIf true (the default) the WebLogic Server would fail to boot if it encounters an error while loading situational configuration files during server startup, or if any situational configuration file has an invalid format, \u003c/li\u003e\u003cli\u003eIf false, and if there are errors in the situational configuration files, then WebLogic Server would start but some configuration overrides may be skipped.\u003c/li\u003e",
Copy file name to clipboardExpand all lines: docs/domains/Domain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ DomainSpec is a description of a domain.
23
23
|`domainHome`| string | The folder for the WebLogic Domain. Not required. Defaults to /shared/domains/domains/domainUID if domainHomeInImage is false Defaults to /u01/oracle/user_projects/domains/ if domainHomeInImage is true |
24
24
|`domainHomeInImage`| Boolean | True if this domain's home is defined in the docker image for the domain. Defaults to true. |
25
25
|`domainUID`| string | Domain unique identifier. Must be unique across the Kubernetes cluster. Not required. Defaults to the value of metadata.name |
26
-
|`failBootOnSituationalError`| Boolean |If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped. |
26
+
|`failBootOnSituationalError`| Boolean |In WebLogic Server versions that support this feature (greater than 12.2.1.3.0): <li>If true (the default) the WebLogic Server would fail to boot if it encounters an error while loading situational configuration files during server startup, or if any situational configuration file has an invalid format, </li> <li>If false, and if there are errors in the situational configuration files, then WebLogic Server would start but some configuration overrides may be skipped.</li>|
27
27
|`image`| string | The WebLogic Docker image; required when domainHomeInImage is true; otherwise, defaults to container-registry.oracle.com/middleware/weblogic:12.2.1.3. |
28
28
|`imagePullPolicy`| string | The image pull policy for the WebLogic Docker image. Legal values are Always, Never and IfNotPresent. Defaults to Always if image ends in :latest, IfNotPresent otherwise. |
29
29
|`imagePullSecrets`| array of [Local Object Reference](k8s1.13.5.md#local-object-reference)| A list of image pull secrets for the WebLogic Docker image. |
Copy file name to clipboardExpand all lines: docs/domains/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1191,7 +1191,7 @@
1191
1191
"type": "string"
1192
1192
},
1193
1193
"failBootOnSituationalError": {
1194
-
"description": "If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped.",
1194
+
"description": "In WebLogic Server versions that support this feature (greater than 12.2.1.3.0): \u003cli\u003eIf true (the default) the WebLogic Server would fail to boot if it encounters an error while loading situational configuration files during server startup, or if any situational configuration file has an invalid format, \u003c/li\u003e \u003cli\u003eIf false, and if there are errors in the situational configuration files, then WebLogic Server would start but some configuration overrides may be skipped.\u003c/li\u003e",
0 commit comments