frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

RabbitMQ not working on Debian/ubuntu

Hi! I need RabbitMQ to start working my web app. On my local ubuntu 14.04 everything works flawlessly. But when I try to install the web app on your vps(with clean install of ubuntu 14.04) I have a lot of errors.
Please could you do something with it?
Tagged:

Comments

  • I figured out. The problem was in old version of erlang.
    Works on Ubuntu 14.04.

    1) install erlang

    wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb

    sudo dpkg -i erlang-solutions_1.0_all.deb

    sudo apt-get update

    sudo apt-get install erlang

    2) Install rabbitMQ

    apt-get install rabbitmq-server

    after 
    1. Create a rabbitmq environment variables config file at /etc/rabbitmq/rabbitmq-env.conf
    2. Add NODENAME=rabbit@localhost to it (note that just localhost didn't work)
    3. sudo service rabbitmq-server start

    and locale fix I used to avoid errors

    1. sudo locale-gen en_US.UTF-8
    2. export LANG="en_US.utf8"
    3. export LANGUAGE="en_US.utf8"
    4. export LC_ALL="en_US.utf8"

    Hope it will help.

  • please add ipv6 support
  • LawrenceLawrence Member
    edited April 2019
    Hello,

    we support IPv6 tunneling on our KVM based servers:

    https://www.time4vps.com/knowledgebase/do-you-support-ipv6/

    Also, we are working to implement IPv6 support for our OpenVZ based servers, however we do not have ETA.

Sign In or Register to comment.

Time4VPS

Learn how to install a web and database server, email, FTP client or other applications. Discover and share information on server security or optimization recommendations.
Feel free to join our constantly expanding community, participate in discussions, strengthen your knowledge on Linux and Windows server management!
© 2013 - 2024 Time4VPS. All rights reserved.

Get In Touch