You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With events, rabbit commented out:
I was able to access the front-end in the browser but I cannot login. I am getting incorrect username and password. I used admin and 123123.
Enabled events and rabbit.
Rabbit container keeps restarting with the container logs below:
$ docker logs taiga-rabbit -f
Waiting for rabbitmq to start...
Waiting for pid file '/var/lib/rabbitmq/rabbitmq.pid' to appear
pid is 7
Waiting for erlang distribution on node 'rabbit@taiga' while OS process '7' is running
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
Error:
process_not_running
Initializing rabbitmq vhost and user...
Error: unable to perform an operation on node 'rabbit@taiga'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
* Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
* CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
* Target node is not running
In addition to the diagnostics info below:
* See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
* Consult server logs on node rabbit@taiga
* If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@taiga]
rabbit@taiga:
* unable to connect to epmd (port 4369) on taiga: nxdomain (non-existing domain)
Current node details:
* node name: 'rabbitmqcli-413-rabbit@taiga'
* effective user's home directory: /var/lib/rabbitmq
* Erlang cookie hash: 6g/cRN/9hEC94MMLQ4aQlw==
Error: unable to perform an operation on node 'rabbit@taiga'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
* Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
* CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
* Target node is not running
In addition to the diagnostics info below:
* See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
* Consult server logs on node rabbit@taiga
* If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@taiga]
rabbit@taiga:
* unable to connect to epmd (port 4369) on taiga: nxdomain (non-existing domain)
Current node details:
* node name: 'rabbitmqcli-520-rabbit@taiga'
* effective user's home directory: /var/lib/rabbitmq
* Erlang cookie hash: 6g/cRN/9hEC94MMLQ4aQlw==
Error: unable to perform an operation on node 'rabbit@taiga'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
* Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
* CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
* Target node is not running
In addition to the diagnostics info below:
* See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
* Consult server logs on node rabbit@taiga
* If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@taiga]
rabbit@taiga:
* unable to connect to epmd (port 4369) on taiga: nxdomain (non-existing domain)
Current node details:
* node name: 'rabbitmqcli-627-rabbit@taiga'
* effective user's home directory: /var/lib/rabbitmq
* Erlang cookie hash: 6g/cRN/9hEC94MMLQ4aQlw==
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
ERROR: epmd error for host taiga: nxdomain (non-existing domain)
The text was updated successfully, but these errors were encountered:
I have everything setup with traefik 2 and I encountered some issues.
.env
docker-compose.yml
With events, rabbit commented out:
I was able to access the front-end in the browser but I cannot login. I am getting incorrect username and password. I used
admin
and123123
.Enabled events and rabbit.
Rabbit container keeps restarting with the container logs below:
The text was updated successfully, but these errors were encountered: