enomem is a POSIX error that means it can't allocate any more memory. It's likely you were unable to start the Riak node successfully, especially if the nodetool script (used inside the riak script) can't allocate any RAM.
On Fri, Oct 5, 2012 at 12:52 AM, <[email protected]> wrote: > > > Dear team, > > > > Could you please help out with this error . escript: exception error: no > match of right hand side value {error,enomem} > > > > ===== > > ===== LOGGING STARTED Fri Oct 5 10:12:15 IST 2012 > > ===== > > Exec: /usr/lib64/riak/erts-5.9.1/bin/erlexec -boot > /usr/lib64/riak/releases/1.2.0/riak -embedded -config > /etc/riak/app.config -pa /usr/lib64/riak/basho-patches > -args_file /etc/riak/vm.args -- console^M > > Root: /usr/lib64/riak^M > > Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:24:24] [async-threads:16] > [kernel-poll:true]^M > > ^M > > ** /usr/lib64/riak/lib/observer-1.1/ebin/etop_txt.beam hides > /usr/lib64/riak/lib/basho-patches/etop_txt.beam^M > > ** Found 1 name clashes in code paths ^M > > 10:12:16.099 [info] Application lager started on node '[email protected]'^M > > 10:12:16.152 [info] Upgrading legacy ring^M > > 10:12:16.229 [info] New capability: {riak_core,vnode_routing} = proxy^M > > 10:12:16.233 [info] New capability: {riak_core,staged_joins} = true^M > > 10:12:16.234 [info] Application riak_core started on node > '[email protected]'^M > > 10:12:16.261 [info] Waiting for application riak_pipe to start (0 > seconds).^M > > 10:12:16.262 [info] Application riak_pipe started on node > '[email protected]'^M > > 10:12:16.286 [info] Waiting for service riak_kv to start (0 seconds)^M > > Erlang has closed/usr/lib64/riak/lib/os_mon-2.2.9/priv/bin/memsup: > > Erlang has closed. > > > > ===== > > ===== LOGGING STARTED Fri Oct 5 10:12:37 IST 2012 > > ===== > > Exec: /usr/lib64/riak/erts-5.9.1/bin/erlexec -boot > /usr/lib64/riak/releases/1.2.0/riak -embedded -config > /etc/riak/app.config -pa /usr/lib64/riak/basho-patches > -args_file /etc/riak/vm.args -- console^M > > Root: /usr/lib64/riak^M > > Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:24:24] [async-threads:16] > [kernel-poll:true]^M > > ^M > > ** /usr/lib64/riak/lib/observer-1.1/ebin/etop_txt.beam hides > /usr/lib64/riak/lib/basho-patches/etop_txt.beam^M > > ** Found 1 name clashes in code paths ^M > > 10:12:38.913 [info] Application lager started on node '[email protected]'^M > > 10:12:39.000 [info] Upgrading legacy ring^M > > 10:12:39.119 [info] New capability: {riak_core,vnode_routing} = proxy^M > > 10:12:39.123 [info] New capability: {riak_core,staged_joins} = true^M > > 10:12:39.124 [info] Application riak_core started on node > '[email protected]'^M > > 10:12:39.165 [info] Application riak_pipe started on node > '[email protected]'^M > > 10:12:39.165 [info] Waiting for application riak_pipe to start (0 > seconds).^M > > 10:12:39.219 [info] Waiting for service riak_kv to start (0 seconds)^M > > 10:12:39.276 [info] Wait complete for application riak_pipe (0 seconds)^M > > Erlang has closed > > /usr/lib64/riak/lib/os_mon-2.2.9/priv/bin/memsup: Erlang has closed. > > Thanks & regards > > sangeetha > > > > This e-mail and any files transmitted with it are for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. If you are not the intended recipient(s), please reply to the > sender and destroy all copies of the original message. Any unauthorized > review, use, disclosure, dissemination, forwarding, printing or copying of > this email, and/or any action taken in reliance on the contents of this > e-mail is strictly prohibited and may be unlawful. > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- Sean Cribbs <[email protected]> Software Engineer Basho Technologies, Inc. http://basho.com/ _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
