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 222090

Summary: AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Plugin ManagerAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195110
Attachments: stacktrace

Description Exceptions Reporter 2012-11-14 07:51:08 UTC
This bug was originally marked as duplicate of bug 220032, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
GUEST: i was istalling th 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:427)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:214)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.access$200(InstallStep.java:106)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$2.run(InstallStep.java:203)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.doEvaluate(RequestProcessor.java:2083)
Comment 1 Exceptions Reporter 2012-11-14 07:51:10 UTC
Created attachment 127761 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-11-14 21:01:52 UTC

*** This bug has been marked as a duplicate of bug 221429 ***