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 14259 - NoSuchElementException in Setup wizard when disabled autoupdate.
Summary: NoSuchElementException in Setup wizard when disabled autoupdate.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
: 14506 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-08-08 10:54 UTC by Jan Zajicek
Modified: 2008-12-22 18:45 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 Jan Zajicek 2001-08-08 10:54:33 UTC
Firststart NB dev -> In setup wizard disable autoupdate and click next ->
following exception will be thrown:

Wed Aug 08 11:51:38 CEST 2001: java.util.NoSuchElementException: null
java.util.NoSuchElementException
        at
org.netbeans.core.ui.WizardFolder$CompoundIterator.nextPanel(WizardFolder.java:238)
[catch] at
org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:891)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
        at java.awt.Dialog.show(Dialog.java:380)
        at org.netbeans.core.NbPresenter.superShow(NbPresenter.java:505)
        at org.netbeans.core.NbPresenter.run(NbPresenter.java:528)
        at org.openide.util.Mutex.doEventAccess(Mutex.java:872)
        at org.openide.util.Mutex.readAccess(Mutex.java:162)
        at org.netbeans.core.NbPresenter.show(NbPresenter.java:509)
        at org.netbeans.core.ui.SetupWizard.show(SetupWizard.java:276)
        at org.netbeans.core.ui.SetupWizard.showSetupWizard(SetupWizard.java:339)
        at org.netbeans.core.NonGui$2.run(NonGui.java:532)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:147)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Comment 1 Jan Zajicek 2001-08-17 13:02:48 UTC
*** Issue 14506 has been marked as a duplicate of this issue. ***
Comment 2 jrojcek 2001-09-24 11:54:06 UTC
Fixed in dev 20010925.
Comment 3 Marian Mirilovic 2001-12-11 15:11:02 UTC
verified in [nb-release330](200112102331)
Comment 4 Quality Engineering 2003-07-01 16:15:34 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.