application:start(sasl).<br>application:start(gproc) fails with log attached below. <br><br>I have <br><br>0. Downloaded the latest copy of gproc (from github)<br>1. Downloaded the latest copy of rebar (from github)<br>2. copied the latest rebar into gproc<br>
3. ./rebar get-deps in gproc<br>4. ./rebar compile in gproc. <br><br>and am trying to follow <a href="http://rustyklophaus.com/articles/20090916-GProcErlangGlobalProcessRegistry.html">http://rustyklophaus.com/articles/20090916-GProcErlangGlobalProcessRegistry.html</a><br>
<br>I must be missing something trivial. Any help would be appreciated. <br><br>Thanks<br>Milind<br><br><br><br>+++++++++++++++ LOG ++++++++++++++++++++++++++++<br><br>(a@abc-laptop)3> application:start(gproc).<br><br>
=SUPERVISOR REPORT==== 18-May-2012::14:12:25 ===<br> Supervisor: {local,gproc_sup}<br> Context: start_error<br> Reason: {'EXIT',<br> {badarg,<br> [{ets,new,<br>
[gproc,<br> [ordered_set,public,named_table,<br> {write_concurrency,true},<br> {read_concurrency,true}]]},<br>
{gproc,create_tabs,0},<br> {gproc,start_link,0},<br> {supervisor,do_start_child,2},<br> {supervisor,start_children,3},<br>
{supervisor,init_children,2},<br> {gen_server,init_it,6},<br> {proc_lib,init_p_do_apply,3}]}}<br> Offender: [{pid,undefined},<br> {name,gproc},<br>
{mfa,{gproc,start_link,[]}},<br> {restart_type,permanent},<br> {shutdown,2000},<br> {child_type,worker}]<br><br><br>=INFO REPORT==== 18-May-2012::14:12:25 ===<br>
application: gproc<br> exited: {shutdown,{gproc_app,start,[normal,[]]}}<br> type: temporary<br>{error,{shutdown,{gproc_app,start,[normal,[]]}}}<br><br><br>