Hello everyone,
I have installed Docker community edition with version 17.06.2-ce-win27 on windows 10 desktop grade machine.
Then docker based analytics server with version 8.0 is installed on that.
after installing docker analytics server URL also generated.
http://10.0.75.1:8080/analytics/1.0.
after running URL,getting below error.
can any one help on that.
Regards,
Raji
Hi Raji Vuta
Could you please check in docker settings that your all the drives are shared or not. For windows 10 we use the native docker make sure you are using the same not docker toolbox. Please see the below screenshot for the same.
Please send me the result of these commands in docker terminal: 1) docker ps -a 2) docker logs analytics
Regards,
Hi Mohit,
Thanks for your response.
Please check below screenshots of commands.
docker logs analytics
docker ps -a
Hi Raji Vuta
Please check both c and d drive in the settings share drive option and follow the below article, hopefully it will help.
Do let me knoe in case of any question.
Regards,
Raji
The analytics log shows that it is trying to connect to a postgres instance on 10.0.75.1 on port 9000.
Do you have a PostgreSQL instance on this machine and on this port ?
Kind regards
Christophe
Yes ,postgreSQL instance is there on this machine.
I did reinstallation,with new port.
Docker analytics log is as below.
Please help.
Hi Raji
If Postgres is running on the host machine, as it seems to be the case, use the external ip address of that machine, not localhost or 127.0.0.1.
Indeed using localhost (or 127.0.0.1) will be interpreted by the docker container as itself and it is looking for a postgres instance inside the container, which it cannot found.
Kind regards
Christophe
Dear Christophe Morfin,
If Iam trying to give IP address ,then below error is coming.
With localhost validation is getting successful
Hi Raji
Could you please post the net.txt and ipconf.txt files created with the commands below when executed on the host machine on which you are installing ThingWorx Analytics Server
netstat -abo > net.txt
ipconfig /all > ipconf.txt
Kind regards
Christophe
Thingworx Navigate content has a new home! Click here to access the new Thingworx Navigate forum! ______________________________