jdbc.exception.NestedSQLException ibatis,提示如下错误,不知道怎么回事

log4j:WARNNoappenderscouldbefoundforlogger(com.ibatis.common.jdbc.SimpleDataSource).l... log4j:WARN No appenders could be found for logger (com.ibatis.common.jdbc.SimpleDataSource).

log4j:WARN Please initialize the log4j system properly.
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in com/lcc/ibatistest/Student.xml.
--- The error occurred while applying a result map.
--- Check the selectAllStudent-AutoResultMap.
--- Check the result mapping for the 'birth' property.
--- Cause: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Value can not be converted to requested type.
展开
 我来答
柒1989
2013-08-05 · TA获得超过236个赞
知道小有建树答主
回答量:428
采纳率:100%
帮助的人:405万
展开全部

web.xml发现在加载org.springframework.web.context.ContextLoader这个listener之后才加载org.springframework.web.util.Log4jConfigListener,把log4j的配置放到org.springframework.web.context.ContextLoader之前,就可以解决这个问题了。

<!-- 以下3项参数与log4j的配置相关 -->
 
 <context-param>
  <param-name>log4jConfigLocation</param-name>
  <param-value>/WEB-INF/log4j.properties</param-value>
 </context-param>
 
 <context-param>
  <param-name>log4jRefreshInterval</param-name>
  <param-value>60000</param-value>
 </context-param>
 <listener>
  <listener-class>
   org.springframework.web.util.Log4jConfigListener
  </listener-class>
 </listener>
<!-- end -->
 <listener>
  <listener-class>
   org.springframework.web.context.ContextLoaderListener
  </listener-class>
 </listener>
五昊明0Hncdb
2013-08-05 · 超过27用户采纳过TA的回答
知道答主
回答量:101
采纳率:0%
帮助的人:68.8万
展开全部
估计是这里大意com/lcc/ibatistest/Student.xml写错了,改成
com.lcc.ibatistest.Student.xml
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
手机用户85356
2013-08-05 · 贡献了超过325个回答
知道答主
回答量:325
采纳率:0%
帮助的人:87.9万
展开全部
报告这种异常的原因有很多7需要提供更多的信息
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式