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

LOADING overlay does not go away on the Configure System page

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • core
    • Jenkins

      After navigating to Manage->Configure System, the LOADING overlay never goes away. It is impossible to save any configuration changes.

      EXPECTED:

      • You can save your global configuration.

      Here is the stack trace from Chrome's JS console:

      Uncaught TypeError: Object #<Object> has no method 'findMatchingInput'
      (anonymous function)
      e.targetUrl hudson-behavior.js:338
      registerValidator hudson-behavior.js:343
       apply behavior.js:73
      (anonymous function) behavior.js:79
      Behaviour.applySubtree behavior.js:68
      Behaviour.applybehavior.js:54
      (anonymous function)behavior.js:49
      window.onload
      

          [JENKINS-12787] LOADING overlay does not go away on the Configure System page

          Joshua Davis created issue -
          Joshua Davis made changes -
          Link New: This issue is related to JENKINS-12229 [ JENKINS-12229 ]
          Joshua Davis made changes -
          Link New: This issue is related to JENKINS-11074 [ JENKINS-11074 ]

          Joshua Davis added a comment -

          Chrome seems to think this closure in hudson-behavior.js is throwing the exception:

          function registerValidator(e) {
              e.targetElement = findFollowingTR(e, "validation-error-area").firstChild.nextSibling;
              e.targetUrl = function() {
                  return eval(this.getAttribute("checkUrl"));  // <-- Dies here
              };
              var method = e.getAttribute("checkMethod");
              if (!method) method = "get";
          
              var url = e.targetUrl();
          

          Joshua Davis added a comment - Chrome seems to think this closure in hudson-behavior.js is throwing the exception: function registerValidator(e) { e.targetElement = findFollowingTR(e, "validation-error-area" ).firstChild.nextSibling; e.targetUrl = function() { return eval( this .getAttribute( "checkUrl" )); // <-- Dies here }; var method = e.getAttribute( "checkMethod" ); if (!method) method = "get" ; var url = e.targetUrl();
          Maarten van den Ende made changes -
          Link New: This issue is related to JENKINS-12875 [ JENKINS-12875 ]

          Same for Firefox

          Maarten van den Ende added a comment - Same for Firefox

          Reynald Borer added a comment -

          Same happens here with Jenkins 1.452 and FF10, pretty annoying.

          Reynald Borer added a comment - Same happens here with Jenkins 1.452 and FF10, pretty annoying.

          Reynald Borer added a comment -

          This seems related to the JIRA Plugin. If I disable it then I can access again the configuration page.

          Reynald Borer added a comment - This seems related to the JIRA Plugin. If I disable it then I can access again the configuration page.

          Curtis Ruck added a comment -

          I'm seeing this in the Mantis Plugin.

          Curtis Ruck added a comment - I'm seeing this in the Mantis Plugin.
          sogabe made changes -
          Link New: This issue is related to JENKINS-13023 [ JENKINS-13023 ]

            Unassigned Unassigned
            pgmjsd Joshua Davis
            Votes:
            12 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated:
              Resolved: