Home > Back-end >  Project start tomcat error! Pray god to save!
Project start tomcat error! Pray god to save!

Time:12-05

Error creating bean with the name 'sqlSessionFactory defined in the URL [jar: file:/H:/repository_boot/com/qingcheng qingcheng_common_service/1.0 - the SNAPSHOT/qingcheng_common_service - 1.0 - the SNAPSHOT. Jar!/applicationContext - dao. XML] : always create a inner beans' com. Making. Pagehelper. PageHelper# 1 f43b97a' of type [com. Making. Pagehelper. Pagehelper] while setting the bean property 'plugins with key [0]. Nested exception is org. Springframework. Beans. Factory. CannotLoadBeanClassException: always find a class [com. Making. Pagehelper. Pagehelper] for bean with the name 'com. Making. Pagehelper. PageHelper# 1 f43b97a' defined in the URL [jar: file:/H:/repository_boot/com/qingcheng qingcheng_common_service/1.0 - the SNAPSHOT/qingcheng_common_service - 1.0 - the SNAPSHOT. Jar!/applicationContext - dao. XML]; Nested exception is Java. Lang. ClassNotFoundException: com. Making. Pagehelper. Pagehelper

What does this error mean? This is a mall project

CodePudding user response:

Severe: the Error listenerStart
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Core. StandardContext startInternal
Severe: Context [] startup failed due to previous errors
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Core. ApplicationContext log
Information: the Closing Spring root WebApplicationContext
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Loader. WebappClassLoader clearReferencesJdbc
Severe: The web application [] 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.
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Loader. WebappClassLoader clearReferencesJdbc
Severe: The web application [] registered The JDBC driver [com. Mysql. Fabric. JDBC. FabricMySQLDriver] but failed to unregister it when The web application was stopped. To prevent a memory leak, The JDBC driver has had been forcibly unregistered.
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Loader. WebappClassLoader clearReferencesJdbc
Severe: The web application [] 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.
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Loader. WebappClassLoader clearReferencesJdbc
Severe: The web application [] registered The JDBC driver [com. Alibaba. Druid. Mock. MockDriver] but failed to unregister it when The web application was stopped. To prevent a memory leak, The JDBC driver has had been forcibly unregistered.
July 15, 2020 afternoon 11:20:55 org. Apache. Catalina. Loader. WebappClassLoader clearReferencesThreads
Severe: The web application [] 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.
July 15, 2020 afternoon 11:20:55 org. Apache. Coyote. AbstractProtocol start
Message: Starting ProtocolHandler [HTTP - bio - 9001 ""]

Feeling is not read to the configuration file
?Should not ah configuration has the following should be able to read the entire configuration ah
The classpath * : applicationContext *. Xml
CodePudding user response:

May be because you don't have the configuration files under the SRC directory

CodePudding user response:

Always find a class [com. Making. Pagehelper. Pagehelper]

CodePudding user response:

Nested exception is Java. Lang. ClassNotFoundException: com. Making. Pagehelper. Pagehelper

CodePudding user response:

reference Salted - fish's reply: 3/f
always find a class [com. Making. Pagehelper. Pagehelper]

Thank you very much! I have introduced in the parent module paging rely on, don't know why not, in this module after import maven has again!
  • Related