On Sun, Sep 23, 2012 at 2:23 PM, stimorol <[email protected]> wrote:
> Hello, > after a 4 nodes Riak installation running on Ubuntu 12.04, i wanted to > check > the stats with : > curl -H "Accept: text/plain" http://127.0.0.1:8091/stats > I got the following trace : > > <html><head><title>500 Internal Server Error</title></head><body> > Internal Server Error > The server encountered an error while processing this > request:<br><pre>{error, > {error,function_clause, > [{proplists,delete, > [disk, > {error, > {badarg, > [{erlang,system_info,[global_heaps_size],[]}, > This is a very late answer, but I just ran into this problem myself. This error is caused by a change the Erlang/OTP team made in R15B02, removing support for the global_heaps_size argument to erlang:system_info/1. Try using R15B01 instead. --steve
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
