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 231046 - Reporting issue from Exception doesn't close
Summary: Reporting issue from Exception doesn't close
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Danek
URL:
Keywords:
: 231299 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-10 18:46 UTC by javydreamercsw
Modified: 2013-07-11 16:01 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Logs (74.18 KB, application/octet-stream)
2013-06-10 20:20 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-06-10 18:46:28 UTC
Product Version = NetBeans IDE Dev (Build 201306100004)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_15
Runtime = Java HotSpot(TM) Client VM 23.7-b01

Clicking on send doesn't close the dialog. When I hit cancel, it closed and IDE reacted as ig save was clicked (opening the exceptions reporter)
Comment 1 Marian Mirilovic 2013-06-10 20:17:09 UTC
Could you please attach messages.log file and reopen ? Thanks in advance.
Comment 2 javydreamercsw 2013-06-10 20:20:21 UTC
Created attachment 135605 [details]
Logs
Comment 3 javydreamercsw 2013-06-10 20:20:45 UTC
Attached log as requested.
Comment 4 Tomas Danek 2013-06-10 20:31:53 UTC
Hmm, looking into logfile shows some network problem when performing check for credentials at URL https://statistics.netbeans.org/analytics/authenticate .  Will investigate deeper.
Comment 5 Tomas Danek 2013-07-03 09:38:47 UTC
It seems like some temporary networking issue on serverside (for many people was reporting very slooow some time ago, in the edge case it did not work at all). I can see on server logs that this problem is gone, even you are able to successfully authenticate and report bugs. 
Thanks for report anyway.
Comment 6 javydreamercsw 2013-07-03 11:21:17 UTC
I still had the issue yesterday.
Comment 7 Tomas Danek 2013-07-03 11:26:47 UTC
Ok, so just to clarify, sometimes you can report without any problems, sometimes it takes longer to send a report, and sometimes report is not sent at all?

(In reply to comment #6)
> I still had the issue yesterday.
Comment 8 javydreamercsw 2013-07-03 14:14:00 UTC
All the time. I need to update the daily build version (not tried on July builds yet) and see how it goes. Will report back if still happening.

On my experience it is never sent until I close the login data form.
Comment 9 Tomas Danek 2013-07-03 14:23:11 UTC
I may not understand the problem; I taught reporting does not work for you?!  can you please describe your scenario in detail? like:
1) open netbeans
2) typing in editor
3) exception appears, I click "review and report"
4) fill in details, hit "Send" button.
5) Dialog closes, Exception reporter window opens and notifies about reported error.

..because I see you are making successful reports, e.g. http://statistics.netbeans.org/analytics/detail.do?id=201746
Comment 10 javydreamercsw 2013-07-03 15:16:57 UTC
Got it almost right.

1) open netbeans
2) typing in editor
3) exception appears, I click "review and report"
4) fill in details, hit "Send" button.
5) Wait but dialog never closes.
6) Click Close.
7) Dialog closes, Exception reporter window opens and notifies about reported
error.

That's why the reports go through, but only if I click close on the dialog. Otherwise it just stays there forever.
Comment 11 Tomas Danek 2013-07-04 08:05:33 UTC
*** Bug 231299 has been marked as a duplicate of this bug. ***
Comment 12 Tomas Danek 2013-07-08 11:41:37 UTC
The problem seems to be in URL, which used to be http, but now is https; 
connecting to https://statistics.netbeans.org/analytics/authenticate?username=musilt2&secur_passwd=${CRYPTED_PASSWORD}
should return true || false; but in fact the problem is expired server certificate. Proper solution is to provide valid certificate on server (process of certificate request started), temporary solution can be revert URL from https back to http (in ide.branding).
Comment 13 Tomas Hurka 2013-07-11 16:01:35 UTC
Valid certificate was installed and so it should be fixed for trunk builds (not 7.4 beta) now. Please verify.