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

bogus credential in ~/.subversion prevents Hudson from authenticating successfully

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • subversion-plugin
    • None
    • Platform: All, OS: All

      Hello everyone,

      This morning I updated the Subversion plugin to version 1.2 from version 1.1.

      The update didn't go that smooth. Anyway, our Hudson has many jobs (each of them
      has more than 1 SVN location) and after the update one of them started failing.
      Not all, just one, when checking out the second project that it needs.

      Manually downgrading to 1.1 it started working again.

      Checking out [...]
      ERROR: Failed to check out [...]
      org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled
      at
      org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)
      at
      org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
      at
      org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
      at
      org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)
      at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)
      at
      org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:182)
      at
      org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
      at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
      at
      org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
      at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
      at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:791)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:558)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:488)
      at hudson.FilePath.act(FilePath.java:649)
      at hudson.FilePath.act(FilePath.java:633)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:481)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:424)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:803)
      at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
      at hudson.model.Run.run(Run.java:928)
      at hudson.model.Build.run(Build.java:112)
      at hudson.model.ResourceController.execute(ResourceController.java:93)
      at hudson.model.Executor.run(Executor.java:118)

      Regards, Michal Huniewicz

          [JENKINS-3936] bogus credential in ~/.subversion prevents Hudson from authenticating successfully

          johnmdaniel added a comment -

          I also have upgraded Hudson to version 1.322 and updated all plugins, including
          subversion plugin to the latest, but we still are getting the same issue.

          Is there some extra cleanup procedure that needs to happen?

          johnmdaniel added a comment - I also have upgraded Hudson to version 1.322 and updated all plugins, including subversion plugin to the latest, but we still are getting the same issue. Is there some extra cleanup procedure that needs to happen?

          Dean Yu added a comment -

          It looks like Hudson 1.322 did not automatically bundle in Subversion plugin
          version 1.6 which contains the fix. You need to upgrade to this version of the
          Subversion plugin.

          Dean Yu added a comment - It looks like Hudson 1.322 did not automatically bundle in Subversion plugin version 1.6 which contains the fix. You need to upgrade to this version of the Subversion plugin.

          johnmdaniel added a comment -

          I have confirmed that I have upgraded Hudson to 1.322 and the Subversion plugin
          is at 1.6. I am still getting the same error that "mfn" posted on Thu Aug 6
          11:20:03.

          Any other suggestions??? We are still stopped cold on this issue.

          johnmdaniel added a comment - I have confirmed that I have upgraded Hudson to 1.322 and the Subversion plugin is at 1.6. I am still getting the same error that "mfn" posted on Thu Aug 6 11:20:03. Any other suggestions??? We are still stopped cold on this issue.

          klunden added a comment -

          We also have 1.322 and the Subversion plugin is at 1.6.

          klunden added a comment - We also have 1.322 and the Subversion plugin is at 1.6.

          raketemensch added a comment -

          This fix took care of my svn auth canceled issue, which is great, but it seems
          to have broken my LDAP Matrix Authorization Strategy,, which makes it impossible
          to make any modifications within the "Manage Hudson" page.

          The error is:

          org.springframework.beans.factory.BeanCreationException: Error creating bean
          with name 'authoritiesPopulator': Cannot resolve reference to bean
          'initialDirContextFactory' while setting constructor argument; nested exception
          is org.springframework.beans.factory.BeanCreationException: Error creating bean
          with name 'initialDirContextFactory': Instantiation of bean failed; nested
          exception is org.springframework.beans.BeanInstantiationException: Could not
          instantiate bean class [org.acegisecurity.ldap.DefaultInitialDirContextFactory]:
          Constructor threw exception; nested exception is
          java.lang.IllegalArgumentException: Root DNs must be the same when using
          multiple URLs
          at
          org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:274)
          at
          org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
          at
          org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:447)
          at
          org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
          at
          org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:957)
          at
          org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:869)
          at
          org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:514)
          at
          org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:485)
          at java.security.AccessController.doPrivileged(Native Method)

          raketemensch added a comment - This fix took care of my svn auth canceled issue, which is great, but it seems to have broken my LDAP Matrix Authorization Strategy,, which makes it impossible to make any modifications within the "Manage Hudson" page. The error is: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authoritiesPopulator': Cannot resolve reference to bean 'initialDirContextFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initialDirContextFactory': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.acegisecurity.ldap.DefaultInitialDirContextFactory] : Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Root DNs must be the same when using multiple URLs at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:274) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:447) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:957) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:869) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:514) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:485) at java.security.AccessController.doPrivileged(Native Method)

          klunden added a comment -

          Removing checked out directories and making Hudson start over fresh seems to
          have helped enough. Still see "authentication cancelled" errors in the log, but
          the builds do not fail anymore, it manages to recover and finish the updates.

          So it works now, even though something is still a bit buggy.

          klunden added a comment - Removing checked out directories and making Hudson start over fresh seems to have helped enough. Still see "authentication cancelled" errors in the log, but the builds do not fail anymore, it manages to recover and finish the updates. So it works now, even though something is still a bit buggy.

          srodsan added a comment -

          I just upgraded from v1.310 to v1.327 and got the same error. Tried to solve it
          by removing %appData%/Subversion folder but it keeps failing:

          org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled
          at
          org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)
          at
          org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
          at
          org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
          at
          org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)
          at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)
          at
          org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:182)
          at
          org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
          at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
          at
          org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
          at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
          at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:791)
          at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:617)
          at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:543)
          at hudson.FilePath.act(FilePath.java:676)
          at hudson.FilePath.act(FilePath.java:660)
          at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:536)
          at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:484)
          at hudson.model.AbstractProject.checkout(AbstractProject.java:978)
          at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:400)
          at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:349)
          at hudson.model.Run.run(Run.java:1120)
          at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:303)
          at hudson.model.ResourceController.execute(ResourceController.java:88)
          at hudson.model.Executor.run(Executor.java:123)

          srodsan added a comment - I just upgraded from v1.310 to v1.327 and got the same error. Tried to solve it by removing %appData%/Subversion folder but it keeps failing: org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:182) at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482) at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851) at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534) at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893) at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:791) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:617) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:543) at hudson.FilePath.act(FilePath.java:676) at hudson.FilePath.act(FilePath.java:660) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:536) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:484) at hudson.model.AbstractProject.checkout(AbstractProject.java:978) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:400) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:349) at hudson.model.Run.run(Run.java:1120) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:303) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:123)

          rgubler added a comment -

          Hello,

          we have the same error with svn-plugin 1.7 and hudson 1.327.
          There are some working jobs with only one repository.
          Only the multi repository jobs are broken and always the second request fails.

          07.10.2009 15:45:05
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN: Previous authentication attempt failed, so aborting:
          org.tmatesoft.svn.core.auth.SVNPasswordAuthentication@734443

          07.10.2009 15:45:05
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:45:05
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:57
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:57
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:55
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:45
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN: Previous authentication attempt failed, so aborting:
          org.tmatesoft.svn.core.auth.SVNPasswordAuthentication@c18838

          07.10.2009 15:44:45
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:45
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:37
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:37
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:35
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:25
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN: Previous authentication attempt failed, so aborting:
          org.tmatesoft.svn.core.auth.SVNPasswordAuthentication@b197dd

          07.10.2009 15:44:25
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:25
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:17
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:17
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/playground/modules/gisdatamodel2/trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:44:14
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:12
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl
          requestClientAuthentication
          FEIN:
          requestClientAuthentication(svn.simple,http://svn.init-ka.lan/svn/.../trunk,)=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          07.10.2009 15:41:10
          hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl
          getCredential
          FEIN:
          getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          rgubler added a comment - Hello, we have the same error with svn-plugin 1.7 and hudson 1.327. There are some working jobs with only one repository. Only the multi repository jobs are broken and always the second request fails. 07.10.2009 15:45:05 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: Previous authentication attempt failed, so aborting: org.tmatesoft.svn.core.auth.SVNPasswordAuthentication@734443 07.10.2009 15:45:05 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:45:05 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:57 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:57 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:55 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:45 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: Previous authentication attempt failed, so aborting: org.tmatesoft.svn.core.auth.SVNPasswordAuthentication@c18838 07.10.2009 15:44:45 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:45 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:37 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:37 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:35 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:25 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: Previous authentication attempt failed, so aborting: org.tmatesoft.svn.core.auth.SVNPasswordAuthentication@b197dd 07.10.2009 15:44:25 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:25 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:17 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:17 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/playground/modules/gisdatamodel2/trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:44:14 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:12 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$SVNAuthenticationProviderImpl requestClientAuthentication FEIN: requestClientAuthentication(svn.simple, http://svn.init-ka.lan/svn/.../trunk,)= >hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495 07.10.2009 15:41:10 hudson.scm.SubversionSCM$DescriptorImpl$RemotableSVNAuthenticationProviderImpl getCredential FEIN: getCredential()=>hudson.scm.SubversionSCM$DescriptorImpl$PasswordCredential@6f8495

          Still failing here on 1.332.

          I have tried removing the ~/.subversion folder for the user (tomcat) who runs
          hudson.
          hudson is run as a stand-alone app, not embedded within any container
          my hudson server is a "headless" Linux (Centos 5)
          my svn server is a Windows box. It is running SVN 1.4.2 and using the
          mod_auth_sspi apache module

          I get the following in my svn server log:
          [Mon Nov 09 10:11:53 2009] [error] [client (IP)] (OS 1326)Logon failure: unknown
          user name or bad password. : authentication failure for "/svn/util/JiraPlay":
          user unknown

          In my svn server access log:
          (IP) - - [09/Nov/2009:10:11:53 +0000] "OPTIONS /svn/util/JiraPlay HTTP/1.1" 401 514

          so, there is no username being passed in (between the - - elements)

          When I removed the .subversion folder, hudson did not ask me for any login
          credentials by itself.
          However, I went to the project config folder, clicked the subversion ? item and
          the 'click here' link to change the credentials. I could not get past this
          dialog, every attempt to enter username/password credentials fails with:
          Passing user name jaas and password you entered
          Failed to authenticate: svn: PROPFIND of '/svn/util/JiraPlay': 401 Authorization
          Required (http://prod-build-1)
          FAILED: svn: Authentication failed for http://prod-build-1/svn/util/JiraPlay

          No ~/.subversion folder is created. If I execute a svn info from the command
          line (1.4.2 client), then the ~/.subversion folder is created.

          Does hudson (/ SVNKit as used in hudson) store credentials elsewhere?

          garymcwilliams added a comment - Still failing here on 1.332. I have tried removing the ~/.subversion folder for the user (tomcat) who runs hudson. hudson is run as a stand-alone app, not embedded within any container my hudson server is a "headless" Linux (Centos 5) my svn server is a Windows box. It is running SVN 1.4.2 and using the mod_auth_sspi apache module I get the following in my svn server log: [Mon Nov 09 10:11:53 2009] [error] [client (IP)] (OS 1326)Logon failure: unknown user name or bad password. : authentication failure for "/svn/util/JiraPlay": user unknown In my svn server access log: (IP) - - [09/Nov/2009:10:11:53 +0000] "OPTIONS /svn/util/JiraPlay HTTP/1.1" 401 514 so, there is no username being passed in (between the - - elements) When I removed the .subversion folder, hudson did not ask me for any login credentials by itself. However, I went to the project config folder, clicked the subversion ? item and the 'click here' link to change the credentials. I could not get past this dialog, every attempt to enter username/password credentials fails with: Passing user name jaas and password you entered Failed to authenticate: svn: PROPFIND of '/svn/util/JiraPlay': 401 Authorization Required ( http://prod-build-1 ) FAILED: svn: Authentication failed for http://prod-build-1/svn/util/JiraPlay No ~/.subversion folder is created. If I execute a svn info from the command line (1.4.2 client), then the ~/.subversion folder is created. Does hudson (/ SVNKit as used in hudson) store credentials elsewhere?

          I think this issue is now being used for every Subversion authentication related
          failure, and it's making the tracking harder.

          So I'm closing this issue once again.

          garymcwilliams, rgubler, srodsan, raketemensch — please file new issues, as
          your problems are likely independent.

          Kohsuke Kawaguchi added a comment - I think this issue is now being used for every Subversion authentication related failure, and it's making the tracking harder. So I'm closing this issue once again. garymcwilliams, rgubler, srodsan, raketemensch — please file new issues, as your problems are likely independent.

            Unassigned Unassigned
            m1ckey m1ckey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: