Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while changing console from VNC to Telnet for Docker container #1226

Closed
grossmj opened this issue May 8, 2016 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@grossmj
Copy link
Member

grossmj commented May 8, 2016

Changing console from VNC to Telnet in node properties creates an "Address already in use" exception.

=> Server error from http://172.16.39.1:3080: Tinycore-1: Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/base_events.py", line 823, in create_server
    sock.bind(sa)
OSError: [Errno 98] Address already in use

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/grossmj/PycharmProjects/gns3-server/gns3server/web/route.py", line 179, in control_schema
    yield from func(request, response)
  File "/home/grossmj/PycharmProjects/gns3-server/gns3server/handlers/api/docker_handler.py", line 291, in update
    yield from vm.update()
  File "/home/grossmj/PycharmProjects/gns3-server/gns3server/modules/docker/docker_vm.py", line 316, in update
    yield from self.start()
  File "/home/grossmj/PycharmProjects/gns3-server/gns3server/modules/docker/docker_vm.py", line 347, in start
    yield from self._start_console()
  File "/home/grossmj/PycharmProjects/gns3-server/gns3server/modules/docker/docker_vm.py", line 429, in _start_console
    self._telnet_servers.append((yield from asyncio.start_server(telnet.run, self._manager.port_manager.console_host, self.console)))
  File "/usr/lib/python3.4/asyncio/streams.py", line 101, in start_server
    return (yield from loop.create_server(factory, host, port, **kwds))
  File "/usr/lib/python3.4/asyncio/base_events.py", line 827, in create_server
    % (sa, err.strerror.lower()))
OSError: [Errno 98] error while attempting to bind on address ('172.16.39.1', 5002): address already in use

docker_console_change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants