History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1978
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: 2 2
Assignee: jason
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Intermittent svn authentication failures causing builds to fail.

Created: 20/May/09 11:12 PM   Updated: 30/May/09 11:05 AM
Component/s: None
Affects Version/s: 2.0.30
Fix Version/s: 2.1.4, 2.0.31

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
SEVERE: svn: Authentication required for '<http://xxxxxx:80> SVN Server - Projects'
com.zutubi.pulse.core.scm.api.ScmException: svn: Authentication required for '<http://xxxxxx:80> SVN Server - Projects'
at com.zutubi.pulse.core.scm.svn.SubversionClient.convertException(SubversionClient.java:61)
at com.zutubi.pulse.core.scm.svn.SubversionClient.checkout(SubversionClient.java:338)
at com.zutubi.pulse.servercore.CheckoutBootstrapper.doBootstrap(CheckoutBootstrapper.java:30)
at com.zutubi.pulse.servercore.ScmBootstrapper.bootstrap(ScmBootstrapper.java:66)
at com.zutubi.pulse.servercore.ProjectRepoBootstrapper.bootstrap(ProjectRepoBootstrapper.java:73)
at com.zutubi.pulse.servercore.ChainBootstrapper.bootstrap(ChainBootstrapper.java:30)
at com.zutubi.pulse.core.BootstrapCommand.execute(BootstrapCommand.java:30)
at com.zutubi.pulse.core.RecipeProcessor.executeAndProcess(RecipeProcessor.java:267)
at com.zutubi.pulse.core.RecipeProcessor.executeCommand(RecipeProcessor.java:238)
at com.zutubi.pulse.core.RecipeProcessor.pushContextAndExecute(RecipeProcessor.java:214)
at com.zutubi.pulse.core.RecipeProcessor.execute(RecipeProcessor.java:131)
at com.zutubi.pulse.core.RecipeProcessor.build(RecipeProcessor.java:76)
at com.zutubi.pulse.slave.SlaveRecipeProcessor.processRecipe(SlaveRecipeProcessor.java:97)
at com.zutubi.pulse.slave.command.RecipeCommand.run(RecipeCommand.java:27)
at com.zutubi.pulse.slave.ErrorHandlingRunnable.run(ErrorHandlingRunnable.java:35)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:810)
Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication required for '<http://xxxxxx:80> SVN Server - Projects'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:47)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:41)
at org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:203)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:523)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:449)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:97)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:665)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:172)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:479)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:848)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:531)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:834)
at com.zutubi.pulse.core.scm.svn.SubversionClient.checkout(SubversionClient.java:333)
... 16 more

 All   Comments   Work Log   Change History      Sort Order:
Daniel Ostermeier - 20/May/09 11:13 PM
This only occurs on our unix agents. So far I have not seen this on Windows.


Daniel Ostermeier - 20/May/09 11:23 PM
0000283: NTLM Authentication broken between 1.2.0-rc4 and 1.2.0(-final): http://svnkit.com/tracker/bug_view_advanced_page.php?bug_id=283

Henrik Goldman - 21/May/09 02:38 AM
Our SVN server runs on apache 2.2 on Windows using: svn-win32-1.5.5

Furthermore this is integrated with the active directory logins for our domain using "AuthType SSPI".

jason - 27/May/09 10:45 AM
Workaround applied by default in change 5944.

jason - 30/May/09 11:05 AM
Merged to trunk in change 5946.