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 184836 - [69cat] Ide blocked importing osgi cluster
Summary: [69cat] Ide blocked importing osgi cluster
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-04-23 11:28 UTC by aldobrucale
Modified: 2010-05-03 09:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (21.10 KB, text/plain)
2010-04-23 11:29 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-04-23 11:28:24 UTC
[ BUILD # : 201004220200 ]
[ JDK VERSION : 1.6.* ]

I'm following the tutorial at
<http://netbeans.dzone.com/nb-osgi-web-development>. The "Add Cluster"
operation at point 5 blocked my ide. The progress bar in the "Import a cluster"
window is moving, but the modal dialog doesn't close. The xml files files in
<cluster dir>/config/Modules/ have been generated. Some of the jar entries in
the cluster directory are symlinks.
Comment 1 aldobrucale 2010-04-23 11:29:13 UTC
Created attachment 97909 [details]
thread dump
Comment 2 Jaroslav Tulach 2010-04-27 15:45:18 UTC
I don't understand what it means "blocked". Thread dump shows EDT is free to handle your requests.

I tried to create a cyclic symlink and even that somehow worked. I will probably need more information if you want me to do something with your case.
Comment 3 aldobrucale 2010-05-03 09:37:56 UTC
The modal dialog was not closing, so even if the EDT was not deadlocked I had no way to interact with the ide. I couldn't reproduce this behaviour with the latest dev build.