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 247164 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Opening projects
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Op...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-16 11:18 UTC by mrpc
Modified: 2016-07-07 08:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210851


Attachments
stacktrace (2.01 KB, text/plain)
2014-09-16 11:18 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2014-09-16 11:18:22 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: Opening a project

bren_boss: Vagrant????IDE?????????????????????????????vagrant halt??????????????????IDE?????????

GUEST: 1. switch project group.
2. NetBeans reports deadlock is detected, and NetBenas hungs up.
3. Terminate NetBeans by Windwos Task Manager.

-- in japanese (this part is native language)  --
1. ????????????????
2. NetBenas?????????????????????????
3. Windows ???????????NetBenas?????
Sorry, this is Vagrant plugin's problem.
This have been already submitted to issue tracker of github repository [1].
I'll fix it.

[1] https://github.com/junichi11/netbeans-vagrant-plugin/issues/39

GUEST: 1. Start NetBeans
2. Change Project group
3. "Deadlock" alert reported.
4. [File] - [eXit], but never shutdown
5. Terminate NetBeans process by Windows Task Manager.

mrpc: I opened a project group to do some editing. When I finished, I opened the project groups window and switched to another project group. This error occured while "opening projects" was in progress.
I restarted netbeans, and now it is supposted to have toe same project group preselected, but no projects open.




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Opening projects
   at org.netbeans.modules.vagrant.ui.VagrantStatusLineElement.stateChanged(VagrantStatusLineElement.java:333)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
   at org.netbeans.modules.vagrant.VagrantStatusImpl.fireChange(VagrantStatusImpl.java:188)
   at org.netbeans.modules.vagrant.VagrantStatusImpl.remove(VagrantStatusImpl.java:125)
   at org.netbeans.modules.vagrant.ui.project.VagrantLookupProvider$1.projectClosed(VagrantLookupProvider.java:125)
Comment 1 mrpc 2014-09-16 11:18:25 UTC
Created attachment 149254 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:38:35 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss