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 246304 - AssertionError: Validation Failed: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
Summary: AssertionError: Validation Failed: OperationSupport cannot be null because Op...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 13:08 UTC by Exceptions Reporter
Modified: 2014-08-18 07:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211127


Attachments
stacktrace (10.95 KB, text/plain)
2014-08-06 13:08 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-08-06 13:08:03 UTC
This bug was originally marked as duplicate of bug 220697, 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 201312150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b19
OS: Mac OS X

User Comments:
GUEST: tried to install gradle plugin




Stacktrace: 
java.lang.AssertionError: Validation Failed: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.handleValidation(InstallStep.java:433)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:217)
   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:206)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.doEvaluate(RequestProcessor.java:2085)
Comment 1 Exceptions Reporter 2014-08-06 13:08:10 UTC
Created attachment 148576 [details]
stacktrace