简体   繁体   English

引起:java.lang.ClassNotFoundException:Weblogic 11g中的org / apache / xerces / jaxp / DocumentBuilderFactoryImpl

[英]Caused by: java.lang.ClassNotFoundException: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl in Weblogic 11g

I am hitting this error on weblogic 10.3.6. 我在weblogic 10.3.6上遇到此错误。 I tried setting the properties 我尝试设置属性

javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl javax.xml.parsers.DocumentBuilderFactory = org.apache.xerces.jaxp.DocumentBuilderFactoryImpl javax.xml.parsers.SAXParserFactory = org.apache.xerces.jaxp.SAXParserFactoryImpl

after the above change still no luck, my search for this on weblogic seems is not yielding much information for me to dig further. 在上述更改仍然没有运气之后,我在weblogic上进行的搜索似乎并没有为我提供更多信息以供进一步研究。 I understand I am stuck in this Xerces classloader hell. 我知道我被困在这个Xerces类加载器地狱中。

Any help/direction is greatly appreciated..thanks 非常感谢任何帮助/指导。

我现在已经过了这个问题,基本上我删除了对javax的引用,来自Jboss的tattletale工具对我理解类引用非常有帮助。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 java.lang.ClassNotFoundException:org / apache / xerces / jaxp / DocumentBuilderFactoryImpl - java.lang.ClassNotFoundException: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl - java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl java.lang.ClassCastException:org.apache.xerces.jaxp.DocumentBuilderFactoryImpl无法强制转换为javax.xml.parsers.DocumentBuilderFactory - java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory 找不到错误org.apache.xerces.jaxp.DocumentBuilderFactoryImpl - Error org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found 引起原因:java.lang.ClassNotFoundException:org.apache.zookeeper.KeeperException - Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.KeeperException Netbeans调试错误java.lang.ClassNotFoundException:org.apache.xerces.xni.XNIException - Netbeans debugging error java.lang.ClassNotFoundException: org.apache.xerces.xni.XNIException Weblogic 11g部署错误java.lang.NoClassDefFoundError:无法初始化类org.apache.log4j.LogManager - Weblogic 11g Deployment error java.lang.NoClassDefFoundError: Could not initialize class org.apache.log4j.LogManager 引起:java.lang.ClassNotFoundException:org.apache.commons.lang3.builder.EqualsBuilder - Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.builder.EqualsBuilder Weblogic java.lang.ClassNotFoundException:org.apache.log4j.Logger-Maven项目 - Weblogic java.lang.ClassNotFoundException: org.apache.log4j.Logger - Maven project 类Cast异常:com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl - Class Cast exception: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM