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 253807 - IllegalStateException: Module org.netbeans.api.progress/1 is already enabled
Summary: IllegalStateException: Module org.netbeans.api.progress/1 is already enabled
Status: RESOLVED DUPLICATE of bug 252928
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Importer (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-26 14:47 UTC by gholmer
Modified: 2015-07-28 13:36 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218768


Attachments
stacktrace (3.66 KB, text/plain)
2015-07-26 14:47 UTC, gholmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2015-07-26 14:47:53 UTC
This bug was originally marked as duplicate of bug 247884, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201507231027)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b25
OS: Linux

User Comments:
GUEST: first after installation. import previous setting.

GUEST: importing plugins from 8.02

gholmer: Accepted dialog box to import plugins from previous installation on first run.

mdeggersbeans: This happened when I was importing Netbeans 8.0.2 plugins into the nightly build. Some of the plugins have not been updated yet, so this may be causing the issue.

roti: In 201503250001, Imported all installed modules from 8.0.

dathyrius: Importing plugins.

cezariusz: Importing plugin

marckoby: upgrade to dev

roti: installing plugins from previous version




Stacktrace: 
java.lang.IllegalStateException: Module org.netbeans.api.progress/1 is already enabled
   at org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1019)
   at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1585)
   at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1595)
   at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1595)
   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1534)
   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1508)
Comment 1 gholmer 2015-07-26 14:47:57 UTC
Created attachment 154907 [details]
stacktrace
Comment 2 Libor Fischmeistr 2015-07-28 13:36:42 UTC

*** This bug has been marked as a duplicate of bug 252928 ***