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

Summary: AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
Product: platform Reporter: luislobo
Component: Plugin ManagerAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal CC: Andre_Lopes_2012, exceptions_reporter, kamon, lifxue2, whedro
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188264
Attachments: stacktrace

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 []