Hi, I've just apt-got Jenkins from the repo <http://pkg.jenkins-ci.org/debian>. I can see it at http://localhost:8080, however when I try to set up new job<http://localhost:8080/view/All/newJob>I am getting the following exception:
Status Code: 500Exception: Stacktrace: com.google.common.collect.ComputationException: org.kohsuke.stapler.ScriptLoadException: org.apache.commons.jelly.JellyException: Could not parse Jelly script : jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.470.jar!/hudson/model/View/newJob.jelly at com.google.common.collect.ComputingConcurrentHashMap$ComputingMapAdapter.get(ComputingConcurrentHashMap.java:397) at org.kohsuke.stapler.CachingScriptLoader.findScript(CachingScriptLoader.java:61) at... How can I fix it?Do I need any additional package which the jenkins_1.471_all.deb<http://pkg.jenkins-ci.org/debian/binary/jenkins_1.471_all.deb>is not strictly dependent of?