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 253560 - IllegalStateException: Already enabled: Netigso: C:\Program Files (x86)\NetBeans 8.0\ide\modules\javaewah-dummy.jar
Summary: IllegalStateException: Already enabled: Netigso: C:\Program Files (x86)\NetBe...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-19 04:31 UTC by Exceptions Reporter
Modified: 2015-09-10 08:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218622


Attachments
stacktrace (5.63 KB, text/plain)
2015-07-19 04:31 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-07-19 04:31:47 UTC
This bug was originally marked as duplicate of bug 224634, 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.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
GUEST: New to maven project. Trying to run a simple maven project then another IDE opened and started installing netneans updater.




Stacktrace: 
java.lang.IllegalStateException: Already enabled: Netigso: C:\Program Files (x86)\NetBeans 8.0\ide\modules\javaewah-dummy.jar
   at org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1399)
   at org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:1007)
   at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1231)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:609)
   at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1207)
Comment 1 Exceptions Reporter 2015-07-19 04:31:49 UTC
Created attachment 154710 [details]
stacktrace
Comment 2 Tomas Hurka 2015-09-10 08:50:45 UTC
From the messages.log file, it is not clear, what is wrong. Can you please provide steps how to reproduce it? Thanks.