gunicorn 启动问题,启动不了
gunicorn 启动问题,启动不了
终端输入
nohup /usr/local/bin/python /usr/local/bin/gunicorn -k gevent -b 0.0.0.0:8080
data.svnup-20150206.aiyou-api.aiyou_chatserver:application &
然后显示
nohup: 忽略输入并把输出追加到"nohup.out"
但是会自动中断
[1]+ Exit 1 nohup /usr/local/bin/python /usr/local/bin/gunicorn -k gevent
-b 0.0.0.0:8080 data.svnup-20150206.aiyou-api.aiyou_chatserver:application&
进程里面也没有,这个问题该如何解决?求教!
补充调试信息:
[1] 28684
[root@api-test aiyou-api]$[2015-08-03 10:58:21 +0000] [28684] [INFO] Starting gunicorn 19.3.0
[2015-08-03 10:58:21 +0000] [28684] [ERROR] Connection in use: ('0.0.0.0', 8080)
[2015-08-03 10:58:21 +0000] [28684] [ERROR] Retrying in 1 second.
[2015-08-03 10:58:22 +0000] [28684] [ERROR] Connection in use: ('0.0.0.0', 8080)
[2015-08-03 10:58:22 +0000] [28684] [ERROR] Retrying in 1 second.
[2015-08-03 10:58:23 +0000] [28684] [ERROR] Connection in use: ('0.0.0.0', 8080)
[2015-08-03 10:58:23 +0000] [28684] [ERROR] Retrying in 1 second.
[2015-08-03 10:58:24 +0000] [28684] [ERROR] Connection in use: ('0.0.0.0', 8080)
[2015-08-03 10:58:24 +0000] [28684] [ERROR] Retrying in 1 second.
[2015-08-03 10:58:25 +0000] [28684] [ERROR] Connection in use: ('0.0.0.0', 8080)
[2015-08-03 10:58:25 +0000] [28684] [ERROR] Retrying in 1 second.
[2015-08-03 10:58:26 +0000] [28684] [ERROR] Can't connect to ('0.0.0.0', 8080)
相关浏览
- Python程序员解决棘手问题的常用库2020-05-10
- Python3 抓虫循环部分print输出unicode编码问题2020-05-10
- 使用gunicorn来部署flask应用,print输出的内容如何2020-05-10
- 这段最后run出现的问题是为什么?2020-05-10
- java中宏定义的问题。2020-05-10
- github本地搭建出现repository: does not exist问题2020-06-08
- 关于falsk一个文件上传的问题2020-06-08
- 求教使用Tornado的HTTPClient登录HDOJ...怎么都登录不2020-06-09
- python 字典cmp()函数问题2020-06-16
- 源码中闭包的问题,求大神解救。。2020-06-16