What command are you running to start the slave?
I had trouble with a Mac and had to add a java argument in...example: java -Djava.awt.headless=true -jar slave.jar -jnlpUrl http://jenkins.domain.com/jenkins/computer/Mac/slave-agent.jnlp -secret someNumber I had to add the "-Djava.awt.headless=true" in order to get the slave to stay connected ----- Original Message ----- From: [email protected] To: [email protected] Sent: Friday, June 7, 2013 10:20:52 AM Subject: Java Web Start doesn't work without sudo ? When my Mac OS X slave tries to connect to my Linux master with javaws https://master.my.domain/jenkins/computer/mac-slave-name/slave-agent.jnlp it repeatedly connects and gets disconnected. But if I run the same command with sudo, it stays connected. How do I investigate this and find out what to change such that sudo is not necessary? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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 . -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
