Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54043

Clicking "TestLink results" received org.apache.commons.jelly.JellyTagException error

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed but Unreleased (View Workflow)
    • Major
    • Resolution: Duplicate
    • testlink-plugin
    • Jenkins ver. 2.146
      Linux 3.10.0-862.11.6.el7.x86_64
      openjdk version "1.8.0_181"
      TestLink 1.9.17
      TestLink Plugin 3.14

    Description

      After I have installed TestLink Plugin 3.14 and configured accordingly on Jenkins Freestyle project, I could see there a feature called "TestLink results" in the project main page.

      After trial run to get some TestLink data, but when I clicked on this "TestLink results", the Jenkins system gave below error:

      Stack trace

      org.apache.commons.jelly.JellyTagException: jar:file:/var/lib/jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: <st:include> No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResult

      ......

      Attachments

        Issue Links

          Activity

            kengseng Keng Seng Hor added a comment - - edited

            JellyTagException issue resolved. Rebuilt testlink.jar file to include sidepanel.jelly file into TestLinkResult folder.

            kengseng Keng Seng Hor added a comment - - edited JellyTagException issue resolved. Rebuilt testlink.jar file to include sidepanel.jelly file into TestLinkResult folder.
            kengseng Keng Seng Hor added a comment -

            Closed.

            kengseng Keng Seng Hor added a comment - Closed.
            mrspock Michael Kunze added a comment -

            So i encountered the exact same error message.

            I checked the jar file (I'm using 3.16) and the file is not in the folder. Nor do i see any commit at https://github.com/jenkinsci/testlink-plugin/commits/master that would fix the issue. Could you please verify?

            mrspock Michael Kunze added a comment - So i encountered the exact same error message. I checked the jar file (I'm using 3.16) and the file is not in the folder. Nor do i see any commit at  https://github.com/jenkinsci/testlink-plugin/commits/master  that would fix the issue. Could you please verify?
            acanad W. Jiang added a comment -

            same error with testlink plugin 3.16 on windows:

            '''

            org.apache.commons.jelly.JellyTagException: jar:file:/C:/Program%20Files%20(x86)/Jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: <st:include> No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResultorg.apache.commons.jelly.JellyTagException: jar:file:/C:/Program%20Files%20(x86)/Jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: <st:include> No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResult at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)

            '''

             

            acanad W. Jiang added a comment - same error with testlink plugin 3.16 on windows: ''' org.apache.commons.jelly.JellyTagException: jar: file:/C:/Program%20Files%20(x86)/Jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: <st:include> No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResultorg.apache.commons.jelly.JellyTagException: jar: file:/C:/Program%20Files%20(x86)/Jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: <st:include> No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResult at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) '''  

            Hello I am getting following error while clicking on Testlink Result tab

            vaibhavkhachane vaibhav khachane added a comment - Hello I am getting following error while clicking on Testlink Result tab
            lvaranasi lalitha v added a comment -

            Getting the same error even after rebuilding the testlink.jar.  Need some solution ASAP.  Any help is appreciated.

            lvaranasi lalitha v added a comment - Getting the same error even after rebuilding the testlink.jar.  Need some solution ASAP.  Any help is appreciated.
            kinow Bruno P. Kinoshita added a comment - See PR in JENKINS-64023

            People

              kinow Bruno P. Kinoshita
              kengseng Keng Seng Hor
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: