|
||||||||
|
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/d/optout.

Same issue in my case.
OS X is 10.9.4 running on genuine Mac Mini machine, Master is WIN 7 PC, both running on local network.
I tried to launch slave headlessly from within the slave itself, as documented at https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-LaunchslaveagentviaJavaWebStart:
$ java -jar slave.jar -jnlpUrl http://<our-server>/computer/slave-name/slave-agent.jnlp
Which, unfortunately, gives this:
Waiting 10 seconds before retry
Failing to obtain http://<our-server>/computer/macos-builder/slave-agent.jnlp
java.io.IOException: Failed to load http://<our-server>/computer/macos-builder/slave-agent.jnlp: 403 Forbidden
at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:274)
at hudson.remoting.Launcher.run(Launcher.java:218)
at hudson.remoting.Launcher.main(Launcher.java:192)
Waiting 10 seconds before retry
... etc. infinitely