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 40484 - NullPointerException on Download Updates
Summary: NullPointerException on Download Updates
Status: VERIFIED DUPLICATE of bug 35335
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 40483 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-25 17:27 UTC by janderson
Modified: 2008-12-22 19:50 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 janderson 2004-02-25 17:27:04 UTC
While attempting to download NetBeans updates, a
NullPointerException was encountered. Stack trace
follows:

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.actionPerformed(WizardDescriptor.java:1110)
	at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
	at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
	at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
	at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
	at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
	at
java.awt.Component.processMouseEvent(Component.java:5134)
	at
java.awt.Component.processEvent(Component.java:4931)
	at
java.awt.Container.processEvent(Container.java:1566)
	at
java.awt.Component.dispatchEventImpl(Component.java:3639)
	at
java.awt.Container.dispatchEventImpl(Container.java:1623)
	at
java.awt.Component.dispatchEvent(Component.java:3480)
	at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
	at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
	at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
	at
java.awt.Container.dispatchEventImpl(Container.java:1609)
	at
java.awt.Window.dispatchEventImpl(Window.java:1590)
	at
java.awt.Component.dispatchEvent(Component.java:3480)
[catch] at
java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
Comment 1 _ ttran 2004-02-27 08:10:08 UTC
version number please?  Or you can just attach your
<userdir>/system/ide.log file
Comment 2 Milan Kubec 2004-02-27 08:12:34 UTC
*** Issue 40483 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2004-02-27 08:21:05 UTC
already fixed in nb3.6

*** This issue has been marked as a duplicate of 35335 ***
Comment 4 Marian Mirilovic 2004-02-27 13:37:25 UTC
verified duplicate