Problem with start

Hi
I am new with this software and i have a problem with starting WEBODM. Sometimes it start without problems, but most of times WEBODM Manager just inform that “WEBODM has started” but nothing happends, my browser wont open program. When i click on that IP adress in right corner of the Manager window, browser just tell me, “You can not connect to this site”.
Can somebody help me pls ?
Thanks

Hey @Michal :hand: could you copy/paste the output of the console after you press the “Start WebODM” button? Also, have you followed the tips listed in the troubleshooting section of the manual?

Hi
Yes, i followed all that instructions in Manual/Troubleshooting.
Here is contents of the Console:

Detected OS with VirtualBox support
Initializing console…
SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.101:2376
SET DOCKER_CERT_PATH=C:\docker-webodm\machines\webodm
SET DOCKER_MACHINE_NAME=webodm
SET COMPOSE_CONVERT_WINDOWS_PATHS=true
REM Run this command to configure your shell:
REM @FOR /f “tokens=*” %i IN (‘docker-machine --storage-path C:\docker-webodm env webodm’) DO @%i
Setup env variable: DOCKER_TLS_VERIFY=1
Setup env variable: DOCKER_HOST=tcp://192.168.99.101:2376
Setup env variable: DOCKER_CERT_PATH=C:\docker-webodm\machines\webodm
Setup env variable: DOCKER_MACHINE_NAME=webodm
Setup env variable: COMPOSE_CONVERT_WINDOWS_PATHS=true
Client:
Version: 17.04.0-ce
API version: 1.28
Go version: go1.7.5
Git commit: 4845c56
Built: Wed Apr 5 23:33:17 2017
OS/Arch: windows/amd64

Server:
Version: 18.02.0-ce
API version: 1.36 (minimum version 1.12)
Go version: go1.9.3
Git commit: fc4de44
Built: Wed Feb 7 21:20:09 2018
OS/Arch: linux/amd64
Experimental: false
192.168.99.101
Checking for MS Edge Zone…
Zones are OK
We are ready :slight_smile:
C:\WebODM Manager>cd WebODM/
C:\WebODM Manager\WebODM>docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml start || docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up
Starting db …
Starting node-odm-1 …
Starting webapp …
e[3Ae[2K
Starting db … e[32mdonee[0m
e[3Be[2Ae[2K
Starting node-odm-1 … e[31merrore[0m
e[2Be[1Ae[2K
Starting webapp … e[31merrore[0m
e[1B
ERROR: for node-odm-1 Cannot start service node-odm-1: network 1c9d8dbb49cc5ef8f4b15e049d085ca0dffadd3b3ef819cb99afff457e665feb not found
C:\WebODM Manager\WebODM>exit 0
WebODM has started. You can close this window now. WebODM will continue running.
Stopping db …
e[1Ae[2K
Stopping db … e[32mdonee[0m
e[1B
C:\WebODM Manager>cd WebODM/
C:\WebODM Manager\WebODM>docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml start || docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up
Starting db …
Starting node-odm-1 …
Starting webapp …
e[2Ae[2K
Starting node-odm-1 … e[31merrore[0m
e[2Be[1Ae[2K
Starting webapp … e[31merrore[0m
e[1Be[3Ae[2K
Starting db … e[32mdonee[0m
e[3B
ERROR: for node-odm-1 Cannot start service node-odm-1: network 1c9d8dbb49cc5ef8f4b15e049d085ca0dffadd3b3ef819cb99afff457e665feb not found
C:\WebODM Manager\WebODM>exit 0
WebODM has started. You can close this window now. WebODM will continue running.

Mm, looks like the first time WebODM started a docker network wasn’t created properly.

Could you try to go to the Maintenance tab – Press “Open Shell” and type:

docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml down

Then restart WebODM Manager (CTRL + R)?

It works, thank you very much

1 Like

You’re welcome! :smile: