Product:
Planning Analytics Workspace 73
Microsoft Windows 2016 server
Issue:
After upgrade of PAW, the admin tool stop with error like this:
Execution failed with exit code 1: Encountered errors while bringing up the project.
Error: for mongo Cannot start service mongo. Failed to create endpoint mongo on network nat.
When you try to start database mongo with command: docker start mongo, you get error
Error response from daemon: endpoint with name mongo already exist in network nat.
Error: failed to start containers: mongo
Suggested solution:
Start a powershell session as administrator on your PAW server.
Enter to get a list of networks: docker network ls
To see nodes in a network enter: docker network inspect nat
To remove old node in network enter: docker network disconnect nat mongo
To start mongo enter: docker start mongo
To list running containers enter: docker ps
Should look like above, if PAW73 is working fine.
More Information:
https://www.ibm.com/support/pages/troubleshooting-planning-analytics-workspace-related-docker-issues