<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<div><br></div><div>I was wondering do we have any predefined list of registered processes listed down?</div><div><br></div><div>Because I did a small mistake by chance.</div><div><br></div><div>I registered my database supervisor as odbc_sup, after which erlang did not allow application:start(odbc) throwing the below exception</div><div><br></div><div><div>{error,{{already_started,<0.62.0>},</div><div>        {odbc_app,start,[normal,[]]}}}</div><div><span style="font-size: 10pt; ">=INFO REPORT==== 4-Jun-2012::10:23:24 ===</span></div><div>    application: odbc</div><div>    exited: {{already_started,<0.62.0>},{odbc_app,start,[normal,[]]}}</div><div>    type: temporary</div></div><div><br></div><div>Later I found that odbc library of erlang tries to register its process but failing as my database supervisor has already started with same name. after renaming it worked.</div><div><br></div><div>So thought if we have such a place where it is listed down, it would be helpful to some like me; may be the list is big but still wanted to check it up.</div><div><br></div><div>Thanks,</div><div>Marutha</div>                                          </div></body>
</html>