Any idea why it failed?
Couldn't execute warm up request
http://gatling.ioPing to it is okay but telenet to it failed.
See below.
11:50:14.994 [INFO ] i.g.h.c.HttpProtocol - Start warm up
11:50:36.079 [INFO ] i.g.h.c.HttpProtocol - Couldn't execute warm up request http://gatling.io
java.net.ConnectException: Connection timed out: no further information: gatling.io/192.30.252.153:80
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.7.0_67]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739) ~[na:1.7.0_67]
at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152) ~[netty-3.10.0.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105) ~[netty-3.10.0.Final.jar:na]
... 8 common frames omitted
Wrapped by: java.net.ConnectException: Connection timed out: no further information: gatling.io/192.30.252.153:80
C:\Users\me>ping
gatling.ioPinging
gatling.io [192.30.252.153] with 32 bytes of data:
Reply from
192.30.252.153: bytes=32 time=71ms TTL=53
Reply from
192.30.252.153: bytes=32 time=71ms TTL=53
Reply from
192.30.252.153: bytes=32 time=71ms TTL=53
Reply from
192.30.252.153: bytes=32 time=71ms TTL=53
Ping statistics for
192.30.252.153:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 71ms, Maximum = 71ms, Average = 71ms
C:\Users\me>telnet
gatling.io 80
Connecting To gatling.io...Could not open connection to the host, on port 80: Connect failed