Alok Kumar
created JENKINS-16129
Jenkins exception with parameterizedtrigger plugin
Issue Type:
Bug
Affects Versions:
current
Assignee:
huybrechts
Components:
parameterized-trigger
Created:
14/Dec/12 3:22 AM
Description:
Hi,
I tried using flexible publish plugin in my jenkins setup, but, since the time of adding that plugin and restarting jenkins, I have been encountering various exceptions related to the parameterizedtrigger plugin.
When I tried to restart the server, the jenkins webpage fails to come up and throws the below exception:
org.jvnet.hudson.reactor.ReactorException: java.lang.NoSuchMethodError: hudson.plugins.parameterizedtrigger.BuildTriggerConfig.getProjectList()Ljava/util/List;
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:850)
at jenkins.model.Jenkins.(Jenkins.java:762)
at hudson.model.Hudson.(Hudson.java:81)
at hudson.model.Hudson.(Hudson.java:77)
at hudson.WebAppMain$2.run(WebAppMain.java:217)
Caused by: java.lang.NoSuchMethodError: hudson.plugins.parameterizedtrigger.BuildTriggerConfig.getProjectList()Ljava/util/List;
at join.JoinTrigger.buildDependencyGraph(JoinTrigger.java:156)
at hudson.util.DescribableList.buildDependencyGraph(DescribableList.java:194)
at hudson.model.Project.buildDependencyGraph(Project.java:169)
at hudson.model.DependencyGraph.build(DependencyGraph.java:91)
at jenkins.model.Jenkins.rebuildDependencyGraph(Jenkins.java:3415)
at jenkins.model.Jenkins$16.run(Jenkins.java:2448)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$6.runTask(Jenkins.java:839)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
I then removed the flexible publish plugin and tried restarting the server again, but, it again failed with the same exception.
Then, I removed the build steps related to the usage of parameterizedtrigger plugin from all the jobs and then tried restarting the server again. This time, the jenkins web page did come up.
Then, I added back the build steps that I had removed in the previous step to all the jobs and restarted the jenkins server and again start facing the same exception.
in addition to the above, whenever, I try to create a new job by copying from another job or delete a job, I get the below exception on the jenkins webpage.
This is really urgent as we have our product release lined up in the next couple of days.
Kindly let me know how to resolve this weird behaviour.
I am using the latest version of the parameterizedtrigger plugin
Status Code: 500
Exception:
Stacktrace:
java.lang.NoSuchMethodError: hudson.plugins.parameterizedtrigger.BuildTriggerConfig.getProjectList()Ljava/util/List;
at join.JoinTrigger.buildDependencyGraph(JoinTrigger.java:156)
at hudson.util.DescribableList.buildDependencyGraph(DescribableList.java:194)
at hudson.model.Project.buildDependencyGraph(Project.java:169)
at hudson.model.DependencyGraph.build(DependencyGraph.java:91)
at jenkins.model.Jenkins.rebuildDependencyGraph(Jenkins.java:3415)
at hudson.model.ItemGroupMixIn.copy(ItemGroupMixIn.java:211)
at hudson.model.ItemGroupMixIn.createTopLevelItem(ItemGroupMixIn.java:164)
at jenkins.model.Jenkins.doCreateItem(Jenkins.java:2752)
at jenkins.model.Jenkins.doCreateItem(Jenkins.java:299)
at hudson.model.ListView.doCreateItem(ListView.java:19