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 180417 - Exception reporter does not work
Summary: Exception reporter does not work
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
: 180498 (view as bug list)
Depends on: 180645
Blocks:
  Show dependency tree
 
Reported: 2010-02-08 04:12 UTC by Alexandr Scherbatiy
Modified: 2010-03-10 02:56 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log with NPE (and previous NPEs) in bug reporter UI (41.54 KB, application/octet-stream)
2010-02-15 07:31 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-02-08 04:12:39 UTC
Product Version         = NetBeans IDE Dev (Build 201002070200) (#4d6aa72cca05)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


When I see an exception I press the Review and Report button but the dialog just disappears after that and sends nothing.
Comment 1 Jindrich Sedek 2010-02-10 01:29:30 UTC
Look's like the URL of exception reporter is not accessible because of some changes in kenai redirects... I'll fix it for daily builds, but it must be fixed also for previous releases on kenai side.
Comment 2 Jindrich Sedek 2010-02-10 01:29:33 UTC
*** Bug 180498 has been marked as a duplicate of this bug. ***
Comment 3 Jindrich Sedek 2010-02-10 01:47:22 UTC
fix for dailies: 0455fdb0e1f5
Comment 4 Jindrich Sedek 2010-02-15 07:19:04 UTC
*** Bug 180732 has been marked as a duplicate of this bug. ***
Comment 5 Alexander Pepin 2010-02-15 07:28:54 UTC
we can not release M1 with broken bug reporter
Comment 6 Alexander Pepin 2010-02-15 07:31:28 UTC
Created attachment 94163 [details]
messages.log with NPE (and previous NPEs) in bug reporter UI
Comment 7 Jindrich Sedek 2010-02-15 07:49:52 UTC
Bug 180732 is diferent problem, I've fixed it separatly. This problem is still open and blocked by 180645, that must be fix on Kenai servers.
Comment 8 Jindrich Sedek 2010-02-16 01:26:50 UTC
since Bug 180732 is fixed and this issue is also fixed in M1, this is not a stopper for M1
Comment 9 Petr Jiricka 2010-03-08 10:11:19 UTC
I assume this is still not fixed? Currently the reported fails for me with the following exception:

java.lang.NullPointerException
	at org.netbeans.modules.uihandler.Installer$SubmitInteractive.showDialogAndGetValue(Installer.java:2161)
	at org.netbeans.modules.uihandler.Installer$Submit.run(Installer.java:1598)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:355)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1458)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:936)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:945)
[catch] at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:157)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1356)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1894)
Comment 10 Jindrich Sedek 2010-03-10 02:44:17 UTC
Petr, could you please attache messages.log? This exception is just a consequence of unexisting dialog and there must be something before as a real reason. Thanks
Comment 11 Petr Jiricka 2010-03-10 02:51:42 UTC
I am afraid I don't have the log any more, but the truth is that it now works with a fresh userdir.
Comment 12 Jindrich Sedek 2010-03-10 02:56:33 UTC
Well, I'll close this issue as fixed. If you faced the problem again, please fill new issue, please.