0

hub: uncaught exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/ryu/lib/hub.py", line 60, in _launch
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/ryu/controller/controller.py", line 211, in server_loop
    server = StreamServer((CONF.ofp_listen_host,
  File "/usr/local/lib/python3.8/dist-packages/ryu/lib/hub.py", line 127, in __init__
    self.server = eventlet.listen(listen_info)
  File "/usr/local/lib/python3.8/dist-packages/eventlet/convenience.py", line 78, in listen
    sock.bind(addr)
OSError: [Errno 98] Address already in use
Klaus D.
  • 13,874
  • 5
  • 41
  • 48
  • A service tries to bind to a address/port combination that is already in use by another service (or an other instance of the service). – Klaus D. Apr 22 '21 at 06:37
  • @KlausD. when i typed ps, there's only 1 process is running under that pid. I killed it and tried it again and still the same error comes. – Vishwajith Fernando Apr 24 '21 at 03:01

0 Answers0