主题 : 启动时报错
级别: 秀才
UID: 42458
积分:236 加为好友
威望: 3 精华: 0
主题:28 回复:150
注册时间:2012-12-26
在线时长:0.03
1#   发表于:2020-04-09 10:35:43  IP:58.180.*.*
启动报错
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.
在网上查阅了相关文档,但都无法解决问题
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2020-04-09 10:37:03  IP:182.236.*.*
您那边源码部署的工具是用的什么?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 42458
积分:236 加为好友
威望: 3 精华: 0
主题:28 回复:150
注册时间:2012-12-26
在线时长:0.03
3#   发表于:2020-04-09 10:40:16  IP:58.180.*.*
回复第2楼
级别: 秀才
UID: 42458
积分:236 加为好友
威望: 3 精华: 0
主题:28 回复:150
注册时间:2012-12-26
在线时长:0.03
4#   发表于:2020-04-09 10:40:31  IP:58.180.*.*
IDEA
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
5#   发表于:2020-04-09 10:42:03  IP:182.236.*.*
那您看了我们的部署教程吗?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 42458
积分:236 加为好友
威望: 3 精华: 0
主题:28 回复:150
注册时间:2012-12-26
在线时长:0.03
6#   发表于:2020-04-09 10:42:35  IP:58.180.*.*
看过 也按要求进行设置
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
7#   发表于:2020-04-09 10:45:18  IP:182.236.*.*
您部署的环境麻烦介绍下吧
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 42458
积分:236 加为好友
威望: 3 精华: 0
主题:28 回复:150
注册时间:2012-12-26
在线时长:0.03
8#   发表于:2020-04-09 10:46:27  IP:58.180.*.*
IDEA2018 
maven3.5.4
JDK1.8
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
9#   发表于:2020-04-09 10:48:10  IP:182.236.*.*
您那边有完整的报错日志吗?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 42458
积分:236 加为好友
威望: 3 精华: 0
主题:28 回复:150
注册时间:2012-12-26
在线时长:0.03
10#   发表于:2020-04-09 10:54:48  IP:58.180.*.*
2020-04-09 10:00:06,647 [ 477045]   INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS) 
2020-04-09 10:00:07,129 [ 477527]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:00:07,166 [ 477564]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:00:07,166 [ 477564]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:00:07,166 [ 477564]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:00:13,298 [ 483696]   INFO - lij.compiler.impl.CompilerUtil -  COMPILATION FINISHED (BUILD PROCESS); Errors: 6; warnings: 0 took 6661 ms: 0 min 6sec 
2020-04-09 10:00:13,301 [ 483699]   INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException 
2020-04-09 10:00:13,301 [ 483699]   INFO - s.CompilerReferenceServiceImpl - backward reference index reader doesn't exist 
2020-04-09 10:00:15,398 [ 485796]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:00:15,499 [ 485897]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:00:15,499 [ 485897]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:00:15,499 [ 485897]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:00:47,774 [ 518172]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.jeecms:jeecms-core:jar:v1.0.0.16t is missing, no dependency information available 
2020-04-09 10:00:47,819 [ 518217]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmDialect-for-hibernate:jar:5.0 is missing, no dependency information available 
2020-04-09 10:00:47,820 [ 518218]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmJdbcDriver:jar:18 is missing, no dependency information available 
2020-04-09 10:00:47,822 [ 518220]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:dialect-for-hibernate:jar:5.2.17 is missing, no dependency information available 
2020-04-09 10:00:47,824 [ 518222]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:jdbc:jar:8.2.0 is missing, no dependency information available 
2020-04-09 10:00:49,240 [ 519638]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2020-04-09 10:00:49,397 [ 519795]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 79ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:00:49,521 [ 519919]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 124ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:01:11,318 [ 541716]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.jeecms:jeecms-core:jar:v1.0.0.16t is missing, no dependency information available 
2020-04-09 10:01:11,391 [ 541789]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmDialect-for-hibernate:jar:5.0 is missing, no dependency information available 
2020-04-09 10:01:11,393 [ 541791]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmJdbcDriver:jar:18 is missing, no dependency information available 
2020-04-09 10:01:11,394 [ 541792]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:dialect-for-hibernate:jar:5.2.17 is missing, no dependency information available 
2020-04-09 10:01:11,396 [ 541794]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:jdbc:jar:8.2.0 is missing, no dependency information available 
2020-04-09 10:01:12,774 [ 543172]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2020-04-09 10:01:12,890 [ 543288]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 32ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:01:12,939 [ 543337]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 49ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:01:26,047 [ 556445]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.jeecms:jeecms-core:jar:v1.0.0.16t is missing, no dependency information available 
2020-04-09 10:01:26,088 [ 556486]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmDialect-for-hibernate:jar:5.0 is missing, no dependency information available 
2020-04-09 10:01:26,090 [ 556488]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmJdbcDriver:jar:18 is missing, no dependency information available 
2020-04-09 10:01:26,092 [ 556490]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:dialect-for-hibernate:jar:5.2.17 is missing, no dependency information available 
2020-04-09 10:01:26,095 [ 556493]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:jdbc:jar:8.2.0 is missing, no dependency information available 
2020-04-09 10:01:27,390 [ 557788]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2020-04-09 10:01:27,568 [ 557966]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 76ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:01:27,628 [ 558026]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 60ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:01:59,795 [ 590193]   INFO - ution.rmi.RemoteProcessSupport - Terminating: 21978/Maven3ServerImpl15574d00 
2020-04-09 10:05:09,879 [ 780277]   INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS) 
2020-04-09 10:05:10,369 [ 780767]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:05:10,403 [ 780801]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:05:10,404 [ 780802]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:05:10,404 [ 780802]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:05:16,849 [ 787247]   INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException 
2020-04-09 10:05:16,849 [ 787247]   INFO - s.CompilerReferenceServiceImpl - backward reference index reader doesn't exist 
2020-04-09 10:05:16,855 [ 787253]   INFO - lij.compiler.impl.CompilerUtil -  COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 6970 ms: 0 min 6sec 
2020-04-09 10:05:17,315 [ 787713]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:05:17,351 [ 787749]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:05:17,351 [ 787749]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:05:17,351 [ 787749]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:05:46,717 [ 817115]   INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS) 
2020-04-09 10:05:46,720 [ 817118]   INFO - j.compiler.server.BuildManager - Using preloaded build process to compile E:\work\广东研学旅行门户管理\JEECMSx1.2.0_mysql_src\jeecms-parent 
2020-04-09 10:05:47,161 [ 817559]   INFO - lij.compiler.impl.CompilerUtil -  COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 448 ms: 0 min 0sec 
2020-04-09 10:05:47,163 [ 817561]   INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException 
2020-04-09 10:05:47,163 [ 817561]   INFO - s.CompilerReferenceServiceImpl - backward reference index reader doesn't exist 
2020-04-09 10:05:47,597 [ 817995]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:05:47,636 [ 818034]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:05:47,637 [ 818035]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:05:47,637 [ 818035]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:45:43,682 [3214080]   INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS) 
2020-04-09 10:45:44,170 [3214568]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:45:44,211 [3214609]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:45:44,211 [3214609]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:45:44,211 [3214609]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:45:47,424 [3217822]   INFO - lij.compiler.impl.CompilerUtil -  COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 3746 ms: 0 min 3sec 
2020-04-09 10:45:47,425 [3217823]   INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException 
2020-04-09 10:45:47,425 [3217823]   INFO - s.CompilerReferenceServiceImpl - backward reference index reader doesn't exist 
2020-04-09 10:45:47,910 [3218308]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/IDEA/IntelliJ IDEA 2017.3.2/lib/jps-launcher.jar;E:/JDK1.8/lib/tools.jar;E:/IDEA/IntelliJ IDEA 2017.3.2/lib/optimizedFileManager.jar 
2020-04-09 10:45:47,946 [3218344]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2020-04-09 10:45:47,946 [3218344]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2020-04-09 10:45:47,946 [3218344]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2020-04-09 10:47:17,457 [3307855]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.jeecms:jeecms-core:jar:v1.0.0.16t is missing, no dependency information available 
2020-04-09 10:47:18,216 [3308614]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmDialect-for-hibernate:jar:5.0 is missing, no dependency information available 
2020-04-09 10:47:18,247 [3308645]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.dm:DmJdbcDriver:jar:18 is missing, no dependency information available 
2020-04-09 10:47:18,278 [3308676]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:dialect-for-hibernate:jar:5.2.17 is missing, no dependency information available 
2020-04-09 10:47:18,306 [3308704]   INFO -      #org.jetbrains.idea.maven - [WARNING] The POM for com.kingbase:jdbc:jar:8.2.0 is missing, no dependency information available 
2020-04-09 10:47:21,654 [3312052]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2020-04-09 10:47:21,952 [3312350]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 58ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:47:22,057 [3312455]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 104ms; general responsiveness: ok; EDT responsiveness: ok 
2020-04-09 10:52:11,222 [3601620]   INFO - ide.actions.ShowFilePathAction - 
Exit code 1 
1 2 3 > >| 共3页