It's difficult to say without having access to your network, and I'm not
familiar with running Jenkins on EC2 or using a Selenium WebDriver node. :(
But, I would suspect it is a network issue. The machine at your work
running the WebDriver node is probably behind a firewall and the EC2
instance can't communicate with it. I noticed in your screenshot the IP
address started with 192. It wouldn't happen to be 192.168.something would
it? That block of addresses is always used for internal networks, and will
never be used for registered Internet IP's.

You could confirm this by getting the IP address of the work computer (via
ipconfig of ifconfig, depending on the O/S), and then from that computer,
use a browser and request http://www.whatismyip.com/ . If those two IP's
are not the same, then that's your problem. The work computer is behind a
NAT firewall and so the EC2 node can't get to it.

If that is indeed your problem, the only solution is to have a network
person open a port in your work firewall that forwards to your WebDriver's
IP on the port that you need. Depending on where you work, the difficulty
of this will range from easy to impossible.

This may be stuff you have already figured out, I don't know. My apologies
if it is. Like I said, I don't have experience with some of the pieces you
are using in your setup. HTH.

-Scott



On Wed, May 21, 2014 at 11:14 AM, Jeffrey Lail <jeffrey.l...@gmail.com>wrote:

> Bump!
>
> Are you guys there?
> Can you at least point me somewhere that can help??
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to