[rabbitmq-discuss] BasicPublish() from .NET client hangs after upgrading server to 1.7.1

majek04 majek04 at gmail.com
Thu Jan 28 14:04:51 GMT 2010


On Thu, Jan 28, 2010 at 13:32, Ergeerts Glenn <glenn.ergeerts at artesis.be> wrote:
> I have 4GB of RAM.
> I tried running the command however it failed with
> ** exception error: undefined function vm_memory_monitor:get_total_memory/0
>
> I'm new to rabbitMQ/erlang so I'm probably doing something wrong here.
> (I set the environment variable, ran rabbitmq-server.bat, opened the erlang emulator and typed in the command.)

Sorry for that. My previous instructions couldn't work. Can you please try,
first to run erlang interpreter, erl.exe. That works for me from cmd:
"%ERLANG_HOME%\bin\erl.exe"

After this, in erlang interactive interpreter type:
application:start(sasl).
application:start(os_mon).
os_mon_sysinfo:get_mem_info().

If you succeeded, I'm interested in the output of the last command. For
me it starts like: ["42 5636363 ...

Cheers,
   Marek Majkowski




More information about the rabbitmq-discuss mailing list