You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
[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
The text was updated successfully, but these errors were encountered: