This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 77927 - endless loop of exceptions after creating Enterprise Application
Summary: endless loop of exceptions after creating Enterprise Application
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-06-14 17:32 UTC by Jan Horvath
Modified: 2006-06-26 15:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages (2.14 MB, application/octet-stream)
2006-06-14 17:34 UTC, Jan Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2006-06-14 17:32:22 UTC
build 200606130200

-start ide
-create new Enterprise Application
-ERROR: after creating EA I get endless loop of exceptions
Comment 1 Jan Horvath 2006-06-14 17:34:21 UTC
Created attachment 31057 [details]
messages
Comment 2 Daniel Prusa 2006-06-15 09:56:33 UTC
StorageExceptions indicate corrupted mdr storage.

The log starts with the exception
java.lang.Exception: Inconsistency in LightAttrList: innerList.size() == 1 while
hardReferences.size() == 0

It is caused by NNMDRLister as described in issue 77614, there may be a
connection  between these two isseus.
Comment 3 Daniel Prusa 2006-06-26 15:51:41 UTC
It seems the problem is no longer reproducible - possibly as a consequnce of
fixed  problems with NNMDRListener. Reopen, if it reappears...