<div dir="ltr"><div><div><div>Problem, solved, guys! Thank you!<br><br></div>The problem was that %HOMEDRIVE% was pointing to U: instead of C: (I don&#39;t know why, maybe a security issue implemented here in the company). So, to solve I&#39;ve done it:<br>
<br></div>SET HOMEDRIVE=C:<br></div>rabbitmq-plugins.bat enable rabbitmq_management<br>rabbitmq-service.bat stop<br>rabbitmq-service.bat install<br>rabbitmq-service.bat start<br><br><div><div><div><div><div><div><div><div>
<div><div><div>SET HOMEDRIVE=U: # Restore initial conditions after install plugin<br><br></div><div>Everything works ok now! Thank you!<br></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/9 Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 07/09/13 03:17, Fl�vio Henrique Schuindt da Silva wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, it does. But why there is a attempt to write this erlang cookie<br>
there? I didnt configure it, all config is default.<br>
</blockquote>
<br></div>
The erlang cookie gets written to the user&#39;s home directory. So if, as the error indicates, rabbitmq-plugins is trying to write the .erlang.cookie. to u:\, then u:\ is presumably set as the home dir.<span class="HOEnZb"><font color="#888888"><br>

<br>
Matthias.<br>
</font></span></blockquote></div><br></div>