On 16 Jul 2012, at 16:33, Senthilkumar Peelikkampatti wrote: > I tried from git master and riak 1.2 "zip" download to try if it is running. > > I end of always getting the following error, any idea what I did wrong?
You did nothing wrong, this is a bug.There seems to be an issue with the start order of riak apps in master. I'm working on a fix (in fact, I have one, just need to raise the PR.) Basically riak_api is starting before riak_core, but it depends on riak_core for the stat cache. I've seen this with erlang r14b0* but not with r15b0*. Will have a fix really soon. Cheers Russell > > Erlang R15B (erts-5.9) [source] [smp:4:4] [async-threads:64] [hipe] > [kernel-poll:true] > > 21:00:14.839 [info] Application lager started on node 'riak@127.0.0.1' > 21:00:14.875 [error] CRASH REPORT Process <0.59.0> with 0 neighbours exited > with reason: no such process or port in call to > gen_server:call(riak_core_stat_cache, > {register,riak_api,{riak_api_stat,produce_stats,[]},5}) in > application_master:init/4 line 138 > {"Kernel pid > terminated",application_controller,"{application_start_failure,riak_api,{bad_return,{{riak_api_app,start,[normal,[]]},{'EXIT',{noproc,{gen_server,call,[riak_core_stat_cache,{register,riak_api,{riak_api_stat,produce_stats,[]},5}]}}}}}}"} > > Crash dump was written to: ./log/erl_crash.dump > Kernel pid terminated (application_controller) > ({application_start_failure,riak_api,{bad_return,{{riak_api_app,start,[normal,[]]},{'EXIT',{noproc,{gen_server,call,[riak_core_stat_cache,{register,ria > > Thanks, > Senthil > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com