wagon-ftp sometimes does not build due to socket errors in tests
----------------------------------------------------------------
Key: WAGON-43
URL: http://jira.codehaus.org/browse/WAGON-43
Project: wagon
Type: Bug
Versions: 1.0-alpha-7
Environment: linux, maven 2.0.4
Reporter: Henry S. Isidro
Priority: Minor
The wagon-ftp provider build sometimes do not continue due to a SocketException
in the unit test. This message is displayed several times:
[ERROR] Exception accepting connection
java.net.SocketException: Socket is closed
at java.net.ServerSocket.accept(ServerSocket.java:417)
at
org.apache.avalon.cornerstone.blocks.connection.Connection.run(Connection.java:134)
at
org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:90)
at
org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:136)
There are times though that the build will succeed so this seems to be an
inconsistent occurrence.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira