java - Issue with deploying application using tomcat7 -
i trying deploy application using spring in tomcat7 running on ubuntu12. when drop war file in webapps directory, directory created application inside webapps - yet application not load up. latest issue copied below. thoughts on troubleshooting appreciated.
java versions same on computers war file generated vs 1 deploying application. not see file permission issue - there logging.properties file in tomcat7.
jan 31, 2014 10:43:05 org.apache.catalina.core.standardcontext startinternal severe: error listenerstart jan 31, 2014 10:43:05 org.apache.catalina.core.standardcontext startinternal severe: context [/test-webapp] startup failed due previous errors jan 31, 2014 10:43:05 org.apache.catalina.loader.webappclassloader clearreferencesthreads severe: web application [/test-webapp] appears have started thread named [abandoned connection cleanup thread] has failed stop it. create memory leak.
update: missed error message. update ticket shortly.
update: missing file in tomcat meant application deployment - pilot error. sharing thoughts- appreciated!
it looks known issue of mysql on tomcat, have tried yet of suggested solutions in
http://bugs.mysql.com/bug.php?id=69526
http://bugs.mysql.com/bug.php?id=68556
?
Comments
Post a Comment