|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-14126) JellyTagException: Unm... [email protected] (JIRA)
- [JIRA] (JENKINS-14126) JellyTagException... [email protected] (JIRA)
- [JIRA] (JENKINS-14126) JellyTagException... [email protected] (JIRA)
- [JIRA] (JENKINS-14126) JellyTagException... [email protected] (JIRA)
- [JIRA] (JENKINS-14126) JellyTagException... [email protected] (JIRA)

Hi Andrey,
I've been debugging this issue by examining and tweaking HTTP request headers. I've found that if the browsers preferred language is set to Serbian (sr) the same error is raised on all popular Jenkins installations. I've attached a small script to demonstrate this issue and here are the results:
Checking if 'http://ci.petarmaric.com/' raises a JellyTagException: Using 'en' language... ok Using 'sr' language... EXCEPTION! Using 'de' language... okChecking if 'http://ci.jenkins-ci.org/' raises a JellyTagException: Using 'en' language... ok Using 'sr' language... EXCEPTION! Using 'de' language... ok Checking if 'http://ci.djangoproject.com/' raises a JellyTagException: Using 'en' language... ok Using 'sr' language... EXCEPTION! Using 'de' language... ok Checking if 'https://jenkins.shiningpanda.com/ipython/' raises a JellyTagException: Using 'en' language... ok Using 'sr' language... EXCEPTION! Using 'de' language... okAfter reviewing existing bug reports it seems Данило Шеган has found and reported the root cause behind this issue in JENKINS-13695, but his proposed fix is yet to be applied.
Thanks,