The 'java.net.ConnectException' exception usually means something is wrong at the network end.
Do you think the SSH connection is getting blocked? A firewall rule may be blocking it perhaps? On Monday, August 1, 2016 at 10:02:36 PM UTC+12, Divya Reddy wrote: > > We have desktop Jenkins version to check out the code from cvs repository. > > below is the command we use: > > :extssh:user@hostName:portNumber/PathoftheRepository > > This is was working fine over a period of time but all of a sudden am > facing below exception. > > Building in workspace C:\Users\automation\.jenkins\jobs\Build_sahi\workspace > cvs checkout -P -D 01 Aug 2016 15:05:56 +0530 -d OnDemandKeyword > OnDemandKeyword > ERROR: CVS Authentication failed: > null*org.netbeans.lib.cvsclient.connection.AuthenticationException* > <http://stacktrace.jenkins-ci.org/search?query=org.netbeans.lib.cvsclient.connection.AuthenticationException>: > SSH connection failed. > at > *org.netbeans.lib.cvsclient.connection.SSHConnection.open(SSHConnection.java:141)* > > <http://stacktrace.jenkins-ci.org/search/?query=org.netbeans.lib.cvsclient.connection.SSHConnection.open&entity=method> > at *org.netbeans.lib.cvsclient.Client$1.run(Client.java:374)* > <http://stacktrace.jenkins-ci.org/search/?query=org.netbeans.lib.cvsclient.Client$1.run&entity=method> > at java.lang.Thread.run(Unknown Source) > Caused by: com.jcraft.jsch.JSchException: Session.connect: > java.net.ConnectException: Connection timed out: connect > at com.jcraft.jsch.Session.connect(Session.java:525) > at com.jcraft.jsch.Session.connect(Session.java:160) > at > org.netbeans.lib.cvsclient.connection.SSHConnection.open(SSHConnection.java:139) > ... 2 more > ERROR: Cvs task failed*Finished* > <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE > > > > Am really clue less.. > > Can any one help me on this? > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6f91adf0-ffe5-4bae-ae0b-2196ca985a26%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
