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 212911 - AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
Summary: AssertionError: OperationSupport cannot be null because OperationContainer co...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 214187 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-23 17:38 UTC by luislobo
Modified: 2012-10-07 02:03 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188264


Attachments
stacktrace (10.83 KB, text/plain)
2012-05-23 17:38 UTC, luislobo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luislobo 2012-05-23 17:38:15 UTC
This bug was originally marked as duplicate of bug 128915, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201205200400)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
luislobo: Adding C/C++ plugin




Stacktrace: 
java.lang.AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.handleValidation(InstallStep.java:417)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:213)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.access$200(InstallStep.java:105)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$2.run(InstallStep.java:202)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.doEvaluate(RequestProcessor.java:2078)
Comment 1 luislobo 2012-05-23 17:38:21 UTC
Created attachment 119784 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-06-21 11:02:24 UTC
*** Bug 214187 has been marked as a duplicate of this bug. ***
Comment 3 Exceptions Reporter 2012-10-05 11:20:14 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=188264
Comment 4 Jiri Rechtacek 2012-10-05 17:18:29 UTC
Should be fixed - http://hg.netbeans.org/core-main/rev/bf15e909ac1e

Please verify who can reproduce the problem. Thanks
Comment 5 Quality Engineering 2012-10-07 02:03:19 UTC
Integrated into 'main-golden', will be available in build *201210070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bf15e909ac1e
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #212911: AE - OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []