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

SVN Update change log is throwing NullPointerException, breaking build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      When I run a build after an SVN update, I'm getting a NullPointerException.
      Again, this is Tomcat 5.5 under JRE 1.4.2_10, with a SVN 1.4:
      (from the console out page)
      started
      Updating file:///c:/svnrepo/simpletest
      U src/runtime/com/hewitt/twgi/ci/simpletest/SimpleFrame.java
      src/runtime/com/hewitt/twgi/ci/simpletest
      src/runtime/com/hewitt/twgi/ci
      src/runtime/com/hewitt/twgi
      src/runtime/com/hewitt
      src/runtime/com
      src/runtime
      src
      At revision 5
      FATAL: null
      java.lang.NullPointerException
      at
      org.apache.xalan.transformer.TransformerIdentityImpl.flushStartDoc(TransformerIdentityImpl.java:888)
      at
      org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1019)
      at
      org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler.openTag(AbstractXMLHandler.java:79)
      at
      org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler.sendToHandler(SVNXMLLogHandler.java:94)
      at
      org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler.handleLogEntry(SVNXMLLogHandler.java:82)
      at org.tmatesoft.svn.core.wc.SVNLogClient$2.handleLogEntry(SVNLogClient.java:552)
      at
      org.tmatesoft.svn.core.internal.io.fs.FSRepository.sendChanges(FSRepository.java:1065)
      at org.tmatesoft.svn.core.internal.io.fs.FSRepository.log(FSRepository.java:617)
      at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:568)
      at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:164)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:236)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:267)
      at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:141)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:107)
      at hudson.model.Run.run(Run.java:533)
      at hudson.model.Build.run(Build.java:99)
      at hudson.model.Executor.run(Executor.java:61)

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

              Created:
              Updated:
              Resolved: