yyzwz / graduate-tracking

基于Vue和SpringBoot的毕业生追踪系统拥有登陆注册模块、学生基本配置模块、就业状况模块、学历深造模块、信息汇总分析模块、校友论坛六大模块,另外还包括基础的用户管理、文件管理、角色管理、日志管理等,是基于浏览器运行的web管理后端,被学生和学院工作人员两个角色所使用。
GNU General Public License v3.0
17 stars 2 forks source link

关于无法启动tomcat的问题 #1

Open JQL027 opened 1 year ago

JQL027 commented 1 year ago

Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat

at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:165) ~[spring-boot-2.7.6.jar:2.7.6] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577) ~[spring-context-5.3.24.jar:5.3.24] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.6.jar:2.7.6] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) [spring-boot-2.7.6.jar:2.7.6] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) [spring-boot-2.7.6.jar:2.7.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) [spring-boot-2.7.6.jar:2.7.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) [spring-boot-2.7.6.jar:2.7.6] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) [spring-boot-2.7.6.jar:2.7.6] at cn.zwz.ZwzApplication.main(ZwzApplication.java:22) [classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_291] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_291] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_291] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_291] at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.7.6.jar:2.7.6

有无大佬知道这是什么原因,因为spring boot的版本不对么,可是改了之后也没有恢复。还是说是JDK版本不对?作者原来应该用的11,我这换成8之后出现的这个问题,有无解决方法,求解答

JQL027 commented 1 year ago

问题已解决,我的redis配置的问题

15149886762 commented 1 year ago

我也是这个问题 怎么解决的 大佬

JQL027 commented 1 year ago

我也是这个问题 怎么解决的 大佬

我重新搞了一下redis,我当时那个端口有问题