[
https://issues.apache.org/jira/browse/LOG4J2-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14903347#comment-14903347
]
ASF GitHub Bot commented on LOG4J2-1127:
----------------------------------------
GitHub user neuro-sys opened a pull request:
https://github.com/apache/logging-log4j2/pull/15
[LOG4J2-1127] log4j2.xml cannot be parsed on Oracle Weblogic 12c
fixed small error on the last patch for this ticket
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neuro-sys/logging-log4j2 patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/15.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15
----
commit 9262f325abd8965c458c99dd2cc3d8afaa2b297e
Author: Fırat Salgür <[email protected]>
Date: 2015-09-22T20:07:22Z
[LOG4J2-1127] log4j2.xml cannot be parsed on Oracle Weblogic 12c
fixed small error on the last patch for this ticket
----
> log4j2.xml cannot be parsed on Oracle Weblogic 12c
> --------------------------------------------------
>
> Key: LOG4J2-1127
> URL: https://issues.apache.org/jira/browse/LOG4J2-1127
> Project: Log4j 2
> Issue Type: Wish
> Components: Configurators
> Affects Versions: 2.3
> Environment: Weblogic 12c
> Reporter: Fırat Salgür
> Fix For: 2.4.1
>
>
> When using log4j2.xml configuration file with Oracle Weblogic12c runtime, I
> get the following error:
> {noformat}
> weblogic.application.ModuleException:
> java.lang.UnsupportedOperationException: setXIncludeAware is not supported
> on this JAXP implementation or earlier: class
> oracle.xml.jaxp.JXDocumentBuilderFactory
> at
> weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:140)
> at
> weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
> at
> weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:213)
> at
> weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:208)
> at
> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
> Truncated. see log file for complete stacktrace
> Caused By: java.lang.UnsupportedOperationException: setXIncludeAware is not
> supported on this JAXP implementation or earlier: class
> oracle.xml.jaxp.JXDocumentBuilderFactory
> at
> javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware(DocumentBuilderFactory.java:614)
> at
> weblogic.xml.jaxp.RegistryDocumentBuilder.setupDocumentBuilderFactory(RegistryDocumentBuilder.java:450)
> at
> weblogic.xml.jaxp.RegistryDocumentBuilder.getDefaultDocumentBuilderFactory(RegistryDocumentBuilder.java:414)
> at
> weblogic.xml.jaxp.RegistryDocumentBuilder.getDocumentBuilder(RegistryDocumentBuilder.java:325)
> at
> weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:153)
> Truncated. see log file for complete stacktrace
> >
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]