cocofree / azkaban_assistant

azkaban小助手,增加任务web配置、远程脚本调用、报警扩展、跨项目依赖等功能。
Apache License 2.0
118 stars 50 forks source link

启动schedule报错 #9

Open wuchenlv1988 opened 6 years ago

wuchenlv1988 commented 6 years ago

[root@dev-cdh04 webapp]# cat schedule_web.log Traceback (most recent call last): File "router/schedule_router.py", line 69, in server.bind(options.port) File "/usr/lib/python2.6/site-packages/tornado/tcpserver.py", line 158, in bind backlog=backlog) File "/usr/lib/python2.6/site-packages/tornado/netutil.py", line 69, in bind_sockets sock = socket.socket(af, socktype, proto) File "/usr/lib64/python2.6/socket.py", line 184, in init _sock = _realsocket(family, type, proto) socket.error: [Errno 97] Address family not supported by protocol

cocofree commented 6 years ago

这个错没见过,建议python升级到2.7再试下