Java web项目启动Tomcat报错解决方案
程序员文章站
2022-07-08 20:34:43
点击运行项目时显示 a java exception has occurred.'starting tomcat v9.0 server at localhost' has oncountered a...
点击运行项目时显示 a java exception has occurred.
'starting tomcat v9.0 server at localhost' has oncountered a problem.
server tomcat v9.0 server at localhost failed tostart.
并显示以下两个弹框
同时控制台报错org.apache.catalina.startup.bootstraporg.apache.catalina.startup.bootstrap
在查询问题后对项目的jdk及tomcat版本进行设置,但是没有效果
这是因为找不到bin目录下的bootstrap.jar,需要添加该jar包。
这种问题一般出现在第一次配置项目,有以下解决办法
window——>preferences——>java——>installed jres——>点击相应版本jdk——>edit ——>add external ars——>检索tomcat安装目录bin下的bootstrap.jar,添加后即可解决问题。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
推荐阅读
-
java项目升级spring4.3.x 、jdk1.8 、tomcat8.5遇到的坑及解决方案
-
tomcat启动报错:Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
-
tomcat启动maven项目报错 提示:java.util.concurrent.executionexception:org.apache.catalina.lifecyleexception:
-
Tomcat启动报错:org.apache.catalina.LifecycleException: Failed to start component...java.util.zip.ZipException: error in opening zip file
-
linux(center OS7)安装JDK、tomcat、mysql 搭建java web项目运行环境
-
idea启动项目报错Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
-
Web项目打成war包部署到tomcat时报MySQL Access denied for user 'root'@'localhost' (using password: YES)错误解决方案(推)
-
Web项目打成war包部署Tomcat时运行startup.bat直接闪退部署失败的快速解决方案
-
tomcat启动报错:java.io.EOFException
-
项目中dwr有多个配置文件,tomcat启动Missing config file: 'WEB-INF/dwr/dwr-*.xml'解决方法!