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 257164 - AssertionError: Only once task can be running. Already running : null
Summary: AssertionError: Only once task can be running. Already running : null
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 06:17 UTC by zeloras
Modified: 2015-12-16 06:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221698


Attachments
stacktrace (9.08 KB, text/plain)
2015-12-16 06:17 UTC, zeloras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zeloras 2015-12-16 06:17:16 UTC
This bug was originally marked as duplicate of bug 234518, 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 201512140002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
zeloras: Import old modules for python




Stacktrace: 
java.lang.AssertionError: Only once task can be running. Already running : null
   at org.netbeans.modules.autoupdate.ui.PluginManagerUI.registerRunningTask(PluginManagerUI.java:644)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$1.propertyChange(InstallStep.java:191)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at java.awt.Component.firePropertyChange(Component.java:8430)
Comment 1 zeloras 2015-12-16 06:17:18 UTC
Created attachment 157805 [details]
stacktrace