You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/01/04 06:59:14 UTC

[jira] Updated: (WAGONFTP-2) Fix errant exception thrown in closeConnection()

     [ http://jira.codehaus.org/browse/WAGONFTP-2?page=all ]

Brett Porter updated WAGONFTP-2:
--------------------------------

    Fix Version:     (was: 1.0-alpha-5)
                 1.0-alpha-6

> Fix errant exception thrown in closeConnection()
> ------------------------------------------------
>
>          Key: WAGONFTP-2
>          URL: http://jira.codehaus.org/browse/WAGONFTP-2
>      Project: wagon-ftp
>         Type: Bug

>     Reporter: Jason van Zyl
>     Assignee: Michal Maczka
>      Fix For: 1.0-alpha-6

>
>
> Fix errant exception thrown in closeConnection() of the ftp wagon which is caused by calling ftp.disconnect(). Nothing wrong seems to happen in the test. But this is what we get:
> java.lang.NullPointerException
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:205)
>         at java.io.FilterInputStream.read(FilterInputStream.java:66)
>         at java.io.PushbackInputStream.read(PushbackInputStream.java:120)
>         at org.apache.commons.net.io.FromNetASCIIInputStream.__read(FromNetASCIIInputStream.java:114)
>         at org.apache.commons.net.io.FromNetASCIIInputStream.read(FromNetASCIIInputStream.java:209)
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
>         at org.apache.commons.net.telnet.TelnetInputStream.__read(TelnetInputStream.java:140)
>         at org.apache.commons.net.telnet.TelnetInputStream.run(TelnetInputStream.java:464)
>         at java.lang.Thread.run(Thread.java:534)
> But it seems to happen even if we don't shut down the streams so I'm not sure what's going on internally in commons-net.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-dev-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-dev-help@maven.apache.org