Jenkins build for jira plugin cast error

Valentin Borlea April 29, 2014

Hi all,

When I try to build a Jira plugin with Jenkins, I get the following error:

[INFO] Unable to execute mojo

Embedded error: Failed to read /var/opt/hudson/workspace/ALM-JQL-Functions/target/surefire-reports/TEST-ut.com.jira.jql.plugin.functions.release.date.ExternalIssuesFunctionTest.xml
org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

It seems to be a class loading problem with dom4j library. Has anyone a
solution for this problem? (excepting the workaround presented here:
http://www.beyondlinux.com/2011/04/20/running-sonar-in-jenkinshudson-org-dom4j-documentfactory-cannot-be-cast-to-org-dom4j-documentfactory/)

Thanks!

1 answer

0 votes
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2014

Which version of Jenkins are you on ?

There is a simular bug which seems to be resolved in 1.554

https://issues.jenkins-ci.org/browse/JENKINS-21256

Valentin Borlea April 29, 2014

We are using Jenkins ver. 1.509.2.1. Maybe updating Jenkins will solve the problem, but I don't know when Jenkins update is planned in our company. I would like to have another solution, which does not imply Jenkins update.

Suggest an answer

Log in or Sign up to answer