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 176981 - NoClassDefFoundError: org/netbeans/updater/XMLUtil
Summary: NoClassDefFoundError: org/netbeans/updater/XMLUtil
Status: RESOLVED DUPLICATE of bug 169336
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-17 03:49 UTC by jtalbut
Modified: 2009-11-20 10:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162074


Attachments
stacktrace (1.75 KB, text/plain)
2009-11-17 03:49 UTC, jtalbut
Details
stacktrace (1.75 KB, text/plain)
2009-11-18 11:51 UTC, yuditya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jtalbut 2009-11-17 03:49:44 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows Vista, 6.0, amd64

User Comments:
jtalbut: Trying to view plugins

jtalbut: Quitting, because netbeans has been completely broken by an update.
I've tried reinstalling, it's still broken.

jtalbut: Trying to view plugins

GUEST: starting the application



Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/updater/XMLUtil
        at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.newEntityResolver(AutoupdateCatalogParser.java:123)
        at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.<init>(AutoupdateCatalogParser.java:92)
        at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:182)
        at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:118)
        at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:170)
        at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:140)
Comment 1 jtalbut 2009-11-17 03:49:46 UTC
Created attachment 91158 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-11-17 03:49:53 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=162074
Comment 3 dlipin 2009-11-17 06:20:45 UTC
might be duplicate of Issue 169336.
Comment 4 yuditya 2009-11-18 11:51:21 UTC
Created attachment 91283 [details]
stacktrace
Comment 5 Jesse Glick 2009-11-20 10:40:53 UTC

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