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 107881

Summary: Deadlock from illegal call to FileOwnerQuery from FileSystemListener.fileFolderCreated
Product: projects Reporter: Jesse Glick <jglick>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker Keywords: THREAD
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jesse Glick 2007-06-22 19:48:32 UTC
IDE froze after trying to close main window. In "Java Source Worker Thread", a Filesystems API callback should not be
calling into a Projects API method.
Comment 1 Jesse Glick 2007-06-22 19:49:20 UTC
Created attachment 44290 [details]
Thread dump
Comment 2 Milos Kleint 2007-06-22 21:40:29 UTC
Well, I'm really missing a facility that would let me register URLs and notify me when they appear/disappers. 

I should probably get rid of the FileSystemListener class altogether and let each project deal with listening on treen
on it's own.
Comment 4 Milos Kleint 2007-06-27 09:31:27 UTC
fixed by copy pasting the ant/project solution. 
http://fisheye.codehaus.org/changelog/mevenide/?cs=4461
Comment 5 Milos Kleint 2007-07-24 08:20:48 UTC
*** Issue 110669 has been marked as a duplicate of this issue. ***