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 241132

Summary: NoClassDefFoundError: org/netbeans/updater/XMLUtil
Product: platform Reporter: tbrunhoff <tbrunhoff>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198237
Attachments: stacktrace

Description tbrunhoff 2014-01-29 16:52:24 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 201401270001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: help --> about.




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.getContentDescription(AutoupdateCatalogProvider.java:121)
   at org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl.getContentDescription(UpdateUnitProviderImpl.java:137)
Comment 1 tbrunhoff 2014-01-29 16:52:26 UTC
Created attachment 144553 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-01-31 15:13:18 UTC

*** This bug has been marked as a duplicate of bug 240557 ***