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 129333 - Exception reporter broken
Summary: Exception reporter broken
Status: RESOLVED DUPLICATE of bug 129249
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jindrich Sedek
URL: http://testwww.netbeans.org/nonav/uig...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 18:19 UTC by Jesse Glick
Modified: 2008-03-05 20:43 UTC (History)
0 users

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 2008-03-05 18:19:10 UTC
See URL. Any attempt to report an exception gives

SEVERE [global]
java.io.IOException: Server returned HTTP response code: 403 for URL:
http://testwww.netbeans.org/nonav/uigestures/error.html
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1170)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
        at javax.swing.JEditorPane.getStream(JEditorPane.java:689)
Caused: java.io.IOException: Server returned HTTP response code: 403 for URL:
http://testwww.netbeans.org/nonav/uigestures/error.html
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1225)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1219)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:906)
        at javax.swing.JEditorPane.getStream(JEditorPane.java:719)
        at javax.swing.JEditorPane.setPage(JEditorPane.java:406)
[catch] at org.netbeans.modules.uihandler.Installer$SubmitInteractive.assignInternalURL(Installer.java:1289)
        at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:888)
        at org.netbeans.modules.uihandler.Installer.doDisplaySummary(Installer.java:475)
        at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:410)
        at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:138)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Marian Mirilovic 2008-03-05 20:43:54 UTC

*** This issue has been marked as a duplicate of 129249 ***