[rabbitmq-discuss] rabbitmq-server crashes

Matthew Sackman matthew at rabbitmq.com
Thu May 12 09:20:56 BST 2011


On Thu, May 12, 2011 at 08:36:13AM +0100, Robert Raschke wrote:
> On Wed, May 11, 2011 at 8:25 PM, David Schmidt <d.schmidt at tripwolf.com>wrote:
> 
> > db19:~/tmp# rabbitmq-server
> > Activating RabbitMQ plugins ...
> > *WARNING* Undefined function gb_trees:map/2
> > *WARNING* Undefined function mnesia:read/2
> > *WARNING* Undefined function os:timestamp/0
> > *WARNING* Undefined function public_key:pkix_decode_cert/2
> > *WARNING* Undefined function random:seed/1
> > *WARNING* Undefined function ssl:ssl_accept/3
> >
> 
> These warnings are worrying, as they all point to standard Erlang library
> functions as being missing. I would think something in your Erlang setup is
> not correct.

Yeah, I'd not spotted you're running 2.4.0, which is buggy, especially
on Erlang R12. The gb_trees:map call in particular is a problem. Please
upgrade to Rabbit 2.4.1 which does not require some of those missing
functions or/and upgrade your version of Erlang.

Matthew


More information about the rabbitmq-discuss mailing list