Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 08/Mar/14 4:45 AM
Description:

I see many of these errors in the log:

Mar 07, 2014 8:32:51 PM SEVERE jenkins.InitReactorRunner$1 onTaskFailed
Failed Inspecting plugin /var/lib/jenkins/plugins/ssh-slaves.jpi
java.io.IOException: Failed to expand /var/lib/jenkins/plugins/ssh-slaves.jpi
	at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:429)
	at hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrategy.java:126)
	at hudson.PluginManager$1$3$1.run(PluginManager.java:236)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:899)
	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: Error while expanding /var/lib/jenkins/plugins/ssh-slaves.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:501)
	at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:426)
	... 10 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)
	... 13 more

As a result the plugins don't load. All their dependencies don't load too. No errors are displayed in the frontend which is extremely confusing.

Project: Jenkins
Priority: Critical Critical
Reporter: gene lzr
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/d/optout.

Reply via email to