使用tomcat插件运行maven项目报错。求大神看看,万分感谢

[INFO] shop-manager ....................................... SUCCESS [ 3.203 s]
[INFO] shop-manager-pojo .................................. SUCCESS [ 1.773 s]
[INFO] shop-manager-dao ................................... SUCCESS [ 0.487 s]
[INFO] shop-manager-interface ............................. SUCCESS [ 0.260 s]
[INFO] shop-manager-service ............................... SUCCESS [ 0.598 s]
[INFO] shop-manager-web ................................... FAILURE [ 3.348 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.472 s
[INFO] Finished at: 2017-07-19T13:22:57+08:00
[INFO] Final Memory: 16M/124M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.2:run (default-cli) on project shop-manager-web: Could not start Tomcat: Failed to start component [StandardServer[-1]]: Failed to start component [StandardService[Tomcat]]: Failed to start component [StandardEngine[Tomcat]]: A child container failed during start -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :shop-manager-web
图片说明

https://blog.csdn.net/qq630335892/article/details/78404164