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 156500 - Unreproducible hang activating vw framework in ergonomic ide
Summary: Unreproducible hang activating vw framework in ergonomic ide
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 00:55 UTC by _ krystyna
Modified: 2009-03-09 16:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
1st thread dump (38.20 KB, text/plain)
2009-01-09 00:56 UTC, _ krystyna
Details
2nd thread dump (37.62 KB, text/plain)
2009-01-09 00:56 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2009-01-09 00:55:13 UTC
NetBeans IDE Dev (Build 20090108170556)
Java: 1.6.0_10-rc; Java HotSpot(TM) Server VM 11.0-b13
System: Windows XP version 5.1 running on x86

After creating a plain web project (javaee already activated),
created a second project. The IDE and progress bar froze while 
activating Visual Web framework. I could not duplicate this behavior.

Attaching two consecutive thread dumps taken.
Comment 1 _ krystyna 2009-01-09 00:56:04 UTC
Created attachment 75607 [details]
1st thread dump
Comment 2 _ krystyna 2009-01-09 00:56:26 UTC
Created attachment 75608 [details]
2nd thread dump
Comment 3 Peter Zavadsky 2009-01-09 01:19:45 UTC
It seems there is a hang in Default Request Processor, when called from various threads from FolderLookup. Passing there.
Comment 4 Jaroslav Tulach 2009-03-09 16:46:54 UTC
The things JSF provider does in Folder Instance thread:

org.netbeans.modules.visualweb.project.jsf.libraries.provider.ComponentLibraryTypeProvider$1.run(ComponentLibraryTypeProvider.java:117)
org.openide.util.Mutex.postRequest(Mutex.java:1251)
org.openide.util.Mutex.postWriteRequest(Mutex.java:582)
org.netbeans.modules.visualweb.project.jsf.libraries.provider.ComponentLibraryTypeProvider.libraryCreated(ComponentLibraryTypeProvider.java:110)

seem to be a bit dangerous. Please don't write down anything in these threads please.

Anyway web.fake is gone, it will not be used in 6.7 release.