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 250358 - IDE locked while creating JSF config
Summary: IDE locked while creating JSF config
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 250359 250715 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-02-11 07:12 UTC by Jiri Skrivanek
Modified: 2015-06-04 12:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump. (35.21 KB, text/plain)
2015-02-11 07:12 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2015-02-11 07:12:53 UTC
Created attachment 151942 [details]
Thread dump.

IDE is locked while creating faces-config. To reproduce:

- create new Java Web project with GlassFish server
- open new file wizard
- select "JavaServer Faces|JSF Faces Configuration"
- click Next
- click Finish and IDE is locked forever showing wizard

Product Version: NetBeans IDE Dev (Build 201502090001)
Java: 1.8.0_31; Java HotSpot(TM) 64-Bit Server VM 25.31-b07
Runtime: Java(TM) SE Runtime Environment 1.8.0_31-b13
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Petr Hejl 2015-03-12 08:47:19 UTC
*** Bug 250359 has been marked as a duplicate of this bug. ***
Comment 2 Petr Hejl 2015-03-12 09:24:32 UTC
Seems to be introduced by #247926. Though the actual cause is the fact that XML formatter locks the doc for reading and modifying it (trying to acquire write lock) later.
Comment 3 Petr Hejl 2015-03-12 09:31:55 UTC
Fixed in web-main 18e286314969.
Comment 4 Quality Engineering 2015-03-13 03:14:04 UTC
Integrated into 'main-silver', will be available in build *201503130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/18e286314969
User: Petr Hejl <phejl@netbeans.org>
Log: #250358 - IDE locked while creating JSF config
Comment 5 Petr Hejl 2015-06-04 12:25:49 UTC
*** Bug 250715 has been marked as a duplicate of this bug. ***