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 25542

Summary: Exception on disabling form editor module
Product: platform Reporter: _ tboudreau <tboudreau>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: tpavek
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: log file

Description _ tboudreau 2002-07-11 16:07:26 UTC
After disabling several modules, I disabled the
form editor module, and got the exception below,
using NB 3.4 beta 2.

Note - ignore the core and java patches in the log
file - the core patch only affects NbTheme.java
and the java module patch adds a couple components
to the import wizard - neither are likely to have
anything to do with this.

Will attach log file.

Annotation: Exception occurred in Request Processor
java.lang.IllegalStateException: Call to change()
while stopped
        at
org.netbeans.core.modules.ChangeFirer.change(ChangeFirer.java:54)
        at
org.netbeans.core.modules.ModuleManager.disable(ModuleManager.java:732)
        at
org.netbeans.core.modules.ModuleList$Listener.stepDisable(ModuleList.java:1886)
        at
org.netbeans.core.modules.ModuleList$Listener.access$2000(ModuleList.java:1499)
        at
org.netbeans.core.modules.ModuleList$5.run(ModuleList.java:1717)
        at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89)
        at
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:416)
        at
org.netbeans.core.modules.ModuleList$Listener.run(ModuleList.java:1696)
        at org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 _ tboudreau 2002-07-11 16:08:29 UTC
Created attachment 6626 [details]
log file
Comment 2 Tomas Pavek 2002-07-15 15:27:56 UTC
Looks like similar problem (according to exception in the 
log) to issues 25092, 23042, 25061, ... but I'm not sure.
Comment 3 Marek Grummich 2002-07-22 08:30:40 UTC
Target milestone was changed from '3.4' to TBD.
Comment 4 Marek Grummich 2002-07-22 08:34:35 UTC
Target milestone was changed from '3.4' to TBD.
Comment 5 Marek Grummich 2002-07-22 08:44:51 UTC
Target milestone was changed from '3.4' to TBD.
Comment 6 Marek Grummich 2002-07-22 08:50:00 UTC
Target milestone was changed from '3.4' to TBD.
Comment 7 Jesse Glick 2002-07-22 09:47:10 UTC
Sorry, can't figure out how to get this to happen, nor even guess how
it might have happened. Reopen as needed.
Comment 8 Marian Mirilovic 2003-07-29 10:14:38 UTC
verified - it works fine in [nb_dev](20030728)