Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] 答复: subversion SVNAuthenticationException

I will investigate this issue further thanks for your report.

Thanks,
Steve.

On Oct 23, 2012 5:01 AM, "Shen,Hui" <shenhui02@xxxxxxxxx> wrote:
No; the strange thing is that the update operation is successful, and the failure occurred from a revision check operation.

I do not know whether there is any difference between an update operation and a revision check operation.


Shen Hui (慎辉)
BB - F2 - AW264|x28530

-----邮件原件-----
发件人: hudson-dev-bounces@xxxxxxxxxxx [mailto:hudson-dev-bounces@xxxxxxxxxxx] 代表 Steve Christou
发送时间: 2012年10月23日 16:29
收件人: Hudson developer discussions
主题: Re: [hudson-dev] subversion SVNAuthenticationException

Does your instance require a proxy? A 403 Forbidden error message means that it failed to connect due to permissions that relate to a proxy.

On Tue, Oct 23, 2012 at 12:46 AM, Shen,Hui <shenhui02@xxxxxxxxx> wrote:
> Hi guys,
>
>
>
> We meet a problem when using Hudson-2.1.1.
>
>
>
> The problem is that svn update seems was succeed, but the revision
> check failed, it report 403 Forbiden error; in fact we do have correct
> svn user information.
>
> Can anybody help on us ?
>
> Thanks.
>
>
>
>
>
> This is the output from Hudson log.
>
>
>
> Started by an SCM change
>
> Building remotely on slave-win-browser-c1085
>
> Cleaning up c:\clientci\workspace\...
>
> Updating https://svn...
>
> A         win8browser\doc
>
> U         bdbrowser\browser\Framework\Application\BrowserContent.cpp
>
> U         bdbrowser\common\base\util.cpp
>
> At revision 37804
>
> hudson.util.IOException2: revision check failed on https://svn....
>
>           at
> hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogB
> uilder.java:158)
>
>           at
> hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.j
> ava:100)
>
>           at
> hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:535)
>
>           at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:652)
>
>           at
> hudson.model.AbstractProject.checkout(AbstractProject.java:1218)
>
>           at
> hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:
> 507)
>
>           at
> hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424)
>
>           at hudson.model.Run.run(Run.java:1367)
>
>           at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>
>           at
> hudson.model.ResourceController.execute(ResourceController.java:88)
>
>           at hudson.model.Executor.run(Executor.java:145)
>
> Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn:
> OPTIONS of '/app/...': 403 Forbidden (https://svn....)
>
>           at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManag
> er.java:62)
>
>           at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManag
> er.java:51)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTT
> PConnection.java:624)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTT
> PConnection.java:275)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTT
> PConnection.java:263)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilit
> ies(DAVConnection.java:516)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnectio
> n.java:98)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DA
> VRepository.java:1001)
>
>           at
> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision
> (DAVRepository.java:178)
>
>           at
> org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicCli
> ent.java:482)
>
>           at
> org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.j
> ava:873)
>
>           at
> org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClie
> nt.java:534)
>
>           at
> org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:1019)
>
>           at
> org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:894)
>
>           at
> org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:826)
>
>           at
> hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogB
> uilder.java:146)
>
>           ... 10 more
>
>
>
>
>
>
>
> Shen Hui
>
> BB - F2 - AW264|x28530
>
>
>
>
> _______________________________________________
> hudson-dev mailing list
> hudson-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/hudson-dev
>
_______________________________________________
hudson-dev mailing list
hudson-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/hudson-dev
_______________________________________________
hudson-dev mailing list
hudson-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/hudson-dev

Back to the top