![]() |
|
|
|
|
|
|
Change By:
|
Craig Ringer
(20/Dec/12 5:49 AM)
|
|
Description:
|
I can connect my slave agent using the downloaded jnlp file, but Windows service is not working because of authorization.
My configuration looks like this:
{code}
-Xrs -jar "%BASE%\slave.jar" -auth xxx:xxx -jnlpUrl http://xxx.dyndns.org/computer/windows/slave-agent.jnlp -cp "%BASE%\lib\commons-codec-1.5.jar" -jnlpCredentials xxx:xxx
{code}
And in logs I see:
{code}
Failing to obtain http://homersoft-ci.dyndns.org/computer/windows/slave-agent.jnlp java.io.IOException: Failed to load http://xxx.dyndns.org/computer/windows/slave-agent.jnlp: 403 Forbidden at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:230) at hudson.remoting.Launcher.run(Launcher.java:192) at hudson.remoting.Launcher.main(Launcher.java:168)
{code}
I'm using the GitHub OAuth plugin.
|
|
Component/s:
|
github-oauth
|
|
|
|
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
|
Amended report to tag github-oauth, tweak formatting.