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 177946 - NPE from Installer$SubmitInteractive.createDialog
Summary: NPE from Installer$SubmitInteractive.createDialog
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
: 178190 179043 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-01 12:51 UTC by Jesse Glick
Modified: 2010-01-04 02:20 UTC (History)
2 users (show)

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 Jesse Glick 2009-12-01 12:51:53 UTC
NetBeans IDE Dev (Build 091201-0b3403056849) (#0b3403056849)

Prevented me from submitting an unrelated exception:

java.lang.NullPointerException
	at org.netbeans.modules.uihandler.Installer$SubmitInteractive.createDialog(Installer.java:1838)
	at org.netbeans.modules.uihandler.Installer$Submit.run(Installer.java:1526)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:330)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1401)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:942)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:951)
[catch] at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:158)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1123)
Comment 1 Jindrich Sedek 2009-12-03 08:48:44 UTC
98afc400ee5e
Comment 2 Jindrich Sedek 2009-12-07 01:48:28 UTC
*** Bug 178190 has been marked as a duplicate of this bug. ***
Comment 3 Jindrich Sedek 2010-01-04 02:20:41 UTC
*** Bug 179043 has been marked as a duplicate of this bug. ***