Gunicorn errors
unknown
plain_text
3 years ago
4.0 kB
8
Indexable
[2022-09-19 22:09:47 +0530] [10811] [DEBUG] Current configuration:
config: ./gunicorn.conf.py
wsgi_app: None
bind: ['unix:sampleplatform.sock']
backlog: 2048
workers: 4
worker_class: sync
threads: 1
worker_connections: 1000
max_requests: 0
max_requests_jitter: 0
timeout: 30
graceful_timeout: 30
keepalive: 2
limit_request_line: 4094
limit_request_fields: 100
limit_request_field_size: 8190
reload: False
reload_engine: auto
reload_extra_files: []
spew: False
check_config: False
print_config: False
preload_app: False
sendfile: None
reuse_port: False
chdir: /var/www/sample-platform
daemon: True
raw_env: []
pidfile: gunicorn.pid
worker_tmp_dir: None
user: 33
group: 33
umask: 7
initgroups: False
tmp_upload_dir: None
secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
forwarded_allow_ips: ['127.0.0.1']
accesslog: /var/www/sample-platform/logs/access.log
disable_redirect_access_to_syslog: False
access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
errorlog: /var/www/sample-platform/logs/error.log
loglevel: debug
capture_output: True
logger_class: gunicorn.glogging.Logger
logconfig: None
logconfig_dict: {}
syslog_addr: udp://localhost:514
syslog: False
syslog_prefix: None
syslog_facility: user
enable_stdio_inheritance: False
statsd_host: None
dogstatsd_tags:
statsd_prefix:
proc_name: None
default_proc_name: run:app
pythonpath: None
paste: None
on_starting: <function OnStarting.on_starting at 0x7f71f9916e50>
on_reload: <function OnReload.on_reload at 0x7f71f9916f70>
when_ready: <function WhenReady.when_ready at 0x7f71f98ac0d0>
pre_fork: <function Prefork.pre_fork at 0x7f71f98ac1f0>
post_fork: <function Postfork.post_fork at 0x7f71f98ac310>
post_worker_init: <function PostWorkerInit.post_worker_init at 0x7f71f98ac430>
worker_int: <function WorkerInt.worker_int at 0x7f71f98ac550>
worker_abort: <function WorkerAbort.worker_abort at 0x7f71f98ac670>
pre_exec: <function PreExec.pre_exec at 0x7f71f98ac790>
pre_request: <function PreRequest.pre_request at 0x7f71f98ac8b0>
post_request: <function PostRequest.post_request at 0x7f71f98ac940>
child_exit: <function ChildExit.child_exit at 0x7f71f98aca60>
worker_exit: <function WorkerExit.worker_exit at 0x7f71f98acb80>
nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7f71f98acca0>
on_exit: <function OnExit.on_exit at 0x7f71f98acdc0>
proxy_protocol: False
proxy_allow_ips: ['127.0.0.1']
keyfile: None
certfile: None
ssl_version: 2
cert_reqs: 0
ca_certs: None
suppress_ragged_eofs: True
do_handshake_on_connect: False
ciphers: None
raw_paste_global_conf: []
strip_header_spaces: False
[2022-09-19 22:09:47 +0530] [10811] [INFO] Starting gunicorn 20.1.0
[2022-09-19 22:09:47 +0530] [10811] [DEBUG] connection to sampleplatform.sock failed: [Errno 1] Operation not permitted: 'sampleplatform.sock'
[2022-09-19 22:09:47 +0530] [10811] [ERROR] Retrying in 1 second.
[2022-09-19 22:09:48 +0530] [10811] [DEBUG] connection to sampleplatform.sock failed: [Errno 1] Operation not permitted: 'sampleplatform.sock'
[2022-09-19 22:09:48 +0530] [10811] [ERROR] Retrying in 1 second.
[2022-09-19 22:09:49 +0530] [10811] [DEBUG] connection to sampleplatform.sock failed: [Errno 1] Operation not permitted: 'sampleplatform.sock'
[2022-09-19 22:09:49 +0530] [10811] [ERROR] Retrying in 1 second.
[2022-09-19 22:09:50 +0530] [10811] [DEBUG] connection to sampleplatform.sock failed: [Errno 1] Operation not permitted: 'sampleplatform.sock'
[2022-09-19 22:09:50 +0530] [10811] [ERROR] Retrying in 1 second.
[2022-09-19 22:09:51 +0530] [10811] [DEBUG] connection to sampleplatform.sock failed: [Errno 1] Operation not permitted: 'sampleplatform.sock'
[2022-09-19 22:09:51 +0530] [10811] [ERROR] Retrying in 1 second.
[2022-09-19 22:09:52 +0530] [10811] [ERROR] Can't connect to sampleplatform.sockEditor is loading...