|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
We solved this by touching the jenkins war file, to restart/recreate internal server directories (I guess).
We got this problem when moving an installation between machines. We figured it out when some of the _javascript_s could not be found. Looking at the webconsole (firefox) and the network we found that bind.js got a 404. The request was: /adjuncts/61a88662/org/kohsuke/stapler/bind.js. Touching the war-file and thus restarting jenkins another directory (simular to 61a88662) was used and then all started working.