简体   繁体   中英

IBM jre javax.xml.parsers.FactoryConfigurationError

I'm trying use log4j with IBM JRE,

While configuring DOMConfigurator with log4j file like the following,

DOMConfigurator.configure(log4jfileAbsPath);

I get the following error. With Sun jre it is working fine.

javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl not found
    at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:694)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:604)
    at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:733)

It should be in rt.jar, but it seems that IBM doesn't have it there. You have to find xercesImpl- version .jar and put it in a classpath. You should discover which version is right for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM