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 241342 - NoClassDefFoundError: org/netbeans/updater/XMLUtil
Summary: NoClassDefFoundError: org/netbeans/updater/XMLUtil
Status: RESOLVED DUPLICATE of bug 240557
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-03 14:28 UTC by ckd
Modified: 2014-02-03 16:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170581


Attachments
stacktrace (5.35 KB, text/plain)
2014-02-03 14:28 UTC, ckd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ckd 2014-02-03 14:28:31 UTC
This bug was originally marked as duplicate of bug 233576, 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 201401020002)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-mockbuild_2014_01_17_13_38-b00
OS: Linux

User Comments:
ckd: Can't check for updates

GUEST: Installed plugin for EJB and EAR




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 ckd 2014-02-03 14:28:33 UTC
Created attachment 144737 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-02-03 16:01:19 UTC

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