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

Configuration view displays ERROR/Not Found under the edit boxes

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • thinbackup-plugin
    • None

      Hello, thinBackup developers! Thanks for a great plugin - we've been using it for several months and it's very helpful!

      2 cents though.
      We've recently started to observe the attached picture. I.e. messages "ERROR", "Not Found. Sorry!The page requested was not found." under the edit boxes.

      We are behind the proxy. The global jenkins proxy config (as well as the config for the container) is correct - jenkins receives updates for plugins successfully.

          [JENKINS-13427] Configuration view displays ERROR/Not Found under the edit boxes

          Nobuhiro Ban added a comment -

          I faced a similar problem with Jenkins on Tomcat. But I got more friendly
          error messages, eg:

          HTTP Status 404 - /plugin/thinBackup/checkBackupPath

          So, I found that the path of Jenkins webapp "/jenkins" was missing.

          I checked source code and found typos in
          src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.jelly .

          checkUrl="'${rootUrl}/plugin/thinBackup/..."

          These should be rootURL, not rootUrl.

          Nobuhiro Ban added a comment - I faced a similar problem with Jenkins on Tomcat. But I got more friendly error messages, eg: HTTP Status 404 - /plugin/thinBackup/checkBackupPath So, I found that the path of Jenkins webapp "/jenkins" was missing. I checked source code and found typos in src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.jelly . checkUrl="'${rootUrl}/plugin/thinBackup/..." These should be rootURL , not rootUrl .

          Dave Carey added a comment -

          Just to add that I'm seeing the same issues as the guys above

          All of the ERROR linnks display the following under tomcat

          HTTP Status 404 - /plugin/thinBackup/checkBackupPath

          Dave Carey added a comment - Just to add that I'm seeing the same issues as the guys above All of the ERROR linnks display the following under tomcat HTTP Status 404 - /plugin/thinBackup/checkBackupPath

          Thomas Fürer added a comment -

          Integrated in thinBackup #33
          fix for Jenkins-13427: Configuration view displays ERROR/Not Found under the edit boxes (Revision 40549)

          Result = SUCCESS

          Thomas Fürer added a comment - Integrated in thinBackup #33 fix for Jenkins-13427: Configuration view displays ERROR/Not Found under the edit boxes (Revision 40549) Result = SUCCESS

            tofuatjava Thomas Fürer
            alexface Alexander Shusherov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: