I try to install the SVN Publisher
for connecting Jenkins to Subversion Repository.
As I install through Download Now and Install after Restart
, My Jenkins is taking so long time to restart so I tried with Install without restart
.
It shows the following error
Failure -
java.io.IOException: Failed to dynamically deploy this plugin
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1308)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1107)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Failed to expand C:\tomcat\webapps\.jenkins\plugins\svnpublisher.jpi
at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:460)
at hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrategy.java:126)
at hudson.PluginManager.dynamicLoad(PluginManager.java:415)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1304)
... 5 more
Caused by: Error while expanding C:\tomcat\webapps\.jenkins\plugins\svnpublisher.jpi
java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:192)
at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:132)
at hudson.ClassicPluginStrategy.unzipExceptClasses(ClassicPluginStrategy.java:532)
at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:457)
... 8 more
Caused by: java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:481)
at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:320)
at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:186)
at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:170)
... 11 more
Please help.
Thanks!
It looks that there has been an issue during download so that plugin file got corrupted. Shutdown Jenkins, delete C:\tomcat\webapps\.jenkins\plugins\svnpublisher.jpi
, restart jenkins and reattempt plugin installation.
Alternatively download file manually and replace with one on file system, it should be available from here https://updates.jenkins-ci.org/download/plugins/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With