Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I change my Parallel VM CentOS config from shared network to Bridged network (default adaptor) i restart CentOs and after that i have no accesso to analytics 8.0 and tomcat (installed with docker).
What i have to do to restore all and use this new network configuration?
I changed network configuration in order to the ip being visibile to another VM with ThingWorx Platform.
i tried to run: sudo tomcat restart and sudo tomcat8 restart and sudo tomcat85 restart but it returns "unit not found
Thanks
Marco
I ran the following commands:
As you see in any case tomcat does not restart and the tomcat package seems not nstalled.
i come back to shared netword, but again: "unable to connect"
Docker works.
Thanks
Hi Marco
Could you execute sudo docker logs analytics > /tmp/analytics.log and post the analytics.log file created ?
Thanks
Christophe
During remote session we were able to identify that the analytics container was in status Exited.
Restarting it with sudo docker start analytics allowed to connect again locally