cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Vm with bridged network, Why tomcat is down?

mpagliotta
1-Newbie

Vm with bridged network, Why tomcat is down?

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

5 REPLIES 5

I ran the following commands:

  • sudo service tomcat restart
  • systemctl -l start tomcat
  • rpm -q tomcat

Schermata 2017-06-26 alle 09.44.36.png

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.

Schermata 2017-06-26 alle 10.34.03.png

Thanks

cmorfin
19-Tanzanite
(To:mpagliotta)

Hi Marco

Could you execute sudo docker logs analytics > /tmp/analytics.log and post the analytics.log file created ?

Thanks

Christophe

Here the log.

Thank you!

cmorfin
19-Tanzanite
(To:cmorfin)

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

Top Tags