Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-7981

svn: authentication cancelled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • ant-plugin
    • None
    • Linux CentOS

      We noticed shortly after upgrading from Hudson v1.349 to v1.381 that we started having Subversion authentication issues on certain projects (see example below). The projects in question had no problems with SVN authentication prior to the upgrade. We tried several suggestions found on the net to remedy the issue, but to no avail. I then intalled the latest Subversion plugin (v1.19) and restarted Hudson. This appeared to solve the problem (i.e., the projects that failed svn authentication began building again with no problem).

      However, when one of the other developers attempted to build one of the projects today he got the same "svn: authentication cancelled" issue. So I upgraded to the latest Hudson version (v1.383), but this didn't resolve the issue.

      We are at a loss as to why only certain projects fail (that had no authentication problems in the past) for certain developers (who also had no authentication problems in the past). This is a major blocker for us and, judging from other posts about this, apparently, recurring problem, it is obvious we are not the only ones seeing this problem. Please provide a solution to this issue ASAP.

      Started by user anonymous
      Updating https://10.10.10.26/repos/cirrus/geofence-core/tags/latest
      ERROR: Failed to update https://10.10.10.26/repos/cirrus/geofence-core/tags/latest
      org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled
      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:37)
      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:32)
      at org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:257)
      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:552)
      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:275)
      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:263)
      at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
      at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
      at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
      at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:146)
      at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:342)
      at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:330)
      at org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:535)
      at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:401)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:635)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:596)
      at hudson.FilePath.act(FilePath.java:753)
      at hudson.FilePath.act(FilePath.java:735)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:589)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:537)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1116)
      at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
      at hudson.model.Run.run(Run.java:1324)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:139)
      Performing Post build task...
      Could not match :BUILD SUCCESSFUL : False
      Logical operation result is FALSE
      Skipping script : /usr/local/bin/chperm cirrus-geofence-core

            Unassigned Unassigned
            cthayer cthayer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: