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 22234 - illegal state exception when trying to mount a local f.s.
Summary: illegal state exception when trying to mount a local f.s.
Status: CLOSED DUPLICATE of bug 22224
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-09 14:24 UTC by Chris Ledantec
Modified: 2008-12-22 16:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Ledantec 2002-04-09 14:24:25 UTC
in build: 200204090100

try to mount a local filesystem (either from popup
menu or wizard). the following exception is
reported (and i'm not able to mount the filesystem).


java.lang.IllegalStateException
        at
org.netbeans.core.ui.MountIterator.addChangeListener(MountIterator.java:279)
        at
org.openide.WizardDescriptor.updateState(WizardDescriptor.java:451)
        at
org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:632)
        at
org.openide.WizardDescriptor$Listener.stateChanged(WizardDescriptor.java:933)
        at
org.openide.loaders.TemplateWizardIterImpl.fireStateChanged(TemplateWizardIterImpl.java:208)
        at
org.openide.loaders.TemplateWizardIterImpl.setIterator(TemplateWizardIterImpl.java:80)
        at
org.openide.loaders.TemplateWizard.setTemplateImpl(TemplateWizard.java:198)
        at
org.openide.loaders.TemplateWizard.setTemplate(TemplateWizard.java:215)
        at
org.openide.loaders.TemplateWizard.instantiateImpl(TemplateWizard.java:460)
        at
org.openide.loaders.TemplateWizard.instantiate(TemplateWizard.java:426)
        at
org.openide.actions.NewTemplateAction$TemplateActionListener.acceptNodes(NewTemplateAction.java:258)
        at
org.openide.explorer.view.MenuView$MenuItem.doClick(MenuView.java:455)
        at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1092)
[catch] at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:932)
        at
java.awt.Component.processMouseEvent(Component.java:5021)
        at
java.awt.Component.processEvent(Component.java:4818)
        at
java.awt.Container.processEvent(Container.java:1380)
        at
java.awt.Component.dispatchEventImpl(Component.java:3526)
        at
java.awt.Container.dispatchEventImpl(Container.java:1437)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
        at
java.awt.Container.dispatchEventImpl(Container.java:1423)
        at
java.awt.Window.dispatchEventImpl(Window.java:1566)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Comment 1 Jan Zajicek 2002-04-09 14:47:21 UTC
x

*** This issue has been marked as a duplicate of 22224 ***
Comment 2 Quality Engineering 2003-07-01 15:49:11 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:36:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.