workflow plugin installation errors in the update center

2014-12-01 Thread Surya Gaddipati
Workflow: Global Shared Library for CPS workflow Failure - java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1317) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) at

Re: workflow plugin installation errors in the update center

2014-12-01 Thread Surya Gaddipati
Workflow: Aggregator Failure - java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1317) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) at

Re: workflow plugin installation errors in the update center

2014-12-01 Thread Mark Waite
What is the version number of your git-client-plugin and your git-plugin? The class not found exception has (in some other cases) pointed to a possibly outdated dependency in a plugin. On Mon, Dec 1, 2014 at 3:03 PM, Surya Gaddipati suryapraka...@gmail.com wrote: Workflow: Aggregator Failure

Re: workflow plugin installation errors in the update center

2014-12-01 Thread Surya Gaddipati
HI Mark, I am on Jenkins - 1.590 Git Client Plugin - 1.9.1 Git Plugin - 2.2.2 I see that there are newer version of the plugins. Maybe I'll try to update it and try again. I thought jenkins automatically takes care of updating dependent plugins. On Monday, December 1, 2014 4:02:09 PM

Re: workflow plugin installation errors in the update center

2014-12-01 Thread Surya Gaddipati
I seem to be getting errors trying to generate snippets from the configure page. java.lang.IllegalArgumentException: Failed to instantiate class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep from {stapler-class:org.jenkinsci.plugins.workflow.cps.steps.ParallelStep} at

Re: workflow plugin installation errors in the update center

2014-12-01 Thread Jesse Glick
On Mon, Dec 1, 2014 at 5:21 PM, Surya Gaddipati suryapraka...@gmail.com wrote: I seem to be getting errors trying to generate snippets from the configure page. java.lang.IllegalArgumentException: Failed to instantiate class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep There is no

Re: workflow plugin installation errors in the update center

2014-12-01 Thread Jesse Glick
On Mon, Dec 1, 2014 at 8:11 PM, Jesse Glick jgl...@cloudbees.com wrote: This is a core bug; it should [not] have tried to dynamically load a new plugin with a dependency on another plugin that is only _scheduled_ to be installed. In case it was not clear, the workaround is simply to restart