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 195196

Summary: All attempts to connect to NetCat Bug form return Proxy Error 502
Product: ide Reporter: esmithbss <esmithbss>
Component: Exceptions ReporterAssignee: Tomas Danek <musilt2>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jglick
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description esmithbss 2011-02-08 19:58:26 UTC
Every attempt I make to get to the NetCat simple bug reporter, or to submit bug reports from within the IDE are returning a 502 Proxy Error.  This is new within the last 24 hours.
Comment 1 Jesse Glick 2011-02-08 23:13:42 UTC
INFO [org.netbeans.modules.exceptions.ReporterResultTopComponent]: URL Loading failed
java.io.IOException: Server returned HTTP response code: 502 for URL: http://statistics.netbeans.org/analytics/uploaddone.jsp?id=a7aff94d-80ab-43f6-8bbb-9b6ea3393314_85da6a49-fa23-4c73-b2f0-512ffadf4955
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
	at org.netbeans.modules.exceptions.ReporterResultTopComponent.uploadURL(ReporterResultTopComponent.java:327)
	at org.netbeans.modules.exceptions.ReporterResultTopComponent.access$800(ReporterResultTopComponent.java:74)
[catch] at org.netbeans.modules.exceptions.ReporterResultTopComponent$PageUploader.run(ReporterResultTopComponent.java:306)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 2 Tomas Danek 2011-02-09 07:07:34 UTC
I have no clue what exactly NetCat simple bug reporter is (but i guess it's some simplified form for reporting to bugzilla), but stacktrace points to issue 194210. Anyway it might me different issue, so feel free to reopen.
FYI: do not worry, exceptions you enter via exceptions reporter shouldn't  get lost, server where you upload logs has performance problem - parsing and evaluating your report takes a long time, and meanwhile IDE waiting for this response times out with this 502 error.

*** This bug has been marked as a duplicate of bug 194210 ***