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 235188 - Maven web project change properties hangs ide
Summary: Maven web project change properties hangs ide
Status: RESOLVED DUPLICATE of bug 234671
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 17:15 UTC by mdeggersbeans
Modified: 2013-08-29 07:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gzipped log file during attempted operation (10.50 KB, application/x-gzip)
2013-08-28 17:15 UTC, mdeggersbeans
Details
first thread dump (4.68 KB, application/x-gzip)
2013-08-28 21:32 UTC, mdeggersbeans
Details
second thread dump (4.67 KB, application/x-gzip)
2013-08-28 21:33 UTC, mdeggersbeans
Details
third thread dump (4.68 KB, application/x-gzip)
2013-08-28 21:33 UTC, mdeggersbeans
Details
fourth thread dump (4.43 KB, application/x-gzip)
2013-08-28 21:33 UTC, mdeggersbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mdeggersbeans 2013-08-28 17:15:44 UTC
Created attachment 139384 [details]
gzipped log file during attempted operation

Platform: Fedora 19 64 bit latest updates
JDK:      1.7.0_25 64 bit
Maven:    either internal or Maven 3.1
NetBeans: 201308280001 (7.4 nightly)

To reproduce:

1. Project->Properties->Run
2. Change the server (Server will now be in bold)
3. Click OK
4. Saving Project Data window will pop up
5. IDE will never return
   a. cannot close progress bar window
   b. cannot close IDE

You must kill -TERM the IDE. The change is actually recorded. The next time the IDE starts up, the project will have the changed server.

There does not seem to be anything in the logs at normal logging levels.

I was also able to reproduce this on Windows 7 Home Premium 64 bit, with build 201308151015.

This works properly in 7.3.1.

I've attached a gzipped messages.log file, but again I didn't see anything obvious.
Comment 1 David Konecny 2013-08-28 20:30:42 UTC
Is this problem reproducible? If yes could you please follow http://wiki.netbeans.org/GenerateThreadDump and generate two or three thread dumps and attach them to this issue? Thanks.
Comment 2 mdeggersbeans 2013-08-28 21:32:33 UTC
Created attachment 139388 [details]
first thread dump
Comment 3 mdeggersbeans 2013-08-28 21:33:00 UTC
Created attachment 139389 [details]
second thread dump
Comment 4 mdeggersbeans 2013-08-28 21:33:24 UTC
Created attachment 139390 [details]
third thread dump
Comment 5 mdeggersbeans 2013-08-28 21:33:53 UTC
Created attachment 139391 [details]
fourth thread dump
Comment 6 Martin Janicek 2013-08-29 07:05:58 UTC

*** This bug has been marked as a duplicate of bug 234671 ***