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 193342

Summary: [70cat] IllegalStateException: Error in org.openide.nodes.EntrySupport$Default with entry Children.Keys.KE[entProject$CarAntArtifact@1fdfc36, broken=false, additional={pathInDeployment=/},0] from among [Child
Product: javaee Reporter: Chiana
Component: App ClientAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174971
Attachments: stacktrace

Description Chiana 2010-12-13 22:33:21 UTC
This bug was originally marked as duplicate of bug 162541, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201012130001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows Vista

User Comments:
Chiana: Tried to rename an enterprice project.




Stacktrace: 
java.lang.IllegalStateException: Error in org.openide.nodes.EntrySupport$Default with entry Children.Keys.KE[entProject$CarAntArtifact@1fdfc36, broken=false, additional={pathInDeployment=/},0] from among [Children.Keys.KE[entProject$CarAntArtifact@1fdfc36, broken=false, additional={pathInDeployment=/},0], Children.Array.AE[]] in {Children.Keys.KE[entProject$CarAntArtifact@1fdfc36, broken=false, additional={pathInDeployment=/},0]=Children.Info[Children.Keys.KE[entProject$CarAntArtifact@1fdfc36, broken=false, additional={pathInDeployment=/},0],length=1], Children.Array.AE[]=Children.Info[Children.Array.AE[],length=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.
   at org.openide.nodes.EntrySupport$Default.checkInfo(EntrySupport.java:368)
   at org.openide.nodes.EntrySupport$Default.updateOrder(EntrySupport.java:421)
   at org.openide.nodes.EntrySupport$Default.setEntries(EntrySupport.java:358)
   at org.openide.nodes.Children$Keys$2.run(Children.java:1542)
   at org.openide.util.Mutex$1Exec.run(Mutex.java:1244)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1907)
Comment 1 Chiana 2010-12-13 22:33:31 UTC
Created attachment 104032 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-08 19:23:34 UTC
I am not sure where CAR belongs, but EAR sounds quite similar.
Comment 3 David Konecny 2012-04-12 23:59:20 UTC

*** This bug has been marked as a duplicate of bug 204415 ***