You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Age Mooy <am...@home.nl> on 2002/02/11 16:51:54 UTC

ant update-jars always fails on my system...

Hi,

I've tried it time and time again but when I use "ant update-jars" (in stratum/toque/turbine-2), it always
fails with a socket exception, leaving one or more jar files corrupted. Here are some output samples:

- with jdk 1.3.1:
----------------------
update-jars:
  ..
  [httpget] Writing E:\src\apache\lib\jgl3.1.0.jar
  [httpget] Error getting null to E:\src\apache\lib\jgl3.1.0.jar

BUILD FAILED
E:\src\Apache\jakarta-turbine-stratum\build.xml:65: java.net.SocketException: JVM_recv in socket input stream
read (code=10055)

- with jdk 1.4.0 rc
----------------------
update-jars:
  ..
  [httpget] Writing E:\src\apache\lib\jgl3.1.0.jar
  [httpget] Error getting null to E:\src\apache\lib\jgl3.1.0.jar

BUILD FAILED
E:\src\Apache\jakarta-turbine-stratum\build.xml:65: java.net.SocketException: No buffer space available
(maximum connections reached?): JVM_recv in socket input stream read

The jdk 1.4 output seems to indicate too many connections but that doesn't sound very likely to me.

Anyone have any idea what is gong wrong ?

Age

PS
I run win2k server, if that means anything.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>