Jan Molak edited a comment on Bug JENKINS-18544

Hi and thanks for your work on BFA It seems to be a very useful plugin, however this missing dependency on git makes it difficult for other plugin developers to depend on BFA.

If the git plugin is not loaded, BFA can't be loaded either, which results with following errors in maven output of a plugin that depends on BFA:

SEVERE: Failed Loading plugin build-failure-analyzer
java.io.IOException: Dependency git (1.1.10) doesn't exist
	at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:467)
	at hudson.PluginManager$2$1$1.run(PluginManager.java:316)
	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$7.runTask(Jenkins.java:875)
	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:680)
    Apr 6, 2014 1:23:49 PM jenkins.InitReactorRunner$1 onAttained
    INFO: Prepared all plugins
    Apr 6, 2014 1:23:49 PM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Initializing plugin build-failure-analyzer
java.lang.NullPointerException
	at hudson.PluginManager$2$1$2.run(PluginManager.java:333)
	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$7.runTask(Jenkins.java:875)
	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:680)

Please see the conversation at https://github.com/jan-molak/jenkins-build-monitor-plugin/pull/51 for more details.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to