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 - [70cat] IllegalArgumentException: Properies mapping could not be computed (e.g. due to a circular definition). Evaluator: org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator@16d43cd
Summary: [70cat] IllegalArgumentException: Properies mapping could not be computed (e....
Status: RESOLVED DUPLICATE of bug 136214
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 16:40 UTC by pragalathan
Modified: 2011-05-09 22:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178403


Attachments
stacktrace (7.50 KB, text/plain)
2011-04-18 16:40 UTC, pragalathan
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***