- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed docker tools on Windows and running docker container of DL workbench, as stated here:
https://docs.openvinotoolkit.org/latest/_docs_Workbench_DG_Install_from_Docker_Hub.html#windows
This is the command:
`$ docker run -p 127.0.0.1:5665:5665 --name workbench -it openvino/workbench:latest`
This is the output I get, and 127.0.0.1:5665 does not respond:
user@PC MINGW64 /c/Program Files/Docker Toolbox
$ docker run -p 127.0.0.1:5665:5665 --name workbench -it openvino/workbench:latest
[setupvars.sh] OpenVINO environment initialized
2020-04-23 16:07:10.212 UTC [12] LOG: listening on IPv4 address "127.0.0.1", port 5432
2020-04-23 16:07:10.213 UTC [12] LOG: could not bind IPv6 address "::1": Cannot assign requested address
2020-04-23 16:07:10.213 UTC [12] HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2020-04-23 16:07:10.215 UTC [12] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2020-04-23 16:07:10.228 UTC [14] LOG: database system was interrupted; last known up at 2020-04-15 06:02:19 UTC
2020-04-23 16:07:11.046 UTC [14] LOG: database system was not properly shut down; automatic recovery in progress
2020-04-23 16:07:11.050 UTC [14] LOG: redo starts at 0/1636540
2020-04-23 16:07:11.050 UTC [14] LOG: invalid record length at 0/1636640: wanted 24, got 0
2020-04-23 16:07:11.051 UTC [14] LOG: redo done at 0/16365E8
2020-04-23 16:07:11.051 UTC [14] LOG: last completed transaction was at log time 2020-04-15 06:02:19.192348+00
2020-04-23 16:07:11.062 UTC [12] LOG: database system is ready to accept connections
Waiting for rabbit@6024f838d58b
pid is 22
RabbitMQ 3.6.10. Copyright (C) 2007-2017 Pivotal Software, Inc.
## ## Licensed under the MPL. See http://www.rabbitmq.com/
## ##
########## Logs: /var/log/rabbitmq/rabbit@6024f838d58b.log
###### ## /var/log/rabbitmq/rabbit@6024f838d58b-sasl.log
##########
Starting broker...
completed with 0 plugins.
Creating user "openvino"
Creating vhost "openvino_vhost"
Setting tags for user "openvino" to [openvino_tag]
Setting permissions for user "openvino" in vhost "openvino_vhost"
* Starting nginx nginx [ OK ]
-------------- celery@6024f838d58b v4.3.0 (rhubarb)
---- **** -----
--- * *** * -- Linux-4.14.154-boot2docker-x86_64-with-Ubuntu-18.04-bionic 2020-
04-23 16:07:36
-- * - **** ---
- ** ---------- [config]
- ** ---------- .> app: __main__:0x7f8c62344c50
- ** ---------- .> transport: amqp://openvino:**@localhost:5672/openvino_vhost
- ** ---------- .> results: rpc://
- *** --- * --- .> concurrency: 1 (prefork)
-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
--- ***** -----
-------------- [queues]
.> celery exchange=celery(direct) key=celery
[tasks]
. app.main.tasks.task.Task
. celery.accumulate
. celery.backend_cleanup
. celery.chain
. celery.chord
. celery.chord_unlock
. celery.chunks
. celery.group
. celery.map
. celery.starmap
Error: No nodes replied within time constraint.
Celery is not ready at the moment. Retry in 2 seconds
Generated login token: deabf69c65f9b37d8bc365277d4f3c6e53b04441ac6c0f096526f60ed
729a57e
DL Workbench is available at: http://127.0.0.1:5665/?token=deabf69c65f9b37d8bc36
5277d4f3c6e53b04441ac6c0f096526f60ed729a57e
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out with this question.
Could you expand a bit on "...127.0.0.1:5665 does not respond". So you copied the link (http://127.0.0.1:5665/?token=deabf69c65f9b37d8bc36
5277d4f3c6e53b04441ac6c0f096526f60ed729a57e) to your browser and it didn't open the DL Workbench page for you?
What was the message in the browser you received (smth. like: This site can’t be reached. 127.0.0.1 refused to connect. or it was different)?
Regards,
Mikhail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Similar problem during my image build on Ubuntu 18.04, I
docker run -p 127.0.0.1:5665:5665 --name workbench --volume ~/.workbench:/home/openvino/.workbench -it openvino/workbench:latest
Resulted in
..........[setupvars.sh] OpenVINO environment initialized
2020-05-25 17:15:46.442 UTC [12] LOG: listening on IPv4 address "127.0.0.1", port 5432
2020-05-25 17:15:46.442 UTC [12] LOG: could not bind IPv6 address "::1": Cannot assign requested address
2020-05-25 17:15:46.442 UTC [12] HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2020-05-25 17:15:46.444 UTC [12] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2020-05-25 17:15:46.453 UTC [14] LOG: database system was interrupted; last known up at 2020-04-15 06:02:19 UTC
2020-05-25 17:15:48.719 UTC [14] LOG: database system was not properly shut down; automatic recovery in progress
2020-05-25 17:15:48.723 UTC [14] LOG: redo starts at 0/1636540
2020-05-25 17:15:48.723 UTC [14] LOG: invalid record length at 0/1636640: wanted 24, got 0
2020-05-25 17:15:48.723 UTC [14] LOG: redo done at 0/16365E8
2020-05-25 17:15:48.723 UTC [14] LOG: last completed transaction was at log time 2020-04-15 06:02:19.192348+00
2020-05-25 17:15:48.736 UTC [12] LOG: database system is ready to accept connections
Waiting for rabbit@7f32e871583f..................

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page