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: site/config-overrides.md
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -333,19 +333,15 @@ Incorrectly formatted override files may be accepted without warnings or errors,
333
333
* This line indicates a situational configuration file has been loaded.
334
334
* If the search yields Warning or Error lines, then the format of the custom situational configuration template is incorrect, and the Warning or Error text should describe the problem.
335
335
* Note: The following exception may show up in your server logs when overriding JDBC modules. It is not expected to affect runtime behavior, and can be ignored (a fix is pending for them):
336
-
```
337
-
java.lang.NullPointerException
338
-
at weblogic.management.provider.internal.situationalconfig.SituationalConfigManag
at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java
343
-
:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
344
-
...
345
-
at weblogic.management.configuration.DomainMBeanImpl.setJDBCSystemResources(Domai
346
-
nMBeanImpl.java:11444)
347
-
...
348
-
```
336
+
```
337
+
java.lang.NullPointerException
338
+
at weblogic.management.provider.internal.situationalconfig.SituationalConfigManagerImpl.registerListener(SituationalConfigManagerImpl.java:227)
339
+
at weblogic.management.provider.internal.situationalconfig.SituationalConfigManagerImpl.start(SituationalConfigManagerImpl.java:319)
340
+
at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
341
+
...
342
+
at weblogic.management.configuration.DomainMBeanImpl.setJDBCSystemResources(DomainMBeanImpl.java:11444)
343
+
...
344
+
```
349
345
* Look in your `DOMAIN_HOME/optconfig` directory.
350
346
* This directory, or a subdirectory within this directory, should contain each of your custom situational configuration files.
351
347
* If it doesn't, 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.
0 commit comments