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 209054 - Invalid Http response from ServerTest
Summary: Invalid Http response from ServerTest
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 15:09 UTC by Martin Entlicher
Modified: 2012-03-02 11:17 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 Martin Entlicher 2012-03-01 15:09:26 UTC
There is a failure of ServerTest on JDK 7u4:
java.io.IOException: Invalid Http response
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1331)
at org.netbeans.modules.uihandler.Installer.uLogs(Installer.java:1235)
at org.netbeans.modules.uihandler.Installer.uploadLogs(Installer.java:1087)
at org.netbeans.modules.uihandler.Installer.uploadLogs(Installer.java:1096)
at org.netbeans.modules.uihandler.ServerTest.testRedirectsLogs(ServerTest.java:138)

See issue #208445 for the complete failure.
Comment 1 Martin Entlicher 2012-03-01 15:10:28 UTC
This is a bug in the test.
Comment 2 Martin Entlicher 2012-03-01 16:26:15 UTC
Fixed by changeset:   214087:743b12777f31
http://hg.netbeans.org/main/rev/743b12777f31
Comment 3 Quality Engineering 2012-03-02 11:17:18 UTC
Integrated into 'main-golden', will be available in build *201203020400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/743b12777f31
User: mentlicher@netbeans.org
Log: #209054: Add a proper HTTP header to the test server.