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 197081 - NoClassDefFoundError: org/netbeans/updater/XMLUtil
Summary: NoClassDefFoundError: org/netbeans/updater/XMLUtil
Status: RESOLVED DUPLICATE of bug 192610
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 08:34 UTC by Exceptions Reporter
Modified: 2011-04-14 10:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161112


Attachments
stacktrace (1.63 KB, text/plain)
2011-03-25 08:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-03-25 08:34:02 UTC
This issue was reported manually by mmirilovic.
It already has 26 duplicates 


Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
GUEST: trying to create a new Enterprise project

GUEST: trying to startup php in the ide

GUEST: Ativando o JME MDIP

GUEST: tentando atualizar




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/updater/XMLUtil
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.newEntityResolver(AutoupdateCatalogParser.java:126)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.<init>(AutoupdateCatalogParser.java:95)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:187)
   at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:119)
   at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:173)
   at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:143)
Comment 1 Exceptions Reporter 2011-03-25 08:34:07 UTC
Created attachment 107272 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-14 10:41:58 UTC

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