码迷,mamicode.com
首页 >  
搜索关键字:caused by: java.lang.outofmemoryerror: permgen space    ( 905个结果
Software caused connection abort: recv failed
Software caused connection abort: recv failed 数据库连接时有时会报此错误。客户端建立短连接后,服务端关闭了连接,但是客户端没有关闭,仍然尝试发送请求,就会发生错误。 描述如下: 客户端和服务端建立tcp的短连接,每次客户端发送一次请求, 服务端响应后关闭 ...
分类:其他好文   时间:2016-05-03 10:30:44    阅读次数:136
How to add taxonomy element to a summary view?
[re: Orchard CMS] This caused me scratching my head for days and now I can even feel it's bleeding. The answer however is the simplest. Because it's n ...
分类:其他好文   时间:2016-04-29 14:05:12    阅读次数:136
[报错]java.lang.ClassCastException
Caused by: java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot be cast to org.apache.xml.dtm.DTMManager Error while adding t ...
分类:编程语言   时间:2016-04-27 20:36:06    阅读次数:298
Caused by: org.xml.sax.SAXParseException: The reference to entity "characterEncoding" must end with the ';' delimiter.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at com.sun.org.apache.xerces.internal.util.Erro ...
分类:其他好文   时间:2016-04-25 11:44:59    阅读次数:193
Caused by: java.util.ConcurrentModificationException
for循环迭代数据是,不能进行add remove操作,可以先记录下需要操作的下标,然后循环下标数组进行操作。 ...
分类:编程语言   时间:2016-04-22 16:20:13    阅读次数:156
异常:Caused by: java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z
Spring3.0 + Hibernate3.5:启动服务器报:Caused by: java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z 在hibernate3.5之前,我们运用hibernate开发J2 ...
分类:编程语言   时间:2016-04-18 10:02:21    阅读次数:124
导入项目,出现to start the daemon process的问题
将一个sdk使用demo导入到AS出现如下问题:Error:Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, ...
分类:其他好文   时间:2016-04-16 12:20:28    阅读次数:165
grails3.1.5 com.mysql.jdbc.Driver
【报错】 Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1. ...
分类:数据库   时间:2016-04-15 20:11:01    阅读次数:324
org.hibernate.PersistentObjectException:detached entity passed to persist出现这个异常了。。
异常信息:Caused by: org.hibernate.PersistentObjectException: detached entity passed to persist: com.xxx.Xxx 简单地说,发生此异常即是一个游离的对象要被持久化(save)时,其ID既要ORM框架为它生成 ...
分类:Web程序   时间:2016-04-11 20:41:12    阅读次数:169
eclipse 使用gradle构建系统时候报错
今天启动eclipse后,昨天运行正常的gradle项目报错,无法进行编译,错误信息如下: Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemo... ...
分类:系统相关   时间:2016-04-08 06:23:45    阅读次数:620
905条   上一页 1 ... 50 51 52 53 54 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!