[JIRA] (JENKINS-50444) hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId

23 views
Skip to first unread message

kumarpraveen.clear@gmail.com (JIRA)

unread,
Mar 28, 2018, 3:50:02 AM3/28/18
to jenkinsc...@googlegroups.com
Praveen Kumar created an issue
 
Jenkins / Task JENKINS-50444
hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
Issue Type: Task Task
Assignee: Ivan Fernandez Calvo
Attachments: image-2018-03-28-13-17-41-446.png
Components: subversion-plugin
Created: 2018-03-28 07:49
Environment: LINUX
Priority: Critical Critical
Reporter: Praveen Kumar

Hi All,

I am unable to connect to my client network SVN. I have used there ceritifcate also to connect to the network and then use SVN user name and password to connect to the SVN. Also provided the realmBut while checking out the project I am getting following error. I am using SVN plugin version : 2.9 and jenkins version Jenkins ver. 2.111

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

kumarpraveen.clear@gmail.com (JIRA)

unread,
Mar 28, 2018, 3:51:02 AM3/28/18
to jenkinsc...@googlegroups.com
Praveen Kumar updated an issue
Change By: Praveen Kumar
Hi All,

I am unable to connect to my client network SVN. I have used there ceritifcate also to connect to the network and then use SVN user name and password to connect to the SVN. Also provided the realmBut while checking out the project I am getting following error. I am using SVN plugin version : 2.9 and jenkins version [Jenkins ver. 2.111|https://jenkins.io/]

This is my configuration for a job:

!image-2018-03-28-13-17-41-446.png!

 

Error coming in the logs :

Mar 28, 2018 12:42:40 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
Mar 28, 2018 12:45:11 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
Mar 28, 2018 1:16:21 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
Mar 28, 2018 1:17:27 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server

 

 

ERROR in the console : 
Checking out a fresh workspace because there's no workspace at /home/master/.jenkins/workspace/trade-parent
Cleaning local Directory .
Checking out
[https://web14.deutsche-boerse.com/svn/REPONTP/ad/repotrade/trunk/trade-parent]
at revision '2018-03-28T12:44:24.202 +0530'
ERROR: Failed to check out
[https://web14.deutsche-boerse.com/svn/REPONTP/ad/repotrade/trunk/trade-parent]
org.tmatesoft.svn.core.SVNException: svn: E175002: timed out waiting for server
svn: E175002: OPTIONS request failed on '/svn/REPONTP/ad/repotrade/trunk/trade-parent'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:803)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:391)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:379)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:862)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:698)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:118)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1049)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:189)
at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:66)
at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:18)
at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)
at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:119)
at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:162)
at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:170)
at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:162)
at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1001)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:977)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:953)
at hudson.FilePath.act(FilePath.java:1009)
at hudson.FilePath.act(FilePath.java:987)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:902)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:838)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1727)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673)
at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673)
at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
 

ifernandezcalvo@cloudbees.com (JIRA)

unread,
Mar 28, 2018, 4:12:02 AM3/28/18
to jenkinsc...@googlegroups.com
Ivan Fernandez Calvo updated an issue
Hi All,

I am unable to connect to my client network SVN. I have used there ceritifcate also to connect to the network and then use SVN user name and password to connect to the SVN. Also provided the realmBut while checking out the project I am getting following error. I am using SVN plugin version : 2.9 and jenkins version [Jenkins ver. 2.111|https://jenkins.io/]

This is my configuration for a job:

!image-2018-03-28-13-17-41-446.png!

 

Error coming in the logs :

{code}
Mar 28, 2018 12:42:40 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
Mar 28, 2018 12:45:11 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
Mar 28, 2018 1:16:21 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
Mar 28, 2018 1:17:27 PM hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId
SEVERE: svn: E175002: timed out waiting for server
{code}
 

 

ERROR in the console : 
{code}
{code}
 

ifernandezcalvo@cloudbees.com (JIRA)

unread,
Mar 28, 2018, 4:14:02 AM3/28/18
to jenkinsc...@googlegroups.com
Ivan Fernandez Calvo commented on Task JENKINS-50444
 
Re: hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId

The Agent cannot connect to the SVN server, it seems not related to the plugin, check that your agent can reach the SVN server from the command line with curl/wget

SEVERE: svn: E175002: timed out waiting for server
java.net.SocketTimeoutException: connect timed out

ifernandezcalvo@cloudbees.com (JIRA)

unread,
Mar 28, 2018, 4:14:02 AM3/28/18
to jenkinsc...@googlegroups.com
Ivan Fernandez Calvo closed an issue as Not A Defect
Status: Open Closed
Resolution: Not A Defect

kumarpraveen.clear@gmail.com (JIRA)

unread,
Mar 28, 2018, 4:30:02 AM3/28/18
to jenkinsc...@googlegroups.com
Praveen Kumar commented on Task JENKINS-50444
 
Re: hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId

Is there will be any problem because of the Https connection ?

ifernandezcalvo@cloudbees.com (JIRA)

unread,
Mar 28, 2018, 6:02:02 AM3/28/18
to jenkinsc...@googlegroups.com
Ivan Fernandez Calvo commented on Task JENKINS-50444
 
Re: hudson.scm.SubversionSCM$ModuleLocation$DescriptorImpl checkCredentialsId

Did you chek can connect from the Agent to the SVN server?

curl -u USER:PASSWORD -ILv SVNSERVER_URL
Reply all
Reply to author
Forward
0 new messages