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 252974 - 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: Module System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 22:04 UTC by Exceptions Reporter
Modified: 2015-06-14 18:01 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217922


Attachments
stacktrace (6.39 KB, text/plain)
2015-06-13 22:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-06-13 22:04:35 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 Dev (Build 201506130001)
VM: Java HotSpot(TM) Client VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
rweaver: Looking at WordPress plugin and seeing if I could activate it

CrispyDuck: I'm trying to activate Vaadin plugin.

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)
	at org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getRequiredElementsImpl(OperationValidator.java:398)
	at org.netbeans.modules.autoupdate.services.OperationValidator.getRequiredElements(OperationValidator.java:131)
	at org.netbeans.modules.autoupdate.services.OperationContainerImpl$OperationInfoImpl.getRequiredElements(OperationContainerImp

GUEST: Installing TikiOne JaCoCoverage [1.5.1.20150301.1800]

palman: fresh install netbeans dev, try to open java ee project

GUEST: user installed plugins activaation




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-06-13 22:04:38 UTC
Created attachment 154199 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-14 18:01:22 UTC

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