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 Mon, Aug 1, 2016 at 10:02 PM, Divya Reddy <[email protected]> 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/dd96a719-a20b-4051-84ef-07ef2e17e18d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/dd96a719-a20b-4051-84ef-07ef2e17e18d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Mrinal Mukherjee* *Senior Consultant - Technical* *Assurity Consulting Limited* Level 7, Todd Building, 95 Customhouse Quay, PO Box 25-440, Wellington 6146 Phone: +64 4 473 0901 | 0221252258 Fax: +64 4 473 0902 Email: [email protected] | Web: www.assurity.co.nz -- 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/CAFFS%2BFxXh9cQJyWz4wSZbak-KSPp_4UL6YuA_q4XKR3DBos17A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
