|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hi Mirko,
It's a pleasure to meet you and having such fast assistance.
This happens to me almost in any jenkins.war page, whenever the URL takes to a page that uses the (unknown name for me) Ajax library that keeps the page live-synced (to refresh jobs status) and lets you launch context menu operations (like launching a job).
I mean, my configuration works properly when accessed through http://ci.example.com, http://ci.example.com/jobs/myJob (Ajax library is working)... but when I configure Apache and Jenkins to use the new site name "example.net", then Ajax library seems to not be working: _javascript_ errors above (crumb is not defined, YAHOO is not defined, ... ) appear in the browser console and browser doesn't request http://ci.example.net/ajax*, http://ci.example.net/jobs/myJob/ajax*...
I'm sorry to have choosen jswidgets when classifiying this issue; I didn't find the subsystem that provides this Ajax library (unkwnown for me) and arbitrarily selected jswidgets. We have not jswidgets installed.
About [...] probably some of the _javascript_s needed could not be loaded [...], I've checklisted that every HTTP request when accessing http://ci.example.com (working) is also made when accessing http://ci.example.net and correctly ends with HTTP 200. I mean, there's no HTTP 404 or unrequested URL when accesing the renamed site. To be clear, I've tested this after removing any temporary files at the browser.
Best regards.-