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 96431 - exceptions has occurred when deleted project files manually
Summary: exceptions has occurred when deleted project files manually
Status: RESOLVED DUPLICATE of bug 96432
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 13:31 UTC by Radim Roska
Modified: 2007-02-23 13:33 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:16 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:20 UTC

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