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 37180 - Cant walk through any wizard (results in an exception)
Summary: Cant walk through any wizard (results in an exception)
Status: VERIFIED DUPLICATE of bug 35335
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-13 01:31 UTC by mjoshi
Modified: 2008-12-22 19:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans log file (483.85 KB, text/plain)
2003-11-13 01:33 UTC, mjoshi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjoshi 2003-11-13 01:31:38 UTC
I cant use any wizard (new , mount filesystem 
etc.). all of them throw an exception:

java.lang.NullPointerException

	at 
org.openide.WizardDescriptor.goToNextStep
(WizardDescriptor.java:598)

	at org.openide.WizardDescriptor.access$300
(WizardDescriptor.java:55)

	at 
org.openide.WizardDescriptor$Listener.actionPerfor
med(WizardDescriptor.java:1110)

	at 
javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1767)

	at 
javax.swing.AbstractButton$ForwardActionEvents.act
ionPerformed(AbstractButton.java:1820)

	at 
javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:419)

	at 
javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:257)

	at 
javax.swing.plaf.basic.BasicButtonListener.mouseRe
leased(BasicButtonListener.java:258)

	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)

[catch] at java.awt.EventQueue.dispatchEvent
(EventQueue.java:445)

	at 
java.awt.EventDispatchThread.pumpOneEventForHierar
chy(EventDispatchThread.java:190)

	at 
java.awt.EventDispatchThread.pumpEventsForHierarch
y(EventDispatchThread.java:144)

	at 
java.awt.EventDispatchThread.pumpEventsForHierarch
y(EventDispatchThread.java:134)

	at java.awt.Dialog.show(Dialog.java:524)

	at org.netbeans.core.NbPresenter.superShow
(NbPresenter.java:690)

	at org.netbeans.core.NbPresenter.doShow
(NbPresenter.java:733)

	at org.netbeans.core.NbPresenter.run
(NbPresenter.java:721)

	at org.openide.util.Mutex.doEventAccess
(Mutex.java:932)

	at org.openide.util.Mutex.readAccess
(Mutex.java:157)

	at org.netbeans.core.NbPresenter.show
(NbPresenter.java:706)

	at 
org.openide.loaders.TemplateWizard.instantiateImpl
(TemplateWizard.java:425)

	at 
org.openide.loaders.TemplateWizard.instantiate
(TemplateWizard.java:358)

	at 
org.openide.actions.NewTemplateAction$TemplateActi
onListener.acceptNodes(NewTemplateAction.java:501)

	at 
org.openide.explorer.view.MenuView$MenuItem.doClic
k(MenuView.java:449)

	at 
javax.swing.plaf.basic.BasicMenuItemUI.doClick
(BasicMenuItemUI.java:1092)

	at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputH
andler.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.pumpOneEventForHierar
chy(EventDispatchThread.java:190)

	at 
java.awt.EventDispatchThread.pumpEventsForHierarch
y(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 mjoshi 2003-11-13 01:33:28 UTC
Created attachment 12130 [details]
Netbeans log file
Comment 2 mjoshi 2003-11-13 01:41:34 UTC
Note that this exception is thrown when I click on Next on the first 
page of the wizard.
Comment 3 Milan Kubec 2003-11-13 09:28:43 UTC
Exceptions in ide.log shows that user could have some problems with
mounted filesystems.
Comment 4 Marian Mirilovic 2003-11-13 10:12:04 UTC
Jirka it's duplicate of already filed issue, but I haven't number in
hands.
Comment 5 Jiri Rechtacek 2003-11-13 10:17:00 UTC

*** This issue has been marked as a duplicate of 35335 ***
Comment 6 pzajac 2004-02-26 16:08:49 UTC
verified