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

'JellyTagException: <st:include> For input string: ""' on job view

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • core
    • None

      Problem ocurring on Jenkins 1.557: on job view of a given project, an embedded error page is shown with stacktrace attached. It appeared after our last build.

        1. config.xml
          9 kB
        2. jenkinsbug.png
          jenkinsbug.png
          114 kB
        3. jenkinsbug.txt
          14 kB

          [JENKINS-22803] 'JellyTagException: <st:include> For input string: ""' on job view

          João Enomoto created issue -

          Daniel Beck added a comment -

          This is caused by Parameterized Trigger plugin. Please provide the version of the plugin you're using. Also, is the user viewing this job page allowed to access the jobs triggered by the selected job? Does it work if a user allowed to access those jobs views this job's page?

          Daniel Beck added a comment - This is caused by Parameterized Trigger plugin. Please provide the version of the plugin you're using. Also, is the user viewing this job page allowed to access the jobs triggered by the selected job? Does it work if a user allowed to access those jobs views this job's page?
          Daniel Beck made changes -
          Component/s New: parameterized-trigger [ 15592 ]
          Component/s Original: core [ 15593 ]
          Description Original: Problem ocurring on Jenkins 1.557: on job view of a given project, an embedded error page is shown with stacktrace attached. It appeared after our last build.

          This is a simple build which we use to release a version of C# .NET service. Job's view should not show anything but default stats for project. Pretty sure there are no plugins which could interfere with this page.
          New: Problem ocurring on Jenkins 1.557: on job view of a given project, an embedded error page is shown with stacktrace attached. It appeared after our last build.

          ikedam added a comment -

          Parameterized trigger plugin just calls Job#getLastSuccessfulBuild.
          It's not reasonable to expect java.lang.NumberFormatException is thrown from Job#getLastSuccessfulBuild, and I think this is a problem that should be fixed Jenkins core.

          Job#getLastSuccessfulBuild looks switched to use PeepholePermalink since jenkins-1.507.
          https://github.com/jenkinsci/jenkins/commit/88feabb4296d6483bdb5c85fed489e5014161ca5

          I'm not sure what causes lastSuccessfulBuild, which is a symlink, points not null but an empty file name.

          Please report details how to reproduce this problem.

          ikedam added a comment - Parameterized trigger plugin just calls Job#getLastSuccessfulBuild . It's not reasonable to expect java.lang.NumberFormatException is thrown from Job#getLastSuccessfulBuild , and I think this is a problem that should be fixed Jenkins core. Job#getLastSuccessfulBuild looks switched to use PeepholePermalink since jenkins-1.507. https://github.com/jenkinsci/jenkins/commit/88feabb4296d6483bdb5c85fed489e5014161ca5 I'm not sure what causes lastSuccessfulBuild , which is a symlink, points not null but an empty file name. Please report details how to reproduce this problem.
          ikedam made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: parameterized-trigger [ 15592 ]

          ikedam added a comment -

          There seem issues with the same problem. (linked)
          Looks a problems on Windows, and maybe with Maven Projects.

          ikedam added a comment - There seem issues with the same problem. (linked) Looks a problems on Windows, and maybe with Maven Projects.
          ikedam made changes -
          Link New: This issue is related to JENKINS-20725 [ JENKINS-20725 ]
          ikedam made changes -
          Link New: This issue is related to JENKINS-21509 [ JENKINS-21509 ]
          ikedam made changes -
          Link New: This issue is related to JENKINS-21459 [ JENKINS-21459 ]
          ikedam made changes -
          Link New: This issue is related to JENKINS-21631 [ JENKINS-21631 ]

            Unassigned Unassigned
            jfaenomoto João Enomoto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: