You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henry S. Isidro (JIRA)" <ji...@codehaus.org> on 2006/04/21 07:41:19 UTC

[jira] Created: (WAGON-43) wagon-ftp sometimes does not build due to socket errors in tests

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


[jira] Updated: (WAGON-134) wagon-ftp sometimes does not build due to socket errors in tests

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-134:
-------------------------------

    Fix Version/s: 1.x

> wagon-ftp sometimes does not build due to socket errors in tests
> ----------------------------------------------------------------
>
>                 Key: WAGON-134
>                 URL: http://jira.codehaus.org/browse/WAGON-134
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ftp
>         Environment: linux, maven 2.0.4
>            Reporter: Henry S. Isidro
>            Priority: Minor
>             Fix For: 1.x
>
>
> 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

        

[jira] Closed: (WAGON-134) wagon-ftp sometimes does not build due to socket errors in tests

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed WAGON-134.
------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 1.x)

> wagon-ftp sometimes does not build due to socket errors in tests
> ----------------------------------------------------------------
>
>                 Key: WAGON-134
>                 URL: http://jira.codehaus.org/browse/WAGON-134
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ftp
>         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

        

[jira] Moved: (WAGON-134) wagon-ftp sometimes does not build due to socket errors in tests

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved WAGONFTP-15 to WAGON-134:
--------------------------------------------

    Component/s:     (was: wagon-ftp)
                 wagon-ftp
            Key: WAGON-134  (was: WAGONFTP-15)
        Project: Maven Wagon  (was: wagon-ftp)

> wagon-ftp sometimes does not build due to socket errors in tests
> ----------------------------------------------------------------
>
>                 Key: WAGON-134
>                 URL: http://jira.codehaus.org/browse/WAGON-134
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ftp
>         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

        

[jira] Updated: (WAGON-43) wagon-ftp sometimes does not build due to socket errors in tests

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-43?page=all ]

Carlos Sanchez updated WAGON-43:
--------------------------------

    Fix Version: 1.0-alpha-7

> 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
>      Fix For: 1.0-alpha-7

>
>
> 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


[jira] Updated: (WAGON-43) wagon-ftp sometimes does not build due to socket errors in tests

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-43?page=all ]

Carlos Sanchez updated WAGON-43:
--------------------------------

    Component: wagon-ftp

> 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

>   Components: wagon-ftp
>     Versions: 1.0-beta-1
>  Environment: linux, maven 2.0.4
>     Reporter: Henry S. Isidro
>     Priority: Minor
>      Fix For: 1.0-beta-1

>
>
> 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