Hi All

Whenever I run Ryu, I get the following error message,



hub: uncaught exception: Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 54, in 
_launch
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py", 
line 120, in server_loop
    datapath_connection_factory)
  File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 117, in 
__init__
    self.server = eventlet.listen(listen_info)
  File "/usr/local/lib/python2.7/dist-packages/eventlet/convenience.py", line 
43, in listen
    sock.bind(addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use



I know that it looks like a common.  Now to get rid of that problem, I used the 
following command,

tanvir@tanvir-Latitude-E7450:~/ryu/ryu/app$ ps -ef | grep ryu
tanvir    5804  2851  0 16:48 pts/10   00:00:00 grep --color=auto ryu
tanvir@tanvir-Latitude-E7450:~/ryu/ryu/app$

But, still I am getting the same error message. Could you please help me to get 
rid of this problem??



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to