
Exceptions
文章平均质量分 51
iteye_10119
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.util.ConcurrentModificationException
转自:http://www.2cto.com/kf/201403/286536.html一、单线程1. 异常情况举例只要抛出出现异常,可以肯定的是代码一定有错误的地方。先来看看都有哪些情况会出现ConcurrentModificationException异常,下面以ArrayList remove 操作进行举例:使用的数据集合: List<string> ...原创 2015-07-28 16:07:42 · 113 阅读 · 0 评论 -
weblogic The domain edit lock is owned by another session
The domain edit lock is owned by another session - this deployment operation requires exclusive access to the edit lock and hence cannot proceed.You can release the lock in Administration Conso...原创 2015-01-07 11:46:28 · 584 阅读 · 0 评论 -
oracle.jdeveloper.webservices.model.WebServiceException: Error creating model
Cause: Caused by: java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar([Lorg/apache/xerces/xni/parser/XMLInputSource;)Vat org.apache.xerces.jaxp.validation.XM...原创 2014-10-30 11:06:16 · 187 阅读 · 0 评论 -
javax.faces.model.NoRowAvailableException
Cause: at javax.faces.model.ListDataModel.getRowData(ListDataModel.java:150) at org.apache.myfaces.trinidad.model.SortableModel.getRowData(SortableModel.java:127) at org.apache...原创 2014-10-29 17:33:32 · 288 阅读 · 0 评论 -
JBO-29000: Unexpected exception caught: java.util.MissingResourceException, msg=
oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: JBO-29000: Unexpected exception caught: java.util.MissingResourceException, msg=unable to find bundle for:TestModelBundle Cause: can not ...原创 2014-10-28 09:37:43 · 362 阅读 · 0 评论 -
Its increment does not match its pre-allocation size
If you have a chance to configure BPM Soa Email Notification, you may face this issue. Cause:Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'i...原创 2014-10-27 10:42:06 · 309 阅读 · 0 评论 -
JBO-33001: Configuration file /tester.xcfg is not found in the classpath
Problems:JBO-33001: Configuration file /tester.xcfg is not found in the classpath Cause: havn't found Solution: defining the "oracle.home" environment variable pointing to the jdeve...原创 2014-10-27 10:39:00 · 192 阅读 · 0 评论 -
MDS-01330: unable to load MDS configuration document
Problems: Did you had a chance to developed Oracle BPM 11g application in combination with ADF BC? If yes - most likely you faced a problem with ADF BC Browser Solution: comment out M...原创 2014-10-27 10:37:18 · 203 阅读 · 0 评论 -
javax.xml.transform.TransformerException: XML-22103: (Fatal Error) DOMResult can
Caused by: javax.xml.transform.TransformerException: XML-22103: (Fatal Error) DOMResult can not be this kind of node. at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:917) at ...原创 2014-10-22 14:34:02 · 962 阅读 · 0 评论 -
ORA-01436: CONNECT BY loop in user data
ORA-01436: CONNECT BY loop in user data01436. 00000 - "CONNECT BY loop in user data"*Cause: *Action: 原因:分层查询中存在上下层互为父子节点 处理方法:在connect by后面加上NOCYCLE关键字,用connect_by_iscycle伪列定位出...原创 2015-02-02 09:30:57 · 2950 阅读 · 1 评论