oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 186 forks source link

lost connection with EC2 Elastic IPs during install.sh #24

Closed slash-zero closed 10 years ago

slash-zero commented 10 years ago

When trying to use Elastic IPs, I'm seeing the following:

assigning elastic ips...
ADDRESS xx.xx.xx.xx i-xxxxxxxxx             
complete

checking elastic ips...complete

copying install.sh to 1 server(s)...lost connection
.grep: /home/ubuntu/tests/perftest/1404744761*scpinstall.out: No such file or directory
.grep: /home/ubuntu/tests/perftest/1404744761*scpinstall.out: No such file or directory
.grep: /home/ubuntu/tests/perftest/1404744761*scpinstall.out: No such file or directory
slash-zero commented 10 years ago

I'm not 100% sure this is specific to using EC2 Elastic IPs. When I tried running the test a second time, it made it past the copying install.sh to 1 servers(s)... step just fine. Perhaps this could be an enhancement to the script: Re-attempt to copy install.sh to the servers if the connection is lost.