Hi Daniel,<br><br>a few things to verify:<br><br>Is RabbitMQ actually up and running? That is, can you use it normally, connect, create/use exchanges, queues etc.? Is the REST API running? Or the managment plugin?<br><br>If yes, then the next step would be to fix the cookie in the bat files. For that you'll need to unregister the service again, then edit the register service bat to include the -setcookie argument, and as Dave mentions it might be worth ensuring that your local name is set to include the host part explicitly as well here. Also add the -setcookie into the rabbitmqctl.bat.<br>
<br>If your service is in fact not usable at all, then having a closer look at the log files is in order.<br><br>Actually, looking at the log files is a good idea in any case.<br><br>Regards,<br>Robby<br><br><div class="gmail_quote">
On Wed, Dec 12, 2012 at 7:52 PM, Dave Cottlehuber <span dir="ltr"><<a href="mailto:dch@jsonified.com" target="_blank">dch@jsonified.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12 December 2012 20:41, Daniel Lewis <<a href="mailto:DanielLewis@ticketmaster.com">DanielLewis@ticketmaster.com</a>> wrote:<br>
> Hi Robby,<br>
><br>
><br>
><br>
> Thanks for the suggestion.<br>
><br>
><br>
><br>
> I searched for files called ".erlang.cookie" and I only see two of them -<br>
> should there be more?   I checked and these two files are identical,<br>
> including contents, size, and date.<br>
<br>
</div>Likely if you are running this as a service the home directory will<br>
not be where you are expecting it to be. This was covered in<br>
erlang-question archives in the last few months, I can't recall the<br>
specifics off the top of my head.<br>
<br>
Try adding `-setcookie yumyumyum` to the batch file as suggested earlier.<br>
<br>
You might be able to try setting this up with erlsrv.exe and adding<br>
`-debugtype console` to the parameters. You can then interact with the<br>
hidden service console (winsta0) directly. I don't know if this works<br>
on embedded XP but its a good way to try.<br>
<br>
I'm not sure on the rabbit parameters but your shortname probably<br>
should be "erl  -sname rabbitmqctl@DANIEL-WYSE" if you want to set the<br>
@…. section directly.<br>
<br>
A+<br>
<span class="HOEnZb"><font color="#888888">Dave<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>