|
||||||||
|
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.

It seems that the cvs client is attempting to perform a locale specific action, but can't find the resource bundles to allow it to do this (the bundles are there in Git so there seems to be an issue with the build packaging them in the JAR).
The action being attempted at the time you get this exception was the building of an exception message for an unknown response from the CVS server:
Received unknown response from server: <p><tt>{0}</tt> <p>Check your setup please: <ul> <li>Are you connecting to supported CVS server? <li>Is not misconfigured <tt>CVS_SERVER{1}</tt> environment variable? <li>For <tt>:local:</tt> repositories:<br> What <tt>cvs</tt> binary is executed?<br> It is defined by <tt>CVS_EXE{2}</tt> environment variable. </ul>where
{0} = responseName,
{1} = cvsServer,
{2} = cvsExe