Created
February 21, 2011 21:24
-
-
Save diN0bot/837731 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make run | |
make -C ../rabbitmq-server run \ | |
RABBITMQ_SERVER_START_ARGS='-pa '"$(pwd)/ebin"' -rabbit \ | |
stomp_listeners [{\"0.0.0.0\",61613}] \ | |
extra_startup_steps [{\"STOMP-listeners\",rabbit_stomp,kickstart,[]}]' | |
RABBITMQ_NODE_IP_ADDRESS="" RABBITMQ_NODE_PORT="" RABBITMQ_LOG_BASE="/tmp" RABBITMQ_MNESIA_DIR="/tmp/rabbitmq-rabbit-mnesia" \ | |
RABBITMQ_NODE_ONLY=true \ | |
RABBITMQ_SERVER_START_ARGS="-pa /Users/lucy/ExtProjects/rabbitmq-stomp/ebin -rabbit stomp_listeners [{\"0.0.0.0\",61613}] extra_startup_steps [{\"STOMP-listeners\",rabbit_stomp,kickstart,[]}] -s rabbit" \ | |
./scripts/rabbitmq-server | |
Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:30] [hipe] [kernel-poll:true] | |
Eshell V5.7.5 (abort with ^G) | |
(rabbit@schroeder)1> {"init terminating in do_boot",{{nocatch,{error,{cannot_log_to_file,"/tmp/rabbit.log",{error,eacces}}}},[{init,start_it,1},{init,start_em,1}]}} | |
init terminating in do_boot () | |
make[1]: *** [run] Error 1 | |
make: *** [start_server] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment