Rasa X emtpy page

I’ve just installed Rasa X with docker-compose on my server. Unfortunately when I open the site, all I get back is an empty page. This is also the case when fetching the site locally from the server itself:

[root@***** rasa]# wget localhost
--2020-07-29 12:28:03--  http://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3217 (3.1K) [text/html]
Saving to: 'index.html'

100%[==============================================================================>] 3,217       --.-K/s   in 0s

2020-07-29 12:28:03 (241 MB/s) - 'index.html' saved [3217/3217]
[root@***** rasa]# cat index.html
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><link rel="shortcut icon" href="/icons/favicon.ico"/><link rel="apple-touch-icon" href="/icons/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-touch-icon-144x144.png"/><script>try{window.SERVER_DATA=__SERVER_DATA__}catch(_){}</script><title>Rasa X</title><link href="/static/css/2.9c49e7ce.chunk.css" rel="stylesheet"></head><body><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],c=r[1],l=r[2],s=0,p=[];s<i.length;s++)a=i[s],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&p.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(r);p.length;)p.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{3:"372d651a",4:"3740958b",5:"04484436",6:"bddc6753"}[e]+".chunk.js"}(e);var c=new Error;u=function(r){i.onerror=i.onload=null,clearTimeout(l);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,t[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/",a.oe=function(e){throw console.error(e),e};var i=this["webpackJsonprasa-frontend"]=this["webpackJsonprasa-frontend"]||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var l=0;l<i.length;l++)r(i[l]);var f=c;t()}([])</script><script src="/static/js/2.dd0062b3.chunk.js"></script><script src="/static/js/main.76cb42dd.chunk.js"></script></body></html>

There is JS and so on but <div id="root"></div> is empty.

All containers are up and running

[root@st0cvm30020ed rasa]# docker ps
CONTAINER ID        IMAGE                       COMMAND                  CREATED             STATUS              PORTS                                         NAMES
0dd4348bd3ed        rasa/nginx:latest           "/opt/bitnami/entryp…"   7 minutes ago       Up 7 minutes        0.0.0.0:80->8080/tcp, 0.0.0.0:443->8443/tcp   rasa_nginx_1
0fbdf288f7d7        rasa/rasa-x-demo:0.31.0     "./entrypoint.sh run…"   7 minutes ago       Up 7 minutes        5055/tcp                                      rasa_app_1
a97e997d6ac4        rasa/rasa:1.10.8-full       "rasa x --no-prompt …"   7 minutes ago       Up 7 minutes        5005/tcp                                      rasa_rasa-worker_1
a4a7090ea355        rasa/rasa:1.10.8-full       "rasa x --no-prompt …"   7 minutes ago       Up 7 minutes        5005/tcp                                      rasa_rasa-production_1
76b44deb0c7b        rasa/rasa-x:latest          "sh -c 'user_id=$(id…"   7 minutes ago       Up 7 minutes        5002/tcp                                      rasa_rasa-x_1
526d3eaf1ffb        bitnami/rabbitmq:3.8.3      "/opt/bitnami/script…"   7 minutes ago       Up 7 minutes        4369/tcp, 5672/tcp, 15672/tcp, 25672/tcp      rasa_rabbit_1
ee4990079e0f        rasa/duckling:0.1.6.3       "duckling-example-ex…"   7 minutes ago       Up 7 minutes        8000/tcp                                      rasa_duckling_1
4d5700a3f125        bitnami/postgresql:11.7.0   "/opt/bitnami/script…"   7 minutes ago       Up 7 minutes        5432/tcp                                      rasa_db_1
17616a2a06ee        bitnami/redis:5.0.8         "/opt/bitnami/script…"   7 minutes ago       Up 7 minutes        6379/tcp                                      rasa_redis_1

The logs of the rasa-x container show the following error:

[root@****** rasa]# docker logs rasa_rasa-x_1
INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
INFO:alembic.runtime.migration:Will assume transactional DDL.
INFO:rasax.community.services.event_service:Starting event service (standalone: False).
INFO:rasax.community.telemetry:Skipping request to external service: telemetry key not set.
Starting Rasa X server... 🚀
/usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from tests/conversation_tests.md:
File 'tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end tests added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information.
  UserWarning,
INFO:rasax.community.telemetry:Skipping request to external service: telemetry key not set.
INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
INFO:alembic.runtime.migration:Will assume transactional DDL.
INFO:rasax.community.services.event_service:Starting event service (standalone: False).
INFO:rasax.community.telemetry:Skipping request to external service: telemetry key not set.
Starting Rasa X server... 🚀
/usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from tests/conversation_tests.md:
File 'tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end tests added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information.
  UserWarning,
INFO:rasax.community.telemetry:Skipping request to external service: telemetry key not set.
ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1659, in continuously_consume
    endpoint_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/utils.py", line 45, in from_endpoint_config
    broker_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 73, in from_endpoint_config
    should_run_liveness_endpoint=should_run_liveness_endpoint,
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 54, in __init__
    host, self.queue, username, password, port
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 195, in initialise_pika_channel
    host, username, password, port, connection_attempts, retry_delay_in_seconds
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 72, in initialise_pika_connection
    return pika.BlockingConnection(parameters)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 359, in __init__
    self._impl = self._create_connection(parameters, _impl_class)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 450, in _create_connection
    raise self._reap_last_connection_workflow_error(error)
pika.exceptions.ProbableAuthenticationError: ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'
ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1659, in continuously_consume
    endpoint_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/utils.py", line 45, in from_endpoint_config
    broker_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 73, in from_endpoint_config
    should_run_liveness_endpoint=should_run_liveness_endpoint,
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 54, in __init__
    host, self.queue, username, password, port
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 195, in initialise_pika_channel
    host, username, password, port, connection_attempts, retry_delay_in_seconds
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 72, in initialise_pika_connection
    return pika.BlockingConnection(parameters)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 359, in __init__
    self._impl = self._create_connection(parameters, _impl_class)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 450, in _create_connection
    raise self._reap_last_connection_workflow_error(error)
pika.exceptions.ProbableAuthenticationError: ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'
ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1659, in continuously_consume
    endpoint_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/utils.py", line 45, in from_endpoint_config
    broker_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 73, in from_endpoint_config
    should_run_liveness_endpoint=should_run_liveness_endpoint,
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 54, in __init__
    host, self.queue, username, password, port
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 195, in initialise_pika_channel
    host, username, password, port, connection_attempts, retry_delay_in_seconds
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 72, in initialise_pika_connection
    return pika.BlockingConnection(parameters)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 359, in __init__
    self._impl = self._create_connection(parameters, _impl_class)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 450, in _create_connection
    raise self._reap_last_connection_workflow_error(error)
pika.exceptions.ProbableAuthenticationError: ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'
ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1659, in continuously_consume
    endpoint_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/utils.py", line 45, in from_endpoint_config
    broker_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 73, in from_endpoint_config
    should_run_liveness_endpoint=should_run_liveness_endpoint,
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 54, in __init__
    host, self.queue, username, password, port
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 195, in initialise_pika_channel
    host, username, password, port, connection_attempts, retry_delay_in_seconds
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 72, in initialise_pika_connection
    return pika.BlockingConnection(parameters)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 359, in __init__
    self._impl = self._create_connection(parameters, _impl_class)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 450, in _create_connection
    raise self._reap_last_connection_workflow_error(error)
pika.exceptions.ProbableAuthenticationError: ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'
ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1659, in continuously_consume
    endpoint_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/utils.py", line 45, in from_endpoint_config
    broker_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 73, in from_endpoint_config
    should_run_liveness_endpoint=should_run_liveness_endpoint,
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 54, in __init__
    host, self.queue, username, password, port
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 195, in initialise_pika_channel
    host, username, password, port, connection_attempts, retry_delay_in_seconds
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 72, in initialise_pika_connection
    return pika.BlockingConnection(parameters)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 359, in __init__
    self._impl = self._create_connection(parameters, _impl_class)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 450, in _create_connection
    raise self._reap_last_connection_workflow_error(error)
pika.exceptions.ProbableAuthenticationError: ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'
ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1659, in continuously_consume
    endpoint_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/utils.py", line 45, in from_endpoint_config
    broker_config, should_run_liveness_endpoint
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 73, in from_endpoint_config
    should_run_liveness_endpoint=should_run_liveness_endpoint,
  File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 54, in __init__
    host, self.queue, username, password, port
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 195, in initialise_pika_channel
    host, username, password, port, connection_attempts, retry_delay_in_seconds
  File "/usr/local/lib/python3.7/site-packages/rasa/core/brokers/pika.py", line 72, in initialise_pika_connection
    return pika.BlockingConnection(parameters)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 359, in __init__
    self._impl = self._create_connection(parameters, _impl_class)
  File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 450, in _create_connection
    raise self._reap_last_connection_workflow_error(error)
pika.exceptions.ProbableAuthenticationError: ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'

and those are the logs from the rasa worker:

[root@**** rasa]# docker logs rasa_rasa-worker_1 --details
 /opt/venv/lib/python3.7/site-packages/rasa/core/brokers/pika.py:294: FutureWarning: Your Pika event broker config contains the deprecated `queue` key. Please use the `queues` key instead.
   self.queues = self._get_queues_from_args(queues, kwargs)
 2020-07-29 10:24:34 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=22, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.18.0.8', 59770)>; error=111 (Connection refused)
 2020-07-29 10:24:34 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.18.0.5', 5672))
 2020-07-29 10:24:34 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
 Starting Rasa X in production mode... 🚀
 /opt/venv/lib/python3.7/site-packages/rasa/core/brokers/pika.py:294: FutureWarning: Your Pika event broker config contains the deprecated `queue` key. Please use the `queues` key instead.
   self.queues = self._get_queues_from_args(queues, kwargs)
 2020-07-29 10:24:49 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=22, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.18.0.7', 47408)>; error=111 (Connection refused)
 2020-07-29 10:24:49 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.18.0.5', 5672))
 2020-07-29 10:24:49 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
 2020-07-29 10:24:54 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=25, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.18.0.7', 47432)>; error=111 (Connection refused)
 2020-07-29 10:24:54 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.18.0.5', 5672))
 2020-07-29 10:24:54 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
 2020-07-29 10:24:59 ERROR    pika.connection  - Connection closed while authenticating indicating a probable authentication error
 2020-07-29 10:24:59 WARNING  rasa.core.brokers.pika  - Connecting to 'rabbit' failed with error 'ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.''. Trying again.
 2020-07-29 10:24:59 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorAMQPHandshakeError: ProbableAuthenticationError: Client was disconnected at a connection stage indicating a probable authentication error: ("ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'",)
 2020-07-29 10:24:59 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnectionWorkflow - reporting failure: AMQPConnectionWorkflowFailed: 3 exceptions in all; last exception - AMQPConnectorAMQPHandshakeError: ProbableAuthenticationError: Client was disconnected at a connection stage indicating a probable authentication error: ("ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'",); first exception - AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
 2020-07-29 10:24:59 ERROR    pika.adapters.base_connection  - Full-stack connection workflow failed: AMQPConnectionWorkflowFailed: 3 exceptions in all; last exception - AMQPConnectorAMQPHandshakeError: ProbableAuthenticationError: Client was disconnected at a connection stage indicating a probable authentication error: ("ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'",); first exception - AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
 2020-07-29 10:24:59 ERROR    pika.adapters.base_connection  - Self-initiated stack bring-up failed: AMQPConnectionWorkflowFailed: 3 exceptions in all; last exception - AMQPConnectorAMQPHandshakeError: ProbableAuthenticationError: Client was disconnected at a connection stage indicating a probable authentication error: ("ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'",); first exception - AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')

and the logs from the rabbit container:

[root@st0cvm30020ed rasa]# docker logs rasa_rabbit_1
 10:24:24.67
 10:24:24.67 Welcome to the Bitnami rabbitmq container
 10:24:24.68 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-rabbitmq
 10:24:24.68 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-rabbitmq/issues
 10:24:24.68
 10:24:24.68 INFO  ==> ** Starting RabbitMQ setup **
 10:24:24.69 INFO  ==> Validating settings in RABBITMQ_* env vars..
 10:24:24.73 INFO  ==> Initializing RabbitMQ...
 10:24:24.76 INFO  ==> Generating random cookie
 10:24:24.89 INFO  ==> Starting RabbitMQ in background...
Waiting for erlang distribution on node 'rabbit@localhost' while OS process '43' is running
Error: operation wait on node rabbit@localhost timed out. Timeout value used: 5000
Waiting for erlang distribution on node 'rabbit@localhost' while OS process '43' is running
Waiting for applications 'rabbit_and_plugins' to start on node 'rabbit@localhost'
 10:24:41.55
 10:24:41.56 Welcome to the Bitnami rabbitmq container
 10:24:41.56 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-rabbitmq
 10:24:41.57 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-rabbitmq/issues
 10:24:41.58
 10:24:41.58 INFO  ==> ** Starting RabbitMQ setup **
 10:24:41.63 INFO  ==> Validating settings in RABBITMQ_* env vars..
 10:24:41.67 INFO  ==> Initializing RabbitMQ...
 10:24:41.78 INFO  ==> Persisted data detected. Restoring...
 10:24:47.23 INFO  ==> ** RabbitMQ setup finished! **

 10:24:47.25 INFO  ==> ** Starting RabbitMQ **
2020-07-29 10:24:55.304 [info] <0.9.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.304 [info] <0.9.0> Feature flags:   [ ] drop_unroutable_metric
2020-07-29 10:24:55.304 [info] <0.9.0> Feature flags:   [ ] empty_basic_get_metric
2020-07-29 10:24:55.304 [info] <0.9.0> Feature flags:   [ ] implicit_default_bindings
2020-07-29 10:24:55.305 [info] <0.9.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.305 [info] <0.9.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.305 [info] <0.9.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.331 [info] <0.269.0> ra: meta data store initialised. 0 record(s) recovered
2020-07-29 10:24:55.332 [info] <0.274.0> WAL: recovering []
2020-07-29 10:24:55.335 [info] <0.278.0>
 Starting RabbitMQ 3.8.3 on Erlang 22.3
 Copyright (c) 2007-2020 Pivotal Software, Inc.
 Licensed under the MPL 1.1. Website: https://rabbitmq.com

  ##  ##      RabbitMQ 3.8.3
  ##  ##
  ##########  Copyright (c) 2007-2020 Pivotal Software, Inc.
  ######  ##
  ##########  Licensed under the MPL 1.1. Website: https://rabbitmq.com

  Doc guides: https://rabbitmq.com/documentation.html
  Support:    https://rabbitmq.com/contact.html
  Tutorials:  https://rabbitmq.com/getstarted.html
  Monitoring: https://rabbitmq.com/monitoring.html

  Logs: <stdout>

  Config file(s): /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config

  Starting broker...2020-07-29 10:24:55.336 [info] <0.278.0>
 node           : rabbit@localhost
 home dir       : /opt/bitnami/rabbitmq/.rabbitmq
 config file(s) : /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config
 cookie hash    : G4fKqqYZBtcP0WqHef/11w==
 log(s)         : <stdout>
 database dir   : /bitnami/rabbitmq/mnesia/rabbit@localhost
2020-07-29 10:24:55.349 [info] <0.278.0> Running boot step pre_boot defined by app rabbit
2020-07-29 10:24:55.349 [info] <0.278.0> Running boot step rabbit_core_metrics defined by app rabbit
2020-07-29 10:24:55.349 [info] <0.278.0> Running boot step rabbit_alarm defined by app rabbit
2020-07-29 10:24:55.353 [info] <0.284.0> Memory high watermark set to 1580 MiB (1656989286 bytes) of 3950 MiB (4142473216 bytes) total
2020-07-29 10:24:55.357 [info] <0.286.0> Enabling free disk space monitoring
2020-07-29 10:24:55.358 [info] <0.286.0> Disk free limit set to 414MB
2020-07-29 10:24:55.361 [info] <0.278.0> Running boot step code_server_cache defined by app rabbit
2020-07-29 10:24:55.361 [info] <0.278.0> Running boot step file_handle_cache defined by app rabbit
2020-07-29 10:24:55.361 [info] <0.289.0> Limiting to approx 1048479 file handles (943629 sockets)
2020-07-29 10:24:55.361 [info] <0.290.0> FHC read buffering:  OFF
2020-07-29 10:24:55.362 [info] <0.290.0> FHC write buffering: ON
2020-07-29 10:24:55.362 [info] <0.278.0> Running boot step worker_pool defined by app rabbit
2020-07-29 10:24:55.362 [info] <0.279.0> Will use 2 processes for default worker pool
2020-07-29 10:24:55.362 [info] <0.279.0> Starting worker pool 'worker_pool' with 2 processes in it
2020-07-29 10:24:55.362 [info] <0.278.0> Running boot step database defined by app rabbit
2020-07-29 10:24:55.363 [info] <0.278.0> Node database directory at /bitnami/rabbitmq/mnesia/rabbit@localhost is empty. Assuming we need to join an existing cluster or initialise from scratch...
2020-07-29 10:24:55.363 [info] <0.278.0> Configured peer discovery backend: rabbit_peer_discovery_classic_config
2020-07-29 10:24:55.363 [info] <0.278.0> Will try to lock with peer discovery backend rabbit_peer_discovery_classic_config
2020-07-29 10:24:55.363 [info] <0.278.0> Peer discovery backend does not support locking, falling back to randomized delay
2020-07-29 10:24:55.363 [info] <0.278.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping randomized startup delay.
2020-07-29 10:24:55.363 [info] <0.278.0> All discovered existing cluster peers:
2020-07-29 10:24:55.363 [info] <0.278.0> Discovered no peer nodes to cluster with. Some discovery backends can filter nodes out based on a readiness criteria. Enabling debug logging might help troubleshoot.
2020-07-29 10:24:55.365 [info] <0.44.0> Application mnesia exited with reason: stopped
2020-07-29 10:24:55.442 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-29 10:24:55.465 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-29 10:24:55.465 [info] <0.278.0> Feature flag `drop_unroutable_metric`: supported, attempt to enable...
2020-07-29 10:24:55.465 [info] <0.278.0> Feature flag `drop_unroutable_metric`: mark as enabled=state_changing
2020-07-29 10:24:55.475 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.475 [info] <0.278.0> Feature flags:   [~] drop_unroutable_metric
2020-07-29 10:24:55.475 [info] <0.278.0> Feature flags:   [ ] empty_basic_get_metric
2020-07-29 10:24:55.475 [info] <0.278.0> Feature flags:   [ ] implicit_default_bindings
2020-07-29 10:24:55.476 [info] <0.278.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.476 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.476 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.485 [info] <0.278.0> Feature flag `drop_unroutable_metric`: mark as enabled=true
2020-07-29 10:24:55.496 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.496 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.497 [info] <0.278.0> Feature flags:   [ ] empty_basic_get_metric
2020-07-29 10:24:55.497 [info] <0.278.0> Feature flags:   [ ] implicit_default_bindings
2020-07-29 10:24:55.497 [info] <0.278.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.497 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.497 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.505 [info] <0.278.0> Feature flag `empty_basic_get_metric`: supported, attempt to enable...
2020-07-29 10:24:55.505 [info] <0.278.0> Feature flag `empty_basic_get_metric`: mark as enabled=state_changing
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags:   [~] empty_basic_get_metric
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags:   [ ] implicit_default_bindings
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.516 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.524 [info] <0.278.0> Feature flag `empty_basic_get_metric`: mark as enabled=true
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags:   [ ] implicit_default_bindings
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.536 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.544 [info] <0.278.0> Feature flag `implicit_default_bindings`: supported, attempt to enable...
2020-07-29 10:24:55.544 [info] <0.278.0> Feature flag `implicit_default_bindings`: mark as enabled=state_changing
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags:   [~] implicit_default_bindings
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.555 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.564 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 0 retries left
2020-07-29 10:24:55.564 [info] <0.278.0> Feature flag `implicit_default_bindings`: mark as enabled=true
2020-07-29 10:24:55.575 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.575 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.575 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.575 [info] <0.278.0> Feature flags:   [x] implicit_default_bindings
2020-07-29 10:24:55.576 [info] <0.278.0> Feature flags:   [ ] quorum_queue
2020-07-29 10:24:55.576 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.576 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.584 [info] <0.278.0> Feature flag `quorum_queue`: supported, attempt to enable...
2020-07-29 10:24:55.584 [info] <0.278.0> Feature flag `quorum_queue`: mark as enabled=state_changing
2020-07-29 10:24:55.594 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.594 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.594 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.594 [info] <0.278.0> Feature flags:   [x] implicit_default_bindings
2020-07-29 10:24:55.595 [info] <0.278.0> Feature flags:   [~] quorum_queue
2020-07-29 10:24:55.595 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.595 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.603 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-29 10:24:55.603 [info] <0.278.0> Feature flag `quorum_queue`:   migrating Mnesia table rabbit_queue...
2020-07-29 10:24:55.612 [info] <0.278.0> Feature flag `quorum_queue`:   migrating Mnesia table rabbit_durable_queue...
2020-07-29 10:24:55.621 [info] <0.278.0> Feature flag `quorum_queue`:   Mnesia tables migration done
2020-07-29 10:24:55.621 [info] <0.278.0> Feature flag `quorum_queue`: mark as enabled=true
2020-07-29 10:24:55.632 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.632 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.632 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.632 [info] <0.278.0> Feature flags:   [x] implicit_default_bindings
2020-07-29 10:24:55.632 [info] <0.278.0> Feature flags:   [x] quorum_queue
2020-07-29 10:24:55.633 [info] <0.278.0> Feature flags:   [ ] virtual_host_metadata
2020-07-29 10:24:55.633 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.641 [info] <0.278.0> Feature flag `virtual_host_metadata`: supported, attempt to enable...
2020-07-29 10:24:55.641 [info] <0.278.0> Feature flag `virtual_host_metadata`: mark as enabled=state_changing
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags:   [x] implicit_default_bindings
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags:   [x] quorum_queue
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags:   [~] virtual_host_metadata
2020-07-29 10:24:55.652 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.661 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-29 10:24:55.669 [info] <0.278.0> Feature flag `virtual_host_metadata`: mark as enabled=true
2020-07-29 10:24:55.680 [info] <0.278.0> Feature flags: list of feature flags found:
2020-07-29 10:24:55.680 [info] <0.278.0> Feature flags:   [x] drop_unroutable_metric
2020-07-29 10:24:55.680 [info] <0.278.0> Feature flags:   [x] empty_basic_get_metric
2020-07-29 10:24:55.681 [info] <0.278.0> Feature flags:   [x] implicit_default_bindings
2020-07-29 10:24:55.681 [info] <0.278.0> Feature flags:   [x] quorum_queue
2020-07-29 10:24:55.681 [info] <0.278.0> Feature flags:   [x] virtual_host_metadata
2020-07-29 10:24:55.681 [info] <0.278.0> Feature flags: feature flag states written to disk: yes
2020-07-29 10:24:55.689 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-29 10:24:55.713 [info] <0.278.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-29 10:24:55.713 [info] <0.278.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
2020-07-29 10:24:55.713 [info] <0.278.0> Running boot step database_sync defined by app rabbit
2020-07-29 10:24:55.713 [info] <0.278.0> Running boot step feature_flags defined by app rabbit
2020-07-29 10:24:55.713 [info] <0.278.0> Running boot step codec_correctness_check defined by app rabbit
2020-07-29 10:24:55.713 [info] <0.278.0> Running boot step external_infrastructure defined by app rabbit
2020-07-29 10:24:55.713 [info] <0.278.0> Running boot step rabbit_registry defined by app rabbit
2020-07-29 10:24:55.713 [info] <0.278.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_queue_location_random defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_event defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
2020-07-29 10:24:55.714 [info] <0.278.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step rabbit_priority_queue defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Priority queues enabled, real BQ is rabbit_variable_queue
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step kernel_ready defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step rabbit_sysmon_minder defined by app rabbit
2020-07-29 10:24:55.715 [info] <0.278.0> Running boot step rabbit_epmd_monitor defined by app rabbit
2020-07-29 10:24:55.718 [info] <0.518.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
2020-07-29 10:24:55.718 [info] <0.278.0> Running boot step guid_generator defined by app rabbit
2020-07-29 10:24:55.720 [info] <0.278.0> Running boot step rabbit_node_monitor defined by app rabbit
2020-07-29 10:24:55.720 [info] <0.524.0> Starting rabbit_node_monitor
2020-07-29 10:24:55.720 [info] <0.278.0> Running boot step delegate_sup defined by app rabbit
2020-07-29 10:24:55.721 [info] <0.278.0> Running boot step rabbit_memory_monitor defined by app rabbit
2020-07-29 10:24:55.721 [info] <0.278.0> Running boot step core_initialized defined by app rabbit
2020-07-29 10:24:55.721 [info] <0.278.0> Running boot step upgrade_queues defined by app rabbit
2020-07-29 10:24:55.742 [info] <0.278.0> message_store upgrades: 1 to apply
2020-07-29 10:24:55.742 [info] <0.278.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store
2020-07-29 10:24:55.742 [info] <0.278.0> message_store upgrades: No durable queues found. Skipping message store migration
2020-07-29 10:24:55.742 [info] <0.278.0> message_store upgrades: Removing the old message store data
2020-07-29 10:24:55.743 [info] <0.278.0> message_store upgrades: All upgrades applied successfully
2020-07-29 10:24:55.765 [info] <0.278.0> Running boot step rabbit_connection_tracking defined by app rabbit
2020-07-29 10:24:55.765 [info] <0.278.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
2020-07-29 10:24:55.765 [info] <0.278.0> Running boot step rabbit_exchange_parameters defined by app rabbit
2020-07-29 10:24:55.765 [info] <0.278.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
2020-07-29 10:24:55.766 [info] <0.278.0> Running boot step rabbit_policies defined by app rabbit
2020-07-29 10:24:55.766 [info] <0.278.0> Running boot step rabbit_policy defined by app rabbit
2020-07-29 10:24:55.767 [info] <0.278.0> Running boot step rabbit_queue_location_validator defined by app rabbit
2020-07-29 10:24:55.767 [info] <0.278.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
2020-07-29 10:24:55.767 [info] <0.278.0> Running boot step rabbit_vhost_limit defined by app rabbit
2020-07-29 10:24:55.767 [info] <0.278.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
2020-07-29 10:24:55.767 [info] <0.278.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
2020-07-29 10:24:55.767 [info] <0.278.0> Management plugin: using rates mode 'basic'
2020-07-29 10:24:55.767 [info] <0.278.0> Running boot step recovery defined by app rabbit
2020-07-29 10:24:55.768 [info] <0.278.0> Running boot step load_core_definitions defined by app rabbit
2020-07-29 10:24:55.768 [info] <0.278.0> Running boot step empty_db_check defined by app rabbit
2020-07-29 10:24:55.768 [info] <0.278.0> Adding vhost '/' (description: 'Default virtual host')
2020-07-29 10:24:55.782 [info] <0.565.0> Making sure data directory '/bitnami/rabbitmq/mnesia/rabbit@localhost/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists
2020-07-29 10:24:55.784 [info] <0.565.0> Starting message stores for vhost '/'
2020-07-29 10:24:55.785 [info] <0.569.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index
2020-07-29 10:24:55.786 [info] <0.565.0> Started message store of type transient for vhost '/'
2020-07-29 10:24:55.786 [info] <0.572.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
2020-07-29 10:24:55.787 [warning] <0.572.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": rebuilding indices from scratch
2020-07-29 10:24:55.788 [info] <0.565.0> Started message store of type persistent for vhost '/'
2020-07-29 10:24:55.789 [info] <0.278.0> Creating user 'user'
2020-07-29 10:24:55.791 [info] <0.278.0> Setting user tags for user 'user' to [administrator]
2020-07-29 10:24:55.792 [info] <0.278.0> Setting permissions for 'user' in '/' to '.*', '.*', '.*'
2020-07-29 10:24:55.793 [info] <0.278.0> Running boot step rabbit_looking_glass defined by app rabbit
2020-07-29 10:24:55.794 [info] <0.278.0> Running boot step rabbit_core_metrics_gc defined by app rabbit
2020-07-29 10:24:55.794 [info] <0.278.0> Running boot step background_gc defined by app rabbit
2020-07-29 10:24:55.794 [info] <0.278.0> Running boot step connection_tracking defined by app rabbit
2020-07-29 10:24:55.797 [info] <0.278.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
2020-07-29 10:24:55.800 [info] <0.278.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
2020-07-29 10:24:55.800 [info] <0.278.0> Running boot step routing_ready defined by app rabbit
2020-07-29 10:24:55.800 [info] <0.278.0> Running boot step pre_flight defined by app rabbit
2020-07-29 10:24:55.800 [info] <0.278.0> Running boot step notify_cluster defined by app rabbit
2020-07-29 10:24:55.800 [info] <0.278.0> Running boot step networking defined by app rabbit
2020-07-29 10:24:55.802 [info] <0.618.0> started TCP listener on [::]:5672
2020-07-29 10:24:55.802 [info] <0.278.0> Running boot step cluster_name defined by app rabbit
2020-07-29 10:24:55.802 [info] <0.278.0> Initialising internal cluster ID to 'rabbitmq-cluster-id-RSIq2x_QfeaNeDFVeNlh8A'
2020-07-29 10:24:55.804 [info] <0.278.0> Running boot step direct_client defined by app rabbit
2020-07-29 10:24:55.804 [info] <0.278.0> Running boot step os_signal_handler defined by app rabbit
2020-07-29 10:24:55.804 [info] <0.621.0> Swapping OS signal event handler (erl_signal_server) for our own
2020-07-29 10:24:55.830 [info] <0.671.0> Management plugin: HTTP (non-TLS) listener started on port 15672
2020-07-29 10:24:55.830 [info] <0.777.0> Statistics database started.
2020-07-29 10:24:55.830 [info] <0.776.0> Starting worker pool 'management_worker_pool' with 3 processes in it
2020-07-29 10:24:55.976 [info] <0.9.0> Server startup complete; 3 plugins started.
 * rabbitmq_management
 * rabbitmq_management_agent
 * rabbitmq_web_dispatch
 completed with 3 plugins.
2020-07-29 10:24:57.821 [info] <0.789.0> accepting AMQP connection <0.789.0> (172.18.0.6:58946 -> 172.18.0.5:5672)
2020-07-29 10:24:57.825 [error] <0.789.0> Error on AMQP connection <0.789.0> (172.18.0.6:58946 -> 172.18.0.5:5672, state: starting):
PLAIN login refused: user 'user' - invalid credentials

I assume the rabbit container is the root cause of all this, but how to I solve it? I dont know where the user ‘user’ comes from, I strictly followed the masterclass, so I just ran python rasa_x_commands.py create --update admin me ***** after the install script and docker-compose up -d.

Help is highly appreciated. Thanks in advance.

@Vale_Boca did you install this using the quick install script? It seems like the credentials for RabbitMQ weren’t correctly set up.

@akelad yes, I used the lastest script. The file credentials/rabbit exists and contains some password

@akelad I removed the installation by running rm -rf /etc/rasa , docker stop $(docker ps -q) and docker container rm $(docker ps -q). Then I again strictly followed the installation guide using the version 0.31.0 of the install script.

I still get an empty page. Anyway the logs do look different now.

Rasa X:

[root@***rasa]# docker logs rasa_rasa-x_1
INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
INFO:alembic.runtime.migration:Will assume transactional DDL.
INFO:alembic.runtime.migration:Running upgrade  -> 2a216ed121dd, Initial migration
INFO:alembic.runtime.migration:Running upgrade 2a216ed121dd -> 9d4a16758d6e, Addition of `is_default` and `description` columns to `user_role` table.
INFO:alembic.runtime.migration:Running upgrade 9d4a16758d6e -> e3a3a2789e20, Add index to `conversation_id` column of table `conversation_event`.
INFO:alembic.runtime.migration:Running upgrade e3a3a2789e20 -> 59b7be3ad5fc, Add `extractor` column to table `nlu_training_data_entity`.
INFO:alembic.runtime.migration:Running upgrade 59b7be3ad5fc -> 1dfbf67d6ae2, Support for individually unfeaturized entities in domain.
INFO:alembic.runtime.migration:Running upgrade 1dfbf67d6ae2 -> b4a9bd47b6e0, Indexes for faster NLU logs and training data queries.
INFO:alembic.runtime.migration:Running upgrade b4a9bd47b6e0 -> 8b528d137850, Add single column id for domain objects such as actions, slots, etc.
INFO:alembic.runtime.migration:Running upgrade 8b528d137850 -> 45546b047abe, Add index to `timestamp` column in `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade 45546b047abe -> 213f246e1490, Remove duplicated log entries keeping only most recent unique user messages.
INFO:alembic.runtime.migration:Running upgrade 213f246e1490 -> ffddc4250349, Add a column for `triggers` to the domain intents.
INFO:alembic.runtime.migration:Running upgrade ffddc4250349 -> 35a1c7937594, Add `edited_since_last_training` column to `template` table.
INFO:alembic.runtime.migration:Running upgrade 35a1c7937594 -> 6fce9679db61, Add column to `lookup_table` table which contains the number of elements in a table.
INFO:alembic.runtime.migration:Running upgrade 6fce9679db61 -> 4daabca814ee, Oracle Migrations.
INFO:alembic.runtime.migration:Running upgrade 4daabca814ee -> 1d990f240f4d, Change datatype of the `text` column in the table `template` from `String` to `Text`
INFO:alembic.runtime.migration:Running upgrade 1d990f240f4d -> 36c070bd6363, Rename too-long table name `conversation_message_correction`.
INFO:alembic.runtime.migration:Running upgrade 36c070bd6363 -> d45a0bf21e89, Add unique ID to EntitySynonyms
INFO:alembic.runtime.migration:Running upgrade d45a0bf21e89 -> 3b15f8e56784, Add `original_value` field to training data entities.
INFO:alembic.runtime.migration:Running upgrade 3b15f8e56784 -> a86c9fac00fa, Add `rasa_environment` column to `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade a86c9fac00fa -> a813c6c15a4c, Add a column to store the foreign key of a used synonym.
INFO:alembic.runtime.migration:Running upgrade a813c6c15a4c -> cffc160af576, Add data column to User
INFO:alembic.runtime.migration:Running upgrade cffc160af576 -> 945ef2034d57, Add `git_repository` table.
INFO:alembic.runtime.migration:Running upgrade 945ef2034d57 -> 99e6a52a2eb7, Drop 'attributes' column in 'rasa_x_user' table.
INFO:alembic.runtime.migration:Running upgrade 99e6a52a2eb7 -> d9d7b3d9cadd, Add `session_expiration_time` and `carry_over_slots_to_new_session` columns to table `domain`.
INFO:alembic.runtime.migration:Running upgrade d9d7b3d9cadd -> acd80348b093, Add configuration values table.
INFO:alembic.runtime.migration:Running upgrade acd80348b093 -> 443af39e50e3, This migration is left empty because of issue with 0.25.0 release.
INFO:alembic.runtime.migration:Running upgrade 443af39e50e3 -> 22e9e6ea593c, This migration is left empty because of issue with 0.25.0 release.
INFO:alembic.runtime.migration:Running upgrade 22e9e6ea593c -> 8893bba2a522, Rename column `carry_over_slots_to_new_session` and index `nlu_train_data_ent_orig_val_idx`.
INFO:alembic.runtime.migration:Running upgrade 8893bba2a522 -> d5160f2d00b8, Remove duplicate responses.
INFO:alembic.runtime.migration:Running upgrade d5160f2d00b8 -> 8a260b1a797a, FIXED Remove is_unflagged field from Conversations
INFO:alembic.runtime.migration:Running upgrade 8a260b1a797a -> 0b35090e53cf, FIXED Add tables to store conversation tags.
INFO:alembic.runtime.migration:Running upgrade 0b35090e53cf -> 1a712f7b70e9, Delete duplicate events and add unique constraint to `conversation_event` table.
INFO:alembic.runtime.migration:Running upgrade 1a712f7b70e9 -> 6738be716c3f, Add slot name and value to ConversationEvent
INFO:alembic.runtime.migration:Running upgrade 6738be716c3f -> 304e0754a200, Add columns for the updated Integrated Version Control features.
INFO:alembic.runtime.migration:Running upgrade 304e0754a200 -> b49ca6b367e3, Add index for flagged conversation events
INFO:alembic.runtime.migration:Running upgrade b49ca6b367e3 -> 37b34bf8df43, Add columns and indices for NLU/Core confidences
/usr/local/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3470: SAWarning: Predicate of partial index conversation_event_flag_index ignored during reflection
  % idx_name
INFO:alembic.runtime.migration:Running upgrade 37b34bf8df43 -> 68a8a531a5ee, Add `in_training_data` column to `conversation_session` table.
INFO:alembic.runtime.migration:Running upgrade 68a8a531a5ee -> 66bada3d94ae, Add new `tests.*` permission for admins
INFO:alembic.runtime.migration:Running upgrade 304e0754a200 -> 3fbc8790762e, This migration is left empty because of issues with the 0.26.2 release.
INFO:alembic.runtime.migration:Running upgrade 3fbc8790762e -> ef93223786ba, Remove slot value index completely
INFO:alembic.runtime.migration:Running upgrade ef93223786ba, 66bada3d94ae -> 73f46e0b7789, Merge migrations from 0.26.x
INFO:alembic.runtime.migration:Running upgrade 73f46e0b7789 -> b092b0fe590d, Remove duplicate responses.
INFO:alembic.runtime.migration:Running upgrade b092b0fe590d -> 36fa577b374d, Rename table name `template` and column `template`.
INFO:alembic.runtime.migration:Running upgrade 36fa577b374d -> 425bd8f628db, Add missing permissions for `tester` and `annotator` roles.
INFO:alembic.runtime.migration:Running upgrade 425bd8f628db -> 7b2497cd88dc, Add `username` field to `conversation` table.
INFO:alembic.runtime.migration:Running upgrade 7b2497cd88dc -> ac3fba1c2b86, Add index for `created_by` foreign key.
INFO:alembic.runtime.migration:Running upgrade 8893bba2a522 -> b67a67032c7f, This migration comes from RBAC backport for `0.24.x`.
It is empty because all the permissions that are required for
role-based access control fixes were already added before.
INFO:alembic.runtime.migration:Running upgrade ac3fba1c2b86, b67a67032c7f -> 9e7a97234e85, Merge the migrations from the 0.24.x patch release with
Rasa X databases which didn't run this backported migration.
INFO:alembic.runtime.migration:Running upgrade 9e7a97234e85 -> 8a8562256a8e, Add `hash` column and an index for it to `response` table.
INFO:alembic.runtime.migration:Running upgrade ac3fba1c2b86 -> af3596f6982f, Add the column `in_training_data` to the table `message_log`.
INFO:alembic.runtime.migration:Running upgrade af3596f6982f, 8a8562256a8e -> eb2b98905e7e, Merge heads af3596f6982f and 8a8562256a8e.
INFO:alembic.runtime.migration:Running upgrade eb2b98905e7e -> 479084222950, Add `model` column to table `message_log`.
INFO:alembic.runtime.migration:Running upgrade 479084222950 -> 90b60aff4920, Add a 'review_status' column to the 'conversation' table.
INFO:alembic.runtime.migration:Running upgrade 90b60aff4920 -> 473b15141809, Add `conversations.view.metadata.get` permission to `annotator` role.
INFO:rasax.community.services.event_service:Starting event service (standalone: False).
Starting Rasa X server... 🚀
/usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from tests/conversation_tests.md:
File 'tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end tests added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information.
  UserWarning,
INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'.

RabbitMQ:

[root@***~]# docker logs rasa_rabbit_1
 06:55:28.53
 06:55:28.57 Welcome to the Bitnami rabbitmq container
 06:55:28.57 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-rabbitmq
 06:55:28.57 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-rabbitmq/issues
 06:55:28.57
 06:55:28.58 INFO  ==> ** Starting RabbitMQ setup **
 06:55:28.60 INFO  ==> Validating settings in RABBITMQ_* env vars..
 06:55:28.64 INFO  ==> Initializing RabbitMQ...
 06:55:28.66 INFO  ==> Generating random cookie
 06:55:28.71 INFO  ==> Starting RabbitMQ in background...
Waiting for erlang distribution on node 'rabbit@localhost' while OS process '43' is running
Error: operation wait on node rabbit@localhost timed out. Timeout value used: 5000
Waiting for erlang distribution on node 'rabbit@localhost' while OS process '43' is running
Waiting for applications 'rabbit_and_plugins' to start on node 'rabbit@localhost'
Applications 'rabbit_and_plugins' are running on node 'rabbit@localhost'
 06:55:47.76 INFO  ==> Stopping RabbitMQ...
 06:55:59.47 INFO  ==> ** RabbitMQ setup finished! **

 06:55:59.49 INFO  ==> ** Starting RabbitMQ **
2020-07-30 06:56:10.367 [info] <0.9.0> Feature flags: list of feature flags found:
2020-07-30 06:56:10.367 [info] <0.9.0> Feature flags:   [ ] drop_unroutable_metric
2020-07-30 06:56:10.367 [info] <0.9.0> Feature flags:   [ ] empty_basic_get_metric
2020-07-30 06:56:10.368 [info] <0.9.0> Feature flags:   [x] implicit_default_bindings
2020-07-30 06:56:10.368 [info] <0.9.0> Feature flags:   [x] quorum_queue
2020-07-30 06:56:10.368 [info] <0.9.0> Feature flags:   [x] virtual_host_metadata
2020-07-30 06:56:10.368 [info] <0.9.0> Feature flags: feature flag states written to disk: yes
2020-07-30 06:56:10.537 [info] <0.326.0> ra: meta data store initialised. 0 record(s) recovered
2020-07-30 06:56:10.538 [info] <0.339.0> WAL: recovering ["/bitnami/rabbitmq/mnesia/rabbit@localhost/quorum/rabbit@localhost/00000001.wal"]
2020-07-30 06:56:11.005 [warning] <0.339.0> wal: encountered error during recovery: badarg
Continuing.
2020-07-30 06:56:11.054 [info] <0.348.0>
 Starting RabbitMQ 3.8.3 on Erlang 22.3
 Copyright (c) 2007-2020 Pivotal Software, Inc.
 Licensed under the MPL 1.1. Website: https://rabbitmq.com

  ##  ##      RabbitMQ 3.8.3
  ##  ##
  ##########  Copyright (c) 2007-2020 Pivotal Software, Inc.
  ######  ##
  ##########  Licensed under the MPL 1.1. Website: https://rabbitmq.com

  Doc guides: https://rabbitmq.com/documentation.html
  Support:    https://rabbitmq.com/contact.html
  Tutorials:  https://rabbitmq.com/getstarted.html
  Monitoring: https://rabbitmq.com/monitoring.html

  Logs: <stdout>

  Config file(s): /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config

  Starting broker...2020-07-30 06:56:11.055 [info] <0.348.0>
 node           : rabbit@localhost
 home dir       : /opt/bitnami/rabbitmq/.rabbitmq
 config file(s) : /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config
 cookie hash    : A2oS/C1mCbrahV3Gi5qJ2Q==
 log(s)         : <stdout>
 database dir   : /bitnami/rabbitmq/mnesia/rabbit@localhost
2020-07-30 06:56:11.069 [info] <0.348.0> Running boot step pre_boot defined by app rabbit
2020-07-30 06:56:11.069 [info] <0.348.0> Running boot step rabbit_core_metrics defined by app rabbit
2020-07-30 06:56:11.070 [info] <0.348.0> Running boot step rabbit_alarm defined by app rabbit
2020-07-30 06:56:11.144 [info] <0.377.0> Memory high watermark set to 1580 MiB (1656989286 bytes) of 3950 MiB (4142473216 bytes) total
2020-07-30 06:56:11.166 [info] <0.379.0> Enabling free disk space monitoring
2020-07-30 06:56:11.167 [info] <0.379.0> Disk free limit set to 414MB
2020-07-30 06:56:11.173 [info] <0.348.0> Running boot step code_server_cache defined by app rabbit
2020-07-30 06:56:11.173 [info] <0.348.0> Running boot step file_handle_cache defined by app rabbit
2020-07-30 06:56:11.173 [info] <0.382.0> Limiting to approx 1048479 file handles (943629 sockets)
2020-07-30 06:56:11.173 [info] <0.383.0> FHC read buffering:  OFF
2020-07-30 06:56:11.173 [info] <0.383.0> FHC write buffering: ON
2020-07-30 06:56:11.174 [info] <0.348.0> Running boot step worker_pool defined by app rabbit
2020-07-30 06:56:11.174 [info] <0.353.0> Will use 2 processes for default worker pool
2020-07-30 06:56:11.174 [info] <0.353.0> Starting worker pool 'worker_pool' with 2 processes in it
2020-07-30 06:56:11.174 [info] <0.348.0> Running boot step database defined by app rabbit
2020-07-30 06:56:11.178 [info] <0.348.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-30 06:56:11.179 [info] <0.348.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-30 06:56:11.212 [info] <0.348.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2020-07-30 06:56:11.212 [info] <0.348.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
2020-07-30 06:56:11.212 [info] <0.348.0> Running boot step database_sync defined by app rabbit
2020-07-30 06:56:11.212 [info] <0.348.0> Running boot step feature_flags defined by app rabbit
2020-07-30 06:56:11.213 [info] <0.348.0> Running boot step codec_correctness_check defined by app rabbit
2020-07-30 06:56:11.213 [info] <0.348.0> Running boot step external_infrastructure defined by app rabbit
2020-07-30 06:56:11.213 [info] <0.348.0> Running boot step rabbit_registry defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_queue_location_random defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_event defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
2020-07-30 06:56:11.214 [info] <0.348.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_priority_queue defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Priority queues enabled, real BQ is rabbit_variable_queue
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step kernel_ready defined by app rabbit
2020-07-30 06:56:11.215 [info] <0.348.0> Running boot step rabbit_sysmon_minder defined by app rabbit
2020-07-30 06:56:11.216 [info] <0.348.0> Running boot step rabbit_epmd_monitor defined by app rabbit
2020-07-30 06:56:11.277 [info] <0.403.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
2020-07-30 06:56:11.278 [info] <0.348.0> Running boot step guid_generator defined by app rabbit
2020-07-30 06:56:11.281 [info] <0.348.0> Running boot step rabbit_node_monitor defined by app rabbit
2020-07-30 06:56:11.282 [info] <0.409.0> Starting rabbit_node_monitor
2020-07-30 06:56:11.282 [info] <0.348.0> Running boot step delegate_sup defined by app rabbit
2020-07-30 06:56:11.282 [info] <0.348.0> Running boot step rabbit_memory_monitor defined by app rabbit
2020-07-30 06:56:11.283 [info] <0.348.0> Running boot step core_initialized defined by app rabbit
2020-07-30 06:56:11.283 [info] <0.348.0> Running boot step upgrade_queues defined by app rabbit
2020-07-30 06:56:11.314 [info] <0.348.0> Running boot step rabbit_connection_tracking defined by app rabbit
2020-07-30 06:56:11.314 [info] <0.348.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
2020-07-30 06:56:11.314 [info] <0.348.0> Running boot step rabbit_exchange_parameters defined by app rabbit
2020-07-30 06:56:11.314 [info] <0.348.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
2020-07-30 06:56:11.315 [info] <0.348.0> Running boot step rabbit_policies defined by app rabbit
2020-07-30 06:56:11.316 [info] <0.348.0> Running boot step rabbit_policy defined by app rabbit
2020-07-30 06:56:11.316 [info] <0.348.0> Running boot step rabbit_queue_location_validator defined by app rabbit
2020-07-30 06:56:11.316 [info] <0.348.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
2020-07-30 06:56:11.316 [info] <0.348.0> Running boot step rabbit_vhost_limit defined by app rabbit
2020-07-30 06:56:11.316 [info] <0.348.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
2020-07-30 06:56:11.316 [info] <0.348.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
2020-07-30 06:56:11.316 [info] <0.348.0> Management plugin: using rates mode 'basic'
2020-07-30 06:56:11.317 [info] <0.348.0> Running boot step recovery defined by app rabbit
2020-07-30 06:56:11.318 [info] <0.442.0> Making sure data directory '/bitnami/rabbitmq/mnesia/rabbit@localhost/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists
2020-07-30 06:56:11.327 [info] <0.442.0> Starting message stores for vhost '/'
2020-07-30 06:56:11.327 [info] <0.446.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index
2020-07-30 06:56:11.331 [info] <0.442.0> Started message store of type transient for vhost '/'
2020-07-30 06:56:11.331 [info] <0.449.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
2020-07-30 06:56:11.334 [info] <0.442.0> Started message store of type persistent for vhost '/'
2020-07-30 06:56:11.336 [info] <0.348.0> Running boot step load_core_definitions defined by app rabbit
2020-07-30 06:56:11.336 [info] <0.348.0> Running boot step empty_db_check defined by app rabbit
2020-07-30 06:56:11.336 [info] <0.348.0> Running boot step rabbit_looking_glass defined by app rabbit
2020-07-30 06:56:11.336 [info] <0.348.0> Running boot step rabbit_core_metrics_gc defined by app rabbit
2020-07-30 06:56:11.337 [info] <0.348.0> Running boot step background_gc defined by app rabbit
2020-07-30 06:56:11.337 [info] <0.348.0> Running boot step connection_tracking defined by app rabbit
2020-07-30 06:56:11.337 [info] <0.348.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
2020-07-30 06:56:11.337 [info] <0.348.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
2020-07-30 06:56:11.337 [info] <0.348.0> Running boot step routing_ready defined by app rabbit
2020-07-30 06:56:11.338 [info] <0.348.0> Running boot step pre_flight defined by app rabbit
2020-07-30 06:56:11.338 [info] <0.348.0> Running boot step notify_cluster defined by app rabbit
2020-07-30 06:56:11.338 [info] <0.348.0> Running boot step networking defined by app rabbit
2020-07-30 06:56:11.341 [info] <0.486.0> started TCP listener on [::]:5672
2020-07-30 06:56:11.341 [info] <0.348.0> Running boot step cluster_name defined by app rabbit
2020-07-30 06:56:11.342 [info] <0.348.0> Running boot step direct_client defined by app rabbit
2020-07-30 06:56:11.342 [info] <0.348.0> Running boot step os_signal_handler defined by app rabbit
2020-07-30 06:56:11.342 [info] <0.488.0> Swapping OS signal event handler (erl_signal_server) for our own
2020-07-30 06:56:11.375 [info] <0.538.0> Management plugin: HTTP (non-TLS) listener started on port 15672
2020-07-30 06:56:11.376 [info] <0.644.0> Statistics database started.
2020-07-30 06:56:11.376 [info] <0.643.0> Starting worker pool 'management_worker_pool' with 3 processes in it
2020-07-30 06:56:11.718 [info] <0.9.0> Server startup complete; 3 plugins started.
 * rabbitmq_management
 * rabbitmq_web_dispatch
 * rabbitmq_management_agent
 completed with 3 plugins.
2020-07-30 06:56:13.085 [info] <0.656.0> accepting AMQP connection <0.656.0> (172.18.0.6:59364 -> 172.18.0.2:5672)
2020-07-30 06:56:13.090 [info] <0.656.0> connection <0.656.0> (172.18.0.6:59364 -> 172.18.0.2:5672): user 'user' authenticated and granted access to vhost '/'
2020-07-30 06:56:13.354 [info] <0.672.0> accepting AMQP connection <0.672.0> (172.18.0.8:58404 -> 172.18.0.2:5672)
2020-07-30 06:56:13.357 [info] <0.675.0> accepting AMQP connection <0.675.0> (172.18.0.7:42864 -> 172.18.0.2:5672)
2020-07-30 06:56:13.359 [info] <0.672.0> connection <0.672.0> (172.18.0.8:58404 -> 172.18.0.2:5672): user 'user' authenticated and granted access to vhost '/'
2020-07-30 06:56:13.361 [info] <0.675.0> connection <0.675.0> (172.18.0.7:42864 -> 172.18.0.2:5672): user 'user' authenticated and granted access to vhost '/'

Rasa Worker and Production:

[root@***rasa]# docker logs rasa_rasa-worker_1
/opt/venv/lib/python3.7/site-packages/rasa/core/brokers/pika.py:294: FutureWarning: Your Pika event broker config contains the deprecated `queue` key. Please use the `queues` key instead.
  self.queues = self._get_queues_from_args(queues, kwargs)
2020-07-30 06:56:08 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=21, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.18.0.8', 58384)>; error=111 (Connection refused)
2020-07-30 06:56:08 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.18.0.2', 5672))
2020-07-30 06:56:08 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
[root@***rasa]# docker logs rasa_rasa-production_1
/opt/venv/lib/python3.7/site-packages/rasa/core/brokers/pika.py:294: FutureWarning: Your Pika event broker config contains the deprecated `queue` key. Please use the `queues` key instead.
  self.queues = self._get_queues_from_args(queues, kwargs)
2020-07-30 06:56:08 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=22, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.18.0.7', 42844)>; error=111 (Connection refused)
2020-07-30 06:56:08 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.18.0.2', 5672))
2020-07-30 06:56:08 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')

Whereas the rabbit container seems to accept the authentication now, the rasa worker and production still log an error connecting to rabbit. Anyway I’m not sure why this would even matter at that point. Simply accessing the start page should not affect the rasa containers, right?

FYI, im on CentOS 7, if that matters

@akelad Any suggestions on how to solve the issue or track the root cause?

Thanks very much in advance.

@Vale_Boca is it possible you’re trying to access the https URL of the server? If yes, can you try just http? The logs look fine

It seems that all links are absolute and depending on your installation can’t access the files located in rasa_base_url/static/… As far as I understand, this is a mixed issue of nginx configuration and absolute paths in the webfrontend. Any suggestions somebody?

No, I’m using http.

[root@*** ~]# wget http://localhost
--2020-08-05 10:45:38--  http://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3217 (3.1K) [text/html]
Saving to: 'index.html.1'

100%[==============================================================================>] 3,217       --.-K/s   in 0s

2020-08-05 10:45:38 (268 MB/s) - 'index.html.1' saved [3217/3217]

[root@*** ~]# wget https://localhost
--2020-08-05 10:45:41--  https://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:443... connected.
Unable to establish SSL connection.

@akelad I think @plattenschieber is right. This seems to be the issue, the browser shows the following error:

Laden fehlgeschlagen für das <script> mit der Quelle "https://<base_url>/static/js/2.827f863f.chunk.js".

The thing is just that Rasa X is runnnig under <base_url>/<sub>, so the scripts are not found. Any suggestions on how to run Rasa X not under the root URL?

Note: Regarding https, the url is a proxy that forwards http to Rasa X.

Edit: I moved the route to / and it works fine now. @akelad could you create a bug issue for that?

1 Like

Is somebody at Rasa working on this @akelad? I couldn’t find the opened bug issue