[erlang-questions] Gproc starting issue

Milind Parikh milindparikh@REDACTED
Fri May 18 23:38:57 CEST 2012


application:start(sasl).
application:start(gproc) fails with log attached below.

I have

0. Downloaded the latest copy of gproc (from github)
1. Downloaded the latest copy of rebar (from github)
2. copied the latest rebar into gproc
3. ./rebar get-deps in gproc
4. ./rebar compile in gproc.

and am trying to follow
http://rustyklophaus.com/articles/20090916-GProcErlangGlobalProcessRegistry.html

I must be missing something trivial. Any help would be appreciated.

Thanks
Milind



+++++++++++++++  LOG ++++++++++++++++++++++++++++

(a@REDACTED)3> application:start(gproc).

=SUPERVISOR REPORT==== 18-May-2012::14:12:25 ===
     Supervisor: {local,gproc_sup}
     Context:    start_error
     Reason:     {'EXIT',
                     {badarg,
                         [{ets,new,
                              [gproc,
                               [ordered_set,public,named_table,
                                {write_concurrency,true},
                                {read_concurrency,true}]]},
                          {gproc,create_tabs,0},
                          {gproc,start_link,0},
                          {supervisor,do_start_child,2},
                          {supervisor,start_children,3},
                          {supervisor,init_children,2},
                          {gen_server,init_it,6},
                          {proc_lib,init_p_do_apply,3}]}}
     Offender:   [{pid,undefined},
                  {name,gproc},
                  {mfa,{gproc,start_link,[]}},
                  {restart_type,permanent},
                  {shutdown,2000},
                  {child_type,worker}]


=INFO REPORT==== 18-May-2012::14:12:25 ===
    application: gproc
    exited: {shutdown,{gproc_app,start,[normal,[]]}}
    type: temporary
{error,{shutdown,{gproc_app,start,[normal,[]]}}}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120518/b0974251/attachment.htm>


More information about the erlang-questions mailing list