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

svn 503 Service Unavailable error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • None
    • Hudson 1.356
      Hudson Subversion plugin 1.17
      Maven 2 project plugin 1.356

      Subversion 1.6.5,
      apr 1.3.8
      apr-utils 1.3.9
      neon 0.28.6
      OpenSSL 0.9.8k 25 Mar 2009
      zlib 1.2.3

      I have a system with about 70 jobs.
      The jobs are configured to poll svn every 5 mins and a nightly build is also scheduled for all the jobs.
      During the day changes in svn are properly detected and the builds triggered.

      But all the nightly builds fail with the error below:

      Building on master
      Updating http://svn:81/svn/...
      ERROR: Failed to update http://svn:81/svn/...
      org.tmatesoft.svn.core.SVNException: svn: OPTIONS of '/svn/...': 503 Service Unavailable (http://svn:81)
      svn: OPTIONS request failed on '/svn/Services/Valeurs2J2EE/branches/maintenance'
                      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
                      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
                      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
                      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
                      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
                      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:699)
                      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:660)
                      at hudson.FilePath.act(FilePath.java:747)
                      at hudson.FilePath.act(FilePath.java:729)
                      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:653)
                      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:601)
                      at hudson.model.AbstractProject.checkout(AbstractProject.java:1044)
                      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:1244)
                      at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:306)
                      at hudson.model.ResourceController.execute(ResourceController.java:88)
                      at hudson.model.Executor.run(Executor.java:122)
      

      What I see is that the jobs are starting and failing a few seconds apart.

            Unassigned Unassigned
            jgon jgon
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: