Some interesting behaviour I have just been observing. I brought both the test and prod. instances up and same thing. Cleared the client cache, test working again, prod still misbehaving. Checked the Error Console of Firefox and noticed that loaded scripts are not fully loading and then you get a cascading effect of failures. eg:

Error: $(div).firstDescendant() is null
Source File: http://[hidden_url]/static/7bd3e8ce/scripts/hudson-behavior.js
Line: 1535

Error: missing } after function body
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/org/kohsuke/stapler/codemirror/lib/codemirror.js
Line: 1706, Column: 69
Source Code:
      // because they are likely to highlight the same way in various

or

Error: missing } after function body
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/org/kohsuke/stapler/codemirror/lib/codemirror.js
Line: 1706, Column: 69
Source Code:
      // because they are likely to highlight the same way in various

then leads to these further failures >

Error: CodeMirror is not defined
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/org/kohsuke/stapler/codemirror/mode/xml/xml.js
Line: 2

Error: CodeMirror is not defined
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/org/kohsuke/stapler/codemirror/mode/_javascript_/_javascript_.js
Line: 2

Error: CodeMirror is not defined
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/org/kohsuke/stapler/codemirror/mode/css/css.js
Line: 2

Error: CodeMirror is not defined
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/org/kohsuke/stapler/codemirror/mode/htmlmixed/htmlmixed.js
Line: 5

Error: CodeMirror is not defined
Source File: http://[hidden_url]/adjuncts/7bd3e8ce/lib/form/textarea/textarea.js
Line: 5

Still looking.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to