[JIRA] (JENKINS-59336) Git plugin version 4.0.0-rc failed to load

0 views
Skip to first unread message

paulo.grilo@nos.pt (JIRA)

unread,
Sep 12, 2019, 3:10:03 PM9/12/19
to jenkinsc...@googlegroups.com
Paulo Grilo created an issue
 
Jenkins / Bug JENKINS-59336
Git plugin version 4.0.0-rc failed to load
Issue Type: Bug Bug
Assignee: Mark Waite
Components: git-plugin
Created: 2019-09-12 19:09
Priority: Major Major
Reporter: Paulo Grilo

Update my Jenkins to ver. 2.194 and update the last week plugins versions.

After all the restart, jenkins showed a warning about a security issue on the Git Client plugin.

Because of that, I downgraded the Git Client plugin to the previous version.

After the restart, Jenkins cannot start Jenkins Git Plugin. Re-installed again the latest Git Client plugin but the error remains.

The log refers to install version 3.0.0-rc or later of the Jenkins Git client... but the only version available is 2.8.5 and 2.7.6.

Can you give instructions to proceed?

Share bellow the referred log error:

(...)

2019-09-12 18:45:06.525+0000 [id=33] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins

2019-09-12 18:45:06.803+0000 [id=35] SEVERE jenkins.InitReactorRunner$1#onTaskFailed: Failed Loading plugin Jenkins Git plugin v4.0.0-rc (git)
java.io.IOException: Jenkins Git plugin version 4.0.0-rc failed to load.

  • Jenkins Git client plugin version 2.8.5 is older than required. To fix, install version 3.0.0-rc or later.
    at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:922)
    at hudson.PluginManager$2$1$1.run(PluginManager.java:544)
    at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
    at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
    at jenkins.model.Jenkins$5.runTask(Jenkins.java:1118)
    at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
    at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)

(...)

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 12, 2019, 9:13:05 PM9/12/19
to jenkinsc...@googlegroups.com
Mark Waite commented on Bug JENKINS-59336
 
Re: Git plugin version 4.0.0-rc failed to load

The git client plugin 3.0.0-rc is a pre-release version of git client plugin 3.0.0. It was inadvertently released into the Jenkins community for about 10 days and was then removed from the Jenkins update center.

The same mistake happened with git plugin 4.0.0-rc. Both are pre-release versions that were intended for test installations, not for production use. They were both removed from the update center about 10 days after they were released.

You have a few choices to resolve the security issue in git client plugin 3.0.0-rc.

  1. Install git plugin 3.12.1 and git client plugin 2.8.5 from the Jenkins update center
  2. Upload git plugin 3.12.1 and git client plugin 2.8.5 into your Jenkins server from the "Advanced" tab of the "Manage Plugins" page inside "Manage Jenkins"
  3. Install git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 from the Jenkins experimental update center
  4. Upload git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 into your Jenkins server from the "Advanced" tab of the "Manage Plugins" page inside "Manage Jenkins"

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 12, 2019, 9:15:02 PM9/12/19
to jenkinsc...@googlegroups.com
Change By: Mark Waite
Status: Open Fixed but Unreleased
Resolution: Not A Defect

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 12, 2019, 9:15:03 PM9/12/19
to jenkinsc...@googlegroups.com
Mark Waite edited a comment on Bug JENKINS-59336
The git client plugin 3.0.0-rc is a pre-release version of git client plugin 3.0.0.  It was inadvertently released into the Jenkins community for about 10 days and was then removed from the Jenkins update center.

The same mistake happened with git plugin 4.0.0-rc.  Both are pre-release versions that were intended for test installations, not for production use.  They were both removed from the update center about 10 days after they were released.

You have a few choices to resolve the [security issue|https://jenkins.io/security/advisory/2019-09-12/] in git client plugin 3.0.0-rc.

# Install git plugin 3.12.1 and git client plugin 2.8.5 from the Jenkins update center
# Upload [git plugin 3.12.1|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/3.12.1/git-3.12.1.hpi] and [git client plugin 2.8.5|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/2.8.5/git-client-2.8.5.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"
# Install git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 from the Jenkins experimental update center
# Upload [git plugin 4.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/4.0.0-beta11/git-4.0.0-beta11.hpi] and [git client plugin 3.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/3.0.0-beta11/git-client-3.0.0-beta11.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"


If you choose git plugin 3.12.1, you are choosing the released git plugin and the most stable.

If you choose git plugin 4.0.0-beta11, you are choosing the most recent pre-release git plugin with more bug fixes than are available in git plugin 3.12.1.

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 12, 2019, 9:30:02 PM9/12/19
to jenkinsc...@googlegroups.com
Mark Waite edited a comment on Bug JENKINS-59336
The git client plugin 3.0.0-rc is a pre-release version of git client plugin 3.0.0.  It was inadvertently released into the Jenkins community for about 10 days and was then removed from the Jenkins update center.

The same mistake happened with git plugin 4.0.0-rc.  Both are pre-release versions that were intended for test installations, not for production use.  They were both removed from the update center about 10 days after they were released.

You have a few choices to resolve the [security issue|https://jenkins.io/security/advisory/2019-09-12/] in git client plugin 3.0.0-rc.

# Install git plugin 3.12.1 and git client plugin 2.8.5 from the Jenkins update center
# Upload [git plugin 3.12.1|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/3.12.1/git-3.12.1.hpi] and [git client plugin 2.8.5|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/2.8.5/git-client-2.8.5.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"
# Install git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 from the [ Jenkins experimental update center |https://jenkins.io/zh/blog/2013/09/23/experimental-plugins-update-center/]
# Upload [git plugin 4.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/4.0.0-beta11/git-4.0.0-beta11.hpi] and [git client plugin 3.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/3.0.0-beta11/git-client-3.0.0-beta11.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"

If you choose git plugin 3.12.1, you are choosing the released git plugin and the most stable.

If you choose git plugin 4.0.0-beta11, you are choosing the most recent pre-release git plugin with more bug fixes than are available in git plugin 3.12.1.

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 12, 2019, 9:31:03 PM9/12/19
to jenkinsc...@googlegroups.com
Mark Waite edited a comment on Bug JENKINS-59336
The git client plugin 3.0.0-rc is a pre-release version of git client plugin 3.0.0.  It was inadvertently released into the Jenkins community for about 10 days and was then removed from the Jenkins update center.

The same mistake happened with git plugin 4.0.0-rc.  Both are pre-release versions that were intended for test installations, not for production use.  They were both removed from the update center about 10 days after they were released.

You have a few choices to resolve the [security issue|https://jenkins.io/security/advisory/2019-09-12/] in git client plugin 3.0.0-rc.

# Install git plugin 3.12.1 and git client plugin 2.8.5 from the Jenkins update center
# Upload [git plugin 3.12.1|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/3.12.1/git-3.12.1.hpi] and [git client plugin 2.8.5|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/2.8.5/git-client-2.8.5.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"
# Install git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 from the [Jenkins experimental update center|https://jenkins.io/doc/developer/publishing/releasing-experimental-updates/ #using-the-experimental-update-center ]

# Upload [git plugin 4.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/4.0.0-beta11/git-4.0.0-beta11.hpi] and [git client plugin 3.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/3.0.0-beta11/git-client-3.0.0-beta11.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"

If you choose git plugin 3.12.1, you are choosing the released git plugin and the most stable.

If you choose git plugin 4.0.0-beta11, you are choosing the most recent pre-release git plugin with more bug fixes than are available in git plugin 3.12.1.

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 12, 2019, 9:31:03 PM9/12/19
to jenkinsc...@googlegroups.com
Mark Waite edited a comment on Bug JENKINS-59336
The git client plugin 3.0.0-rc is a pre-release version of git client plugin 3.0.0.  It was inadvertently released into the Jenkins community for about 10 days and was then removed from the Jenkins update center.

The same mistake happened with git plugin 4.0.0-rc.  Both are pre-release versions that were intended for test installations, not for production use.  They were both removed from the update center about 10 days after they were released.

You have a few choices to resolve the [security issue|https://jenkins.io/security/advisory/2019-09-12/] in git client plugin 3.0.0-rc.

# Install git plugin 3.12.1 and git client plugin 2.8.5 from the Jenkins update center
# Upload [git plugin 3.12.1|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/3.12.1/git-3.12.1.hpi] and [git client plugin 2.8.5|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/2.8.5/git-client-2.8.5.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"
# Install git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 from the [Jenkins experimental update center|https://jenkins.io/ zh doc / blog developer / 2013 publishing / 09/23/ releasing- experimental- plugins-update-center updates /]

# Upload [git plugin 4.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/4.0.0-beta11/git-4.0.0-beta11.hpi] and [git client plugin 3.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/3.0.0-beta11/git-client-3.0.0-beta11.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"

If you choose git plugin 3.12.1, you are choosing the released git plugin and the most stable.

If you choose git plugin 4.0.0-beta11, you are choosing the most recent pre-release git plugin with more bug fixes than are available in git plugin 3.12.1.

paulo.grilo@nos.pt (JIRA)

unread,
Sep 13, 2019, 4:52:03 AM9/13/19
to jenkinsc...@googlegroups.com

Solved! Instructions clear and effective!

Thank you very much for the help!

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 13, 2019, 7:40:02 AM9/13/19
to jenkinsc...@googlegroups.com

mark.earl.waite@gmail.com (JIRA)

unread,
Sep 19, 2019, 9:54:01 AM9/19/19
to jenkinsc...@googlegroups.com
Mark Waite edited a comment on Bug JENKINS-59336
The git client plugin 3.0.0-rc is a pre-release version of git client plugin 3.0.0.  It was inadvertently released into the Jenkins community for about 10 days and was then removed from the Jenkins update center.

The same mistake happened with git plugin 4.0.0-rc.  Both are pre-release versions that were intended for test installations, not for production use.  They were both removed from the update center about 10 days after they were released.

You have a few choices to resolve the [security issue|https://jenkins.io/security/advisory/2019-09-12/] in git client plugin 3.0.0-rc.

# Install git plugin 3.12.1 and git client plugin 2.8.5 from the Jenkins update center
# Upload [git plugin 3.12.1|https:// repo updates .jenkins-ci.org/ releases download / org/jenkins-ci/ plugins/git/3.12.1/git -3 . 12.1. hpi] and [git client plugin 2.8. 5 6 |https:// repo updates .jenkins-ci.org/ releases download / org/jenkins-ci/ plugins/git-client/2.8. 5 6 /git-client -2 . 8.5. hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"
# Install git plugin 4.0.0-beta11 and git client plugin 3.0.0-beta11 from the [Jenkins experimental update center|https://jenkins.io/doc/developer/publishing/releasing-experimental-updates/#using-the-experimental-update-center]

# Upload [git plugin 4.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/4.0.0-beta11/git-4.0.0-beta11.hpi] and [git client plugin 3.0.0-beta11|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/3.0.0-beta11/git-client-3.0.0-beta11.hpi] into your Jenkins server from the "*Advanced*" tab of the "*Manage Plugins*" page inside "*Manage Jenkins*"

If you choose git plugin 3.12.1, you are choosing the released git plugin and the most stable.

If you choose git plugin 4.0.0-beta11, you are choosing the most recent pre-release git plugin with more bug fixes than are available in git plugin 3.12.1.
Reply all
Reply to author
Forward
0 new messages