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 269441 - Server redirected too many times
Summary: Server redirected too many times
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-27 18:15 UTC by Vitex
Modified: 2016-12-30 19:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log (300.62 KB, text/x-log)
2016-12-27 18:15 UTC, Vitex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitex 2016-12-27 18:15:24 UTC
Created attachment 163302 [details]
IDE Log

I cannot send bugreports :( 


Product Version: NetBeans IDE Dev (Build 201612260001)
Java: 1.8.0_111; Java HotSpot(TM) 64-Bit Server VM 25.111-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_111-b14
System: Linux version 3.16.0-4-amd64 running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/vitex/.netbeans/dev
Cache directory: /home/vitex/.cache/netbeans/dev


INFO [org.netbeans.modules.uihandler.Installer]: https://netbeans.org/nonav/uigestures/error2.html
java.net.ProtocolException: Server redirected too many  times (20)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1884)
        at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
        at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1466)
        at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1464)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1463)
[catch] at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1847)
        at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1053)
        at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1031)
        at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1062)
        at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:249)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
        at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 MarkFlacy 2016-12-30 19:03:13 UTC
I cannot use groovy's XmlSlurper() on any xml files that are part of an NBM nor would I be able to validate any of them due to the redirection issue.
Comment 2 MarkFlacy 2016-12-30 19:07:35 UTC
I should have added this in my previous comment.

Simply attempt to access http://www.netbeans.org/dtds/autoupdate-info-2_4.dtd or http://www.netbeans.org/dtds/module-status-1_0.dtd from web browser to see how that impacts XML validation.