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 187168 - AssertionError: No invalid Update Elements [OperationInfo: Java Source[org.netbeans.modules.java.source/0.61.0.10.8.4]]
Summary: AssertionError: No invalid Update Elements [OperationInfo: Java Source[org.ne...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 19:47 UTC by karel_barel
Modified: 2012-05-05 09:38 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133128


Attachments
stacktrace (3.65 KB, text/plain)
2010-06-03 19:47 UTC, karel_barel
Details
stacktrace (5.33 KB, text/plain)
2010-09-02 23:27 UTC, javydreamercsw
Details
stacktrace (4.78 KB, text/plain)
2012-05-05 09:38 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karel_barel 2010-06-03 19:47:13 UTC
Build: NetBeans IDE Dev (Build 201006030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
phyxashun: installing new plugins

karel_barel: updating module i18resolver module dependencies

GUEST: installing i18checker plugin dependencies

GUEST: when installing new modules

GUEST: updating i18resolver module and its dependencies

GUEST: updating broken modules

julianb: The exception happened on a fresh netbeans C/C++ install:
It triggered when installing a some modules (Ant, JMX, JConsole..) from the Plugins control panel, more precisely just after the end of the download of these new modules.




Stacktrace: 
java.lang.AssertionError: No invalid Update Elements [OperationInfo: Java Source[org.netbeans.modules.java.source/0.61.0.10.8.4]]
   at org.netbeans.modules.moduleresolver.MissingModulesInstaller.doEnabledBrokenModules(MissingModulesInstaller.java:238)
   at org.netbeans.modules.moduleresolver.MissingModulesInstaller.doInstallMissingModules(MissingModulesInstaller.java:209)
   at org.netbeans.modules.moduleresolver.MissingModulesInstaller.installMissingModules(MissingModulesInstaller.java:118)
   at org.netbeans.modules.moduleresolver.MissingModulesInstaller.access$000(MissingModulesInstaller.java:77)
   at org.netbeans.modules.moduleresolver.MissingModulesInstaller$1.run(MissingModulesInstaller.java:111)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
Comment 1 karel_barel 2010-06-03 19:47:17 UTC
Created attachment 99795 [details]
stacktrace
Comment 2 javydreamercsw 2010-09-02 23:27:58 UTC
Created attachment 101842 [details]
stacktrace
Comment 3 Peter Nabbefeld 2012-05-05 09:38:49 UTC
Created attachment 119111 [details]
stacktrace

Updating 530 modules (wow, that worked fine!!!), the Java Kit module still hasn't been updated and working, so removed it manually, so MMR could do the job of updating. Worked fine, but activating the modules threw this suspicious exception.