You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/03/18 23:56:50 UTC

[jira] [Updated] (OODT-670) Replace sshtools:j2ssh-core and sshtools:j2ssh-daemon artifacts with ASKv2.0 equivalents

     [ https://issues.apache.org/jira/browse/OODT-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated OODT-670:
--------------------------------------

    Summary: Replace sshtools:j2ssh-core and sshtools:j2ssh-daemon artifacts with ASKv2.0 equivalents  (was: Fix org.apache.oodt.cas.protocol.sftp.TestJschSftpProtocol.testGET)

> Replace sshtools:j2ssh-core and sshtools:j2ssh-daemon artifacts with ASKv2.0 equivalents
> ----------------------------------------------------------------------------------------
>
>                 Key: OODT-670
>                 URL: https://issues.apache.org/jira/browse/OODT-670
>             Project: OODT
>          Issue Type: Task
>          Components: push pull framework
>            Reporter: Lewis John McGibbney
>              Labels: sftp
>             Fix For: 0.7
>
>
> Since OODT-662 was addressed we have an issue with the above test which results in the following
> org.apache.oodt.cas.protocol.exceptions.ProtocolException: Failed to connect to host localhost : java.net.ConnectException: Connection refused
> 	at org.apache.oodt.cas.protocol.sftp.JschSftpProtocol.connect(JschSftpProtocol.java:119)
> 	at org.apache.oodt.cas.protocol.sftp.TestJschSftpProtocol.testGET(TestJschSftpProtocol.java:122)
> Caused by: com.jcraft.jsch.JSchException: java.net.ConnectException: Connection refused
> 	at com.jcraft.jsch.Util.createSocket(Util.java:341)
> 	at com.jcraft.jsch.Session.connect(Session.java:182)
> 	at com.jcraft.jsch.Session.connect(Session.java:150)
> 	at org.apache.oodt.cas.protocol.sftp.JschSftpProtocol.connect(JschSftpProtocol.java:114)
> 	... 29 more
> Caused by: java.net.ConnectException: Connection refused
> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
> 	at java.net.Socket.connect(Socket.java:529)
> 	at java.net.Socket.connect(Socket.java:478)
> 	at java.net.Socket.<init>(Socket.java:375)
> 	at java.net.Socket.<init>(Socket.java:189)
> 	at com.jcraft.jsch.Util.createSocket(Util.java:335)
> 	... 32 more
> We should address this in order to get nightly builds back online.



--
This message was sent by Atlassian JIRA
(v6.2#6252)