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