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 16118 - NoClassDefFoundError
Summary: NoClassDefFoundError
Status: CLOSED DUPLICATE of bug 11020
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-02 14:15 UTC by daniel carter
Modified: 2008-12-23 11:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Ide.log (86.23 KB, text/plain)
2001-10-02 16:21 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description daniel carter 2001-10-02 14:15:42 UTC
Tue Oct 02 13:23:34 CEST 2001: java.lang.InstantiationException: 
java.lang.ClassNotFoundException
java.lang.ClassNotFoundException: java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError: org/xml/sax/ContentHandler
	at java.lang.Class.getConstructor0(Native Method)
	at java.lang.Class.getDeclaredConstructor(Class.java:1191)
	at org.openide.util.SharedClassObject.createInstancePrivileged
(SharedClassObject.java:421)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run
(SharedClassObject.java:715)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.openide.util.SharedClassObject.findObject
(SharedClassObject.java:392)
	at org.openide.modules.ManifestSection.createInstance
(ManifestSection.java:96)
	at org.openide.modules.ManifestSection.getInstance
(ManifestSection.java:127)
	at org.openide.modules.ManifestSection$LoaderSection.getLoader
(ManifestSection.java:370)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:143)
	at org.netbeans.core.ModuleItem$InstallIterator.processLoader
(ModuleItem.java:1126)
	at org.openide.modules.ManifestSection$LoaderSection.invokeIterator
(ManifestSection.java:393)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:523)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:724)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:713)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:212)
	at org.netbeans.core.NonGui.run(NonGui.java:484)
	at org.netbeans.core.Main.run(Main.java:187)
	at org.openide.TopManager.i
Comment 1 Jan Becicka 2001-10-02 15:14:17 UTC
Bug in core?
Comment 2 Jan Becicka 2001-10-02 16:19:21 UTC
Comments from Danny [mailto:Daniel.Carter@Qivive.com]:

Hi,

I installed Forte CE 3.0 and then started it. As I start it the 
exception comes up. Funnily enough the application still starts but 
always with this message. I just click "Hide details" all the time. I 
will supply the ide.log file.

Thanks,

Danny
Comment 3 Jan Becicka 2001-10-02 16:21:06 UTC
Created attachment 2807 [details]
Ide.log
Comment 4 _ ttran 2001-10-03 07:47:12 UTC
it's very likely that the user has a bad SAX jar in his
<jdk>/jre/lib/ext or his installation is corrupted.  
Comment 5 Jan Zajicek 2001-10-03 10:59:06 UTC
Ok, for now marking as duplicate of dozen of simmilar issues caused by
the wrong xml parser in the classpath. In the orig. issue there can be
found more info. If this do not solve the problem, feel free to
reopen. Thanks.

*** This issue has been marked as a duplicate of 11020 ***
Comment 6 Quality Engineering 2003-07-01 15:55:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 7 Quality Engineering 2003-07-01 16:19:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.