wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

[CRITICAL] __main__.WebSocketServer: No sockets activated. #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was trying to activate websocket and I receive following error:

[CRITICAL] __main__.WebSocketServer: No sockets activated.

I tried re installing but still no luck. Any suggestions?

Original issue reported on code.google.com by FLix.Net...@gmail.com on 12 Jan 2015 at 10:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Full Log:

[2015-01-12 10:54:46,169] [INFO] __main__.WebSocketServer: Create socket on: 
(10, 1, '', '', '')
[2015-01-12 10:54:46,170] [INFO] __main__.WebSocketServer: Create socket on: 
(2, 1, '', '', '')
[2015-01-12 10:54:46,170] [INFO] __main__.WebSocketServer: Bind on: (10, 1, '', 
'', '')
[2015-01-12 10:54:46,181] [INFO] __main__.WebSocketServer: Skip by failure: 
error(98, 'Address already in use')
[2015-01-12 10:54:46,182] [INFO] __main__.WebSocketServer: Bind on: (2, 1, '', 
'', '')
[2015-01-12 10:54:46,182] [INFO] __main__.WebSocketServer: Skip by failure: 
error(98, 'Address already in use')
[2015-01-12 10:54:46,182] [CRITICAL] __main__.WebSocketServer: No sockets 
activated. Use info log level to see the reason 

Original comment by FLix.Net...@gmail.com on 12 Jan 2015 at 10:59

GoogleCodeExporter commented 9 years ago
The 'Address already in use' errors are the cause of the failure. Check the 
value of your -H and -p options and verify that there isn't another server 
already running on the same port.

Original comment by ricea@chromium.org on 12 Jan 2015 at 3:37