Category Archives: jenkins

Running sonar in Jenkins/hudson: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

When we run sonar:sonar in Jenkins/hudson with maven,  we get the following error: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory Nested exception: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory I googled the message, and find it is a known problem for … Continue reading

Posted in java, jenkins | Tagged , | 9 Comments