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

Executor Death when tried to invoke custom project type build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • Windows

      I created custom project type . and tried to build it . i received below error on logs .

       

      SEVERE: Unexpected executor death
      java.lang.Error: java.lang.NoSuchMethodException: matlabjenkins.matlabjnk.MatlabItemBuild.<init>(matlabjenkins.matlabjnk.MatlabItemProject)
      at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:188)
      at hudson.model.AbstractProject.newBuild(AbstractProject.java:1019)
      at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1209)
      at hudson.model.AbstractProject.createExecutable(AbstractProject.java:145)
      at hudson.model.Executor$1.call(Executor.java:362)
      at hudson.model.Executor$1.call(Executor.java:344)
      at hudson.model.Queue._withLock(Queue.java:1404)
      at hudson.model.Queue.withLock(Queue.java:1269)
      at hudson.model.Executor.run(Executor.java:344)
      Caused by: java.lang.NoSuchMethodException: matlabjenkins.matlabjnk.MatlabItemBuild.<init>(matlabjenkins.matlabjnk.MatlabItemProject)
      at java.lang.Class.getConstructor0(Class.java:3082)
      at java.lang.Class.getConstructor(Class.java:1825)
      at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:177)
      ... 8 more

       

      Attaching the files with this issue 

       

            nikhilbhoski Nikhil Bhoski
            nikhilbhoski Nikhil Bhoski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: