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 243000 - NoClassDefFoundError: org/netbeans/updater/XMLUtil
Summary: NoClassDefFoundError: org/netbeans/updater/XMLUtil
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 08:49 UTC by estephanz
Modified: 2014-03-19 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204277


Attachments
stacktrace (1.70 KB, text/plain)
2014-03-18 08:49 UTC, estephanz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description estephanz 2014-03-18 08:49:44 UTC
This bug was originally marked as duplicate of bug 216892, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-1215-on-20140120)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
estephanz: Tried updating!




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/updater/XMLUtil
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.newEntityResolver(AutoupdateCatalogParser.java:115)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.<init>(AutoupdateCatalogParser.java:84)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:196)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:143)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getDescription(AutoupdateCatalogProvider.java:106)
   at org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl.getDescription(UpdateUnitProviderImpl.java:113)
Comment 1 estephanz 2014-03-18 08:49:48 UTC
Created attachment 146096 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-03-19 08:54:19 UTC
It's NetBeans 7.4 installation originally. The fix went to NetBeans 8.0. I suggest to install NetBeans 8.0 from https://netbeans.org/downloads/ as replacement of your current installation.