[kepler-dev] [Bug 5240] New: NameDuplicationException from SequencePlotter

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Nov 16 11:08:16 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5240

           Summary: NameDuplicationException from SequencePlotter
           Product: Kepler
           Version: 2.0.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: actors
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: crawl at sdsc.edu
         QAContact: kepler-dev at kepler-project.org
   Estimated Hours: 0.0


Reproduce with attached workflow.

ptolemy.kernel.util.IllegalActionException: Error creating effigy and tableau
  in .plot-error.a plot
Because:
Attempt to insert object named "plot" into container named
".configuration.directory.effigy2", which already contains an object with that
name.
    at ptolemy.actor.lib.gui.Plotter.initialize(Plotter.java:167)
    at
ptolemy.actor.lib.gui.SequencePlotter.initialize(SequencePlotter.java:130)
    at ptolemy.actor.process.ProcessThread.run(ProcessThread.java:135)
Caused by: ptolemy.kernel.util.NameDuplicationException: Attempt to insert
object named "plot" into container named ".configuration.directory.effigy2",
which already contains an object with that name.
    at ptolemy.kernel.util.NamedList.append(NamedList.java:133)
    at ptolemy.kernel.CompositeEntity._addEntity(CompositeEntity.java:2080)
    at ptolemy.kernel.ComponentEntity.setContainer(ComponentEntity.java:518)
    at ptolemy.kernel.CompositeEntity.setContainer(CompositeEntity.java:1815)
    at ptolemy.actor.gui.Effigy.setContainer(Effigy.java:401)
    at ptolemy.kernel.ComponentEntity.<init>(ComponentEntity.java:106)
    at ptolemy.kernel.CompositeEntity.<init>(CompositeEntity.java:164)
    at ptolemy.actor.gui.Effigy.<init>(Effigy.java:133)
    at ptolemy.actor.gui.PlotEffigy.<init>(PlotEffigy.java:71)
    at ptolemy.actor.lib.gui.Plotter.initialize(Plotter.java:155)
    ... 2 more
Caused by: ptolemy.kernel.util.NameDuplicationException: Attempt to insert
object named "plot" into container named ".configuration.directory.effigy2",
which already contains an object with that name.
    at ptolemy.kernel.util.NamedList.append(NamedList.java:133)
    at ptolemy.kernel.CompositeEntity._addEntity(CompositeEntity.java:2080)
    at ptolemy.kernel.ComponentEntity.setContainer(ComponentEntity.java:518)
    at ptolemy.kernel.CompositeEntity.setContainer(CompositeEntity.java:1815)
    at ptolemy.actor.gui.Effigy.setContainer(Effigy.java:401)
    at ptolemy.kernel.ComponentEntity.<init>(ComponentEntity.java:106)
    at ptolemy.kernel.CompositeEntity.<init>(CompositeEntity.java:164)
    at ptolemy.actor.gui.Effigy.<init>(Effigy.java:133)
    at ptolemy.actor.gui.PlotEffigy.<init>(PlotEffigy.java:71)
    at ptolemy.actor.lib.gui.Plotter.initialize(Plotter.java:155)
    at
ptolemy.actor.lib.gui.SequencePlotter.initialize(SequencePlotter.java:130)
    at ptolemy.actor.process.ProcessThread.run(ProcessThread.java:135)

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list