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

NullPointerException with 1.02 plugin and 1.328 Hudson

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Major Major
    • clearcase-plugin
    • None
    • Platform: All, OS: All

      Using Hudson 1.328 and the older version of clearcase plugin 0.9.1 works fine.
      Upgrading clearcase plugin to latest 1.02 breaks with a NullPointerException.
      Rolling back to 0.9.1 of clearcase plugin fixes it. Below is the dump from
      console output.

      Note, I don't think this is just for Hudson 1.328...pretty sure it doesn't work
      for me for any of the versions.

      A timer trigger started this job
      Building on master
      FATAL: null
      java.lang.NullPointerException
      at hudson.plugins.clearcase.AbstractClearCaseScm.getViewPaths
      (AbstractClearCaseScm.java:204)
      at hudson.plugins.clearcase.AbstractClearCaseScm.configureFilters
      (AbstractClearCaseScm.java:558)
      at hudson.plugins.clearcase.ClearCaseSCM.createHistoryAction
      (ClearCaseSCM.java:175)
      at hudson.plugins.clearcase.AbstractClearCaseScm.checkout
      (AbstractClearCaseScm.java:363)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:978)
      at hudson.model.AbstractBuild$AbstractRunner.checkout
      (AbstractBuild.java:421)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:370)
      at hudson.model.Run.run(Run.java:1120)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:123)

            abayer Andrew Bayer
            jmboulos jmboulos
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: