|
||||||||
|
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 s... [email protected] (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. This contains the 'ping' utility which runs on port 7. Apparently Java's implementation of ping uses this port/service on linux.