These two plugins are installed on your instance: - Jenkow Activiti Explorer - Jenkow Activiti Designer
This one is not: - Jenkow Plugin The last one is a dependency of the other two (and has always been): https://repo.jenkins-ci.org/webapp/#/artifacts/browse/tree/PomView/releases/com/cisco/step/jenkins/plugins/jenkow-activiti-explorer/0.3.1/jenkow-activiti-explorer-0.3.1.pom https://repo.jenkins-ci.org/webapp/#/artifacts/browse/tree/PomView/releases/com/cisco/step/jenkins/plugins/jenkow-activiti-designer/0.3.1/jenkow-activiti-designer-0.3.1.pom This could be an error in loading Jenkow Plugin (which will be shown in the Jenkins log), or just a side effect of stricter dependency checks when loading plugins. As the changelog would tell you: > Fix plugin dependency resolution. Jenkins will now refuse to load plugins > with unsatisfied dependencies, which resulted in difficult to diagnose > problems. This may result in errors on startup if your instance has an > invalid plugin configuration., check the Jenkins log for details.(issue 21486) Therefore it may not be a bug, but rather a bug fix causing this. One of these is the solution, depending on what is causing this: - Install Jenkow Plugin. - Fix whatever prevents Jenkow Plugin from loading. - Or just uninstall Jenkins Activiti Explorer and Designer if you're not using them anyway. > On 13.11.2016, at 04:59, Rainer Enders <[email protected]> wrote: > > I just upgraded Jenkins to latest version 2.19.2 and without touching any > Plugins, just purely by upgrading Jenkins, I now get an Error alert in the > Manage Jenkins console: > > There are dependency errors loading some plugins: > • Jenkow Activiti Explorer v0.3.1 > • jenkow-plugin v0.3.1 is missing. To fix, install v0.3.1 or > later. > • Jenkow Activiti Designer v0.3.1 > • jenkow-plugin v0.3.1 is missing. To fix, install v0.3.1 or > later. > I am not aware I am using or need those plugins and all plugins we used > previously did not have that dependency as far as I know. Also it appears > those plugins are no longer available. How can I get rid of those error > message or resolve the underlying problem? Seems a but in 2.19.2 to me. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/45b48965-4774-4519-8c78-4cd33effde66%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0C01182D-4379-42D4-BE51-36A5DC20BFA3%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
