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 234668 - IDE locked up after changing Maven project action properties.
Summary: IDE locked up after changing Maven project action properties.
Status: RESOLVED DUPLICATE of bug 234671
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-20 17:10 UTC by rptmaestro
Modified: 2013-08-21 08:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE messages.log (729.73 KB, text/x-log)
2013-08-20 17:10 UTC, rptmaestro
Details
Thread dump (41.42 KB, text/plain)
2013-08-20 17:11 UTC, rptmaestro
Details
UI Gestures (120.07 KB, text/plain)
2013-08-20 17:11 UTC, rptmaestro
Details
Snapshot Image (192.12 KB, image/png)
2013-08-20 17:13 UTC, rptmaestro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2013-08-20 17:10:15 UTC
Created attachment 138934 [details]
IDE messages.log

The IDE became unresponsive after editing an action in my Maven web project.
Prior to the IDE entering this state, I had done the following:

1. I cloned a multi-module Maven project from a GIT repository.
2. I set up a Tomcat 7 web server and associated it with the project.
3. I selected "Run" on the project node.
4. While the "Run" command was executing, I selected "Properties" from the
   project node.
5. I selected the the "Actions" element and chose to edit the "Run Project"
   action.
6. I added the property "skipTests=true" and clicked "OK" to exit the dialog.

At this point, the IDE displayed a dialog with a progress bar titled "Saving
Project data", and it stopped responding to input. An inspection of the Tomcat
access log indicates that the requests to deploy and then start the project had
both been sent with 200 (OK) response codes.

I will attach the thread dump, the IDE log, the UI gestures log.
Comment 1 rptmaestro 2013-08-20 17:11:03 UTC
Created attachment 138935 [details]
Thread dump
Comment 2 rptmaestro 2013-08-20 17:11:32 UTC
Created attachment 138936 [details]
UI Gestures
Comment 3 rptmaestro 2013-08-20 17:13:20 UTC
Created attachment 138937 [details]
Snapshot Image

The attached image is how the IDE appeared after it stopped responding.
Comment 4 markiewb 2013-08-20 22:10:29 UTC
Similar to https://netbeans.org/bugzilla/show_bug.cgi?id=234671 ?
Comment 5 Milos Kleint 2013-08-21 05:54:41 UTC
"Bookmarks loader and saver" and "Default RequestProcessor" threads seem to deadlock. all other threads are waiting for "Default RequestProcessor" thread to release the project write mutex.

reassigning to maven/j2ee for evaluation.
Comment 6 Martin Janicek 2013-08-21 08:11:09 UTC

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