<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Folks,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">There are multiple issues on stackoverflow where the home drive detection logic causes problems in corporate environments due to the frequent use of setting HOMEDRIVE and HOMEPATH to network file shares via group policy (which gets set
 upon each login to the workstation).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">See here on the problem description:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><a href="https://groups.google.com/forum/#!topic/rabbitmq-users/8_JQd8druCI">https://groups.google.com/forum/#!topic/rabbitmq-users/8_JQd8druCI</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My suggestion is to change the small number of files indicated in the link directly below to do this logic instead:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">IF (ERLANGHOME exists) then <o:p></o:p></p>
<p class="MsoNormal">   use ERLANGHOME variable<o:p></o:p></p>
<p class="MsoNormal">else <o:p></o:p></p>
<p class="MsoNormal">  use existing HOMEDRIVE variable logic as fallback<o:p></o:p></p>
<p class="MsoNormal">end if<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><a href="https://github.com/erlang/otp/search?q=HOMEDRIVE&unscoped_q=HOMEDRIVE">https://github.com/erlang/otp/search?q=HOMEDRIVE&unscoped_q=HOMEDRIVE</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">People have been working around this issue for years and would be nice to see it finally resolved.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For reference:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><a href="https://stackoverflow.com/questions/17496037/change-default-home-path-in-erlang-to-resolve-rabbitmq-start-up-error"><span style="font-size:10.5pt;font-family:"Segoe UI",sans-serif;color:#0366D6;background:white;text-decoration:none">https://stackoverflow.com/questions/17496037/change-default-home-path-in-erlang-to-resolve-rabbitmq-start-up-error</span></a><o:p></o:p></p>
<p class="MsoNormal"><a href="https://groups.google.com/forum/#!searchin/rabbitmq-users/homedrive%7Csort:date">https://groups.google.com/forum/#!searchin/rabbitmq-users/homedrive%7Csort:date</a><o:p></o:p></p>
<p class="MsoNormal"><a href="https://stackoverflow.com/search?q=erlang+homedrive">https://stackoverflow.com/search?q=erlang+homedrive</a><o:p></o:p></p>
</div>
</body>
</html>