|
||||||||
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 |
[JIRA] (JENKINS-6964) Selenium plugin can't start RCs on slaves.
adam.dem...@gmail.com (JIRA) Fri, 22 Jun 2012 10:27:22 -0700
- [JIRA] (JENKINS-6964) Selenium plugin can't s... adam.dem...@gmail.com (JIRA)
- [JIRA] (JENKINS-6964) Selenium plugin ca... adam.dem...@gmail.com (JIRA)
As Jeff explains here (https://groups.google.com/forum/#!topic/jenkinsci-users/JwdvUSIe1MI), (one cause of) the issue seems to be Java's implementation of ping.
I was seeing this problem with Jenkins running on Ubuntu and a slave on Windows. What solved the problem was installing the 'Simple TCP/IP Services' on Windows and 'xinetd' (and turning on echo) on Linux. This contains the 'ping' utility which runs on port 7. Apparently Java's implementation of ping uses this port/service on Linux. I'm not sure if echo functionality is needed on both machines or just one.