严重: Exception sending context initialized event to listener instance o
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了严重: Exception sending context initialized event to listener instance o相关的知识,希望对你有一定的参考价值。
用 myeclipse 做 spring+hibernate+struts2 时报错,不知为什么,可能是spring包有问题 ,说是asm..之类的我都弄了也不行,如有知道请告诉一下。
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/springframework/context/support/AbstractRefreshableConfigApplicationContext
2008-12-6 16:08:39 org.apache.catalina.core.StandardContext start
严重: Context [/t8] startup failed due to previous errors
原因:web.xml中没有配置。解决方法:
1.首先,打开myeclipse新web项目,如下图所示。
2.Display-name用于定义web项目的名称,如下图所示。
3.上下文参数设置web项目的参数版本,参数名称指定参数名称,参数值设置参数值。
4.Filter用于指定筛选器权重,Filter-name指定筛选器名称,Filter-class指定筛选器类名称,init-param定义参数。
5.侦听器类用于设置侦听器类。
6.Servlet声明Servlet参数,Servlet-name指定Servlet名称。
参考技术A 你可能把不要的包也导进去了或是哪个必需的包没导入,以下是必需包:Spring包(9个):
commons-dbcp.jar、commons-pool.jar、spring.jar、spring-beans.jar、
spring-context.jar、spring-core.jar、spring-dao.jar、
spring-hibernate3.jar、spring-web.jar。
struts2.0包(6个):commons-logging-api-1.1.jar、freemarker-2.3.8.jar
ognl-2.6.11.jar、struts2-core-2.0.8.jar、
struts2-spring-plugin-2.0.11.2.jar、xwork-2.0.3.jar
hibernate包:myeclipse工具自动添加生成导入。
还有就是数据库驱动包。
如果还有什么问题加:QQ 274339969本回答被提问者和网友采纳 参考技术B 别的我不多说,我只告诉你些配置Spring的问题所报出的这种错误
你这问题如果是启动Tomcat出的问题报错解决方法很简单如下:
需要加载的包(必须):commons-dbcp.jar和commons-pool.jar
需要删除的包(必须):asm-2.2.3.jar
如果按照此方法,必定解除你的错误 如果这加载包没有 我给你! 参考技术C java.lang.NoClassDefFoundError:
你在配置文件里定义的某个类,没有找到,估计是包名没有写对,把报错信息再仔细地看一看
java.lang.Exception: Exception in sending Request :: null
问题:oracle 登录EM后报错如下:
java.lang.Exception: Exception in sending Request :: null
解决方法:
第1步:用记事本打开如下文件(注:若手工打开目录$HOSTNAME为电脑名)
$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties
第2步: 找到agentTZRegion 将缺省的GMT,改为你所在的时区即可,例如:
agentTZRegion=Asia/Shanghai
第3步:重启OracleDBConsole:
emctl stop dbconsole
emctl start dbconsole
本文出自 “杨利从” 博客,请务必保留此出处http://andy110.blog.51cto.com/416052/1745857
以上是关于严重: Exception sending context initialized event to listener instance o的主要内容,如果未能解决你的问题,请参考以下文章
严重: Exception sending context destroyed event to listener instance of class org.springframework.web.
整合dubbo报错严重 Exception sending context initialized event to listener instance of class 解决
严重:Exception sending context initialized event to listener instance of class [myJava.MyServletContex
Exception sending context initialized event to listener inst