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 241665 - AssertionError: Non empty container[list: [OperationInfo: Dark Look And Feel Themes[org.netbeans.swing.laf.dark/1.0.2], OperationInfo: HTML5 Kit[org.netbeans.modules.web.client.kit/1.7.1], OperationIn
Summary: AssertionError: Non empty container[list: [OperationInfo: Dark Look And Feel ...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 22:37 UTC by mprentice
Modified: 2018-05-11 21:24 UTC (History)
26 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180138


Attachments
stacktrace (12.95 KB, text/plain)
2014-02-10 22:37 UTC, mprentice
Details
stacktrace (12.95 KB, text/plain)
2014-03-03 20:39 UTC, fortruth
Details
stacktrace (13.55 KB, text/plain)
2015-09-09 02:37 UTC, MackSix
Details
stacktrace (13.55 KB, text/plain)
2015-09-09 02:49 UTC, MackSix
Details
stacktrace (13.55 KB, text/plain)
2015-09-09 03:01 UTC, MackSix
Details
stacktrace (13.55 KB, text/plain)
2015-11-02 15:00 UTC, ehsavoie
Details
stacktrace (13.55 KB, text/plain)
2015-11-18 13:44 UTC, ehsavoie
Details
stacktrace (13.13 KB, text/plain)
2016-03-07 18:50 UTC, markiewb
Details
stacktrace (13.35 KB, text/plain)
2016-06-02 21:41 UTC, Maksim Khramov
Details
stacktrace (13.55 KB, text/plain)
2016-07-10 20:48 UTC, markiewb
Details
stacktrace (13.46 KB, text/plain)
2016-12-15 14:24 UTC, muellermi
Details
stacktrace (13.46 KB, text/plain)
2018-03-08 08:08 UTC, muellermi
Details
stacktrace (13.48 KB, text/plain)
2018-03-20 22:44 UTC, michbarsinai
Details
stacktrace (13.57 KB, text/plain)
2018-05-11 21:24 UTC, imadbougataya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mprentice 2014-02-10 22:37:39 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: updating plugins

stefanocrosta: installing python package

GUEST: Updating netbeans

GUEST: Trying to install plugins

GUEST: While installing some plugins I received the error in the summary

GUEST: All I did was open the IDE and this exception was thrown.

mprentice: Installing plugins




Stacktrace: 
java.lang.AssertionError: Non empty container[list: [OperationInfo: Dark Look And Feel Themes[org.netbeans.swing.laf.dark/1.0.2], OperationInfo: HTML5 Kit[org.netbeans.modules.web.client.kit/1.7.1], OperationInfo: FindBugs Integration[org.netbeans.modules.findbugs/1.27], OperationInfo: PHP Static Analysis[org.netbeans.modules.php.code.analysis/0.7.1], OperationInfo: PHP[org.netbeans.modules.php.kit/1.56.1], OperationInfo: PHP Testing API[org.netbeans.modules.php.api.testing/0.12.1], OperationInfo: PHP Debugger[org.netbeans.modules.php.dbgp/1.33.1], OperationInfo: PHP Annotation API[org.netbeans.modules.php.api.annotation/0.12.1], OperationInfo: PHP Refactoring[org.netbeans.modules.php.refactoring/1.26.1], OperationInfo: HTML5 Samples[org.netbeans.modules.web.client.samples/1.7.1], OperationInfo: HTML5 Project[org.netbeans.modules.web.clientproject/1.50.1], OperationInfo: js-test-driver Wrapper[org.netbeans.libs.jstestdriver/1.6.1], OperationInfo: FindBugs Library Wrapper[org.netbeans.libs.findbugs/1.0], Opera
   at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.getBaseContainer(InstallUnitWizardModel.java:91)
   at org.netbeans.modules.autoupdate.ui.wizards.OperationWizardModel.doCleanup(OperationWizardModel.java:458)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.doCleanup(InstallUnitWizardModel.java:196)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.presentInstallNeedsRestart(InstallStep.java:666)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:237)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.access$200(InstallStep.java:106)
Comment 1 mprentice 2014-02-10 22:37:41 UTC
Created attachment 145003 [details]
stacktrace
Comment 2 fortruth 2014-03-03 20:39:36 UTC
Created attachment 145725 [details]
stacktrace

it is time to update all plugins
Comment 3 MackSix 2015-09-09 02:37:03 UTC
Created attachment 155992 [details]
stacktrace

Installing Python plugin. After confirming to install unsigned plugin this happened.
Comment 4 MackSix 2015-09-09 02:49:03 UTC
Created attachment 155993 [details]
stacktrace

Installing some PHP frameworks, findbugs and Java Card. Chose to run installation in background. Promted to confirm installation of unsigned Twig Templates. Approved and this happened.
Comment 5 MackSix 2015-09-09 03:01:03 UTC
Created attachment 155994 [details]
stacktrace

Repeatable. The Plugin installer works differently if "Run in Backgroud" is checked. If this is checked, user is prompted  to confirm unsigned plugins. This prompt does not occur otherwise for the same plugins and this AssertionError does not occur either.
Comment 6 ehsavoie 2015-11-02 15:00:59 UTC
Created attachment 157106 [details]
stacktrace

Installing plugins for HTML 5 and PHP
Comment 7 ehsavoie 2015-11-18 13:44:52 UTC
Created attachment 157392 [details]
stacktrace

Adding JavaEE plugins
Comment 8 markiewb 2016-03-07 18:50:22 UTC
Created attachment 158774 [details]
stacktrace

Updating the IDE
Comment 9 Maksim Khramov 2016-06-02 21:41:06 UTC
Created attachment 159949 [details]
stacktrace

Install updates in background mode and open plugins dialog again
Comment 10 markiewb 2016-07-10 20:48:50 UTC
Created attachment 160338 [details]
stacktrace

Updating a nightly SE build with JSF-module
Comment 11 muellermi 2016-12-15 14:24:52 UTC
Created attachment 163249 [details]
stacktrace

update plugins: after NB reported unsigned plugins
Comment 12 muellermi 2018-03-08 08:08:29 UTC
Created attachment 165665 [details]
stacktrace

install JEE plugins
Comment 13 michbarsinai 2018-03-20 22:44:44 UTC
Created attachment 165679 [details]
stacktrace

updated plugins
Comment 14 imadbougataya 2018-05-11 21:24:00 UTC
Created attachment 165719 [details]
stacktrace

clean build maven project