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 256167

Summary: IllegalStateException: Module org.netbeans.api.progress/1 is already enabled
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220759
Attachments: stacktrace

Description Exceptions Reporter 2015-10-25 13:03:59 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 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Trying to install OpenShift extension




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.simulateEnable(ModuleManager.java:1534)
   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1508)
   at org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getModulesToEnable(OperationValidator.java:363)
Comment 1 Exceptions Reporter 2015-10-25 13:04:01 UTC
Created attachment 156968 [details]
stacktrace
Comment 2 Tomas Hurka 2015-10-29 10:37:13 UTC

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