Most probably you have updated to a version > 1.458 … or when back to a version before this. To get your installation work again, you have to downgrade the maven-plugin and the config-file-provider-plugin to the version you had before upgrading. …yes, you can also remove the maven-plugin, just be aware that some plugins might dependent on it... regards Domi
On 14.05.2012, at 20:33, lkuczera wrote: > I have problem starting jenkins after recovering from backup here is the > stacktrace: > > SEVERE: Failed Checking cyclic dependencies > hudson.util.CyclicGraphDetector$CycleDetectedException: Cycle detected: > Plugin:maven-plugin -> Plugin:maven-plugin > at > hudson.util.CyclicGraphDetector.detectedCycle(CyclicGraphDetector.java:65) > at hudson.util.CyclicGraphDetector.visit(CyclicGraphDetector.java:54) > at hudson.util.CyclicGraphDetector.visit(CyclicGraphDetector.java:55) > at hudson.util.CyclicGraphDetector.visit(CyclicGraphDetector.java:55) > at hudson.util.CyclicGraphDetector.run(CyclicGraphDetector.java:27) > at hudson.PluginManager$1$3$2.run(PluginManager.java:247) > 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$5.runTask(Jenkins.java:800) > 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$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > > > We don't use maven at all is it feasible to remove it from plugins and if yes > how ?