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 185615 - NoClassDefFoundError: org/netbeans/modules/xml/schema/SchemaValidateXMLCookie
Summary: NoClassDefFoundError: org/netbeans/modules/xml/schema/SchemaValidateXMLCookie
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Schema (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 13:57 UTC by graeme_m_ross
Modified: 2010-05-07 07:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167866


Attachments
stacktrace (2.78 KB, text/plain)
2010-05-06 13:57 UTC, graeme_m_ross
Details

Note You need to log in before you can comment on or make changes to this bug.
Description graeme_m_ross 2010-05-06 13:57:33 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5077-on-100413)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: I was creating a new project.




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/xml/schema/SchemaValidateXMLCookie
   at org.netbeans.modules.xml.schema.SchemaDataObject.<init>(SchemaDataObject.java:103)
   at org.netbeans.modules.xml.schema.SchemaDataLoader.createMultiObject(SchemaDataLoader.java:98)
   at org.openide.loaders.MultiFileLoader.handleFindDataObject(MultiFileLoader.java:142)
   at org.openide.loaders.DataObjectPool.handleFindDataObject(DataObjectPool.java:158)
   at org.openide.loaders.DataLoader.findDataObject(DataLoader.java:404)
   at org.openide.loaders.DataLoader.findDataObject(DataLoader.java:377)
Comment 1 graeme_m_ross 2010-05-06 13:57:37 UTC
Created attachment 98566 [details]
stacktrace
Comment 2 Sergey Lunegov 2010-05-07 07:57:23 UTC
Please provide exact steps to reproduce the issue. E.g. what kind of project do you create ?