Issue Type: Bug Bug
Affects Versions: current
Assignee: Kohsuke Kawaguchi
Components: slave-setup
Created: 18/Apr/13 8:57 AM
Description:

Create slave and launch with slave.jar.. the jnlp in master is:
<jnlp spec="1.0+" codebase="">
<information>
<title>Slave Agent for ejld060</title>
<vendor>Jenkins project</vendor>
<homepage href=""/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href=""/>
<property name="hudson.showWindowsServiceInstallLink" value="true"/>
</resources>
<application-desc main-class="hudson.remoting.jnlp.Main">
<argument>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</argument>
<argument>ejld060</argument>
<argument>-url</argument>
<argument>http://otc.tomcat.ejiedes.net:8080/hudson/</argument>
<argument>-url</argument>
<argument>http://www.otc.ejiedes.net/hudson/</argument>
</application-desc>
</jnlp>

But slave say:
Apr 18, 2013 10:03:04 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Jenkins agent is running in headless mode.
Apr 18, 2013 10:03:04 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among http://www.otc.ejiedes.net/hudson/, http://otc.tomcat.ejiedes.net:8080/hudson/
Apr 18, 2013 10:03:04 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to www.otc.ejiedes.net:8081
Apr 18, 2013 10:06:23 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to www.otc.ejiedes.net:8081 (retrying:2)
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:189)
at hudson.remoting.Engine.connect(Engine.java:304)
at hudson.remoting.Engine.run(Engine.java:193)

in www.otc.ejiedes.net (apache as reverse proxy) i don't have 8081 (jnlp port) open. The slave use ONLY this host after timeout.. Why don't use the other url?

Due Date: 18/Apr/13 12:00 AM
Environment: Jenkins ver. 1.506
Project: Jenkins
Labels: slave
Priority: Major Major
Reporter: jorge riobello
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