Bootstrap FreeKB - Tomcat - Resolve "Unable to locate Runtime version"
Tomcat - Resolve "Unable to locate Runtime version"

Updated:   |  Tomcat articles

Let's say something like this is being returned when attempting to start one of your Tomcat instances.

'start' command failed. Unable to locate Runtime version '/opt/tomcat/tomcat-8.5.90.A.RELEASE

 

In this example, this has something to do with tomcat-8.5.90.A.RELEASE. Check out my article Tomcat RELEASE version. I once had this issue when the tomcat.version file being used by once of my instances mistakenly had both an old and the current RELEASE. This was resolved by updating the tomcat.version file to have the current RELEASE.

~]$ cat /opt/tomcat/profiles/devShrProducerService1/conf/tomcat.version
/opt/tomcat/tomcat-8.5.90.A.RELEASE
/opt/tomcat/tomcat-8.5.98.A.RELEASE

 

 

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 1a14c4 in the box below so that we can be sure you are a human.