主题 : x1版本启动报错
级别: 举人
UID: 91537
积分:132 加为好友
威望: 25 精华: 0
主题:25 回复:92
注册时间:2016-08-10
在线时长:0
1#   发表于:2019-10-17 13:30:09  IP:121.26.*.*
你好!
       x1版本idea启动时报错,错误信息:

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 
2019-10-17 13:25:47.615 [main] ERROR org.springframework.boot.SpringApplication - Application run failed 
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:157)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:137)
at com.jeecms.front.CmsFrontApplication.main(CmsFrontApplication.java:64)
Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:206)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154)
... 7 common frames omitted
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2019-10-17 13:39:19  IP:117.152.*.*
您是按说明的方式部署的嘛?
每天告诉自己一次,“我真的很不错”。
级别: 举人
UID: 91537
积分:132 加为好友
威望: 25 精华: 0
主题:25 回复:92
注册时间:2016-08-10
在线时长:0
3#   发表于:2019-10-17 13:44:59  IP:121.26.*.*
回复第2楼
   是的,只不过我这个Idea版本低一些。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
4#   发表于:2019-10-17 13:51:08  IP:117.152.*.*
换成新的  或用ecplise试下
每天告诉自己一次,“我真的很不错”。
1 共1页