[Ryu-devel] Error[98] address already in use.
Brought to you by:
nz_gizmoguy
From: Kiran K. <rok...@gm...> - 2014-09-11 03:34:24
|
Hi team, I'm using the vm version "sdnhub-ryu-starter-kit.ova" ( http://yuba.stanford.edu/~srini/downloads/sdnhub-ryu-starter-kit.ova). While running the commands cd /home/ubuntu/ryu && ./bin/ryu-manager --verbose ryu/app/simple_switch_13.py I got the following error. hub: uncaught exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 52, in _lau nch func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py", li ne 70, in __call__ self.server_loop() File "/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py", li ne 93, in server_loop datapath_connection_factory) File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 108, in __i nit__ self.server = eventlet.listen(listen_info) File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in l isten 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 Please suggest me what might have been the problem. Thanks & Regards Kiran Rokkam |