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 96432 - exceptions has occurred when deleted project files manually
Summary: exceptions has occurred when deleted project files manually
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 96431 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-23 13:31 UTC by Radim Roska
Modified: 2008-12-24 23:55 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 Radim Roska 2007-02-23 13:31:39 UTC
[netbeans-5_5_1-beta-bin-200702211400-21_Feb_2007_1400]

1. some enterprise app project is open.
2. project dir is deleted
3. when clicking on parts of project (ejb, war) these exceptions occurs :

- clicked to enroll ejb -> java.lang.IllegalStateException: Error in
org.netbeans.modules.j2ee.ejbjarproject.ui.logicalview.LogicalViewChildren with
entry Key (docBase, 0) probably caused by faulty key implementation. The key
hashCode() and equals() methods must behave as for an IMMUTABLE object and the
hashCode() must return the same value for equals() keys.

- sometimes -> java.lang.AssertionError: Illegal project.xml

- clicked on war -> java.lang.NullPointerException

- clicked on Java EE modules -> 
java.lang.IllegalStateException:
FileOwnerQuery.getOwner(MasterFileObject@1afc575[home/radim/EnterpriseApplication6])
returned null. Please report this with the situation description to issue #62823
(http://www.netbeans.org/issues/show_bug.cgi?id=62823)

it seems it depends on the order what module we wanna open
Comment 1 Radim Roska 2007-02-23 13:33:14 UTC
*** Issue 96431 has been marked as a duplicate of this issue. ***
Comment 2 Jayashri Visvanathan 2008-12-24 23:55:38 UTC
 Please try NetBeans 6.5 and if you still see the problem, please reopen with additional details.