Angel Galindo resolved Bug JENKINS-21839 as Fixed

Somebody helped me to solve it here : https://groups.google.com/forum/#!topic/jenkinsci-users/o_Dr7Tn0i3U

It's not a bug in Jenkins but a miss-configuration. Anyway I couldn't find it in any knowledge base. Maybe adding this solution in JIRA is enough ... but let me suggest you to try to add it somewhere in plugin's documentation, for example on "Configuration" section found here https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin

The solution is just adding
-Djava.awt.headless=true

I'm running Jenkins as a webapp on my Tomcat, so I just added this line to my /opt/tomcat/bin/catalina.sh :
CATALINA_OPTS=-Djava.awt.headless=true

Thanks for this great software, cheers from Barcelona.

/ Angel

Change By: Angel Galindo (18/Feb/14 6:46 AM)
Status: Open Resolved
Resolution: Fixed
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.

Reply via email to