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 128915 - AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements [] (in InstallStep.handleDownload)
Summary: AssertionError: OperationSupport cannot be null because OperationContainer co...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
: 160293 168880 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-01 21:02 UTC by Jan Horvath
Modified: 2011-02-20 10:34 UTC (History)
20 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 22437


Attachments
stacktrace (1.51 KB, text/plain)
2008-03-01 21:02 UTC, Jan Horvath
Details
stacktrace (2.39 KB, text/plain)
2008-06-13 14:43 UTC, davideconsonni
Details
stacktrace (1.51 KB, text/plain)
2008-06-18 08:27 UTC, gtg
Details
stacktrace (1.51 KB, text/plain)
2008-06-18 09:02 UTC, gtg
Details
stacktrace (1.99 KB, text/plain)
2009-10-02 17:05 UTC, Martin Schovanek
Details
stacktrace (4.58 KB, text/plain)
2010-03-26 09:59 UTC, schkovich
Details
stacktrace (4.58 KB, text/plain)
2010-04-10 20:12 UTC, big_al
Details
stacktrace (4.58 KB, text/plain)
2010-04-21 15:32 UTC, swpalmer
Details
stacktrace (4.31 KB, text/plain)
2010-12-07 23:30 UTC, mperezma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2008-03-01 21:02:23 UTC
Build: NetBeans IDE Dev (Build 080301)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119
OS: Mac OS X, 10.5.2, i386

User Comments:
Comment 1 Jan Horvath 2008-03-01 21:02:29 UTC
Created attachment 57609 [details]
stacktrace
Comment 2 Jiri Rechtacek 2008-03-06 16:40:23 UTC
Lack of information.
Comment 3 davideconsonni 2008-06-13 14:43:18 UTC
Created attachment 62814 [details]
stacktrace
Comment 4 gtg 2008-06-18 08:27:53 UTC
Created attachment 62972 [details]
stacktrace
Comment 5 gtg 2008-06-18 09:02:50 UTC
Created attachment 62974 [details]
stacktrace
Comment 6 Jiri Rechtacek 2008-06-18 11:07:24 UTC
fixed in d95e8e0babbd changeset
Comment 7 Quality Engineering 2008-06-19 04:30:28 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #268 build
Changeset: http://hg.netbeans.org/main/rev/15e148327f04
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #128915: AssertionError: TESTING
Comment 8 Exceptions Reporter 2009-02-12 14:52:25 UTC
Reopening - reproduced in NetBeans IDE Dev (Build 200902120201)
http://statistics.netbeans.org/exceptions/detail.do?id=22437
Comment 9 Marian Mirilovic 2009-02-12 14:53:45 UTC
tried to activate profiler after issue 144615 
Comment 10 Sergey Petrov 2009-03-24 14:25:01 UTC
it seems part of the issue was fixed before,
also there are no reports after 090224 build yet, if this one issue happens mostly after issue 144615 which is marked as
fixed, this one may have much less impact or rate now (four latest reposts have FileNotFound before this assertion).
Comment 11 Exceptions Reporter 2009-04-17 12:55:35 UTC
This issue has already 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=22437
Comment 12 Marian Mirilovic 2009-04-17 13:25:05 UTC
it looks like another duplicates are coming ... also last 3 reports for post 090224 builds
Comment 13 dlipin 2009-04-18 17:27:35 UTC
Philippe (vdb) provided me with some useful details:

- install nightly trunk with import settings 6.5
- received an assertion error about importing one of my projects; seemed not
so important
  was: lang.AssertionError: getRelativePath(S:\NetbeansProjects\barorisques\src, S:\Netbeans%20Projects\barorisques\src
\barorisques\NiveauxDangerositeForm.java)
  followed by a null pointer error
- download latest versions of plugings ireport (bundle ireport and jasperserver) and jasper viewer components (form NB 
plugins center)
- installation of plugings via NB tools menu
- the installer adds automatically the plugin generics language support
- after licence, no signature, etc. the installation starts
- an exception is thrown during installation:
   - class not found : view runtime tab action  ... starting from syem class
loader ... etc

This is fully reproductible!  (after full reinstall of redownloaded trunk
and plugins)
Comment 14 Martin Schovanek 2009-10-02 17:04:58 UTC
Build: NetBeans IDE 6.8 Beta (Build 200909292001)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments: 
Uninstalled CodeCoverage module and then trying to install without restarting Nb.

Stacktrace: 
java.lang.AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [OperationInfo: Code Coverage Plugin[org.netbeans.modules.coverage/2.3.2]] and invalid elements [OperationInfo: Code Coverage Plugin[org.netbeans.modules.coverage/2.3.2]]
        at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.handleDownload(InstallStep.java:206)
        at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:184)
        at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.access$200(InstallStep.java:98)
        at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$2.run(InstallStep.java:176)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.doEvaluate(RequestProcessor.java:1126)
Comment 15 Martin Schovanek 2009-10-02 17:05:03 UTC
Created attachment 88754 [details]
stacktrace
Comment 16 schkovich 2010-03-26 09:59:16 UTC
Created attachment 95907 [details]
stacktrace

AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
Comment 17 big_al 2010-04-10 20:12:13 UTC
Created attachment 97016 [details]
stacktrace

Switched to the services tab
Comment 18 swpalmer 2010-04-21 15:32:05 UTC
Created attachment 97815 [details]
stacktrace

Selected a different project group
Comment 19 Jaroslav Tulach 2010-11-01 09:30:32 UTC
*** Bug 168880 has been marked as a duplicate of this bug. ***
Comment 20 Jaroslav Tulach 2010-11-01 09:30:38 UTC
*** Bug 160293 has been marked as a duplicate of this bug. ***
Comment 21 mperezma 2010-12-07 23:30:38 UTC
Created attachment 103706 [details]
stacktrace

Just trying to expand a Android project in projects view. Plug-in has been installed from: http://kenai.com/downloads/nbandroid/updates.xml (version 0.11)
Comment 22 Jaroslav Tulach 2011-02-18 19:25:34 UTC
More logging in ergonomics#f83b29259d66
Comment 23 Quality Engineering 2011-02-20 10:34:39 UTC
Integrated into 'main-golden', will be available in build *201102200501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f83b29259d66
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #128915: Log the last modification