erlang - Failed to Create Cookie file RabbitMQ in Windows -


i trying run following command

rabbitmq-plugins.bat enable rabbitmq_management   

and giving me error failed create cookie file h:/ .

i using windows 7, erlang version r16b01 , rabbitmq-server version 3.1.5

i using work pc , our corporate policy sets homedrive h: , homepath / , dont think let me change this.

i can see .erlang.cookie file under c:\windows.

could let me know of workaround ?

thanks in advance !

had same h: problem. set home drive dir in dos shell before executing cli.

set homedrive=c:/premuser rabbitmq-plugins.bat enable rabbitmq_management 

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -