Skip to content

Instantly share code, notes, and snippets.

@Tharakamora
Last active January 27, 2016 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tharakamora/3fb0ad65ab7ce22e89f2 to your computer and use it in GitHub Desktop.
Save Tharakamora/3fb0ad65ab7ce22e89f2 to your computer and use it in GitHub Desktop.
Tomcat startup warnings
INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2109) |2016-01-27 16:11:57,949| Unable to find a runtime properties file at /home/chamara/Desktop/Master/gsoc/tomcat/apache-tomcat-8.0.30/openmrs-runtime.properties
INFO 1/27/16 4:11 PM:liquibase: Reading from `liquibasechangelog`
WARNING 1/27/16 4:11 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 1/27/16 4:11 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 1/27/16 4:11 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
INFO 1/27/16 4:11 PM:liquibase: Reading from `liquibasechangelog`
WARNING 1/27/16 4:11 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 1/27/16 4:11 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 1/27/16 4:11 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2109) |2016-01-27 16:11:59,928| Unable to find a runtime properties file at /home/chamara/Desktop/Master/gsoc/tomcat/apache-tomcat-8.0.30/openmrs-runtime.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment