[rabbitmq-discuss] Can not get stomp adapter running with rabbitmq 1.6.0

Paul Jones pauljones23 at gmail.com
Thu Sep 10 13:07:04 BST 2009


Joeri,

Seeing as you've already got the build environment functional, I'd recommend
the following process for getting the adapter going:
  - Clone the rabbitmq-public-umbrella with:
     hg clone http://hg.rabbitmq.com/rabbitmq-public-umbrella
  - Request that it checkout all of the appropriate sub-projects with "make
co"
  - Build this by executing make in the top-level directory with "make"
  - Change into the STOMP adapter directory, and execute "make run"

For future reference, you're much better off downloading the "default.zip"
files instead of "tip.zip" - since as you'll see from many remarks in the
history of this list, tip will contain potentially random content, whilst
default will contain the latest QA'd version.

Paul.

On Thu, Sep 10, 2009 at 1:01 PM, Joeri Belis <j.belis at be.pgz.eu> wrote:

>  Paul,
>
>
>
> I got my server version from tar balls from
> http://www.rabbitmq.com/download.html.
>
>
>
> And the stomp version from
> http://hg.rabbitmq.com/rabbitmq-stomp/archive/tip.tar.gz
>
>
>
> Where do i get both 1.7 versions?
>
>
>  ------------------------------
>
> *Van:* Paul Jones [mailto:pauljones23 at gmail.com]
> *Verzonden:* donderdag 10 september 2009 13:58
> *Aan:* Joeri Belis
> *CC:* rabbitmq-discuss at lists.rabbitmq.com
> *Onderwerp:* Re: [rabbitmq-discuss] Can not get stomp adapter running with
> rabbitmq 1.6.0
>
>
>
> Hi Joeri,
>
> From where did you download the STOMP adapter source? The server and
> adapter have recently changed in order to simplify the configuration process
> using the plugin mechanism that is set for release in 1.7 (though default of
> the server has this right now, and can be used with a source checkout).
>
> Thanks,
> Paul.
>
> On Thu, Sep 10, 2009 at 12:40 PM, Joeri Belis <j.belis at be.pgz.eu> wrote:
>
> Env= REDHAT 5
>
> I have compiled from tar file both rabbitmq and stomp adapter.
>
>
>
> Then i start the rabbitmq from the stomp adapter compiled directory with
>
> make RABBIT_SOURCE_ROOT=../rabbitmq-server run
>
>
>
> And this is the output.
>
> Everything except the stomp adapter gets started. Any ideas why???
>
>
>
> erl -pa ebin -pa test_ebin   -pa ../rabbitmq-server/ebin -mnesia dir tmp
> -boot start_sasl -sasl sasl_error_logger '{file, "'/tmp'/rabbit-sasl.log"}'
> -kernel error_logger '{file, "'/tmp'/rabbit.log"}' -rabbit_stomp listeners
> "[{\"0.0.0.0\",61613}]" -sname rabbit -eval 'rabbit:start()' -eval 'ok =
> application:start(rabbit_stomp)'
>
> Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:4]
> [async-threads:0] [hipe] [kernel-poll:false]
>
>
>
> Eshell V5.6.5  (abort with ^G)
>
> (rabbit at redhat09)1> RabbitMQ 1.6.0 (AMQP 8-0)
>
> Copyright (C) 2007-2009 LShift Ltd., Cohesive Financial Technologies LLC.,
> and Rabbit Technologies Ltd.
>
> Licensed under the MPL.  See http://www.rabbitmq.com/
>
>
>
> node        : rabbit at redhat09
>
> log         : /tmp/rabbit.log
>
> sasl log    : /tmp/rabbit-sasl.log
>
> database dir: /usr/local/src/rabbitmq-stomp-7a22cfe47f66/tmp
>
>
>
> starting database             ...done
>
> starting core processes       ...done
>
> starting recovery             ...done
>
> starting persister            ...done
>
> starting guid generator       ...done
>
> starting builtin applications ...done
>
> starting TCP listeners        ...done
>
>
>
> broker running
>
> starting STOMP Adapter (binding to [{"0.0.0.0",61613}])  ...{"init
> terminating in
> do_boot",{{badmatch,{error,{bad_return,{{rabbit_stomp,start,[normal,[]]},{'EXIT',{{badmatch,{error,{shutdown,{child,undefined,'rabbit_stomp_listener_sup_0.0.0.0:61613',{tcp_listener_sup,start_link,[{0,0,0,0},61613,[{packet,raw},{reuseaddr,true}],{rabbit_stomp_server,listener_started,[]},{rabbit_stomp_server,listener_stopped,[]},{rabbit_stomp_server,start_client,[]},"STOMP
> Listener"]},transient,infinity,supervisor,[tcp_listener_sup]}}}},[{rabbit_stomp_server,start_listeners,1},{rabbit_stomp_server,start,1},{rabbit_stomp,start,2},{application_master,start_it_old,4}]}}}}}},[{erl_eval,expr,3}]}}
>
> Erlang has closed
>
>                  /usr/lib64/erlang/lib/os_mon-2.1.8/priv/bin/memsup: Erlang
> has closed.
>
>
>
> Crash dump was written to: erl_crash.dump
>
> init terminating in do_boot ()
>
> make: *** [run] Fout 1
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20090910/713f341e/attachment.htm 


More information about the rabbitmq-discuss mailing list