This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186777 - NoClassDefFoundError: Could not initialize class com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker
Summary: NoClassDefFoundError: Could not initialize class com.sun.org.apache.xerces.in...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 03:46 UTC by dyeeahpraya
Modified: 2010-05-27 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 63108


Attachments
stacktrace (2.33 KB, text/plain)
2010-05-27 03:47 UTC, dyeeahpraya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dyeeahpraya 2010-05-27 03:46:58 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

User Comments:
GUEST: just started the ide...

dyeeahpraya: when open my project

GUEST: Re-starting netbeans after deleting some empty packages from the IDE in the source folder

GUEST: java.lang.NoClassDefFoundError: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.createTraversers(XSDHandler.java:1851)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.prepareForTraverse(XSDHandler.java:1921)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:567)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:552)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:519)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:485)
	at com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.newSchema(XMLSchemaFactory.java:210)
	at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:594)
	at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:626)
	at org.netbeans.m




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker
   at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.createTraversers(XSDHandler.java:1851)
   at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.prepareForTraverse(XSDHandler.java:1921)
   at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:567)
   at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:552)
   at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:519)
   at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:485)
Comment 1 dyeeahpraya 2010-05-27 03:47:02 UTC
Created attachment 99519 [details]
stacktrace
Comment 2 Jesse Glick 2010-05-27 12:57:09 UTC
Corrupt JDK, perhaps? The following is not NB code:

java.lang.RuntimeException: Installation Problem???  Couldn't load messages: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.xpath.regex.message, locale en_US
	at com.sun.org.apache.xerces.internal.impl.xpath.regex.RegexParser.setLocale(RegexParser.java:93)

Not reported in 6.8 => closing.