--1-- I verified that JNLP files are associated with Java Web Start on my Mac slave. It still complains that slave-agent.jnlp doesn't look like a JNLP file; content type was text/HTML; charset=iso-8859-1.
--2-- Also the jnlp file appears to refer to the host only by host name (vs fully qualified domain name). How can I change this? Help? :) On Tuesday, July 23, 2013 11:38:59 AM UTC-4, [email protected] wrote: > > I get this error message > > Failing to obtain > http://my.jenkins.com/jenkins/computer/my-computer/slave-agent.jnlp?encrypt=true > java.io.IOException: > http://my.jenkins.com/jenkins/computer/my-computer/slave-agent.jnlp?encrypt=truedoesn't > look like a JNLP file; content type was text/HTML; > charset=iso-8859-1 > at hudson.rempting.Launcher.parseJnlpArguments(Launcher.java:292) > > I used the command found on the jenkins page for my slave after tweaking > it > [1] because I downloaded slave.jar to a particular directory > [2] because my slave needs to use FQDN to refer to the jenkins master > > So my command was > > java -jar /some/directory/slave.jar -jnlpUrl > http://my.jenkins.com/jenkins/computer/my-computer/slave-agent-jnlp-secret > thesecretfoundonthepageformyslave > > The slave is a Mac. The master is a linux box running Jenkins ver. 1.523 > > What should I do differently? > -- 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.
