用ssh框架做登陆功能,完事的时候运行一下,结果出现这个问题,求教(刚学)

严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframewor... 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]
Caused by: org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]
展开
 我来答
net规则
2013-07-04 · TA获得超过545个赞
知道小有建树答主
回答量:194
采纳率:0%
帮助的人:186万
展开全部

这个问题是因为applicaitionContext.xml配置文件未被加载导致spring和struts整合不成功.

原因有两种可能:

  1. web.xml中spring的监听器未配置,及以下内容未写

    <context-param>
       <param-name>contextConfigLocation</param-name>
       <param-value>classpath:applicationContext-*.xml</param-value>
      </context-param>
      <listener>
       <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
      </listener>

  2. org.springframework.web-3.0.1.RELEASE-A.jar

    struts2-spring-plugin-2.1.6.jar

    或这两个类型的jar包未被引用或导入

快又稳
2024-10-28 广告
在Linux环境下配置基于域名的虚拟主机,需安装Apache或Nginx等Web服务器,并编辑配置文件。以Apache为例,需创建虚拟主机配置文件,指定域名、文档根目录等,然后启用该配置文件并重启Apache服务。同样,Nginx也需在相应... 点击进入详情页
本回答由快又稳提供
諆實詪軟鰯Dq
2013-07-04 · 超过60用户采纳过TA的回答
知道小有建树答主
回答量:219
采纳率:100%
帮助的人:160万
展开全部
1楼正解,凑热闹来了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式