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 58496 - IOException: Cyclic reference occured
Summary: IOException: Cyclic reference occured
Status: CLOSED DUPLICATE of bug 59460
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 17:26 UTC by Roman Strobl
Modified: 2006-03-24 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (4.02 KB, text/html)
2005-05-02 17:27 UTC, Roman Strobl
Details
screenshot (111.17 KB, image/png)
2005-05-09 13:00 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-05-02 17:26:39 UTC
[NetBeans 4.1rc2; JDS R3; JDK 1.5.0_03]

The following exception was thrown while working with IDE. Unfortunately I
cannot tell when exactly - I was only opening files and editing them in editor.
I am not able to reproduced.

java.io.IOException: Cyclic reference. Somebody is trying to get value from
FolderInstance (org.openide.loaders.DataLdrActions) from the same thread that is
processing the instance
	at org.openide.loaders.FolderInstance.instanceCreate(FolderInstance.java:252)
	at org.openide.loaders.DataLoader.getSwingActions(DataLoader.java:160)
	at org.openide.loaders.DataNode.getActions(DataNode.java:314)
...

Full exception attached.
Comment 1 Roman Strobl 2005-05-02 17:27:14 UTC
Created attachment 21941 [details]
Exception
Comment 2 pzajac 2005-05-06 10:07:42 UTC
reassigned to datasystem
Comment 3 Max Sauer 2005-05-09 12:59:47 UTC
I have reproduced it on
NB 4.2dev 200505081800
j2sdk1.4.2_05
Sun Sparc, Solaris 9
with modified form prototype /form_prototype/20050509
----------------

It happened right after I started a new project-> Java Application from a fresh
userdirectory, when rightclicking package 'forms' (see screenshot).

Comment 4 Max Sauer 2005-05-09 13:00:52 UTC
Created attachment 22037 [details]
screenshot
Comment 5 Jaroslav Tulach 2005-06-16 17:14:57 UTC

*** This issue has been marked as a duplicate of 59460 ***
Comment 6 Roman Strobl 2005-07-08 09:59:59 UTC
Verified.