Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TimFletcher/79dce7a5c069ca2dba72a8550f4b83c7 to your computer and use it in GitHub Desktop.
Save TimFletcher/79dce7a5c069ca2dba72a8550f4b83c7 to your computer and use it in GitHub Desktop.
unicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2016-07-01 08:25:26 [15003] [DEBUG] Current configuration:
2016-07-01 08:25:26 [15003] [DEBUG] proxy_protocol: False
2016-07-01 08:25:26 [15003] [DEBUG] worker_connections: 1000
2016-07-01 08:25:26 [15003] [DEBUG] post_fork: <function post_fork at 0xb6bca33c>
2016-07-01 08:25:26 [15003] [DEBUG] pythonpath: /www/fotojournal/fj/fj
2016-07-01 08:25:26 [15003] [DEBUG] enable_stdio_inheritance: False
2016-07-01 08:25:26 [15003] [DEBUG] worker_class: sync
2016-07-01 08:25:26 [15003] [DEBUG] accesslog: None
2016-07-01 08:25:26 [15003] [DEBUG] syslog_facility: user
2016-07-01 08:25:26 [15003] [DEBUG] pre_exec: <function pre_exec at 0xb6bca48c>
2016-07-01 08:25:26 [15003] [DEBUG] syslog: False
2016-07-01 08:25:26 [15003] [DEBUG] when_ready: <function when_ready at 0xb6bca1ec>
2016-07-01 08:25:26 [15003] [DEBUG] pre_fork: <function pre_fork at 0xb6bca294>
2016-07-01 08:25:26 [15003] [DEBUG] preload_app: False
2016-07-01 08:25:26 [15003] [DEBUG] workers: 5
2016-07-01 08:25:26 [15003] [DEBUG] graceful_timeout: 30
2016-07-01 08:25:26 [15003] [DEBUG] keepalive: 2
2016-07-01 08:25:26 [15003] [DEBUG] pidfile: None
2016-07-01 08:25:26 [15003] [DEBUG] user: 33
2016-07-01 08:25:26 [15003] [DEBUG] group: 33
2016-07-01 08:25:26 [15003] [DEBUG] spew: False
2016-07-01 08:25:26 [15003] [DEBUG] proc_name: myfotojournal
2016-07-01 08:25:26 [15003] [DEBUG] umask: 0
2016-07-01 08:25:26 [15003] [DEBUG] secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
2016-07-01 08:25:26 [15003] [DEBUG] x_forwarded_for_header: X-FORWARDED-FOR
2016-07-01 08:25:26 [15003] [DEBUG] on_starting: <function on_starting at 0xb6bca09c>
2016-07-01 08:25:26 [15003] [DEBUG] post_worker_init: <function post_worker_init at 0xb6bca3e4>
2016-07-01 08:25:26 [15003] [DEBUG] pre_request: <function pre_request at 0xb6bca534>
2016-07-01 08:25:26 [15003] [DEBUG] limit_request_fields: 100
2016-07-01 08:25:26 [15003] [DEBUG] config: /www/fotojournal/fj/fj/conf/gunicorn/myfotojournal.unicorn
2016-07-01 08:25:26 [15003] [DEBUG] access_log_format: "%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
2016-07-01 08:25:26 [15003] [DEBUG] logconfig: None
2016-07-01 08:25:26 [15003] [DEBUG] check_config: False
2016-07-01 08:25:26 [15003] [DEBUG] on_reload: <function on_reload at 0xb6bca144>
2016-07-01 08:25:26 [15003] [DEBUG] forwarded_allow_ips: ['127.0.0.1']
2016-07-01 08:25:26 [15003] [DEBUG] proxy_allow_ips: ['127.0.0.1']
2016-07-01 08:25:26 [15003] [DEBUG] post_request: <function post_request at 0xb6bca5a4>
2016-07-01 08:25:26 [15003] [DEBUG] max_requests: 500
2016-07-01 08:25:26 [15003] [DEBUG] django_settings: conf.global_settings
2016-07-01 08:25:26 [15003] [DEBUG] limit_request_line: 4094
2016-07-01 08:25:26 [15003] [DEBUG] certfile: None
2016-07-01 08:25:26 [15003] [DEBUG] worker_exit: <function worker_exit at 0xb6bca64c>
2016-07-01 08:25:26 [15003] [DEBUG] default_proc_name: gunicorn
2016-07-01 08:25:26 [15003] [DEBUG] daemon: False
2016-07-01 08:25:26 [15003] [DEBUG] errorlog: -
2016-07-01 08:25:26 [15003] [DEBUG] loglevel: debug
2016-07-01 08:25:26 [15003] [DEBUG] syslog_addr: udp://localhost:514
2016-07-01 08:25:26 [15003] [DEBUG] syslog_prefix: None
2016-07-01 08:25:26 [15003] [DEBUG] bind: ['0.0.0.0:9002']
2016-07-01 08:25:26 [15003] [DEBUG] limit_request_field_size: 8190
2016-07-01 08:25:26 [15003] [DEBUG] nworkers_changed: <function nworkers_changed at 0xb6bca6f4>
2016-07-01 08:25:26 [15003] [DEBUG] timeout: 30
2016-07-01 08:25:26 [15003] [DEBUG] debug: True
2016-07-01 08:25:26 [15003] [DEBUG] tmp_upload_dir: None
2016-07-01 08:25:26 [15003] [DEBUG] keyfile: None
2016-07-01 08:25:26 [15003] [DEBUG] backlog: 2048
2016-07-01 08:25:26 [15003] [DEBUG] logger_class: simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment