Skip to content

Commit e59911e

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

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

site/config-overrides.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,14 @@ 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.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-
```
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+
...
341+
at weblogic.management.configuration.DomainMBeanImpl.setJDBCSystemResources(DomainMBeanImpl.java:11444)
342+
...
343+
```
345344
* Look in your `DOMAIN_HOME/optconfig` directory.
346345
* This directory, or a subdirectory within this directory, should contain each of your custom situational configuration files.
347346
* 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)