HTTP Status 500 - Servlet.init() for servlet springmvc threw exception

自己的当前环境是ubuntu14.04 64位,tomtcat7和tomcat8,eclipse luna,然后跑了一直spring的demo项目爆了上述的错误,由于这个项目用的是spring3.2在多次尝试之后都不能跑起来我就猜测这个spring版本太低了,然后就把自己手头的srping4.0的jar包放进去然后项目就跑起来了。

在eclipse下面还报了一个

Failed to read candidate component class

的错误,当更换jar包之后消失了

时间: 2024-12-06 14:52:57

HTTP Status 500 - Servlet.init() for servlet springmvc threw exception的相关文章

项目中访问controller报错:HTTP Status 500 - Servlet.init() for servlet spring threw exception

直接访问controller路径http://localhost:8080/index报错: HTTP Status 500 - Servlet.init() for servlet spring threw exception type Exception report message Servlet.init() for servlet spring threw exception description The server encountered an internal error th

Tomcat报错:HTTP Status 500 - Wrapper cannot find servlet class

HTTP Status 500 - Wrapper cannot find servlet class com.servlet.servlet.RegServlet or a class it depends on type Exception report message Wrapper cannot find servlet class com.servlet.servlet.RegServlet or a class it depends on description The server

javax.servlet.ServletException: Servlet.init() for servlet springmvc threw exception

e'cipse中,项目没报错,正常启动,访问控制器时报错 javax.servlet.ServletException: Servlet.init() for servlet springmvc threw exception org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) org.apache.catalina.valves.ErrorReportValve.invok

Servlet.init() for servlet [springmvc] threw exception

项目还没开始做,就碰到那么多问题.. 报错一:/oa/news/%E6%A0%8F%E7%9B%AE%E7%AE%A1%E7%90%86.jsp 1.一开始是jsp的页面名称为中文,改了 2.接着仍然这样错误,我想可能没有重新加载,把target文件删掉解决了. 报错二:Artifact tlks: com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException: E:\

关于springmvc的context:component-scan 标签使用时HTTP Status 500 - Servlet.init() for servlet springmvc threw exception的问题

首先是控制器的配置: 1 package cn.cuibusi.ssm.controller; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 import org.springframework.stereotype.Controller; 6 import org.springframework.web.bind.annotation.RequestMapping; 7 import org.springframework

HTTP Status 500 - Servlet.init() for servlet CXFServlet threw exception

     root cause java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.wsdl.WSDLManager' defined in URL [jar:file:/D:/Program%20Files/apache-tomcat-8.0.21/webapps/PCServer/WE

Servlet.init() for servlet [spring-dispatcher] threw exception

在ssm商铺开发1.0中遇到该问题,之前项目运行正常,在电脑安装jdk1.6之后出现该问题,具体报错如下 解决办法: eclipse中将jdk切换回1.8,在window配置中将相关jdk都切换.是jdk与其他之间的兼容问题.我在切换回之后问题消失,但是隔天再次出现该问题.最后将eclipse重安装,将环境重新搭建(eclipse的环境),最后解决该问题. 很可能是之前eclipse环境搭建混乱,卸载有残留,导致不兼容. 这是本人本次问题解决办法. 原文地址:https://www.cnblog

Servlet init

我们从常用的HttpServlet来看. HttpServlet extends: GenericServlet All Implemented Interfaces: java.io.Serializable, Servlet, ServletConfig 接口Servlet中定义了init(ServletConfig)方法 init public void init(ServletConfig config) throws ServletException Called by the ser

tomcat6.0发布项目打开jsp页面报错:HTTP Status 500 - javax.servlet.ServletException

今天遇到一个tomcat的部署的问题,问题根源在于server.xml 的配置里. 错误如标题,说HTTP Status 500 - javax.servlet.ServletException:XXX文件找不到,几经查找测试,程序并没有错误,有人说是jsp-api.jar和serlet-api.jar包冲突,调试发现并不能解决问题,后来才发现问题的所在: 开始的server.xml 配置对Host 以及其内的Context 是如下配置的: <Host name="localhost&qu