如何解决o.s.b.d.LoggingFailureAnalysisReporter :APPLICATION FAILED TO START

出错原因:
o.s.b.d.LoggingFailureAnalysisReporter :


APPLICATION FAILED TO START


Description:

The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.

解决方法:
更改项目端口号或者将占用该端口号的程序终止。

分割线

还有一种普遍APPLICATION FAILED TO START错误是因为数据库版本过低,请下载最新版本数据库

你可能感兴趣的:(错误解决)