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 106563 - assertion error, and cannot see modules
Summary: assertion error, and cannot see modules
Status: RESOLVED DUPLICATE of bug 106564
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 21:12 UTC by _ ludo
Modified: 2007-06-14 09:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ ludo 2007-06-13 21:12:34 UTC
build of today, Tools->Plugins dialog:
I get a 
java.lang.AssertionError: Each feature needs own modules.
	at org.netbeans.modules.autoupdate.updateprovider.SimpleItem.readDependencies(SimpleItem.java:455)
	at org.netbeans.modules.autoupdate.updateprovider.SimpleItem.access$000(SimpleItem.java:51)
	at org.netbeans.modules.autoupdate.updateprovider.SimpleItem$Feature.toUpdateItem(SimpleItem.java:88)
	at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:91)
	at
org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:87)
	at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:145)
	at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:82)
	at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnits(UpdateManagerImpl.java:62)
	at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnits(UpdateManagerImpl.java:76)
	at org.netbeans.api.autoupdate.UpdateManager.getUpdateUnits(UpdateManager.java:76)
	at org.netbeans.modules.autoupdate.ui.PluginManagerUI.initialize(PluginManagerUI.java:146)
	at org.netbeans.modules.autoupdate.ui.PluginManagerUI$1.run(PluginManagerUI.java:68)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)


I also have my update center (https://ajax.dev.java.net/updates.xml) enable or disable is the same...
Cannot see any modules on UC.
Comment 1 Jiri Rechtacek 2007-06-14 09:07:29 UTC

*** This issue has been marked as a duplicate of 106564 ***