Skip to content

Commit 9996108

Browse files
author
Tom Barnes
committed
Custom overrides doc update.
1 parent 8d13421 commit 9996108

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

site/config-overrides.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -333,19 +333,15 @@ Incorrectly formatted override files may be accepted without warnings or errors,
333333
* This line indicates a situational configuration file has been loaded.
334334
* 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.
335335
* 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
339-
erImpl.registerListener(SituationalConfigManagerImpl.java:227)
340-
at weblogic.management.provider.internal.situationalconfig.SituationalConfigManag
341-
erImpl.start(SituationalConfigManagerImpl.java:319)
342-
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+
```
349345
* Look in your `DOMAIN_HOME/optconfig` directory.
350346
* This directory, or a subdirectory within this directory, should contain each of your custom situational configuration files.
351347
* 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

Comments
 (0)