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 180732 - NPE on reporting exception
Summary: NPE on reporting exception
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 normal (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
: 180557 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-15 06:51 UTC by Alexander Pepin
Modified: 2010-02-16 21:55 UTC (History)
1 user (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 Alexander Pepin 2010-02-15 06:51:57 UTC
Any try to report exception causes NPE:
java.lang.NullPointerException
[catch] at org.netbeans.modules.uihandler.Installer$SubmitInteractive$6.run(Installer.java:2209)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:130)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Jindrich Sedek 2010-02-15 07:19:04 UTC
looks like a duplicate, for sure please attach messages log since this should not be the first exception thrown

*** This bug has been marked as a duplicate of bug 180417 ***
Comment 2 Jindrich Sedek 2010-02-15 07:53:49 UTC
not a duplicate based on messages log

fixed in web-main: 820dce751f0d
Comment 3 Alexander Pepin 2010-02-15 08:09:06 UTC
The fix is verified in M1 with provided org-netbeans-modules-uihandler.jar
Comment 4 Alexander Pepin 2010-02-15 08:10:20 UTC
Please port the fix into M1 branch.
Comment 5 Jindrich Sedek 2010-02-15 09:03:55 UTC
fixed in release69_m1:
aebe0555b432
Comment 6 Jindrich Sedek 2010-02-16 05:33:32 UTC
*** Bug 180557 has been marked as a duplicate of this bug. ***
Comment 7 Alexander Pepin 2010-02-16 06:09:15 UTC
verified in M1 build 20100215
Comment 8 Quality Engineering 2010-02-16 21:55:51 UTC
Integrated into 'main-golden', will be available in build *201002170200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/820dce751f0d
User: Jindrich Sedek <jsedek@netbeans.org>
Log: bug #180732 - NPE on reporting exception