Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install Appia after I intsall docker on windows #18

Open
hibestnick opened this issue Jul 8, 2023 · 4 comments
Open

How to install Appia after I intsall docker on windows #18

hibestnick opened this issue Jul 8, 2023 · 4 comments

Comments

@hibestnick
Copy link

hibestnick commented Jul 8, 2023

Greetings , I am just an analytical chemist with no coding skills .

I I have installed docker on Windows 11

pleaste tell me how to " install-appia-web script and run it. "

thanks a lot

@PlethoraChutney
Copy link
Owner

No problem! Glad you're giving Appia a try!

  1. Download this script: https://github.com/PlethoraChutney/Appia/blob/main/install-appia-web_pc.ps1
  2. Move it to wherever you'd like to launch Appia from (e.g., a folder called Run-Appia on your desktop)
  3. Open a powershell admin window
  4. Navigate to wherever you moved the script
  5. Run .\install-appia-web_pc.ps1. This should prompt you for things like the username and password for your database.
  6. There should now be a script named launch-appia.ps1 in the directory. Running that script will launch the web interface!

Please let me know if you need more details! I know it's not the most friendly for people with no coding experience --- I'm hoping to make it easier after I graduate!

@hibestnick
Copy link
Author

I Open a powershell with administrator launch-appia. , but It say Access denied

plz help

by the way https://traces.baconguislab.com/ is crashed?

image

image

@hibestnick
Copy link
Author

hibestnick commented Jul 15, 2023

image

2023-07-15 12:26:18 [2023-07-15 04:26:18 +0000] [48] [INFO] Starting gunicorn 20.1.0
2023-07-15 12:26:18 [2023-07-15 04:26:18 +0000] [48] [INFO] Listening at: http://0.0.0.0:8080 (48)
2023-07-15 12:26:18 [2023-07-15 04:26:18 +0000] [48] [INFO] Using worker: sync
2023-07-15 12:26:18 [2023-07-15 04:26:18 +0000] [49] [INFO] Booting worker with pid: 49
2023-07-15 12:26:18 [2023-07-15 04:26:18 +0000] [50] [INFO] Booting worker with pid: 50
2023-07-15 12:26:19 [2023-07-15 04:26:19 +0000] [51] [INFO] Booting worker with pid: 51
2023-07-15 12:26:19 [2023-07-15 04:26:19 +0000] [52] [INFO] Booting worker with pid: 52
2023-07-15 12:26:19 [2023-07-15 04:26:19 +0000] [83] [INFO] Booting worker with pid: 83
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [49] [ERROR] Exception in worker process
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 worker.init_process()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 self.load_wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 self.callable = self.load()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 return self.load_wsgiapp()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 return util.import_app(self.app_uri)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 mod = importlib.import_module(module)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 File "", line 1030, in _gcd_import
2023-07-15 12:26:35 File "", line 1007, in _find_and_load
2023-07-15 12:26:35 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 File "", line 680, in _load_unlocked
2023-07-15 12:26:35 File "", line 790, in exec_module
2023-07-15 12:26:35 File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 File "/traces/web.py", line 11, in
2023-07-15 12:26:35 from appia.processors.database import Database
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 db = Database()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 self.db = couchserver.create(dbname)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 self.resource.put_json(name)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 return self.session.request(method, url, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 conn = self.connection_pool.get(url)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 conn.connect()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 self.sock = self._create_connection(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [49] [INFO] Worker exiting (pid: 49)
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [50] [ERROR] Exception in worker process
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 worker.init_process()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 self.load_wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 self.callable = self.load()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 return self.load_wsgiapp()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 return util.import_app(self.app_uri)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 mod = importlib.import_module(module)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 File "", line 1030, in _gcd_import
2023-07-15 12:26:35 File "", line 1007, in _find_and_load
2023-07-15 12:26:35 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 File "", line 680, in _load_unlocked
2023-07-15 12:26:35 File "", line 790, in exec_module
2023-07-15 12:26:35 File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 File "/traces/web.py", line 11, in
2023-07-15 12:26:35 from appia.processors.database import Database
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 db = Database()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 self.db = couchserver.create(dbname)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 self.resource.put_json(name)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 return self.session.request(method, url, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 conn = self.connection_pool.get(url)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 conn.connect()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 self.sock = self._create_connection(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [50] [INFO] Worker exiting (pid: 50)
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [51] [ERROR] Exception in worker process
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 worker.init_process()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 self.load_wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 self.callable = self.load()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 return self.load_wsgiapp()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 return util.import_app(self.app_uri)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 mod = importlib.import_module(module)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 File "", line 1030, in _gcd_import
2023-07-15 12:26:35 File "", line 1007, in _find_and_load
2023-07-15 12:26:35 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 File "", line 680, in _load_unlocked
2023-07-15 12:26:35 File "", line 790, in exec_module
2023-07-15 12:26:35 File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 File "/traces/web.py", line 11, in
2023-07-15 12:26:35 from appia.processors.database import Database
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 db = Database()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 self.db = couchserver.create(dbname)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 self.resource.put_json(name)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 return self.session.request(method, url, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 conn = self.connection_pool.get(url)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 conn.connect()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 self.sock = self._create_connection(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [51] [INFO] Worker exiting (pid: 51)
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [52] [ERROR] Exception in worker process
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 worker.init_process()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 self.load_wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 self.callable = self.load()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 return self.load_wsgiapp()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 return util.import_app(self.app_uri)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 mod = importlib.import_module(module)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 File "", line 1030, in _gcd_import
2023-07-15 12:26:35 File "", line 1007, in _find_and_load
2023-07-15 12:26:35 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 File "", line 680, in _load_unlocked
2023-07-15 12:26:35 File "", line 790, in exec_module
2023-07-15 12:26:35 File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 File "/traces/web.py", line 11, in
2023-07-15 12:26:35 from appia.processors.database import Database
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 db = Database()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 self.db = couchserver.create(dbname)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 self.resource.put_json(name)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 return self.session.request(method, url, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 conn = self.connection_pool.get(url)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 conn.connect()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 self.sock = self._create_connection(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [52] [INFO] Worker exiting (pid: 52)
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [48] [WARNING] Worker with pid 50 was terminated due to signal 15
2023-07-15 12:26:35 --- Logging error ---
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
2023-07-15 12:26:35 self.sleep()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
2023-07-15 12:26:35 ready = select.select([self.PIPE[0]], [], [], 1.0)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 self.reap_workers()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:26:35 raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:26:35 gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:26:35
2023-07-15 12:26:35 During handling of the above exception, another exception occurred:
2023-07-15 12:26:35
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1082, in emit
2023-07-15 12:26:35 stream.write(msg + self.terminator)
2023-07-15 12:26:35 RuntimeError: reentrant call inside <_io.BufferedWriter name=''>
2023-07-15 12:26:35
2023-07-15 12:26:35 During handling of the above exception, another exception occurred:
2023-07-15 12:26:35
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1082, in emit
2023-07-15 12:26:35 stream.write(msg + self.terminator)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 self.reap_workers()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 530, in reap_workers
2023-07-15 12:26:35 self.log.warning(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/glogging.py", line 261, in warning
2023-07-15 12:26:35 self.error_log.warning(msg, *args, **kwargs)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1446, in warning
2023-07-15 12:26:35 self._log(WARNING, msg, args, **kwargs)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1577, in _log
2023-07-15 12:26:35 self.handle(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1587, in handle
2023-07-15 12:26:35 self.callHandlers(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1649, in callHandlers
2023-07-15 12:26:35 hdlr.handle(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 948, in handle
2023-07-15 12:26:35 self.emit(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1087, in emit
2023-07-15 12:26:35 self.handleError(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1000, in handleError
2023-07-15 12:26:35 sys.stderr.write('--- Logging error ---\n')
2023-07-15 12:26:35 RuntimeError: reentrant call inside <_io.BufferedWriter name=''>
2023-07-15 12:26:35 Call stack:
2023-07-15 12:26:35 File "/usr/local/bin/gunicorn", line 8, in
2023-07-15 12:26:35 sys.exit(run())
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
2023-07-15 12:26:35 WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run
2023-07-15 12:26:35 super().run()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-07-15 12:26:35 Arbiter(self).run()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-07-15 12:26:35 self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-07-15 12:26:35 self.stop()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-07-15 12:26:35 time.sleep(0.1)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 self.reap_workers()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 530, in reap_workers
2023-07-15 12:26:35 self.log.warning(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/glogging.py", line 261, in warning
2023-07-15 12:26:35 self.error_log.warning(msg, *args, **kwargs)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1446, in warning
2023-07-15 12:26:35 self._log(WARNING, msg, args, **kwargs)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1577, in _log
2023-07-15 12:26:35 self.handle(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1587, in handle
2023-07-15 12:26:35 self.callHandlers(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1649, in callHandlers
2023-07-15 12:26:35 hdlr.handle(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 948, in handle
2023-07-15 12:26:35 self.emit(record)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/logging/init.py", line 1080, in emit
2023-07-15 12:26:35 stream = self.stream
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 self.reap_workers()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 530, in reap_workers
2023-07-15 12:26:35 self.log.warning(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/glogging.py", line 261, in warning
2023-07-15 12:26:35 self.error_log.warning(msg, *args, **kwargs)
2023-07-15 12:26:35 Message: 'Worker with pid %s was terminated due to signal %s'
2023-07-15 12:26:35 Arguments: (50, 15)
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [48] [WARNING] Worker with pid 52 was terminated due to signal 15
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [83] [ERROR] Exception in worker process
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 worker.init_process()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 self.load_wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 self.callable = self.load()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 return self.load_wsgiapp()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 return util.import_app(self.app_uri)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 mod = importlib.import_module(module)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 File "", line 1030, in _gcd_import
2023-07-15 12:26:35 File "", line 1007, in _find_and_load
2023-07-15 12:26:35 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 File "", line 680, in _load_unlocked
2023-07-15 12:26:35 File "", line 790, in exec_module
2023-07-15 12:26:35 File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 File "/traces/web.py", line 11, in
2023-07-15 12:26:35 from appia.processors.database import Database
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 db = Database()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 self.db = couchserver.create(dbname)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 self.resource.put_json(name)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 return self.session.request(method, url, body=body,
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 conn = self.connection_pool.get(url)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 conn.connect()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 self.sock = self._create_connection(
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 [2023-07-15 04:26:35 +0000] [83] [INFO] Worker exiting (pid: 83)
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
2023-07-15 12:26:35 self.sleep()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
2023-07-15 12:26:35 ready = select.select([self.PIPE[0]], [], [], 1.0)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 self.reap_workers()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:26:35 raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:26:35 gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:26:35
2023-07-15 12:26:35 During handling of the above exception, another exception occurred:
2023-07-15 12:26:35
2023-07-15 12:26:35 Traceback (most recent call last):
2023-07-15 12:26:35 File "/usr/local/bin/gunicorn", line 8, in
2023-07-15 12:26:35 sys.exit(run())
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
2023-07-15 12:26:35 WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run
2023-07-15 12:26:35 super().run()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-07-15 12:26:35 Arbiter(self).run()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-07-15 12:26:35 self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-07-15 12:26:35 self.stop()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-07-15 12:26:35 time.sleep(0.1)
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 self.reap_workers()
2023-07-15 12:26:35 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:26:35 raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:26:35 gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [48] [INFO] Starting gunicorn 20.1.0
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [48] [INFO] Listening at: http://0.0.0.0:8080 (48)
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [48] [INFO] Using worker: sync
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [49] [INFO] Booting worker with pid: 49
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [50] [INFO] Booting worker with pid: 50
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [51] [INFO] Booting worker with pid: 51
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [82] [INFO] Booting worker with pid: 82
2023-07-15 12:43:54 [2023-07-15 04:43:54 +0000] [83] [INFO] Booting worker with pid: 83
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [49] [ERROR] Exception in worker process
2023-07-15 12:44:11 Traceback (most recent call last):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 worker.init_process()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 self.load_wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 self.callable = self.load()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 return self.load_wsgiapp()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 return util.import_app(self.app_uri)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 mod = importlib.import_module(module)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 File "", line 1030, in _gcd_import
2023-07-15 12:44:11 File "", line 1007, in _find_and_load
2023-07-15 12:44:11 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 File "", line 680, in _load_unlocked
2023-07-15 12:44:11 File "", line 790, in exec_module
2023-07-15 12:44:11 File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 File "/traces/web.py", line 11, in
2023-07-15 12:44:11 from appia.processors.database import Database
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 db = Database()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 self.db = couchserver.create(dbname)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 self.resource.put_json(name)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 return self.session.request(method, url, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 conn = self.connection_pool.get(url)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 conn.connect()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 self.sock = self._create_connection(
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [49] [INFO] Worker exiting (pid: 49)
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [50] [ERROR] Exception in worker process
2023-07-15 12:44:11 Traceback (most recent call last):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 worker.init_process()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 self.load_wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 self.callable = self.load()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 return self.load_wsgiapp()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 return util.import_app(self.app_uri)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 mod = importlib.import_module(module)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 File "", line 1030, in _gcd_import
2023-07-15 12:44:11 File "", line 1007, in _find_and_load
2023-07-15 12:44:11 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 File "", line 680, in _load_unlocked
2023-07-15 12:44:11 File "", line 790, in exec_module
2023-07-15 12:44:11 File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 File "/traces/web.py", line 11, in
2023-07-15 12:44:11 from appia.processors.database import Database
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 db = Database()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 self.db = couchserver.create(dbname)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 self.resource.put_json(name)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 return self.session.request(method, url, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 conn = self.connection_pool.get(url)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 conn.connect()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 self.sock = self._create_connection(
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [50] [INFO] Worker exiting (pid: 50)
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [51] [ERROR] Exception in worker process
2023-07-15 12:44:11 Traceback (most recent call last):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 worker.init_process()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 self.load_wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 self.callable = self.load()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 return self.load_wsgiapp()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 return util.import_app(self.app_uri)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 mod = importlib.import_module(module)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 File "", line 1030, in _gcd_import
2023-07-15 12:44:11 File "", line 1007, in _find_and_load
2023-07-15 12:44:11 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 File "", line 680, in _load_unlocked
2023-07-15 12:44:11 File "", line 790, in exec_module
2023-07-15 12:44:11 File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 File "/traces/web.py", line 11, in
2023-07-15 12:44:11 from appia.processors.database import Database
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 db = Database()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 self.db = couchserver.create(dbname)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 self.resource.put_json(name)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 return self.session.request(method, url, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 conn = self.connection_pool.get(url)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 conn.connect()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 self.sock = self._create_connection(
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [51] [INFO] Worker exiting (pid: 51)
2023-07-15 12:44:11 Traceback (most recent call last):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
2023-07-15 12:44:11 self.sleep()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
2023-07-15 12:44:11 ready = select.select([self.PIPE[0]], [], [], 1.0)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:44:11 self.reap_workers()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:44:11 raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:44:11 gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:44:11
2023-07-15 12:44:11 During handling of the above exception, another exception occurred:
2023-07-15 12:44:11
2023-07-15 12:44:11 Traceback (most recent call last):
2023-07-15 12:44:11 File "/usr/local/bin/gunicorn", line 8, in
2023-07-15 12:44:11 sys.exit(run())
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
2023-07-15 12:44:11 WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run
2023-07-15 12:44:11 super().run()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-07-15 12:44:11 Arbiter(self).run()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-07-15 12:44:11 self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [48] [WARNING] Worker with pid 51 was terminated due to signal 15
2023-07-15 12:44:11 self.stop()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-07-15 12:44:11 time.sleep(0.1)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:44:11 self.reap_workers()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:44:11 raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:44:11 gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [82] [ERROR] Exception in worker process
2023-07-15 12:44:11 Traceback (most recent call last):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 worker.init_process()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 self.load_wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 self.callable = self.load()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 return self.load_wsgiapp()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 return util.import_app(self.app_uri)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 mod = importlib.import_module(module)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 File "", line 1030, in _gcd_import
2023-07-15 12:44:11 File "", line 1007, in _find_and_load
2023-07-15 12:44:11 File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 File "", line 680, in _load_unlocked
2023-07-15 12:44:11 File "", line 790, in exec_module
2023-07-15 12:44:11 File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 File "/traces/web.py", line 11, in
2023-07-15 12:44:11 from appia.processors.database import Database
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 db = Database()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 self.db = couchserver.create(dbname)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 self.resource.put_json(name)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 return self.session.request(method, url, body=body,
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 conn = self.connection_pool.get(url)
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 conn.connect()
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 self.sock = self._create_connection(
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 [2023-07-15 04:44:11 +0000] [82] [INFO] Worker exiting (pid: 82)

@hibestnick
Copy link
Author

2023-07-15 12:26:18 appia-web | [2023-07-15 04:26:18 +0000] [48] [INFO] Starting gunicorn 20.1.0
2023-07-15 12:26:18 appia-web | [2023-07-15 04:26:18 +0000] [48] [INFO] Listening at: http://0.0.0.0:8080 (48)
2023-07-15 12:26:18 appia-web | [2023-07-15 04:26:18 +0000] [48] [INFO] Using worker: sync
2023-07-15 12:26:18 appia-web | [2023-07-15 04:26:18 +0000] [49] [INFO] Booting worker with pid: 49
2023-07-15 12:26:18 appia-web | [2023-07-15 04:26:18 +0000] [50] [INFO] Booting worker with pid: 50
2023-07-15 12:26:19 appia-web | [2023-07-15 04:26:19 +0000] [51] [INFO] Booting worker with pid: 51
2023-07-15 12:26:19 appia-web | [2023-07-15 04:26:19 +0000] [52] [INFO] Booting worker with pid: 52
2023-07-15 12:26:19 appia-web | [2023-07-15 04:26:19 +0000] [83] [INFO] Booting worker with pid: 83
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [49] [ERROR] Exception in worker process
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 appia-web | worker.init_process()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 appia-web | self.load_wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.052555Z nonode@nohost <0.11.0> -------- Application couch_log started on node nonode@nohost
2023-07-15 12:26:35 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.060603Z nonode@nohost <0.11.0> -------- Application folsom started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.103320Z nonode@nohost <0.11.0> -------- Application couch_stats started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.103448Z nonode@nohost <0.11.0> -------- Application khash started on node nonode@nohost
2023-07-15 12:26:35 appia-web | self.callable = self.load()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 appia-web | return self.load_wsgiapp()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 appia-web | mod = importlib.import_module(module)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.110785Z nonode@nohost <0.11.0> -------- Application couch_event started on node nonode@nohost
2023-07-15 12:26:35 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:26:35 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:26:35 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 790, in exec_module
2023-07-15 12:26:35 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.110914Z nonode@nohost <0.11.0> -------- Application hyper started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.117116Z nonode@nohost <0.11.0> -------- Application ibrowse started on node nonode@nohost
2023-07-15 12:26:35 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:26:35 appia-web | from appia.processors.database import Database
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.123270Z nonode@nohost <0.11.0> -------- Application ioq started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.123397Z nonode@nohost <0.11.0> -------- Application mochiweb started on node nonode@nohost
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 appia-web | db = Database()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.127859Z nonode@nohost <0.216.0> -------- Preflight check: Asserting Admin Account
2023-07-15 12:26:35 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:51:15 appia-couchdb |
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.130890Z nonode@nohost <0.216.0> -------- Apache CouchDB 3.1.1 is starting.
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:51:15 appia-couchdb |
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.130945Z nonode@nohost <0.217.0> -------- Starting couch_sup
2023-07-15 12:26:35 appia-web | self.resource.put_json(name)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.155089Z nonode@nohost <0.82.0> -------- config: [admins] appia set to -pbkdf2-48d1e5732bb0b282d4b8fe62212115724aa7ff93,3215cce97dd1d71a2194f4dc70cd2ede,10 for reason nil
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.206462Z nonode@nohost <0.216.0> -------- Apache CouchDB has started. Time to relax.
2023-07-15 12:51:15 appia-couchdb |
2023-07-15 12:26:35 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.208727Z nonode@nohost <0.11.0> -------- Application couch started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.208842Z nonode@nohost <0.11.0> -------- Application ets_lru started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.223142Z nonode@nohost <0.250.0> -------- rexi_server : started servers
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.225576Z nonode@nohost <0.254.0> -------- rexi_buffer : started servers
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.225763Z nonode@nohost <0.11.0> -------- Application rexi started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [warning] 2023-07-15T04:51:15.254886Z nonode@nohost <0.262.0> -------- creating missing database: _nodes
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.254954Z nonode@nohost <0.263.0> -------- open_result error {not_found,no_db_file} for _nodes
2023-07-15 12:51:15 appia-couchdb | [warning] 2023-07-15T04:51:15.319608Z nonode@nohost <0.278.0> -------- creating missing database: _dbs
2023-07-15 12:51:15 appia-couchdb | [warning] 2023-07-15T04:51:15.319657Z nonode@nohost <0.277.0> -------- creating missing database: _dbs
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.319693Z nonode@nohost <0.280.0> -------- open_result error {not_found,no_db_file} for _dbs
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.342370Z nonode@nohost <0.292.0> -------- mem3_reshard_dbdoc start init()
2023-07-15 12:26:35 appia-web | conn.connect()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 appia-web | self.sock = self._create_connection(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.348003Z nonode@nohost <0.294.0> -------- mem3_reshard start init()
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.348082Z nonode@nohost <0.295.0> -------- mem3_reshard db monitor <0.295.0> starting
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.350743Z nonode@nohost <0.294.0> -------- mem3_reshard starting reloading jobs
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.350786Z nonode@nohost <0.294.0> -------- mem3_reshard finished reloading jobs
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.351464Z nonode@nohost <0.11.0> -------- Application mem3 started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.351585Z nonode@nohost <0.11.0> -------- Application fabric started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.379597Z nonode@nohost <0.11.0> -------- Application chttpd started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.391057Z nonode@nohost <0.11.0> -------- Application couch_index started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.391137Z nonode@nohost <0.11.0> -------- Application couch_mrview started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.391156Z nonode@nohost <0.11.0> -------- Application couch_plugins started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [notice] 2023-07-15T04:51:15.393379Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:15 appia-couchdb | [error] 2023-07-15T04:51:15.393409Z nonode@nohost emulator -------- Error in process <0.325.0> with exit value:
2023-07-15 12:51:15 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:15 appia-couchdb |
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.428573Z nonode@nohost <0.11.0> -------- Application couch_replicator started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.437286Z nonode@nohost <0.11.0> -------- Application couch_peruser started on node nonode@nohost
2023-07-15 12:26:35 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.448461Z nonode@nohost <0.11.0> -------- Application ddoc_cache started on node nonode@nohost
2023-07-15 12:26:35 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.457875Z nonode@nohost <0.11.0> -------- Application dreyfus started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.473712Z nonode@nohost <0.11.0> -------- Application global_changes started on node nonode@nohost
2023-07-15 12:26:35 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.473757Z nonode@nohost <0.11.0> -------- Application jiffy started on node nonode@nohost
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [49] [INFO] Worker exiting (pid: 49)
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [50] [ERROR] Exception in worker process
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.483493Z nonode@nohost <0.11.0> -------- Application jwtf started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.494004Z nonode@nohost <0.11.0> -------- Application ken started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.503433Z nonode@nohost <0.11.0> -------- Application mango started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.510597Z nonode@nohost <0.11.0> -------- Application setup started on node nonode@nohost
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.534244Z nonode@nohost <0.11.0> -------- Application smoosh started on node nonode@nohost
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.534379Z nonode@nohost <0.11.0> -------- Application snappy started on node nonode@nohost
2023-07-15 12:26:35 appia-web | worker.init_process()
2023-07-15 12:51:15 appia-couchdb | [info] 2023-07-15T04:51:15.534478Z nonode@nohost <0.11.0> -------- Application recon started on node nonode@nohost
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:51:20 appia-couchdb | [notice] 2023-07-15T04:51:20.394156Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:20 appia-couchdb | [error] 2023-07-15T04:51:20.394352Z nonode@nohost emulator -------- Error in process <0.463.0> with exit value:
2023-07-15 12:51:20 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:20 appia-couchdb |
2023-07-15 12:26:35 appia-web | self.load_wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:51:20 appia-couchdb | [notice] 2023-07-15T04:51:20.401948Z nonode@nohost <0.346.0> -------- couch_replicator_clustering : cluster stable
2023-07-15 12:51:20 appia-couchdb | [notice] 2023-07-15T04:51:20.404698Z nonode@nohost <0.356.0> -------- Started replicator db changes listener <0.464.0>
2023-07-15 12:51:20 appia-couchdb | [info] 2023-07-15T04:51:20.406811Z nonode@nohost <0.466.0> -------- open_result error {not_found,no_db_file} for _replicator
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:51:25 appia-couchdb | [notice] 2023-07-15T04:51:25.395457Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:25 appia-couchdb | [error] 2023-07-15T04:51:25.395767Z nonode@nohost emulator -------- Error in process <0.518.0> with exit value:
2023-07-15 12:51:25 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:26:35 appia-web | self.callable = self.load()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:51:25 appia-couchdb |
2023-07-15 12:51:30 appia-couchdb | [notice] 2023-07-15T04:51:30.224016Z nonode@nohost <0.250.0> -------- rexi_server : cluster stable
2023-07-15 12:51:30 appia-couchdb | [notice] 2023-07-15T04:51:30.224063Z nonode@nohost <0.254.0> -------- rexi_buffer : cluster stable
2023-07-15 12:26:35 appia-web | return self.load_wsgiapp()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:51:30 appia-couchdb | [notice] 2023-07-15T04:51:30.396567Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:30 appia-couchdb | [error] 2023-07-15T04:51:30.396889Z nonode@nohost emulator -------- Error in process <0.551.0> with exit value:
2023-07-15 12:51:30 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:30 appia-couchdb |
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 appia-web | mod = importlib.import_module(module)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:26:35 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:26:35 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 790, in exec_module
2023-07-15 12:26:35 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:26:35 appia-web | from appia.processors.database import Database
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 appia-web | db = Database()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 appia-web | self.resource.put_json(name)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 appia-web | conn.connect()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 appia-web | self.sock = self._create_connection(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [50] [INFO] Worker exiting (pid: 50)
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [51] [ERROR] Exception in worker process
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 appia-web | worker.init_process()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 appia-web | self.load_wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 appia-web | self.callable = self.load()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 appia-web | return self.load_wsgiapp()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 appia-web | mod = importlib.import_module(module)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:26:35 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:26:35 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 790, in exec_module
2023-07-15 12:26:35 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:26:35 appia-web | from appia.processors.database import Database
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 appia-web | db = Database()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 appia-web | self.resource.put_json(name)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 appia-web | conn.connect()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 appia-web | self.sock = self._create_connection(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [51] [INFO] Worker exiting (pid: 51)
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [52] [ERROR] Exception in worker process
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 appia-web | worker.init_process()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 appia-web | self.load_wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 appia-web | self.callable = self.load()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 appia-web | return self.load_wsgiapp()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 appia-web | mod = importlib.import_module(module)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:26:35 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:26:35 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 790, in exec_module
2023-07-15 12:26:35 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:26:35 appia-web | from appia.processors.database import Database
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 appia-web | db = Database()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 appia-web | self.resource.put_json(name)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 appia-web | conn.connect()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 appia-web | self.sock = self._create_connection(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [52] [INFO] Worker exiting (pid: 52)
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [48] [WARNING] Worker with pid 50 was terminated due to signal 15
2023-07-15 12:26:35 appia-web | --- Logging error ---
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
2023-07-15 12:26:35 appia-web | self.sleep()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
2023-07-15 12:26:35 appia-web | ready = select.select([self.PIPE[0]], [], [], 1.0)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 appia-web | self.reap_workers()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:26:35 appia-web | raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:26:35 appia-web | gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:26:35 appia-web |
2023-07-15 12:26:35 appia-web | During handling of the above exception, another exception occurred:
2023-07-15 12:26:35 appia-web |
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1082, in emit
2023-07-15 12:26:35 appia-web | stream.write(msg + self.terminator)
2023-07-15 12:26:35 appia-web | RuntimeError: reentrant call inside <_io.BufferedWriter name=''>
2023-07-15 12:26:35 appia-web |
2023-07-15 12:26:35 appia-web | During handling of the above exception, another exception occurred:
2023-07-15 12:26:35 appia-web |
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1082, in emit
2023-07-15 12:26:35 appia-web | stream.write(msg + self.terminator)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 appia-web | self.reap_workers()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 530, in reap_workers
2023-07-15 12:26:35 appia-web | self.log.warning(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/glogging.py", line 261, in warning
2023-07-15 12:26:35 appia-web | self.error_log.warning(msg, *args, **kwargs)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1446, in warning
2023-07-15 12:26:35 appia-web | self._log(WARNING, msg, args, **kwargs)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1577, in _log
2023-07-15 12:26:35 appia-web | self.handle(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1587, in handle
2023-07-15 12:26:35 appia-web | self.callHandlers(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1649, in callHandlers
2023-07-15 12:26:35 appia-web | hdlr.handle(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 948, in handle
2023-07-15 12:26:35 appia-web | self.emit(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1087, in emit
2023-07-15 12:26:35 appia-web | self.handleError(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1000, in handleError
2023-07-15 12:26:35 appia-web | sys.stderr.write('--- Logging error ---\n')
2023-07-15 12:26:35 appia-web | RuntimeError: reentrant call inside <_io.BufferedWriter name=''>
2023-07-15 12:26:35 appia-web | Call stack:
2023-07-15 12:26:35 appia-web | File "/usr/local/bin/gunicorn", line 8, in
2023-07-15 12:26:35 appia-web | sys.exit(run())
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
2023-07-15 12:26:35 appia-web | WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run
2023-07-15 12:26:35 appia-web | super().run()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-07-15 12:26:35 appia-web | Arbiter(self).run()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-07-15 12:26:35 appia-web | self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-07-15 12:26:35 appia-web | self.stop()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-07-15 12:26:35 appia-web | time.sleep(0.1)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 appia-web | self.reap_workers()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 530, in reap_workers
2023-07-15 12:26:35 appia-web | self.log.warning(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/glogging.py", line 261, in warning
2023-07-15 12:26:35 appia-web | self.error_log.warning(msg, *args, **kwargs)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1446, in warning
2023-07-15 12:26:35 appia-web | self._log(WARNING, msg, args, **kwargs)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1577, in _log
2023-07-15 12:26:35 appia-web | self.handle(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1587, in handle
2023-07-15 12:26:35 appia-web | self.callHandlers(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1649, in callHandlers
2023-07-15 12:26:35 appia-web | hdlr.handle(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 948, in handle
2023-07-15 12:26:35 appia-web | self.emit(record)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/logging/init.py", line 1080, in emit
2023-07-15 12:26:35 appia-web | stream = self.stream
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 appia-web | self.reap_workers()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 530, in reap_workers
2023-07-15 12:26:35 appia-web | self.log.warning(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/glogging.py", line 261, in warning
2023-07-15 12:26:35 appia-web | self.error_log.warning(msg, *args, **kwargs)
2023-07-15 12:26:35 appia-web | Message: 'Worker with pid %s was terminated due to signal %s'
2023-07-15 12:26:35 appia-web | Arguments: (50, 15)
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [48] [WARNING] Worker with pid 52 was terminated due to signal 15
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [83] [ERROR] Exception in worker process
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:26:35 appia-web | worker.init_process()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:26:35 appia-web | self.load_wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:26:35 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:26:35 appia-web | self.callable = self.load()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:26:35 appia-web | return self.load_wsgiapp()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:26:35 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:26:35 appia-web | mod = importlib.import_module(module)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:26:35 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:26:35 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:26:35 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:26:35 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:26:35 appia-web | File "", line 790, in exec_module
2023-07-15 12:26:35 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:26:35 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:26:35 appia-web | from appia.processors.database import Database
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:26:35 appia-web | db = Database()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:26:35 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:26:35 appia-web | self.resource.put_json(name)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:26:35 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:26:35 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:26:35 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:26:35 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:26:35 appia-web | conn.connect()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:26:35 appia-web | self.sock = self._create_connection(
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:26:35 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:26:35 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:26:35 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:26:35 appia-web | [2023-07-15 04:26:35 +0000] [83] [INFO] Worker exiting (pid: 83)
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
2023-07-15 12:26:35 appia-web | self.sleep()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
2023-07-15 12:26:35 appia-web | ready = select.select([self.PIPE[0]], [], [], 1.0)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 appia-web | self.reap_workers()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:26:35 appia-web | raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:26:35 appia-web | gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:26:35 appia-web |
2023-07-15 12:26:35 appia-web | During handling of the above exception, another exception occurred:
2023-07-15 12:26:35 appia-web |
2023-07-15 12:26:35 appia-web | Traceback (most recent call last):
2023-07-15 12:26:35 appia-web | File "/usr/local/bin/gunicorn", line 8, in
2023-07-15 12:26:35 appia-web | sys.exit(run())
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
2023-07-15 12:26:35 appia-web | WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run
2023-07-15 12:26:35 appia-web | super().run()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-07-15 12:26:35 appia-web | Arbiter(self).run()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-07-15 12:26:35 appia-web | self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-07-15 12:26:35 appia-web | self.stop()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-07-15 12:26:35 appia-web | time.sleep(0.1)
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:26:35 appia-web | self.reap_workers()
2023-07-15 12:26:35 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:26:35 appia-web | raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:26:35 appia-web | gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [48] [INFO] Starting gunicorn 20.1.0
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [48] [INFO] Listening at: http://0.0.0.0:8080 (48)
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [48] [INFO] Using worker: sync
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [49] [INFO] Booting worker with pid: 49
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [50] [INFO] Booting worker with pid: 50
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [51] [INFO] Booting worker with pid: 51
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [82] [INFO] Booting worker with pid: 82
2023-07-15 12:43:54 appia-web | [2023-07-15 04:43:54 +0000] [83] [INFO] Booting worker with pid: 83
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [49] [ERROR] Exception in worker process
2023-07-15 12:44:11 appia-web | Traceback (most recent call last):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 appia-web | worker.init_process()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 appia-web | self.load_wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 appia-web | self.callable = self.load()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 appia-web | return self.load_wsgiapp()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 appia-web | mod = importlib.import_module(module)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:44:11 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:44:11 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 790, in exec_module
2023-07-15 12:44:11 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:44:11 appia-web | from appia.processors.database import Database
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 appia-web | db = Database()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 appia-web | self.resource.put_json(name)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 appia-web | conn.connect()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 appia-web | self.sock = self._create_connection(
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [49] [INFO] Worker exiting (pid: 49)
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [50] [ERROR] Exception in worker process
2023-07-15 12:44:11 appia-web | Traceback (most recent call last):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 appia-web | worker.init_process()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 appia-web | self.load_wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 appia-web | self.callable = self.load()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 appia-web | return self.load_wsgiapp()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 appia-web | mod = importlib.import_module(module)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:44:11 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:44:11 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 790, in exec_module
2023-07-15 12:44:11 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:44:11 appia-web | from appia.processors.database import Database
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 appia-web | db = Database()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 appia-web | self.resource.put_json(name)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 appia-web | conn.connect()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 appia-web | self.sock = self._create_connection(
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [50] [INFO] Worker exiting (pid: 50)
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [51] [ERROR] Exception in worker process
2023-07-15 12:44:11 appia-web | Traceback (most recent call last):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 appia-web | worker.init_process()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 appia-web | self.load_wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 appia-web | self.callable = self.load()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 appia-web | return self.load_wsgiapp()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 appia-web | mod = importlib.import_module(module)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:44:11 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:44:11 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 790, in exec_module
2023-07-15 12:44:11 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:44:11 appia-web | from appia.processors.database import Database
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 appia-web | db = Database()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 appia-web | self.resource.put_json(name)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 appia-web | conn.connect()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 appia-web | self.sock = self._create_connection(
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [51] [INFO] Worker exiting (pid: 51)
2023-07-15 12:44:11 appia-web | Traceback (most recent call last):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
2023-07-15 12:44:11 appia-web | self.sleep()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
2023-07-15 12:44:11 appia-web | ready = select.select([self.PIPE[0]], [], [], 1.0)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:44:11 appia-web | self.reap_workers()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:44:11 appia-web | raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:44:11 appia-web | gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:44:11 appia-web |
2023-07-15 12:44:11 appia-web | During handling of the above exception, another exception occurred:
2023-07-15 12:44:11 appia-web |
2023-07-15 12:44:11 appia-web | Traceback (most recent call last):
2023-07-15 12:44:11 appia-web | File "/usr/local/bin/gunicorn", line 8, in
2023-07-15 12:44:11 appia-web | sys.exit(run())
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
2023-07-15 12:44:11 appia-web | WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run
2023-07-15 12:44:11 appia-web | super().run()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-07-15 12:44:11 appia-web | Arbiter(self).run()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-07-15 12:44:11 appia-web | self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [48] [WARNING] Worker with pid 51 was terminated due to signal 15
2023-07-15 12:44:11 appia-web | self.stop()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-07-15 12:44:11 appia-web | time.sleep(0.1)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-07-15 12:44:11 appia-web | self.reap_workers()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-07-15 12:44:11 appia-web | raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-07-15 12:44:11 appia-web | gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [82] [ERROR] Exception in worker process
2023-07-15 12:44:11 appia-web | Traceback (most recent call last):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:44:11 appia-web | worker.init_process()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:44:11 appia-web | self.load_wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:44:11 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:44:11 appia-web | self.callable = self.load()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:44:11 appia-web | return self.load_wsgiapp()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:44:11 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:44:11 appia-web | mod = importlib.import_module(module)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:44:11 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:44:11 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:44:11 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:44:11 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:44:11 appia-web | File "", line 790, in exec_module
2023-07-15 12:44:11 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:44:11 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:44:11 appia-web | from appia.processors.database import Database
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:44:11 appia-web | db = Database()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:44:11 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:44:11 appia-web | self.resource.put_json(name)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:44:11 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:44:11 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:44:11 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 295, in request
2023-07-15 12:44:11 appia-web | conn = self.connection_pool.get(url)
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 515, in get
2023-07-15 12:44:11 appia-web | conn.connect()
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/http/client.py", line 921, in connect
2023-07-15 12:44:11 appia-web | self.sock = self._create_connection(
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 822, in create_connection
2023-07-15 12:44:11 appia-web | for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2023-07-15 12:44:11 appia-web | File "/usr/local/lib/python3.9/socket.py", line 953, in getaddrinfo
2023-07-15 12:44:11 appia-web | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2023-07-15 12:44:11 appia-web | socket.gaierror: [Errno -3] Temporary failure in name resolution
2023-07-15 12:44:11 appia-web | [2023-07-15 04:44:11 +0000] [82] [INFO] Worker exiting (pid: 82)
2023-07-15 12:51:35 appia-couchdb | [notice] 2023-07-15T04:51:35.397443Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:35 appia-couchdb | [error] 2023-07-15T04:51:35.397578Z nonode@nohost emulator -------- Error in process <0.600.0> with exit value:
2023-07-15 12:51:35 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:35 appia-couchdb |
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [48] [INFO] Starting gunicorn 20.1.0
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [48] [INFO] Listening at: http://0.0.0.0:8080 (48)
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [48] [INFO] Using worker: sync
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [49] [INFO] Booting worker with pid: 49
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [50] [INFO] Booting worker with pid: 50
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [51] [INFO] Booting worker with pid: 51
2023-07-15 12:51:35 appia-web | [2023-07-15 04:51:35 +0000] [82] [INFO] Booting worker with pid: 82
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [83] [INFO] Booting worker with pid: 83
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.501031Z nonode@nohost <0.585.0> 6e10ead1e6 couchdb:5984 172.18.0.3 appia HEAD /traces 404 ok 45
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.501153Z nonode@nohost <0.584.0> c44ca848cc couchdb:5984 172.18.0.3 appia HEAD /traces 404 ok 50
2023-07-15 12:51:36 appia-couchdb | [error] 2023-07-15T04:51:36.516301Z nonode@nohost <0.585.0> 1ac51443c7 Request to create N=3 DB but only 1 node(s)
2023-07-15 12:51:36 appia-couchdb | [error] 2023-07-15T04:51:36.516414Z nonode@nohost <0.584.0> f34dc4162c Request to create N=3 DB but only 1 node(s)
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.536504Z nonode@nohost <0.586.0> 2803d89fd1 couchdb:5984 172.18.0.3 appia HEAD /traces 404 ok 1
2023-07-15 12:51:36 appia-couchdb | [error] 2023-07-15T04:51:36.537124Z nonode@nohost <0.586.0> ec6e7d764a Request to create N=3 DB but only 1 node(s)
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.541849Z nonode@nohost <0.584.0> f34dc4162c couchdb:5984 172.18.0.3 appia PUT /traces 412 ok 40
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [49] [ERROR] Exception in worker process
2023-07-15 12:51:36 appia-web | Traceback (most recent call last):
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:51:36 appia-web | worker.init_process()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:51:36 appia-web | self.load_wsgi()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:51:36 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:51:36 appia-web | self.callable = self.load()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:51:36 appia-web | return self.load_wsgiapp()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:51:36 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:51:36 appia-web | mod = importlib.import_module(module)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:51:36 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:51:36 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:51:36 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:51:36 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:51:36 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:51:36 appia-web | File "", line 790, in exec_module
2023-07-15 12:51:36 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:51:36 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:51:36 appia-web | from appia.processors.database import Database
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:51:36 appia-web | db = Database()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:51:36 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:51:36 appia-web | self.resource.put_json(name)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:51:36 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:51:36 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:51:36 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 427, in request
2023-07-15 12:51:36 appia-web | raise PreconditionFailed(error)
2023-07-15 12:51:36 appia-web | couchdb.http.PreconditionFailed: ('file_exists', 'The database could not be created, the file already exists.')
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [49] [INFO] Worker exiting (pid: 49)
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.552164Z nonode@nohost <0.586.0> ec6e7d764a couchdb:5984 172.18.0.3 appia PUT /traces 412 ok 15
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [51] [ERROR] Exception in worker process
2023-07-15 12:51:36 appia-web | Traceback (most recent call last):
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-07-15 12:51:36 appia-web | worker.init_process()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-07-15 12:51:36 appia-web | self.load_wsgi()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-07-15 12:51:36 appia-web | self.wsgi = self.app.wsgi()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-07-15 12:51:36 appia-web | self.callable = self.load()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-07-15 12:51:36 appia-web | return self.load_wsgiapp()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-07-15 12:51:36 appia-web | return util.import_app(self.app_uri)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2023-07-15 12:51:36 appia-web | mod = importlib.import_module(module)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
2023-07-15 12:51:36 appia-web | return _bootstrap._gcd_import(name[level:], package, level)
2023-07-15 12:51:36 appia-web | File "", line 1030, in _gcd_import
2023-07-15 12:51:36 appia-web | File "", line 1007, in _find_and_load
2023-07-15 12:51:36 appia-web | File "", line 986, in _find_and_load_unlocked
2023-07-15 12:51:36 appia-web | File "", line 680, in _load_unlocked
2023-07-15 12:51:36 appia-web | File "", line 790, in exec_module
2023-07-15 12:51:36 appia-web | File "", line 228, in _call_with_frames_removed
2023-07-15 12:51:36 appia-web | File "/traces/web.py", line 11, in
2023-07-15 12:51:36 appia-web | from appia.processors.database import Database
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 171, in
2023-07-15 12:51:36 appia-web | db = Database()
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/appia/processors/database.py", line 69, in init
2023-07-15 12:51:36 appia-web | self.db = couchserver.create(dbname)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/client.py", line 221, in create
2023-07-15 12:51:36 appia-web | self.resource.put_json(name)
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 577, in put_json
2023-07-15 12:51:36 appia-web | return self._request_json('PUT', path, body=body, headers=headers,
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 595, in _request_json
2023-07-15 12:51:36 appia-web | status, headers, data = self._request(method, path, body=body,
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 590, in _request
2023-07-15 12:51:36 appia-web | return self.session.request(method, url, body=body,
2023-07-15 12:51:36 appia-web | File "/usr/local/lib/python3.9/site-packages/couchdb/http.py", line 427, in request
2023-07-15 12:51:36 appia-web | raise PreconditionFailed(error)
2023-07-15 12:51:36 appia-web | couchdb.http.PreconditionFailed: ('file_exists', 'The database could not be created, the file already exists.')
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [51] [INFO] Worker exiting (pid: 51)
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.581526Z nonode@nohost <0.585.0> 1ac51443c7 couchdb:5984 172.18.0.3 appia PUT /traces 201 ok 80
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.613118Z nonode@nohost <0.585.0> 79ef7d99af couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 31
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.627056Z nonode@nohost <0.587.0> c5dca9a003 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 6
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.635231Z nonode@nohost <0.587.0> 824bca6113 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 8
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.636678Z nonode@nohost <0.588.0> 7adaf6b159 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 8
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.637890Z nonode@nohost <0.589.0> 2b45bba998 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 9
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.644136Z nonode@nohost <0.588.0> 91a17b2f29 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 7
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.646218Z nonode@nohost <0.589.0> 3dffb87bc9 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 8
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [48] [WARNING] Worker with pid 51 was terminated due to signal 15
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.654039Z nonode@nohost <0.587.0> 68d5271a1e couchdb:5984 172.18.0.3 appia GET /traces/_all_docs 200 ok 16
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [50] [INFO] Worker exiting (pid: 50)
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.657288Z nonode@nohost <0.590.0> 77486ad241 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 5
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.658758Z nonode@nohost <0.591.0> 433b06941c couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 6
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.662424Z nonode@nohost <0.590.0> 3a552cdd52 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 5
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.663885Z nonode@nohost <0.591.0> d257ac86a7 couchdb:5984 172.18.0.3 appia HEAD /traces 200 ok 4
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.671071Z nonode@nohost <0.590.0> 945847026c couchdb:5984 172.18.0.3 appia GET /traces/_all_docs 200 ok 7
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [83] [INFO] Worker exiting (pid: 83)
2023-07-15 12:51:36 appia-couchdb | [notice] 2023-07-15T04:51:36.674756Z nonode@nohost <0.591.0> b8386c4612 couchdb:5984 172.18.0.3 appia GET /traces/_all_docs 200 ok 8
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [82] [INFO] Worker exiting (pid: 82)
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [48] [INFO] Shutting down: Master
2023-07-15 12:51:36 appia-web | [2023-07-15 04:51:36 +0000] [48] [INFO] Reason: Worker failed to boot.
1970-01-01 08:00:00 appia-web exited with code 3
1970-01-01 08:00:00 appia-couchdb | 2023-07-15T04:51:40.400795830Z [notice] 2023-07-15T04:51:40.400378Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:40 appia-couchdb | [error] 2023-07-15T04:51:40.400496Z nonode@nohost emulator -------- Error in process <0.737.0> with exit value:
2023-07-15 12:51:40 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:40 appia-couchdb |
2023-07-15 12:51:45 appia-couchdb | [notice] 2023-07-15T04:51:45.404669Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:45 appia-couchdb | [error] 2023-07-15T04:51:45.404908Z nonode@nohost emulator -------- Error in process <0.778.0> with exit value:
2023-07-15 12:51:45 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:45 appia-couchdb |
2023-07-15 12:51:50 appia-couchdb | [notice] 2023-07-15T04:51:50.407295Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:50 appia-couchdb | [error] 2023-07-15T04:51:50.407476Z nonode@nohost emulator -------- Error in process <0.819.0> with exit value:
2023-07-15 12:51:50 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:50 appia-couchdb |
2023-07-15 12:51:55 appia-couchdb | [notice] 2023-07-15T04:51:55.412092Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:51:55 appia-couchdb | [error] 2023-07-15T04:51:55.412379Z nonode@nohost emulator -------- Error in process <0.860.0> with exit value:
2023-07-15 12:51:55 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:51:55 appia-couchdb |
2023-07-15 12:52:00 appia-couchdb | [notice] 2023-07-15T04:52:00.418103Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:00 appia-couchdb | [error] 2023-07-15T04:52:00.418258Z nonode@nohost emulator -------- Error in process <0.901.0> with exit value:
2023-07-15 12:52:00 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:00 appia-couchdb |
2023-07-15 12:52:05 appia-couchdb | [notice] 2023-07-15T04:52:05.421273Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:05 appia-couchdb | [error] 2023-07-15T04:52:05.421413Z nonode@nohost emulator -------- Error in process <0.942.0> with exit value:
2023-07-15 12:52:05 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:05 appia-couchdb |
2023-07-15 12:52:10 appia-couchdb | [notice] 2023-07-15T04:52:10.424582Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:10 appia-couchdb | [error] 2023-07-15T04:52:10.424712Z nonode@nohost emulator -------- Error in process <0.983.0> with exit value:
2023-07-15 12:52:10 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:10 appia-couchdb |
2023-07-15 12:52:15 appia-couchdb | [notice] 2023-07-15T04:52:15.427485Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:15 appia-couchdb | [error] 2023-07-15T04:52:15.427647Z nonode@nohost emulator -------- Error in process <0.1024.0> with exit value:
2023-07-15 12:52:15 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:15 appia-couchdb |
2023-07-15 12:52:20 appia-couchdb | [notice] 2023-07-15T04:52:20.430844Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:20 appia-couchdb | [error] 2023-07-15T04:52:20.430970Z nonode@nohost emulator -------- Error in process <0.1065.0> with exit value:
2023-07-15 12:52:20 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:20 appia-couchdb |
2023-07-15 12:52:25 appia-couchdb | [notice] 2023-07-15T04:52:25.433804Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:25 appia-couchdb | [error] 2023-07-15T04:52:25.434005Z nonode@nohost emulator -------- Error in process <0.1106.0> with exit value:
2023-07-15 12:52:25 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:25 appia-couchdb |
2023-07-15 12:52:30 appia-couchdb | [notice] 2023-07-15T04:52:30.436083Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.
2023-07-15 12:52:30 appia-couchdb | [error] 2023-07-15T04:52:30.436241Z nonode@nohost emulator -------- Error in process <0.1147.0> with exit value:
2023-07-15 12:52:30 appia-couchdb | {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
2023-07-15 12:52:30 appia-couchdb |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants