Hey guys - thanks everyone for your help. Thought I'd update the list with resolution, in case others have the same problem and are searching the list archives. There were two different dumb things I was doing.<div><br>
</div><div>The first (REALLY dumb) was that I had stopped and started one of my EC2 instance and the DNS / IP had changed. Make sure you've got elastic IPs set up so that the IP address isn't changing on you.</div>
<div><br></div><div>After that, I was still getting timeout errors with Shovel. The issue was that I had to open up port 5672 on windows firewall on my windows server. Remember that, for windows servers on EC2, there are effectively two separate places that access is locked down -- EC2 security groups and windows firewall; both need to be configured to allow access on 5672.</div>
<div><br></div><div>/prc<br><br><div class="gmail_quote">On Thu, Jul 12, 2012 at 5:29 AM, Francesco Mazzoli <span dir="ltr"><<a href="mailto:francesco@rabbitmq.com" target="_blank">francesco@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Parker,<br>
At Wed, 11 Jul 2012 19:42:27 -0700,<br>
<div class="im">Parker Conrad wrote:<br>
> Here's the error I get when I check on Shovel's status:<br>
><br>
> sudo rabbitmqctl eval 'rabbit_shovel_status:status().'<br>
> [{scrape_request_shovel,<br>
> {terminated,<br>
> {{badmatch,{error,access_refused}},<br>
> [{rabbit_shovel_worker,make_conn_and_chan,1},<br>
> {rabbit_shovel_worker,handle_cast,2},<br>
> {gen_server2,handle_msg,2},<br>
> {proc_lib,init_p_do_apply,3}]}},<br>
> {{2012,7,12},{2,7,30}}}]<br>
> ...done.<br>
<br>
</div>It looks like the authentication is failing. Could you double check that the<br>
credentials you configured shovel with are correct? The logs on the broker will<br>
help understanding what's going on. Also, don't forget to tell us what version<br>
of rabbit you are using when posting to the mailing list.<br>
<br>
--<br>
Francesco * Often in error, never in doubt<br>
</blockquote></div><br></div>