随笔分类 -  JAVA异常信息

java.io.EOFException
摘要:java.io.EOFExceptionat java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2281)at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:780)at java.io.ObjectInputStream.<ini 阅读全文

posted @ 2012-11-12 17:43 Noncy 阅读(379) 评论(0) 推荐(0)

Caused by: java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting ')' at character position 11
摘要:Caused by: java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting ')' at character position 11exection(* com.jbpm.biz.*.*(..)) ^^^at org.aspectj.weaver.tools.PointcutParser.resolvePointcutExpression(PointcutParser.java:335)at org.aspectj.weaver.tools.PointcutParser.parseP 阅读全文

posted @ 2012-11-10 17:03 Noncy 阅读(1801) 评论(0) 推荐(0)

org.springframework.dao.DataIntegrityViolationException: could not delete: [org.jbpm.pvm.internal.model.ExecutionImpl#10001]
摘要:SSH2和JBPM4集成后异常org.springframework.dao.DataIntegrityViolationException: could not delete: [org.jbpm.pvm.internal.model.ExecutionImpl#10001]; nested exception is org.hibernate.exception.ConstraintViolationException: could not delete: [org.jbpm.pvm.internal.model.ExecutionImpl#10001]org.springframewor 阅读全文

posted @ 2012-11-10 09:55 Noncy 阅读(555) 评论(0) 推荐(0)