Restart Contrast
To restart Contrast:
Use the following command(s):
Windows:
net stop "Contrast Server"
Once the service is completely shut down:
net start "Contrast Server"
Linux:
sudo service contrast-server restart
At this point, it's helpful to tail the server logs:
$ tail -f $CONTRAST_HOME/logs/server.log
And then the application logs:
$ tail -f $CONTRAST_HOME/data/logs/contrast.log
If Contrast starts successfully, you will see this message in the server.log:
190116 21.22.15,703 {} {} {} INFO (ConnectionTester.java:50) Received code 200 from TeamServer 190116 21.22.15,707 {} {} {} INFO (ConnectionTester.java:60) Server start has been verified 190116 21.22.15,709 {} {} {} INFO (Server.java:319) Contrast TeamServer Ready - Took 208323ms