Hi all!

I experience failures ("BUILDING THE REACTOR"
phase)when I try to build Maven from
the latest CVS sources.
The exception occurs in HTTPUtils.getFile(...) at
line 201. I surronded the code (try/catch) to ignore
the exception from 'httpConnection.getResponseCode()',
but the file download would still fail a bit later:

==================================================
     [exec] Failed to read response code from server
'java.net.SocketException:
Unexpected end of file from server', will try to fetch
file though
     [exec] Getting:
http://www.ibiblio.org/maven/commons-jelly/jars/commons-jel
ly-SNAPSHOT.jar
     [exec] Error opening connection
java.net.SocketException: Unexpected end of
 file from server
     [exec] Error opening connection
java.net.SocketException: Unexpected end of
 file from server
     [exec] Error opening connection
java.net.SocketException: Unexpected end of
 file from server
     [exec] Can't get
http://www.ibiblio.org/maven/commons-jelly/jars/commons-je
lly-SNAPSHOT.jar to c:javamaven
epositorycommons-jellyjarscommons-jelly-SN
APSHOT.jar
========================================

Here is what I think (in order of probability):

1. There is something wrong with the following files
at ibiblio.org:
 maven/oro/oro-2.0.6.jar
 maven/oro/junit/junit-3.7.jar
 maven/oro/junit/junit-3.8.1.jar
 maven/commons-jelly/commons-jelly-SNAPSHOT.jar

since I consistently get the exceptions ONLY with them
(though I can download them with IE!). The rest
of files download just fine during the build.

2. There is something wrong with the company's
firewall
since no one else reports such problems and I do
not have them at home .

3. 'java.net.HttpURLConnection' begs to be replaced 
with something more reliable.


The result is that I could not 
build Maven and Jelly :-(
Maybe i will have to download the trouble jars by
myself after all.

Thanks,
Hristo

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to