简体   繁体   English

Netbeans调试错误java.lang.ClassNotFoundException:org.apache.xerces.xni.XNIException

[英]Netbeans debugging error java.lang.ClassNotFoundException: org.apache.xerces.xni.XNIException

I'm using Netbeans 7.4 with Apache Tomcat to debug a servlet. 我正在将Netbeans 7.4与Apache Tomcat一起使用来调试servlet。

The Tomcat server is throwing an error: Tomcat服务器抛出错误:

java.lang.ClassNotFoundException: org.apache.xerces.xni.XNIException java.lang.ClassNotFoundException:org.apache.xerces.xni.XNIException

I'm new to the Java thing, and I was asked to make changes to this app, but I can't get it to debug because of this error. 我是Java的新手,我被要求对此应用程序进行更改,但由于此错误,我无法对其进行调试。

When I Google it, it shows as a bug in Netbeans, but I cannot find help on fixing the bug. 当我在Google上搜索时,它显示为Netbeans中的错误,但是我找不到修复该错误的帮助。

Does anyone have suggestions? 有人有建议吗?

I assume you're referring to this. 我假设您是指此。

https://netbeans.org/bugzilla/show_bug.cgi?id=232690 https://netbeans.org/bugzilla/show_bug.cgi?id=232690

The bug history says this bug was fixed somewhere in July 2013. 错误记录显示,此错误已于2013年7月修复。
I would try using the latest IDE version or pull a nightly build 我会尝试使用最新的IDE版本或每晚进行构建
(in which this bug's fix was reported as being available). (据报告此错误的修复程序可用)。

Then if you still see the bus is not fixed, you may want to contact the 然后,如果您仍然看到总线不固定,则可能需要联系
Netbeans team providing all the details (which build you tested it Netbeans团队提供所有详细信息(由您构建测试)
with, on which OS, how you reproduced the bug, etc.) 以及在哪个操作系统上,如何重现该错误等)。

暂无
暂无

声明:本站的技术帖子网页,遵循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.ClassNotFoundException:Weblogic 11g中的org / apache / xerces / jaxp / DocumentBuilderFactoryImpl - Caused by: java.lang.ClassNotFoundException: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl in Weblogic 11g java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlObject 错误 - java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlObject Error java.lang.ClassNotFoundException: org.apache.poi.POIXMLTypeLoader 错误 - java.lang.ClassNotFoundException: org.apache.poi.POIXMLTypeLoader error org.apache.commons.lang.SerializationException:java.lang.ClassNotFoundException - org.apache.commons.lang.SerializationException: java.lang.ClassNotFoundException NetBeans java.lang.ClassNotFoundException - NetBeans java.lang.ClassNotFoundException Apache Flink 错误 java.lang.ClassNotFoundException: org.apache.flink.table.sources.TableSource? - Apache Flink error java.lang.ClassNotFoundException: org.apache.flink.table.sources.TableSource? Tomcat抛出错误“java.lang.ClassNotFoundException:org.apache.naming.java.javaURLContextFactory” - Tomcat throwing error “java.lang.ClassNotFoundException: org.apache.naming.java.javaURLContextFactory” java.lang.ClassNotFoundException:org.apache.catalina.connector.Response - java.lang.ClassNotFoundException: org.apache.catalina.connector.Response java.lang.ClassNotFoundException:org.apache.commons.dbcp.BasicDataSource - java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM