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 204110 - [71cat] AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements [] container: org.netbeans.api.autoupdate.OperationContainer@10df3ad+org.netbeans.
Summary: [71cat] AssertionError: OperationSupport cannot be null because OperationCont...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 206406 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-23 05:00 UTC by MackSix
Modified: 2012-05-12 09:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182233


Attachments
stacktrace (6.45 KB, text/plain)
2011-10-23 05:00 UTC, MackSix
Details
stacktrace (1.45 KB, text/plain)
2012-05-09 04:14 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2011-10-23 05:00:46 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 201110200600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows Vista

User Comments:
MackSix: This is the 3rd exception after I intstalled C/C++ plugin.




Stacktrace: 
java.lang.AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
container: org.netbeans.api.autoupdate.OperationContainer@10df3ad+org.netbeans.modules.autoupdate.services.OperationContainerImpl@f91088
java.lang.Exception: Removed all
	at org.netbeans.modules.autoupdate.services.OperationContainerImpl.removeAll(OperationContainerImpl.java:402)
	at org.netbeans.api.autoupdate.OperationContainer.removeAll(OperationContainer.java:369)
	at org.netbeans.modules.autoupdate.ui.wizards.OperationWizardModel.doCleanup(OperationWizardModel.java:484)
	at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.doCleanup(InstallUnitWizardModel.java:205)
	at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.storeSettings(InstallStep.java:701)
	at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.storeSettings(InstallStep.java:101)
	at org.openide.WizardDescriptor.setValueOpen(WizardDescriptor.java:1367)
	at org.openide.WizardDescriptor.set
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.handleDownload(InstallStep.java:216)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:194)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.access$200(InstallStep.java:101)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$2.run(InstallStep.java:186)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.doEvaluate(RequestProcessor.java:2037)
Comment 1 MackSix 2011-10-23 05:00:50 UTC
Created attachment 112335 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-04-17 10:52:54 UTC
*** Bug 206406 has been marked as a duplicate of this bug. ***
Comment 3 Jiri Rechtacek 2012-04-17 10:53:21 UTC
More duplicates, should be fixed in NB7.2
Comment 4 Tomas Mysik 2012-05-09 04:14:55 UTC
Created attachment 119184 [details]
stacktrace

trying to update plugins
Comment 5 Jiri Rechtacek 2012-05-09 06:35:40 UTC
Too many reports, I increased the priority.
Comment 6 Jiri Rechtacek 2012-05-11 11:13:49 UTC
core-main/rev/68c151ee44c4
Comment 7 Quality Engineering 2012-05-12 09:55:27 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/68c151ee44c4
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #204110: some changes to make it more robust  and added more logging