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 243381 - 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-30 13:16 UTC by mps77
Modified: 2014-03-31 07:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207727


Attachments
stacktrace (2.93 KB, text/plain)
2014-03-30 13:16 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2014-03-30 13:16:18 UTC
This bug was originally marked as duplicate of bug 220807, 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 201311170002)
VM: Java HotSpot(TM) Client VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
mps77: update abd restart nb

GUEST: NB reports that updates are found.

Launched update process, netbeans downloaded files but throws exception when attempting to proceed update




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 mps77 2014-03-30 13:16:21 UTC
Created attachment 146410 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-03-31 07:34:28 UTC
Was fixed 1/23/2014 or something, all reports have came earlier than the fix. Reopen the issue if it appears in NB 8.0 FCS or later.