We're upgrading Jenkins through the Tomcat Manager App. Everytime we do this, afterwards we get an error and we need to restart the server in order for Jenkins to work again.
Could you please suggest on this issue : Currently v1.555 is installed on our server, while version v1.557 is available. We followed the below steps * Downloaded the latest http://mirrors.jenkins-ci.org/war/latest/jenkins.war * Logged into http://localhost:8080/manager/html * Undeployed older version . * Deployed the downloaded jenkins.war. We are getting an error and manager console is going to unresponsive mode, when we restart our tomcat server it is get fixed. Everything is wokring normal again. " Please suggest is it necessary to restart tomcat server everytime when we upgarde jenkins" Here is the error we obtained and we are looking into it, please suggest if any : org.apache.commons.jelly.JellyTagException: jar:file:/opt/apache-tomcat-6.0.35-ASML/webapps/jenkins/WEB-INF/lib/jenkins-core-1.557.jar!/lib/layout/layout.jelly:74:53:< file://opt/apache-tomcat-6.0.35-ASML/webapps/jenkins/WEB-INF/lib/jenkins-core-1.557.jar!/lib/layout/layout.jelly:74:53:> <j:forEach> java.util.zip.ZipException: error reading zip file org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:745) org.apache.commons.jelly.impl.TagScript.run(TagScript.java:289) org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98) org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:81) org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:63) org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:53) -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
