• Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Blocker Blocker
    • core
    • None

      javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: vfs:/content/jenkins.war/WEB-INF/lib/jenkins-core-1.525.jar/hudson/model/AbstractBuild/index.jelly:67:61: <st:include> No page found 'digest.jelly' for class hudson.maven.MavenModuleSetBuild
      at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:117)
      at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)
      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:673)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777)
      at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:381)
      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:684)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777)

          [JENKINS-19045] No page found 'digest.jelly'

          Radim Kolar created issue -
          Radim Kolar made changes -
          Summary Original: o page found 'digest.jelly' New: No page found 'digest.jelly'

          Radim Kolar added a comment -

          it works in version 523, broken in 524, 525

          Radim Kolar added a comment - it works in version 523, broken in 524, 525

          JulB4 added a comment -

          This bug is related to core not jboss plugin. I know the component name is a bit confusing

          JulB4 added a comment - This bug is related to core not jboss plugin. I know the component name is a bit confusing
          JulB4 made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: jboss [ 15686 ]
          JulB4 made changes -
          Assignee Original: JulB4 [ julb4 ]

          Martyn Fogg added a comment -

          I have this issue on Jenkins 1.526. I created a simple Java HelloWorld build job taking code from a Subversion repository. It fails with the exception below.

          The Tomcat container is very old (5.0.19) because I'm forced to run on a SLES 9.0 machine. I have configured it to run with Java 1.6 so Jenkins seems to run fine, but won't build any jobs. Any help is much appreciated.

          javax.servlet.ServletException: file:/usr/share/tomcat/work/Catalina/localhost/jenkins/loader/hudson/model/AbstractBuild/index.jelly:67:61: <st:include> No page found 'digest.jelly' for class hudson.model.FreeStyleBuild
          at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:117)
          at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:673)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777)
          at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:381)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:684)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777)
          at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:239)
          at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:684)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:586)
          at org.kohsuke.stapler.Stapler.service(Stapler.java:217)

          Martyn Fogg added a comment - I have this issue on Jenkins 1.526. I created a simple Java HelloWorld build job taking code from a Subversion repository. It fails with the exception below. The Tomcat container is very old (5.0.19) because I'm forced to run on a SLES 9.0 machine. I have configured it to run with Java 1.6 so Jenkins seems to run fine, but won't build any jobs. Any help is much appreciated. javax.servlet.ServletException: file:/usr/share/tomcat/work/Catalina/localhost/jenkins/loader/hudson/model/AbstractBuild/index.jelly:67:61: <st:include> No page found 'digest.jelly' for class hudson.model.FreeStyleBuild at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:117) at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:673) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777) at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:381) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:684) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777) at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:239) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:684) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:586) at org.kohsuke.stapler.Stapler.service(Stapler.java:217)

          Is it still reproduced with 1.527 ?
          Could you reproduce this problem after deploying jenkins to other tomcat?
          Did you tried to clean tomcat's cache?

          Kanstantsin Shautsou added a comment - Is it still reproduced with 1.527 ? Could you reproduce this problem after deploying jenkins to other tomcat? Did you tried to clean tomcat's cache?

          Martyn Fogg added a comment -

          I can reproduce in 1.527, same exception. For me it works in 1.400, 1.470, 1.490, 1.495 and fails in 1.500, 1.510, 1.513 and 1.527, so it changes somewhere between 1.495 and 1.500.

          It still fails after clearing tomcat/work/Catalina/localhost - is that the cache that you were referring to?

          >Could you reproduce this problem after deploying jenkins to other tomcat?

          Jenkins works fine on Tomcat with all the latest versions and there is nothing special about the build I'm running, it's a Hello World knocked up in two minutes in Eclipse with an Ant script to build. For me this problem is most probably related to having to use older versions of Tomcat, SLES and hence Jenkins, but I was hoping there might be a workaround so that I could run the up to date Jenkins build.

          Martyn Fogg added a comment - I can reproduce in 1.527, same exception. For me it works in 1.400, 1.470, 1.490, 1.495 and fails in 1.500, 1.510, 1.513 and 1.527, so it changes somewhere between 1.495 and 1.500. It still fails after clearing tomcat/work/Catalina/localhost - is that the cache that you were referring to? >Could you reproduce this problem after deploying jenkins to other tomcat? Jenkins works fine on Tomcat with all the latest versions and there is nothing special about the build I'm running, it's a Hello World knocked up in two minutes in Eclipse with an Ant script to build. For me this problem is most probably related to having to use older versions of Tomcat, SLES and hence Jenkins, but I was hoping there might be a workaround so that I could run the up to date Jenkins build.

          Radim Kolar added a comment -

          it works for me in 523, but fails in 524. Can you recheck this versions Martyn?

          Radim Kolar added a comment - it works for me in 523, but fails in 524. Can you recheck this versions Martyn?

            ndeloof Nicolas De Loof
            hsn Radim Kolar
            Votes:
            4 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: