Home > Back-end >  Linux using the docker mount start tomcat error in the project
Linux using the docker mount start tomcat error in the project

Time:01-27

Activation: docker run - t - 9999 p: 8080 - v/data/app/yhd - oa:/usr/local/tomcat/webapps/yhd - oa tomcat
======================================================================

26 - Jan - 2021 02:10:44. 998 SEVERE [localhost - startStop - 1] org. Apache. Catalina. Core. StandardContext. StartInternal One or more listeners failed to start. The Full details will be found in the appropriate container log file
26 - Jan - 2021 02:10:45. 020 SEVERE [localhost - startStop - 1] org. Apache. Catalina. Core. StandardContext. StartInternal Context [/yhd - oa] startup failed due to previous errors
26 - Jan - 2021 02:10:45. 051 WARNING] [localhost - startStop - 1 org. Apache. Catalina. Loader. WebappClassLoaderBase. ClearReferencesJdbc The web application (yhd - oa) registered The JDBC driver [com. Alibaba. Druid. Proxy. DruidDriver] but failed to unregister it when The web application was stopped. To prevent a memory leak, The JDBC driver has had been forcibly unregistered.
26 - Jan - 2021 02:10:45. 052 WARNING] [localhost - startStop - 1 org. Apache. Catalina. Loader. WebappClassLoaderBase. ClearReferencesJdbc The web application (yhd - oa) 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 had been forcibly unregistered.
26 - Jan - 2021 02:10:45. 055 WARNING] [localhost - startStop - 1 org. Apache. Catalina. Loader. WebappClassLoaderBase. ClearReferencesThreads The web application [yhd - oa] 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. The Stack trace of The thread:
Java.lang.object. Wait (Native Method)




Behind, and there was a pile of almost the same as calling bosses know

CodePudding user response:

Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CodePudding user response:

Try to have a try first normal start tomcat

CodePudding user response:

refer to the second floor of dye dust response:
try to have a try first normal start tomcat

There is no question of normal start tomcat

CodePudding user response:

JDBC see write right database name password

CodePudding user response:

Error message listener failure
You can check the error of container day
Or you first into the container, the container is best to use command try start tomcat
  • Related