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 197841

Summary: [70cat] IllegalArgumentException: Properies mapping could not be computed (e.g. due to a circular definition). Evaluator: org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator@16d43cd
Product: javaee Reporter: pragalathan <pragalathan>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178403
Attachments: stacktrace

Description pragalathan 2011-04-18 16:40:44 UTC
Build: NetBeans IDE 7.0 RC1 (Build 201103280000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException: Properies mapping could not be computed (e.g. due to a circular definition). Evaluator: org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator@16d43cd
   at org.netbeans.modules.java.project.BrokenReferencesModel.getReferences(BrokenReferencesModel.java:307)
   at org.netbeans.modules.java.project.BrokenReferencesModel.isBroken(BrokenReferencesModel.java:216)
   at org.netbeans.spi.java.project.support.ui.BrokenReferencesSupport.isBroken(BrokenReferencesSupport.java:127)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.hasBrokenLinks(AbstractLogicalViewProvider.java:418)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider$4.run(AbstractLogicalViewProvider.java:373)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 pragalathan 2011-04-18 16:40:49 UTC
Created attachment 107818 [details]
stacktrace
Comment 2 David Konecny 2011-05-09 22:55:26 UTC
Any way how to reproduce this problem? Does it happen always or randomly? Would it be possible to attach your project?

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