Heaven only knows. �It looks like Erlang&#39;s re-rationalizing platform specific path separators and your double backslash UNC root is turning into a single forward slash. �I can imagine a number of ways this might happen, although it&#39;s not clear which is happening here or what best to do about it.<div>
<br></div><div>Can you associate that UNC path with a drive letter and trying something of the form Z:\WAWA\FOOFOO and see if it doesn&#39;t retch on that? �It&#39;s possible the double backslash is being seen as an attempt to escape a single literal backslash which then turns into the forward slash, although that&#39;s neither here nor there...<br>
<br><div class="gmail_quote">On Wed, Jul 3, 2013 at 4:05 PM, BK <span dir="ltr">&lt;<a href="mailto:x050516@gmail.com" target="_blank">x050516@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If the UNC Path to the environment variables RABBITMQ_BASE = \\ABC\DEF and<br>
RABBITMQ_CONFIG_FILE = \\ABC\DEF\RabbitMQ does not work. A local path works<br>
fine. The destination has all the rights for the user under which the<br>
service starts.<br>
<br>
Error from erl_crash dump :<br>
<br>
Slogan: could not start kernel pid (application_controller) (error in config<br>
file &quot;/ABC/DEF/RabbitMQ.config&quot; (none): configuration file not found)<br>
<br>
<br>
What am I doing wrong ?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://rabbitmq.1065348.n5.nabble.com/UNC-path-not-working-tp27815.html" target="_blank">http://rabbitmq.1065348.n5.nabble.com/UNC-path-not-working-tp27815.html</a><br>
Sent from the RabbitMQ mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>