I\'m using Vagrant to deploy to Ubuntu Linux and try to start a tomcat8 service.
tomcat8
Tomcat 8 was installed by apt-get install tomcat8.
apt-get install tomcat8
Wh
This issue can be caused when the tomcat8 server runs under user tomcat8 and the catalina.out was created by root.
To solve this, delete catalina.out and let tomcat8 recreate it.