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 84664 - java.net.SocketException: Unexpected end of file from server
Summary: java.net.SocketException: Unexpected end of file from server
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: ehucka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 08:23 UTC by Marian Mirilovic
Modified: 2011-02-17 09:37 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 Marian Mirilovic 2006-09-12 08:23:18 UTC
I am getting today next error from qa-perf-w2k :

java.net.SocketException: Unexpected end of file from server
	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:684)
	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)
	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:682)
	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)
	at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:939)
	at java.net.URL.openStream(URL.java:1007)
	at org.netbeans.test4u.plugin.BuildArchive.install(BuildArchive.java:102)
	at
org.netbeans.test4u.tests.request.TestRequestProcessor.processInstallBuild(TestRequestProcessor.java:128)
	at
org.netbeans.test4u.tests.request.TestRequestProcessor.doProcessRequest(TestRequestProcessor.java:89)
	at
org.netbeans.test4u.tests.request.TestRequestProcessor.responseRequest(TestRequestProcessor.java:53)
	at
org.ehucka.core.api.request.RequestServer$DispatchThread.run(RequestServer.java:164)
Comment 1 ehucka 2006-09-12 08:42:22 UTC
http server on builds server is down
Comment 2 Marian Mirilovic 2006-09-12 09:04:07 UTC
Ok, I see. Could you please annotate exception, just to be sure in the future I
won't file such issues.
Comment 3 ehucka 2006-09-12 09:31:38 UTC
fixed
Comment 4 Marian Mirilovic 2006-09-14 10:09:40 UTC
verified