health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health] Thalamus Server (support)


From: Emman Wou
Subject: [Health] Thalamus Server (support)
Date: Wed, 30 Jan 2019 19:26:48 +0800

Dear Luis,

$ gunicorn --config etc/gunicorn.cfg thalamus:app

While running the above comment, I've got the following error. Should I modify the .py file and specify the correct location of the cert file.

There is no /opt/gnuhealth/certs/ folder in my machine!
===============================================
[2019-01-30 19:13:20 +0800] [24012] [INFO] Starting gunicorn 19.9.0
Traceback (most recent call last):
  File "/usr/local/bin/gunicorn", line 11, in <module>
    sys.exit(run())
  File "/usr/local/lib/python3.6/dist-packages/gunicorn/app/wsgiapp.py", line 61, in run
    WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  File "/usr/local/lib/python3.6/dist-packages/gunicorn/app/base.py", line 223, in run
    super(Application, self).run()
  File "/usr/local/lib/python3.6/dist-packages/gunicorn/app/base.py", line 72, in run
    Arbiter(self).run()
  File "/usr/local/lib/python3.6/dist-packages/gunicorn/arbiter.py", line 199, in run
    self.start()
  File "/usr/local/lib/python3.6/dist-packages/gunicorn/arbiter.py", line 157, in start
    self.LISTENERS = sock.create_sockets(self.cfg, self.log, fds)
  File "/usr/local/lib/python3.6/dist-packages/gunicorn/sock.py", line 159, in create_sockets
    raise ValueError('certfile "%s" does not exist' % conf.certfile)
ValueError: certfile "/opt/gnuhealth/certs/gnuhealthfed.crt" does not exist

Emman


reply via email to

[Prev in Thread] Current Thread [Next in Thread]