Hi Hal,

EMFILE errors mean the systme no longer has enough file handles to service
the request.  Check the file handles (ulimit -n) for the system as well as
the Riak user and increase if necessary.  I can help you look for these
settings, what OS are you running?

Thanks,
Brian Sparrow

On Tue, Jul 31, 2012 at 1:53 PM, Hal Eisen <ei...@dunhackin.org> wrote:

> Good day, everyone.
>
> My protocol buffer interface is not responding to connections from the
> client.
>
> Can anyone help me to understand these errors I'm seeing in my console.log
> file?
>
> 2012-07-29 00:56:56.040 [error] <0.11502.5032> application: mochiweb,
> "Accept failed error", "{error,emfile}
> 2012-07-29 00:56:56.052 [error] <0.11502.5032> CRASH REPORT Process
> <0.11502.5032> with 0 neighbours crashed with reason: {error,accept_failed}
> 2012-07-29 00:56:56.055 [error] <0.112.0>
> {mochiweb_socket_server,310,{acceptor_error,{error,accept_failed}}}
> 2012-07-29 00:56:56.235 [error] <0.11554.5032> application: mochiweb,
> "Accept failed error", "{error,emfile}
> 2012-07-29 00:56:56.237 [error] <0.11554.5032> CRASH REPORT Process
> <0.11554.5032> with 0 neighbours crashed with reason: {error,accept_failed}
> 2012-07-29 00:56:56.241 [error] <0.112.0>
> {mochiweb_socket_server,310,{acceptor_error,{error,accept_failed}}}
> 2012-07-29 00:56:57.296 [error] <0.11421.5032> application: mochiweb,
> "Accept failed error", "{error,emfile}
> 2012-07-29 00:56:57.299 [error] <0.11421.5032> CRASH REPORT Process
> <0.11421.5032> with 0 neighbours crashed with reason: {error,accept_failed}
> 2012-07-29 00:56:57.302 [error] <0.112.0>
> {mochiweb_socket_server,310,{acceptor_error,{error,accept_failed}}}
> 2012-07-29 00:56:57.600 [error] <0.11301.5032> application: mochiweb,
> "Accept failed error", "{error,emfile}
> 2012-07-29 00:56:57.603 [error] <0.11301.5032> CRASH REPORT Process
> <0.11301.5032> with 0 neighbours crashed with reason: {error,accept_failed}
> 2012-07-29 00:56:57.607 [error] <0.112.0>
> {mochiweb_socket_server,310,{acceptor_error,{error,accept_failed}}}
> 2012-07-29 00:56:58.402 [error] <0.11296.5032> application: mochiweb,
> "Accept failed error", "{error,emfile}
>
> Any suggestions for a remedy?
>
> Thanks,
> Hal
>
> _______________________________________________
> 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

Reply via email to