背景:spring从3.0.5升级到4.1.5; hibernate从3.3.2升级到4.3.7.
错误1:Caused by: java.lang.IncompatibleClassChangeError: class org.springframework.core.type.classreading.ClassMetadataReadingVisitor has interface or...
分类:
编程语言 时间:
2015-04-06 11:31:07
阅读次数:
636
众所周知,Oracle有很多坑, 所以才有了去IOE。在使用Druid做数据库连接池后,其实偶尔也会碰到小坑,这就是使用开源项目所必须去填平的。【如果使用不开源的产品,那就不是坑,而是陷阱了,你都不知道怎么去填坑】用Druid连接池,通过JDBC往Oracle数据库的Clob字段插入数据,或者更新数据时,一个问题出现了。类似于这样:Caused by: java.lang.ClassCastExce...
分类:
数据库 时间:
2015-04-05 14:39:14
阅读次数:
535
Caused by : Could not instantiate bean class [] : Constructor threw exception; nested exception is java.lang.NoClassDefFoundError:flexjson/JSONSerializer
Caused by : java.lang.NoClassDefFoundError:flexjson/JSONSerializer...
分类:
编程语言 时间:
2015-04-03 11:28:14
阅读次数:
176
java.net.SocketException:Software caused connection abort: recv failed 异常分析 分类: 很多的技术 2012-01-04 12:54 8004人阅读 评论(6) 收藏 举报 socket服务器bufferstring网络j...
分类:
编程语言 时间:
2015-03-30 20:37:22
阅读次数:
219
问题:
上周使用JQuery UI 的Dialog 实现弹出对话框后查询的功能,抛了如下错误:
“A problem displaying [localhost] caused Internet Explorer to refresh the webpage using Compatibility View.”
我用的IE8,FF,chrome测试的,只有IE8抛出这个问题。
...
分类:
Web程序 时间:
2015-03-30 18:54:19
阅读次数:
143
package util;
public final class HTMLFilter {
/**
* Filter the specified message string for characters that are sensitive
* in HTML. This avoids potential attacks caused by includ...
分类:
Web程序 时间:
2015-03-20 14:44:02
阅读次数:
153
使用spring定时任务出现:Caused by: java.lang.IllegalArgumentException: Range exceeds maximum (60): 10000,原来是cron表达式第一个值不能大于60,60也不行,附录cron表达式介绍: CronTrigger CronTriggers往...
分类:
编程语言 时间:
2015-03-20 11:12:36
阅读次数:
245
ibaits在刚开始使用的时候总是会出现各种错误而自己确实检查不出来对于这种错误,你可以去检查是不是sql语句缺少“#”。insertintoTBL_CONTRACT_TEMPLATE_INFO(TEMPLATE_CODE,CONTEXT,TEMPLATE_DESC,TEMPLATE_TYPE,STATUS,UPLOAD_TIME,LAST_UPDATE_ORG,LAST_UPDATE_ACC,LAST_UP..
分类:
编程语言 时间:
2015-03-16 19:38:47
阅读次数:
238
异常详情:
Caused by: org.hibernate.MappingException: Could not determine type for: java.util.List, at table: ss_user, for columns: [org.hibernate.mapping.Column(roles)]
at org.hibernate.mapping.Simp...
分类:
移动开发 时间:
2015-03-16 09:49:11
阅读次数:
251
1、错误描述
三月 15, 2015 7:53:25 下午 com.opensymphony.xwork2.util.logging.jdk.JdkLogger error
严重: Dispatcher initialization failed
Unable to load configuration. - [unknown location]
at com.opensymphony.xwo...
分类:
Web程序 时间:
2015-03-15 21:28:17
阅读次数:
457