[JIRA] [core] (JENKINS-21163) Git Plugin causes Jenkins to stop working
C. Alex Reober commented on JENKINS-21163 Git Plugin causes Jenkins to stop working Yes that was my initial solution. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] [core] (JENKINS-21163) Git Plugin causes Jenkins to stop working
Mark Waite commented on JENKINS-21163 Git Plugin causes Jenkins to stop working I've now seen the same problem. Some weeks ago, I installed the git-userContent plugin and had encountered some problem from the git-server plugin on which the git-userContent plugin depends. I removed the git-server plugin, restarted my Jenkins server, and the server returned to normal. Could you remove git-server and git-server.*pi from the Jenkins plugins directory to see if you yours is the same problem as mine? If it is, then there is probably some incompatibility between recent versions of the git-client-plugin and the git-server plugin. You don't need the git-server plugin to use Git as an SCM tool in Jenkins, so it is safe to remove it. You do need the git-server plugin if you're allowing users to submit changes to your Jenkins userContent directory through git. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] [core] (JENKINS-21163) Git Plugin causes Jenkins to stop working
Mark Waite edited a comment on JENKINS-21163 Git Plugin causes Jenkins to stop working I've now seen the same problem. Some weeks ago, I installed the git-userContent plugin and had encountered some problem from the git-server plugin on which the git-userContent plugin depends. I removed the git-server plugin, restarted my Jenkins server, and the server returned to normal. Could you remove git-server and git-server.*pi from the Jenkins plugins directory to see if you yours is the same problem as mine? If it is, then there is probably some incompatibility between recent versions of the git-client-plugin and the git-server plugin. You don't need the git-server plugin to use Git as an SCM tool in Jenkins, so it is safe to remove it. You do need the git-server plugin if you're allowing users to submit changes to your Jenkins userContent directory through git. If removing git-server as a plugin resolves the issue, then we'll need to investigate the incompatibility between them and fix one or both of the plugins to resolve the incompatibility. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] [core] (JENKINS-21163) Git Plugin causes Jenkins to stop working
C. Alex Reober commented on JENKINS-21163 Git Plugin causes Jenkins to stop working More Info: System that does NOT work: jenkins-1a java -version java version "1.6.0_27" OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.4) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) git --version git version 1.7.9.5 Git Plugin 2.0 This plugin allows use of Git as a build SCM. a recent Git runtime is required (1.7 recommended). Base feature may work on earlier versions, but can't guarantee. System that does work: jenkins-1b java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.14) (amazon-65.1.11.14.57.amzn1-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) git --version git version 1.8.3.1 Jenkins GIT plugin 2.0 This plugin integrates GIT with Jenkins. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] [core] (JENKINS-21163) Git Plugin causes Jenkins to stop working
C. Alex Reober created JENKINS-21163 Git Plugin causes Jenkins to stop working Issue Type: Bug Affects Versions: current Assignee: Nicolas De Loof Components: core, git, git-client, git-server Created: 27/Dec/13 6:53 PM Description: Adding the Git plugin cause the Jenkins server to fail on next restart. Jenkins shows the following error: hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException at hudson.WebAppMain$3.run(WebAppMain.java:234) Caused by: org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:269) at jenkins.InitReactorRunner.run(InitReactorRunner.java:44) at jenkins.model.Jenkins.executeReactor(Jenkins.java:908) at jenkins.model.Jenkins.(Jenkins.java:807) at hudson.model.Hudson.(Hudson.java:82) at hudson.model.Hudson.(Hudson.java:78) at hudson.WebAppMain$3.run(WebAppMain.java:222) Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:109) at hudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) at jenkins.model.Jenkins$7.runTask(Jenkins.java:897) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:701) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:105) ... 8 more Caused by: java.lang.NullPointerException at hudson.plugins.git.GitTool.onLoaded(GitTool.java:105) ... 13 more Environment: Ubuntu 12.04 in AWS Project: Jenkins Priority: Critical Reporter: C. Alex Reober 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
