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 29622 - ide won't relenquish control over parsed filesystems (jar files kept open).
Summary: ide won't relenquish control over parsed filesystems (jar files kept open).
Status: RESOLVED DUPLICATE of bug 30290
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 16:30 UTC by dnoyeB
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnoyeB 2002-12-18 16:30:30 UTC
I have 2 projects.  The one project depends on a
jar file generated by the other project.  The one
project has the jar file added to its filesystem.
 So its being parsed.  Unfortunately after its
parsed, sometimes the system won't let go of the
file.  So when I switch back to the other project,
I can't build because the jar file can not be deleted.

The IDE must be bounced.
Comment 1 dnoyeB 2002-12-18 17:15:57 UTC
perhaps related to

http://www.netbeans.org/issues/show_bug.cgi?id=29306

I couldn't find it with a search because the issue as listed uses
wording related to the root cause (file descriptors) as opposed to the
symptoms (open files).
Comment 2 Tomas Hurka 2003-01-22 12:42:22 UTC
Yes, it could be related to issue #29306. Can you please test it with NB 3.4.1 or latest dev. build? Thanks.
Comment 3 dnoyeB 2003-01-22 18:45:00 UTC
I am using 3.4.1RC2 and i still have the problem.  I just now always
do GC before I change projects and that ends my problems.  I also fork
Ant as the Ant documentation mandates for windows 2000 users.
Comment 4 dnoyeB 2003-01-29 15:11:48 UTC
Seems like someone is not properly using their weakReferences or other
type of loose reference is not properly letting go.

It seems like a file system issue because sometimes I cant delete
various files, and I just do GC, then I can delete them.
Comment 5 Tomas Hurka 2003-01-29 16:48:06 UTC
I guess this issue can be related issue #30290. The issue 30290 has been fixed today. Can you, please check tomorrow's dev. build to see if you can reproduce it. Thanks.
Comment 6 dnoyeB 2003-01-29 18:16:50 UTC
I will test.  I think one of my other issues related to the Import
Management Tool could be related to that issue as well.  Im going to
test that too.  asap.
Comment 7 dnoyeB 2003-01-31 16:10:55 UTC
YeeeHaaaw.  Fixed in dev 200301300100.

It was invoked actually by the code completion database being updated
thats why it was so hard to pin down, sometimes thats automatic.  It
exists in 3.4.1 release, but its fixed in the dev build I listed above.
Comment 8 Tomas Hurka 2003-01-31 17:07:26 UTC
Great. Thanks for testing. Closing as duplicate of issue #30290

*** This issue has been marked as a duplicate of 30290 ***