You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2014/03/03 12:00:26 UTC

[jira] [Commented] (SSHD-295) Error connecting via Jenkins/trilead-ssh2

    [ https://issues.apache.org/jira/browse/SSHD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917945#comment-13917945 ] 

Guillaume Nodet commented on SSHD-295:
--------------------------------------

I can't compile the sources:
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jenkins-sshd: Compilation failure: Compilation failure:
[ERROR] /Users/gnodet/work/tmp/jenkins-sshd/src/main/java/com/cvarjao/jenkins/sshd/command/EchoShellFactory.java:[24,37] error: package com.cvarjao.jenkins.sshd.shell does not exist
[ERROR] /Users/gnodet/work/tmp/jenkins-sshd/src/main/java/com/cvarjao/jenkins/sshd/command/EchoShellFactory.java:[33,19] error: cannot find symbol
{code}


> Error connecting via Jenkins/trilead-ssh2
> -----------------------------------------
>
>                 Key: SSHD-295
>                 URL: https://issues.apache.org/jira/browse/SSHD-295
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>         Environment: Windows= 7 (64 bits)
> Java= 1.7.0_45 (64 bits)
> trilead-ssh2=build217-jenkins-3
>            Reporter: Clecio Varjao
>
> Jenkins is having issues connecting to a apache sshd server 0.10.0 (it works with 0.9.0)
> TestCase:
> https://github.com/cvarjao/jenkins-sshd/blob/master/src/test/java/org/apache/sshd/TriledClientTest.java
> POM file:
> https://github.com/cvarjao/jenkins-sshd/blob/master/pom.xml
> Caused by: java.io.IOException: This SSH2 channel is not open (Close requested by remote)
> 	at com.trilead.ssh2.channel.ChannelManager.waitForChannelRequestResult(ChannelManager.java:176)
> 	at com.trilead.ssh2.channel.ChannelManager.requestExecCommand(ChannelManager.java:778)
> 	... 30 more



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