Hi All
I am new here.
I have been tasked with exploring the possibilities of using Archivematica in our organization.
I followed the automated install guide using Ansible on Ubuntu 22
Vagrant up kick off the deployment which failed.
Vagrant provision seemed to rectify the issue.
At this point I am not able to reach the dashboard. On my fresh install the dashboard service fails to start and cannot be started manually
vagrant@am-local:~$ sudo service archivematica-dashboard restart
vagrant@am-local:~$ sudo service archivematica-dashboard status
● archivematica-dashboard.service - Archivematica Dashboard
Loaded: loaded (/etc/systemd/system/archivematica-dashboard.service; enabled; vendor preset: enabled)
Active: deactivating (stop-sigterm) (Result: exit-code) since Thu 2024-04-18 11:43:34 UTC; 412ms ago
Process: 166683 ExecStart=/usr/share/archivematica/virtualenvs/archivematica/bin/gunicorn --config /etc/archivematica/
dashboard.gunicorn-config.py wsgi:>
Main PID: 166683 (code=exited, status=1/FAILURE)
Tasks: 1 (limit: 4647)
Memory: 45.6M
CPU: 12.416s
CGroup: /system.slice/archivematica-dashboard.service
└─166686 /usr/share/archivematica/virtualenvs/archivematica/bin/python /usr/share/archivematica/virtualenvs/archivematica/bin/gunicorn --config>
Apr 18 11:43:34 am-local gunicorn[166683]: File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/gunicorn/arbiter.py", line>
Apr 18 11:43:34 am-local gunicorn[166683]: self.stop()
Apr 18 11:43:34 am-local gunicorn[166683]: File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/gunicorn/arbiter.py", line>
Apr 18 11:43:34 am-local gunicorn[166683]: time.sleep(0.1)
Apr 18 11:43:34 am-local gunicorn[166683]: File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/gunicorn/arbiter.py", line>
Apr 18 11:43:34 am-local gunicorn[166683]: self.reap_workers()
Apr 18 11:43:34 am-local gunicorn[166683]: File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/gunicorn/arbiter.py", line>
Apr 18 11:43:34 am-local gunicorn[166683]: raise HaltServer(reason, self.WORKER_BOOT_ERROR)
Apr 18 11:43:34 am-local gunicorn[166683]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
Apr 18 11:43:34 am-local systemd[1]: archivematica-dashboard.service: Main process exited, code=exited, status=1/FAILURE
The dashboard logs are as follows:
vagrant@am-local:~$ sudo tail -n30 /var/log/archivematica/dashboard/dashboard.log
ConnectionRefusedError: [Errno 111] Connection refused
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/elasticsearch/connection/http_urllib3.py", line 232, in perform_request
response = self.pool.urlopen(
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/connectionpool.py", line 844, in urlopen
retries = retries.increment(
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/util/retry.py", line 445, in increment
raise reraise(type(error), error, _stacktrace)
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/util/util.py", line 39, in reraise
raise value
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/connectionpool.py", line 790, in urlopen
response = self._make_request(
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/connectionpool.py", line 496, in _make_request
conn.request(
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/connection.py", line 395, in request
self.endheaders()
File "/usr/lib/python3.9/http/client.py", line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1040, in _send_output
self.send(msg)
File "/usr/lib/python3.9/http/client.py", line 980, in send
self.connect()
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/connection.py", line 243, in connect
self.sock = self._new_conn()
File "/usr/share/archivematica/virtualenvs/archivematica/lib/python3.9/site-packages/urllib3/connection.py", line 218, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb8bdeaa370>: Failed to establish a new connection: [Errno 111] Connection refused
Any advice at this point would be welcome, thanks in advance