1、错误描述Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails
at sun.reflect.NativeConstructorAccessor...
分类:
其他好文 时间:
2016-01-22 08:15:07
阅读次数:
198
1、错误描述Caused by: java.lang.ClassNotFoundException: org.apache.shiro.spring.LifecycleBeanPostProcessor
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50...
分类:
编程语言 时间:
2016-01-17 21:42:15
阅读次数:
148
微信获取的用户昵称nickname中带有emoji表情,转换成字符码后是这种形式“\xF0\x9F\x91\x8D\xE6\x94...”,直接保存可能出现以下错误Caused by: java.sql.SQLException: Incorrect string value: '\xF0\x9F\...
分类:
数据库 时间:
2016-01-13 12:32:58
阅读次数:
293
原因:It turns out the linker error was caused by the CGImageSourceCreateWithData call. And the root cause was because I didn't include ImageIO.framework...
分类:
其他好文 时间:
2016-01-13 12:28:03
阅读次数:
134
There is no result type defined for type 'chart' mapped with name 'success'在struts2与JFreeChart整合使用时,直接配置如下action 300 400 出现这样的异常:Caused...
分类:
其他好文 时间:
2016-01-11 13:33:05
阅读次数:
190
1、错误描写叙述usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }2014-7-13 18:02:58 org.apache.c....
分类:
编程语言 时间:
2016-01-10 21:16:14
阅读次数:
385
新年上班第一天,突然遇到一个socket连接No buffer space available的问题,导致接口大面积调用(webservice,httpclient)失败的问题,重启服务器后又恢复了正常。问题详情具体异常栈信息如下:Caused by: java.net.SocketExceptio...
分类:
其他好文 时间:
2016-01-09 00:53:48
阅读次数:
262
这里先连接数据库。选择Hibernate Reverse Engineering...注意:Caused by: org.hibernate.MappingException: entity class not found: User文件没有找到就是映射没找对。。class要全路径
分类:
Web程序 时间:
2016-01-04 13:05:06
阅读次数:
158
解决办法:看到错误里面有个Caused by,说我的jdk运行到了32位的了,于是我查看环境变量,发现是昨天设置成32位的没有设置回来,于是设置回64位的jdk就ok了
分类:
编程语言 时间:
2015-12-31 10:33:46
阅读次数:
214
当删除一个文件,再又一次下载这个同名文件,保存到sdcard时出现error,部分手机出现Caused by: libcore.io.ErrnoException: open failed: EBUSY (Deviceor resource busy)at libcore.io.Posix.open...
分类:
移动开发 时间:
2015-12-28 09:05:20
阅读次数:
924