Tomcatのエラーがでてシステムが使用できなくなりました。
Tomcatのmanagerより特定のアプリケーションを起動させようとしても、下記エラーがログに記録されて起動できません。
01-Jun-2020 17:59:09.538 SEVERE [http-nio-8080-exec-11] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
01-Jun-2020 17:59:09.538 SEVERE [http-nio-8080-exec-11] org.apache.catalina.core.StandardContext.startInternal Context [/testtest] startup failed due to previous errors
01-Jun-2020 17:59:09.543 WARNING [http-nio-8080-exec-11] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [testtest] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
01-Jun-2020 17:59:09.544 WARNING [http-nio-8080-exec-11] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [testtest] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.lang.Object.wait(Native Method)
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:41)
起動していないため、URLでアクセスしても404のエラーになります。
http://example.com:8080/testtest/
担当者曰く、特にさわってないとのことなのですが、
何か原因などわかりますでしょうか。
お手数をおかけしますが、よろしくお願いいたします。