|
||||||||
|
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/d/optout.

I am now/also seeing this same issue on my Jenkins, but consistently. Every time I run a job which invokes the JUnit plugin I get a failure:
hudson.remoting.Channel@20f57bec:<machine>: java.io.IOException: Remote call on <machine> failed
Caused by: java.io.IOException: Remote call on <machine> failed
Caused by: java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base name javax.servlet.LocalStrings, locale en_US
I'm running Jenkins 1.598.
I've tried the suggestions about [up|down]grading the JUnit plugin. I've tried 1.1, 1.2beta4, 1.3, and 1.4 all with the same failure. I restarted Jenkins between each trial. I've verified that both the master and slave machines have at least a minimal tomcat servlet api installation with a jar file which supplies the LocalStrings.properties file.
I'm pretty sure that the JUnit plugin is missing a key dependency. But one of the other plugin's supplies it for most other instances. I dread going through all the other plugins to find the one I need.