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

Ergeerts Glenn glenn.ergeerts at artesis.be
Thu Jan 28 15:26:24 GMT 2010


This is the output:

3> os_mon_sysinfo:get_mem_info().
["76 -1658880 1016913920 -1 -1021628416 2147352576 2134794240\n"]

-----Oorspronkelijk bericht-----
Van: majek04 [mailto:majek04 at gmail.com]
Verzonden: donderdag 28 januari 2010 15:05
Aan: Ergeerts Glenn
CC: Matthias Radestock; rabbitmq-discuss at lists.rabbitmq.com
Onderwerp: Re: [rabbitmq-discuss] BasicPublish() from .NET client hangs after upgrading server to 1.7.1

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