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 106564 - assertion error, and cannot see modules
Summary: assertion error, and cannot see modules
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 6.x
Hardware: Sun All
: P1 blocker (vote)
Assignee: rnovak
URL:
Keywords:
: 106563 106588 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-13 21:12 UTC by _ ludo
Modified: 2007-06-14 12:19 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:48 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
*** Issue 106563 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Rechtacek 2007-06-14 09:07:37 UTC
*** Issue 106588 has been marked as a duplicate of this issue. ***
Comment 3 Jaromir Uhrik 2007-06-14 09:15:38 UTC
Changing the priority to P1 because it is not possible to do any updates or installs due to this issue.
Comment 4 Jiri Rechtacek 2007-06-14 12:17:12 UTC
A typo in element's name. Fixed already.
Comment 5 Jiri Rechtacek 2007-06-14 12:19:05 UTC
Make Autoupdate parser more tolerant to bug like this.
Checking in SimpleItem.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/updateprovider/SimpleItem.java,v 
<--  SimpleItem.java
new revision: 1.9; previous revision: 1.8
done