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 124885 - IAE from DummyModuleInfo.java:106
Summary: IAE from DummyModuleInfo.java:106
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
: 124670 (view as bug list)
Depends on: 124893
Blocks:
  Show dependency tree
 
Reported: 2008-01-08 13:54 UTC by Martin Krauskopf
Modified: 2008-03-01 17:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 18127


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-01-08 13:54:17 UTC
It happens always when I invoke Plugin Manager. It does with the IDE with kind of older userdir. With clean userdir it
works. Let me know if you need more info.

java.lang.IllegalArgumentException
	at org.netbeans.modules.autoupdate.updateprovider.DummyModuleInfo.<init>(DummyModuleInfo.java:106)
	at org.netbeans.modules.autoupdate.updateprovider.ModuleItem.getModuleInfo(ModuleItem.java:154)
	at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:187)
	at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:140)
	at org.netbeans.modules.autoupdate.services.UpdateManagerImpl$Cache.<init>(UpdateManagerImpl.java:185)
	at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getCache(UpdateManagerImpl.java:161)
	at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnits(UpdateManagerImpl.java:90)
	at org.netbeans.api.autoupdate.UpdateManager.getUpdateUnits(UpdateManager.java:100)
	at org.netbeans.modules.autoupdate.ui.PluginManagerUI.initialize(PluginManagerUI.java:179)
	at org.netbeans.modules.autoupdate.ui.PluginManagerUI$1.run(PluginManagerUI.java:94)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Jiri Rechtacek 2008-01-08 15:37:42 UTC
Checking in services/UpdateUnitFactory.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java,v 
<--  UpdateUnitFactory.java
new revision: 1.21; previous revision: 1.20
done
Checking in updateprovider/DummyModuleInfo.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/updateprovider/DummyModuleInfo.java,v
 <--  DummyModuleInfo.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Jiri Rechtacek 2008-01-08 16:45:15 UTC
*** Issue 124670 has been marked as a duplicate of this issue. ***
Comment 3 Marian Mirilovic 2008-02-29 08:36:23 UTC
Not sure it's possible to fix this into NB 6.0.1 Patch 1 , Jirka ?
Comment 4 Jiri Rechtacek 2008-02-29 11:48:55 UTC
I'm afraid the backport cannot be delivered as a patch because issue 37133 - Inability to update updater.jar. I remove
the patch candidate.
Comment 5 Marian Mirilovic 2008-03-01 17:42:50 UTC
Ok Jirka, thanks for quick evaluation.