taigaio / taiga-docker

Mozilla Public License 2.0
1.22k stars 305 forks source link

[Q] Not able to sign up and `test_emails` not working #52

Closed TheBlapse closed 2 years ago

TheBlapse commented 3 years ago

Hello I have deployed Taiga on my server, I am not able to sign up through /register and ./taiga-manage.sh test_email <my email> is giving the error shown below

Traceback (most recent call last):
  File "manage.py", line 17, in <module>
    execute_from_command_line(sys.argv)
  File "/opt/venv/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
    utility.execute()
  File "/opt/venv/lib/python3.7/site-packages/django/core/management/__init__.py", line 375, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/opt/venv/lib/python3.7/site-packages/django/core/management/base.py", line 323, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/opt/venv/lib/python3.7/site-packages/django/core/management/base.py", line 364, in execute
    output = self.handle(*args, **options)
  File "/taiga-back/taiga/base/management/commands/test_emails.py", line 52, in handle
    membership.invited_by = get_user_model().objects.all().order_by("?").first()
AttributeError: 'NoneType' object has no attribute 'invited_by'
ERROR: 1

could anyone help me with it.

yamila-moreno commented 3 years ago

hi @TheBlapse what are the logs in taiga-back and taiga-async when you try to sign up?

TheBlapse commented 2 years ago

@yamila-moreno

taiga-back

# docker logs taiga-docker_taiga-back_1 
Executing pending migrations
Operations to perform:
  Apply all migrations: admin, attachments, auth, bitbucket, contact, contenttypes, custom_attributes, djmail, easy_thumbnails, epics, external_apps, feedback, github, gitlab, gogs, history, issues, likes, milestones, notifications, projects, references, sessions, settings, tasks, telemetry, timeline, token_denylist, users, userstorage, userstories, votes, webhooks, wiki
Running migrations:
  Applying contenttypes.0001_initial... OK
  Applying users.0001_initial... OK
  Applying admin.0001_initial... OK
  Applying admin.0002_logentry_remove_auto_add... OK
  Applying admin.0003_logentry_add_action_flag_choices... OK
  Applying users.0002_auto_20140903_0916... OK
  Applying projects.0001_initial... OK
  Applying projects.0002_auto_20140903_0920... OK
  Applying attachments.0001_initial... OK
  Applying attachments.0002_add_size_and_name_fields... OK
  Applying attachments.0003_auto_20150114_0954... OK
  Applying attachments.0004_auto_20150508_1141... OK
  Applying attachments.0005_attachment_sha1... OK
  Applying attachments.0006_auto_20160617_1233... OK
  Applying attachments.0007_attachment_from_comment... OK
  Applying attachments.0008_auto_20170201_1053... OK
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying auth.0001_initial... OK
  Applying auth.0002_alter_permission_name_max_length... OK
  Applying auth.0003_alter_user_email_max_length... OK
  Applying auth.0004_alter_user_username_opts... OK
  Applying auth.0005_alter_user_last_login_null... OK
  Applying auth.0006_require_contenttypes_0002... OK
  Applying auth.0007_alter_validators_add_error_messages... OK
  Applying auth.0008_alter_user_username_max_length... OK
  Applying auth.0009_alter_user_last_name_max_length... OK
  Applying auth.0010_alter_group_name_max_length... OK
  Applying auth.0011_update_proxy_permissions... OK
  Applying users.0003_auto_20140903_0925... OK
  Applying users.0004_auto_20140913_1914... OK
  Applying users.0005_alter_user_photo... OK
  Applying users.0006_auto_20141030_1132... OK
  Applying bitbucket.0001_initial... OK
  Applying milestones.0001_initial... OK
  Applying issues.0001_initial... OK
  Applying userstories.0001_initial... OK
  Applying userstories.0002_auto_20140903_1301... OK
  Applying userstories.0003_userstory_order_fields... OK
  Applying userstories.0004_auto_20141001_1817... OK
  Applying userstories.0005_auto_20141009_1656... OK
  Applying userstories.0006_auto_20141014_1524... OK
  Applying userstories.0007_userstory_external_reference... OK
  Applying userstories.0008_auto_20141210_1107... OK
  Applying userstories.0009_remove_userstory_is_archived... OK
  Applying projects.0003_auto_20140913_1710... OK
  Applying projects.0004_auto_20141002_2337... OK
  Applying projects.0005_membership_invitation_extra_text... OK
  Applying notifications.0001_initial... OK
  Applying history.0001_initial... OK
  Applying history.0002_auto_20140916_0936... OK
  Applying history.0003_auto_20140917_1405... OK
  Applying history.0004_historyentry_is_hidden... OK
  Applying notifications.0002_historychangenotification... OK
  Applying notifications.0003_auto_20141029_1143... OK
  Applying notifications.0004_watched... OK
  Applying userstories.0010_remove_userstory_watchers... OK
  Applying userstories.0011_userstory_tribe_gig... OK
  Applying tasks.0001_initial... OK
  Applying tasks.0002_tasks_order_fields... OK
  Applying tasks.0003_task_external_reference... OK
  Applying tasks.0004_auto_20141210_1107... OK
  Applying tasks.0005_auto_20150114_0954... OK
  Applying tasks.0006_auto_20150623_1923... OK
  Applying tasks.0007_auto_20150629_1556... OK
  Applying tasks.0008_remove_task_watchers... OK
  Applying tasks.0009_auto_20151104_1131... OK
  Applying users.0007_auto_20150209_1611... OK
  Applying users.0008_auto_20150213_1701... OK
  Applying users.0009_auto_20150326_1241... OK
  Applying users.0010_auto_20150414_0936... OK
  Applying timeline.0001_initial... OK
  Applying projects.0006_auto_20141029_1040... OK
  Applying projects.0007_auto_20141024_1011... OK
  Applying projects.0008_auto_20141024_1012... OK
  Applying projects.0009_auto_20141024_1037... OK
  Applying projects.0010_project_modules_config... OK
  Applying projects.0011_auto_20141028_2057... OK
  Applying projects.0012_auto_20141210_1009... OK
  Applying projects.0013_auto_20141210_1040... OK
  Applying projects.0014_userstorystatus_is_archived... OK
  Applying projects.0015_auto_20141230_1212... OK
  Applying projects.0016_fix_json_field_not_null... OK
  Applying projects.0017_fix_is_private_for_projects... OK
  Applying projects.0018_auto_20150219_1606... OK
  Applying projects.0019_auto_20150311_0821... OK
  Applying timeline.0002_auto_20150327_1056... OK
  Applying timeline.0003_auto_20150410_0829... OK
  Applying timeline.0004_auto_20150603_1312... OK
  Applying projects.0020_membership_user_order... OK
  Applying projects.0021_auto_20150504_1524... OK
  Applying projects.0022_auto_20150701_0924... OK
  Applying projects.0023_auto_20150721_1511... OK
  Applying projects.0024_auto_20150810_1247... OK
  Applying projects.0025_auto_20150901_1600... OK
  Applying projects.0026_auto_20150911_1237... OK
  Applying projects.0027_auto_20150916_1302... OK
  Applying projects.0028_project_is_featured... OK
  Applying projects.0029_project_is_looking_for_people... OK
  Applying likes.0001_initial... OK
  Applying projects.0030_auto_20151128_0757... OK
  Applying projects.0031_project_logo... OK
  Applying projects.0032_auto_20151202_1151... OK
  Applying projects.0033_text_search_indexes... OK
  Applying projects.0034_project_looking_for_people_note... OK
  Applying projects.0035_project_blocked_code... OK
  Applying projects.0036_project_transfer_token... OK
  Applying projects.0037_auto_20160208_1751... OK
  Applying projects.0038_auto_20160215_1133... OK
  Applying projects.0039_auto_20160322_1157... OK
  Applying projects.0040_remove_memberships_of_cancelled_users_acounts... OK
  Applying projects.0043_auto_20160530_1004... OK
  Applying projects.0044_auto_20160531_1150... OK
  Applying projects.0041_auto_20160519_1058... OK
  Applying projects.0042_auto_20160525_0911... OK
  Applying projects.0045_merge... OK
  Applying issues.0002_issue_external_reference... OK
  Applying issues.0003_auto_20141210_1108... OK
  Applying issues.0004_auto_20150114_0954... OK
  Applying issues.0005_auto_20150623_1923... OK
  Applying issues.0006_remove_issue_watchers... OK
  Applying projects.0046_triggers_to_update_tags_colors... OK
  Applying projects.0047_auto_20160614_1201... OK
  Applying projects.0048_auto_20160615_1508... OK
  Applying projects.0049_auto_20160629_1443... OK
  Applying projects.0050_project_epics_csv_uuid... OK
  Applying projects.0051_auto_20160729_0802... OK
  Applying projects.0052_epic_status... OK
  Applying projects.0053_auto_20160927_0741... OK
  Applying projects.0054_auto_20160928_0540... OK
  Applying projects.0055_json_to_jsonb... OK
  Applying projects.0056_auto_20161110_1518... OK
  Applying contact.0001_initial... OK
  Applying userstories.0012_auto_20160614_1201... OK
  Applying wiki.0001_initial... OK
  Applying wiki.0002_remove_wikipage_watchers... OK
  Applying wiki.0003_auto_20160615_0721... OK
  Applying users.0011_user_theme... OK
  Applying users.0012_auto_20150812_1142... OK
  Applying users.0013_auto_20150901_1600... OK
  Applying users.0014_auto_20151005_1357... OK
  Applying users.0015_auto_20160120_1409... OK
  Applying users.0016_auto_20160204_1050... OK
  Applying users.0017_auto_20160208_1751... OK
  Applying users.0018_remove_vote_issues_in_roles_permissions_field... OK
  Applying users.0019_auto_20160519_1058... OK
  Applying users.0020_auto_20160525_1229... OK
  Applying users.0021_auto_20160614_1201... OK
  Applying users.0022_auto_20160629_1443... OK
  Applying history.0005_auto_20141120_1119... OK
  Applying history.0006_fix_json_field_not_null... OK
  Applying history.0007_set_bloked_note_and_is_blocked_in_snapshots... OK
  Applying history.0008_auto_20150508_1028... OK
  Applying history.0009_auto_20160512_1110... OK
  Applying history.0010_historyentry_project... OK
  Applying history.0011_auto_20160629_1036... OK
  Applying history.0012_auto_20160629_1036... OK
  Applying epics.0001_initial... OK
  Applying epics.0002_epic_color... OK
  Applying custom_attributes.0001_initial... OK
  Applying custom_attributes.0002_issuecustomattributesvalues_taskcustomattributesvalues_userstorycustomattributesvalues... OK
  Applying custom_attributes.0003_triggers_on_delete_customattribute... OK
  Applying custom_attributes.0004_create_empty_customattributesvalues_for_existen_object... OK
  Applying custom_attributes.0005_auto_20150505_1639... OK
  Applying custom_attributes.0006_auto_20151014_1645... OK
  Applying custom_attributes.0007_auto_20160208_1751... OK
  Applying custom_attributes.0008_auto_20160728_0540... OK
  Applying custom_attributes.0009_auto_20160728_1002... OK
  Applying custom_attributes.0010_auto_20160928_0540... OK
  Applying custom_attributes.0011_json_to_jsonb... OK
  Applying custom_attributes.0012_auto_20161201_1628... OK
  Applying custom_attributes.0013_auto_20181022_1624... OK
  Applying custom_attributes.0014_auto_20181025_0711... OK
  Applying custom_attributes.0015_auto_20200615_0811... OK
  Applying djmail.0001_initial... OK
  Applying djmail.0002_auto_20161118_1347... OK
  Applying easy_thumbnails.0001_initial... OK
  Applying easy_thumbnails.0002_thumbnaildimensions... OK
  Applying epics.0003_auto_20160901_1021... OK
  Applying epics.0004_auto_20160928_0540... OK
  Applying epics.0005_epic_external_reference... OK
  Applying epics.0006_auto_20200615_0811... OK
  Applying external_apps.0001_initial... OK
  Applying external_apps.0002_remove_application_key... OK
  Applying external_apps.0003_auto_20170607_2320... OK
  Applying external_apps.0004_typo_fix... OK
  Applying feedback.0001_initial... OK
  Applying github.0001_initial... OK
  Applying gitlab.0001_initial... OK
  Applying gitlab.0002_auto_20150703_1102... OK
  Applying gogs.0001_initial... OK
  Applying history.0013_historyentry_values_diff_cache... OK
  Applying history.0014_json_to_jsonb... OK
  Applying issues.0007_auto_20160614_1201... OK
  Applying issues.0008_add_due_date... OK
  Applying issues.0009_auto_20200615_0811... OK
  Applying likes.0002_auto_20151130_2230... OK
  Applying milestones.0002_remove_milestone_watchers... OK
  Applying milestones.0003_auto_20200615_0811... OK
  Applying notifications.0005_auto_20151005_1357... OK
  Applying notifications.0006_auto_20151103_0954... OK
  Applying notifications.0007_notifypolicy_live_notify_level... OK
  Applying notifications.0008_auto_20181010_1124... OK
  Applying notifications.0009_auto_20200615_0811... OK
  Applying projects.0057_auto_20161129_0945... OK
  Applying projects.0058_auto_20161215_1347... OK
  Applying projects.0059_auto_20170116_1633... OK
  Applying projects.0060_auto_20180614_1338... OK
  Applying projects.0061_auto_20180918_1355... OK
  Applying projects.0062_auto_20190826_0920... OK
  Applying projects.0063_auto_20200615_0811... OK
  Applying projects.0064_swimlane... OK
  Applying projects.0065_swimlaneuserstorystatus... OK
  Applying projects.0066_project_default_swimlane... OK
  Applying projects.0067_auto_20201230_1237... OK
  Applying references.0001_initial... OK
  Applying sessions.0001_initial... OK
  Applying settings.0001_initial... OK
  Applying tasks.0010_auto_20160614_1201... OK
  Applying tasks.0011_auto_20160928_0755... OK
  Applying tasks.0012_add_due_date... OK
  Applying tasks.0013_auto_20200615_0811... OK
  Applying telemetry.0001_initial... OK
  Applying timeline.0005_auto_20160706_0723... OK
  Applying timeline.0006_json_to_jsonb... OK
  Applying timeline.0007_auto_20170406_0615... OK
  Applying timeline.0008_auto_20190606_1528... OK
  Applying token_denylist.0001_initial... OK
  Applying users.0023_json_to_jsonb... OK
  Applying users.0024_auto_20170406_0727... OK
  Applying users.0025_user_uuid... OK
  Applying users.0026_auto_20180514_1513... OK
  Applying users.0027_auto_20180610_2011... OK
  Applying users.0028_auto_20200615_0811... OK
  Applying users.0029_user_verified_email... OK
  Applying users.0030_auto_20201119_1031... OK
  Applying users.0031_auto_20210108_1430... OK
  Applying users.0032_user_date_cancelled... OK
  Applying userstorage.0001_initial... OK
  Applying userstorage.0002_fix_json_field_not_null... OK
  Applying userstorage.0003_json_to_jsonb... OK
  Applying userstories.0013_auto_20160722_1018... OK
  Applying userstories.0014_auto_20160928_0540... OK
  Applying userstories.0015_add_due_date... OK
  Applying userstories.0016_userstory_assigned_users... OK
  Applying userstories.0017_userstory_generated_from_task... OK
  Applying userstories.0018_auto_20200615_0811... OK
  Applying userstories.0019_userstory_from_task_ref... OK
  Applying userstories.0020_userstory_swimlane... OK
  Applying userstories.0021_auto_20201202_0850... OK
  Applying votes.0001_initial... OK
  Applying votes.0002_auto_20150805_1600... OK
  Applying webhooks.0001_initial... OK
  Applying webhooks.0002_webhook_name... OK
  Applying webhooks.0003_auto_20150122_1021... OK
  Applying webhooks.0004_auto_20150202_0834... OK
  Applying webhooks.0005_auto_20150505_1639... OK
  Applying webhooks.0006_json_to_jsonb... OK
  Applying wiki.0004_auto_20160928_0540... OK
  Applying wiki.0005_auto_20161201_1628... OK
Load default templates
Installed 2 object(s) from 1 fixture(s)
Give permission to taiga:taiga
Starting Taiga API...
[2021-11-19 08:25:22 +0000] [1] [INFO] Starting gunicorn 19.9.0
[2021-11-19 08:25:22 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
[2021-11-19 08:25:22 +0000] [1] [INFO] Using worker: sync
[2021-11-19 08:25:22 +0000] [28] [INFO] Booting worker with pid: 28
[2021-11-19 08:25:22 +0000] [29] [INFO] Booting worker with pid: 29
[2021-11-19 08:25:22 +0000] [30] [INFO] Booting worker with pid: 30

taga-sync

WARNING: '/var/lib/rabbitmq/.erlang.cookie' was populated from '$RABBITMQ_ERLANG_COOKIE', which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
WARNING: 'docker-entrypoint.sh' generated/modified the RabbitMQ configuration file, which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)

Generated end result, for reference:
------------------------------------
loopback_users.guest = false

listeners.tcp.default = 5672

default_pass = taiga

default_user = taiga

default_vhost = taiga

management.tcp.port = 15672
------------------------------------
Configuring logger redirection
2021-11-19 08:25:00.016 [debug] <0.288.0> Lager installed handler error_logger_lager_h into error_logger
2021-11-19 08:25:00.093 [debug] <0.291.0> Lager installed handler lager_forwarder_backend into error_logger_lager_event
2021-11-19 08:25:00.093 [debug] <0.294.0> Lager installed handler lager_forwarder_backend into rabbit_log_lager_event
2021-11-19 08:25:00.093 [debug] <0.297.0> Lager installed handler lager_forwarder_backend into rabbit_log_channel_lager_event
2021-11-19 08:25:00.093 [debug] <0.300.0> Lager installed handler lager_forwarder_backend into rabbit_log_connection_lager_event
2021-11-19 08:25:00.093 [debug] <0.303.0> Lager installed handler lager_forwarder_backend into rabbit_log_feature_flags_lager_event
2021-11-19 08:25:00.093 [debug] <0.306.0> Lager installed handler lager_forwarder_backend into rabbit_log_federation_lager_event
2021-11-19 08:25:00.101 [debug] <0.309.0> Lager installed handler lager_forwarder_backend into rabbit_log_ldap_lager_event
2021-11-19 08:25:00.128 [debug] <0.312.0> Lager installed handler lager_forwarder_backend into rabbit_log_mirroring_lager_event
2021-11-19 08:25:00.138 [debug] <0.315.0> Lager installed handler lager_forwarder_backend into rabbit_log_prelaunch_lager_event
2021-11-19 08:25:00.138 [debug] <0.318.0> Lager installed handler lager_forwarder_backend into rabbit_log_queue_lager_event
2021-11-19 08:25:00.139 [debug] <0.321.0> Lager installed handler lager_forwarder_backend into rabbit_log_ra_lager_event
2021-11-19 08:25:00.139 [debug] <0.324.0> Lager installed handler lager_forwarder_backend into rabbit_log_shovel_lager_event
2021-11-19 08:25:00.139 [debug] <0.327.0> Lager installed handler lager_forwarder_backend into rabbit_log_upgrade_lager_event
2021-11-19 08:25:00.168 [info] <0.44.0> Application lager started on node rabbit@bc6e47683f14
2021-11-19 08:25:00.480 [info] <0.44.0> Application mnesia started on node rabbit@bc6e47683f14
2021-11-19 08:25:00.481 [info] <0.273.0> 
 Starting RabbitMQ 3.8.26 on Erlang 24.1.6 [jit]
 Copyright (c) 2007-2021 VMware, Inc. or its affiliates.
 Licensed under the MPL 2.0. Website: https://rabbitmq.com

  ##  ##      RabbitMQ 3.8.26
  ##  ##
  ##########  Copyright (c) 2007-2021 VMware, Inc. or its affiliates.
  ######  ##
  ##########  Licensed under the MPL 2.0. Website: https://rabbitmq.com

  Erlang:      24.1.6 [jit]
  TLS Library: OpenSSL - OpenSSL 1.1.1l  24 Aug 2021

  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): /etc/rabbitmq/rabbitmq.conf

  Starting broker...2021-11-19 08:25:00.482 [info] <0.273.0> 
 node           : rabbit@bc6e47683f14
 home dir       : /var/lib/rabbitmq
 config file(s) : /etc/rabbitmq/rabbitmq.conf
 cookie hash    : JDwKdQ1+Opz6fGGTXnORXQ==
 log(s)         : <stdout>
 database dir   : /var/lib/rabbitmq/mnesia/rabbit@bc6e47683f14
2021-11-19 08:25:00.513 [debug] <0.284.0> Lager installed handler lager_backend_throttle into lager_event
2021-11-19 08:25:01.993 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:01.993 [info] <0.273.0> Feature flags:   [ ] drop_unroutable_metric
2021-11-19 08:25:01.993 [info] <0.273.0> Feature flags:   [ ] empty_basic_get_metric
2021-11-19 08:25:01.994 [info] <0.273.0> Feature flags:   [ ] implicit_default_bindings
2021-11-19 08:25:01.994 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:01.994 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:01.994 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:01.994 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:01.994 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:09.847 [info] <0.273.0> Running boot step pre_boot defined by app rabbit
2021-11-19 08:25:09.847 [info] <0.273.0> Running boot step rabbit_core_metrics defined by app rabbit
2021-11-19 08:25:09.847 [info] <0.273.0> Running boot step rabbit_alarm defined by app rabbit
2021-11-19 08:25:09.862 [info] <0.357.0> Memory high watermark set to 1477 MiB (1549049856 bytes) of 3693 MiB (3872624640 bytes) total
2021-11-19 08:25:09.879 [info] <0.359.0> Enabling free disk space monitoring
2021-11-19 08:25:09.879 [info] <0.359.0> Disk free limit set to 50MB
2021-11-19 08:25:09.883 [info] <0.273.0> Running boot step code_server_cache defined by app rabbit
2021-11-19 08:25:09.883 [info] <0.273.0> Running boot step file_handle_cache defined by app rabbit
2021-11-19 08:25:09.884 [info] <0.362.0> Limiting to approx 1048479 file handles (943629 sockets)
2021-11-19 08:25:09.884 [info] <0.363.0> FHC read buffering:  OFF
2021-11-19 08:25:09.884 [info] <0.363.0> FHC write buffering: ON
2021-11-19 08:25:09.885 [info] <0.273.0> Running boot step worker_pool defined by app rabbit
2021-11-19 08:25:09.885 [info] <0.347.0> Will use 2 processes for default worker pool
2021-11-19 08:25:09.885 [info] <0.347.0> Starting worker pool 'worker_pool' with 2 processes in it
2021-11-19 08:25:09.885 [info] <0.273.0> Running boot step database defined by app rabbit
2021-11-19 08:25:09.886 [info] <0.273.0> Node database directory at /var/lib/rabbitmq/mnesia/rabbit@bc6e47683f14 is empty. Assuming we need to join an existing cluster or initialise from scratch...
2021-11-19 08:25:09.886 [info] <0.273.0> Configured peer discovery backend: rabbit_peer_discovery_classic_config
2021-11-19 08:25:09.886 [info] <0.273.0> Will try to lock with peer discovery backend rabbit_peer_discovery_classic_config
2021-11-19 08:25:09.886 [info] <0.273.0> All discovered existing cluster peers: 
2021-11-19 08:25:09.886 [info] <0.273.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.
2021-11-19 08:25:09.891 [info] <0.44.0> Application mnesia exited with reason: stopped
2021-11-19 08:25:09.892 [info] <0.44.0> Application mnesia exited with reason: stopped
2021-11-19 08:25:09.924 [info] <0.44.0> Application mnesia started on node rabbit@bc6e47683f14
2021-11-19 08:25:10.044 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:10.045 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:10.102 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:10.102 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:10.103 [info] <0.273.0> Feature flag `drop_unroutable_metric`: supported, attempt to enable...
2021-11-19 08:25:10.103 [info] <0.273.0> Feature flag `drop_unroutable_metric`: mark as enabled=state_changing
2021-11-19 08:25:10.121 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.121 [info] <0.273.0> Feature flags:   [~] drop_unroutable_metric
2021-11-19 08:25:10.121 [info] <0.273.0> Feature flags:   [ ] empty_basic_get_metric
2021-11-19 08:25:10.121 [info] <0.273.0> Feature flags:   [ ] implicit_default_bindings
2021-11-19 08:25:10.122 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:10.122 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.122 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.122 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.122 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.146 [info] <0.273.0> Feature flag `drop_unroutable_metric`: mark as enabled=true
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [ ] empty_basic_get_metric
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [ ] implicit_default_bindings
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.160 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.170 [info] <0.273.0> Feature flag `empty_basic_get_metric`: supported, attempt to enable...
2021-11-19 08:25:10.170 [info] <0.273.0> Feature flag `empty_basic_get_metric`: mark as enabled=state_changing
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [~] empty_basic_get_metric
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [ ] implicit_default_bindings
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.203 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.215 [info] <0.273.0> Feature flag `empty_basic_get_metric`: mark as enabled=true
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [ ] implicit_default_bindings
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.247 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.283 [info] <0.273.0> Feature flag `implicit_default_bindings`: supported, attempt to enable...
2021-11-19 08:25:10.283 [info] <0.273.0> Feature flag `implicit_default_bindings`: mark as enabled=state_changing
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [~] implicit_default_bindings
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.305 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.330 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 0 retries left
2021-11-19 08:25:10.330 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:10.330 [info] <0.273.0> Feature flag `implicit_default_bindings`: mark as enabled=true
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [ ] maintenance_mode_status
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.349 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.359 [info] <0.273.0> Feature flag `maintenance_mode_status`: supported, attempt to enable...
2021-11-19 08:25:10.361 [info] <0.273.0> Feature flag `maintenance_mode_status`: mark as enabled=state_changing
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [~] maintenance_mode_status
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.376 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.388 [info] <0.273.0> Creating table rabbit_node_maintenance_states for feature flag `maintenance_mode_status`
2021-11-19 08:25:10.394 [info] <0.273.0> Feature flag `maintenance_mode_status`: mark as enabled=true
2021-11-19 08:25:10.406 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [ ] quorum_queue
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.407 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.421 [info] <0.273.0> Feature flag `quorum_queue`: supported, attempt to enable...
2021-11-19 08:25:10.421 [info] <0.273.0> Feature flag `quorum_queue`: mark as enabled=state_changing
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [~] quorum_queue
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.460 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.472 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:10.474 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:10.474 [info] <0.273.0> Feature flag `quorum_queue`:   migrating Mnesia table rabbit_queue...
2021-11-19 08:25:10.490 [info] <0.273.0> Feature flag `quorum_queue`:   migrating Mnesia table rabbit_durable_queue...
2021-11-19 08:25:10.664 [info] <0.273.0> Feature flag `quorum_queue`:   Mnesia tables migration done
2021-11-19 08:25:10.664 [info] <0.273.0> Feature flag `quorum_queue`: mark as enabled=true
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [x] quorum_queue
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [ ] user_limits
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.681 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.695 [info] <0.273.0> Feature flag `user_limits`: supported, attempt to enable...
2021-11-19 08:25:10.695 [info] <0.273.0> Feature flag `user_limits`: mark as enabled=state_changing
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [x] quorum_queue
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [~] user_limits
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.708 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.719 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:10.721 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:10.884 [info] <0.273.0> Feature flag `user_limits`: mark as enabled=true
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [x] quorum_queue
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [x] user_limits
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags:   [ ] virtual_host_metadata
2021-11-19 08:25:10.943 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:10.982 [info] <0.273.0> Feature flag `virtual_host_metadata`: supported, attempt to enable...
2021-11-19 08:25:10.982 [info] <0.273.0> Feature flag `virtual_host_metadata`: mark as enabled=state_changing
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [x] quorum_queue
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [x] user_limits
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags:   [~] virtual_host_metadata
2021-11-19 08:25:10.999 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:11.015 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:11.015 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:11.078 [info] <0.273.0> Feature flag `virtual_host_metadata`: mark as enabled=true
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags: list of feature flags found:
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] drop_unroutable_metric
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] empty_basic_get_metric
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] implicit_default_bindings
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] maintenance_mode_status
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] quorum_queue
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] user_limits
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags:   [x] virtual_host_metadata
2021-11-19 08:25:11.092 [info] <0.273.0> Feature flags: feature flag states written to disk: yes
2021-11-19 08:25:11.103 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:11.105 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:11.168 [info] <0.273.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2021-11-19 08:25:11.168 [info] <0.273.0> Successfully synced tables from a peer
2021-11-19 08:25:11.168 [info] <0.273.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
2021-11-19 08:25:11.168 [info] <0.273.0> Will try to unlock with peer discovery backend rabbit_peer_discovery_classic_config
2021-11-19 08:25:11.168 [info] <0.273.0> Running boot step database_sync defined by app rabbit
2021-11-19 08:25:11.168 [info] <0.273.0> Running boot step feature_flags defined by app rabbit
2021-11-19 08:25:11.169 [info] <0.273.0> Running boot step codec_correctness_check defined by app rabbit
2021-11-19 08:25:11.169 [info] <0.273.0> Running boot step external_infrastructure defined by app rabbit
2021-11-19 08:25:11.169 [info] <0.273.0> Running boot step rabbit_registry defined by app rabbit
2021-11-19 08:25:11.169 [info] <0.273.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_queue_location_random defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_event defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
2021-11-19 08:25:11.170 [info] <0.273.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_priority_queue defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Priority queues enabled, real BQ is rabbit_variable_queue
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step kernel_ready defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_sysmon_minder defined by app rabbit
2021-11-19 08:25:11.171 [info] <0.273.0> Running boot step rabbit_epmd_monitor defined by app rabbit
2021-11-19 08:25:11.191 [info] <0.619.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
2021-11-19 08:25:11.191 [info] <0.273.0> Running boot step guid_generator defined by app rabbit
2021-11-19 08:25:11.195 [info] <0.273.0> Running boot step rabbit_node_monitor defined by app rabbit
2021-11-19 08:25:11.196 [info] <0.623.0> Starting rabbit_node_monitor
2021-11-19 08:25:11.196 [info] <0.273.0> Running boot step delegate_sup defined by app rabbit
2021-11-19 08:25:11.197 [info] <0.273.0> Running boot step rabbit_memory_monitor defined by app rabbit
2021-11-19 08:25:11.197 [info] <0.273.0> Running boot step core_initialized defined by app rabbit
2021-11-19 08:25:11.197 [info] <0.273.0> Running boot step upgrade_queues defined by app rabbit
2021-11-19 08:25:11.254 [info] <0.273.0> message_store upgrades: 1 to apply
2021-11-19 08:25:11.254 [info] <0.273.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store
2021-11-19 08:25:11.255 [info] <0.273.0> message_store upgrades: No durable queues found. Skipping message store migration
2021-11-19 08:25:11.255 [info] <0.273.0> message_store upgrades: Removing the old message store data
2021-11-19 08:25:11.255 [info] <0.273.0> message_store upgrades: All upgrades applied successfully
2021-11-19 08:25:11.314 [info] <0.273.0> Running boot step channel_tracking defined by app rabbit
2021-11-19 08:25:11.317 [info] <0.273.0> Setting up a table for channel tracking on this node: tracked_channel_on_node_rabbit@bc6e47683f14
2021-11-19 08:25:11.319 [info] <0.273.0> Setting up a table for channel tracking on this node: tracked_channel_table_per_user_on_node_rabbit@bc6e47683f14
2021-11-19 08:25:11.320 [info] <0.273.0> Running boot step rabbit_channel_tracking_handler defined by app rabbit
2021-11-19 08:25:11.320 [info] <0.273.0> Running boot step connection_tracking defined by app rabbit
2021-11-19 08:25:11.322 [info] <0.273.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@bc6e47683f14
2021-11-19 08:25:11.325 [info] <0.273.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@bc6e47683f14
2021-11-19 08:25:11.327 [info] <0.273.0> Setting up a table for per-user connection counting on this node: tracked_connection_table_per_user_on_node_rabbit@bc6e47683f14
2021-11-19 08:25:11.327 [info] <0.273.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
2021-11-19 08:25:11.328 [info] <0.273.0> Running boot step rabbit_exchange_parameters defined by app rabbit
2021-11-19 08:25:11.328 [info] <0.273.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
2021-11-19 08:25:11.328 [info] <0.273.0> Running boot step rabbit_policies defined by app rabbit
2021-11-19 08:25:11.335 [info] <0.273.0> Running boot step rabbit_policy defined by app rabbit
2021-11-19 08:25:11.336 [info] <0.273.0> Running boot step rabbit_queue_location_validator defined by app rabbit
2021-11-19 08:25:11.336 [info] <0.273.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
2021-11-19 08:25:11.336 [info] <0.273.0> Running boot step rabbit_vhost_limit defined by app rabbit
2021-11-19 08:25:11.336 [info] <0.273.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
2021-11-19 08:25:11.336 [info] <0.273.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
2021-11-19 08:25:11.336 [info] <0.273.0> Management plugin: using rates mode 'basic'
2021-11-19 08:25:11.336 [info] <0.273.0> Running boot step recovery defined by app rabbit
2021-11-19 08:25:11.337 [info] <0.273.0> Running boot step empty_db_check defined by app rabbit
2021-11-19 08:25:11.337 [info] <0.273.0> Will seed default virtual host and user...
2021-11-19 08:25:11.337 [info] <0.273.0> Adding vhost 'taiga' (description: 'Default virtual host', tags: [])
2021-11-19 08:25:11.360 [info] <0.684.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@bc6e47683f14/msg_stores/vhosts/DUUPSD51ILPPE6LUATO0IN63B' for vhost 'taiga' exists
2021-11-19 08:25:11.360 [info] <0.684.0> Setting segment_entry_count for vhost 'taiga' with 0 queues to '2048'
2021-11-19 08:25:11.375 [info] <0.684.0> Starting message stores for vhost 'taiga'
2021-11-19 08:25:11.375 [info] <0.688.0> Message store "DUUPSD51ILPPE6LUATO0IN63B/msg_store_transient": using rabbit_msg_store_ets_index to provide index
2021-11-19 08:25:11.385 [info] <0.684.0> Started message store of type transient for vhost 'taiga'
2021-11-19 08:25:11.385 [info] <0.692.0> Message store "DUUPSD51ILPPE6LUATO0IN63B/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
2021-11-19 08:25:11.386 [warning] <0.692.0> Message store "DUUPSD51ILPPE6LUATO0IN63B/msg_store_persistent": rebuilding indices from scratch
2021-11-19 08:25:11.387 [info] <0.684.0> Started message store of type persistent for vhost 'taiga'
2021-11-19 08:25:11.405 [info] <0.273.0> Created user 'taiga'
2021-11-19 08:25:11.406 [info] <0.273.0> Successfully set user tags for user 'taiga' to [administrator]
2021-11-19 08:25:11.410 [info] <0.273.0> Successfully set permissions for 'taiga' in virtual host 'taiga' to '.*', '.*', '.*'
2021-11-19 08:25:11.410 [info] <0.273.0> Running boot step rabbit_looking_glass defined by app rabbit
2021-11-19 08:25:11.410 [info] <0.273.0> Running boot step rabbit_core_metrics_gc defined by app rabbit
2021-11-19 08:25:11.410 [info] <0.273.0> Running boot step background_gc defined by app rabbit
2021-11-19 08:25:11.410 [info] <0.273.0> Running boot step routing_ready defined by app rabbit
2021-11-19 08:25:11.410 [info] <0.273.0> Running boot step pre_flight defined by app rabbit
2021-11-19 08:25:11.410 [info] <0.273.0> Running boot step notify_cluster defined by app rabbit
2021-11-19 08:25:11.411 [info] <0.273.0> Running boot step networking defined by app rabbit
2021-11-19 08:25:11.411 [info] <0.273.0> Running boot step definition_import_worker_pool defined by app rabbit
2021-11-19 08:25:11.411 [info] <0.347.0> Starting worker pool 'definition_import_pool' with 2 processes in it
2021-11-19 08:25:11.411 [info] <0.273.0> Running boot step cluster_name defined by app rabbit
2021-11-19 08:25:11.411 [info] <0.273.0> Initialising internal cluster ID to 'rabbitmq-cluster-id-oIOKKzr-48nFZ-d7W5JtJg'
2021-11-19 08:25:11.413 [info] <0.273.0> Running boot step direct_client defined by app rabbit
2021-11-19 08:25:11.413 [info] <0.273.0> Running boot step rabbit_management_load_definitions defined by app rabbitmq_management
2021-11-19 08:25:11.413 [info] <0.723.0> Resetting node maintenance status
2021-11-19 08:25:11.414 [info] <0.44.0> Application rabbit started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.420 [info] <0.44.0> Application rabbitmq_management_agent started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.420 [info] <0.44.0> Application cowlib started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.420 [info] <0.44.0> Application cowboy started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.420 [info] <0.44.0> Application rabbitmq_web_dispatch started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.421 [info] <0.44.0> Application amqp_client started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.461 [info] <0.782.0> Management plugin: HTTP (non-TLS) listener started on port 15672
2021-11-19 08:25:11.461 [info] <0.810.0> Statistics database started.
2021-11-19 08:25:11.461 [info] <0.809.0> Starting worker pool 'management_worker_pool' with 3 processes in it
2021-11-19 08:25:11.462 [info] <0.44.0> Application rabbitmq_management started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.501 [info] <0.44.0> Application prometheus started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.506 [info] <0.823.0> Prometheus metrics: HTTP (non-TLS) listener started on port 15692
2021-11-19 08:25:11.507 [info] <0.723.0> Ready to start client connection listeners
2021-11-19 08:25:11.507 [info] <0.44.0> Application rabbitmq_prometheus started on node rabbit@bc6e47683f14
2021-11-19 08:25:11.514 [info] <0.867.0> started TCP listener on [::]:5672
2021-11-19 08:25:11.925 [info] <0.723.0> Server startup complete; 4 plugins started.
 * rabbitmq_prometheus
 * rabbitmq_management
 * rabbitmq_web_dispatch
 * rabbitmq_management_agent
 completed with 4 plugins.
2021-11-19 08:25:11.925 [info] <0.723.0> Resetting node maintenance status
2021-11-19 08:25:14.643 [info] <0.871.0> accepting AMQP connection <0.871.0> (172.23.0.9:41738 -> 172.23.0.5:5672)
2021-11-19 08:25:14.654 [info] <0.871.0> connection <0.871.0> (172.23.0.9:41738 -> 172.23.0.5:5672): user 'taiga' authenticated and granted access to vhost 'taiga'
2021-11-19 08:25:14.676 [info] <0.879.0> accepting AMQP connection <0.879.0> (172.23.0.9:41740 -> 172.23.0.5:5672)
2021-11-19 08:25:14.679 [info] <0.879.0> connection <0.879.0> (172.23.0.9:41740 -> 172.23.0.5:5672): user 'taiga' authenticated and granted access to vhost 'taiga'
2021-11-19 08:25:14.721 [info] <0.905.0> accepting AMQP connection <0.905.0> (172.23.0.9:41742 -> 172.23.0.5:5672)
2021-11-19 08:25:14.724 [info] <0.905.0> connection <0.905.0> (172.23.0.9:41742 -> 172.23.0.5:5672): user 'taiga' authenticated and granted access to vhost 'taiga'
2021-11-19 08:26:58.805 [info] <0.972.0> accepting AMQP connection <0.972.0> (172.23.0.9:42046 -> 172.23.0.5:5672)
2021-11-19 08:26:58.810 [info] <0.972.0> connection <0.972.0> (172.23.0.9:42046 -> 172.23.0.5:5672): user 'taiga' authenticated and granted access to vhost 'taiga'
2021-11-19 08:28:14.727 [error] <0.905.0> closing AMQP connection <0.905.0> (172.23.0.9:41742 -> 172.23.0.5:5672):
missed heartbeats from client, timeout: 60s
2021-11-19 08:28:14.729 [info] <0.1022.0> Closing all channels from connection '172.23.0.9:41742 -> 172.23.0.5:5672' because it has been closed
itnikita commented 2 years ago

I have the same issuse , get the same error and logs when run this command. ./taiga-manage.sh test_email I deploy taiga by docker-compose when I visit ip//register get 404 not find a way to enable register