Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

edge is not in graph Error

0 votes

Hi guys,

I have the following error coming from our server which is using y.jar :

java.lang.IllegalArgumentException: edge is not in graph

at y.base.Graph.b(Unknown Source)
at y.base.Graph.hide(Unknown Source)
at y.layout.ComponentLayouter.doLayout(Unknown Source)
at y.layout.CanonicMultiStageLayouter.doLayout(Unknown Source)
at y.layout.hierarchic.HierarchicGroupLayouter.doLayout(Unknown Source)
at y.layout.PortCalculator.doLayout(Unknown Source)
at y.layout.AbstractLayoutStage.doLayoutCore(Unknown Source)
at y.layout.BufferedLayouter.calcLayout(Unknown Source)
at y.layout.BufferedLayouter.calcLayout(Unknown Source)
at y.module.LayoutModule.launchLayouter(Unknown Source)
at com.opsware.sav.ui.DefaultGraph$DefaultLayoutModule.launchLayouter(DefaultGraph.java:2177)
at y.module.LayoutModule.launchLayouter(Unknown Source)
at y.module.HierarchicLayoutModule.mainrun(Unknown Source)
at y.module.YModule.run(Unknown Source)
at y.module.YModule.b(Unknown Source)
at y.module.YModule.start(Unknown Source)
at com.opsware.sav.ui.DefaultGraph$DefaultLayoutModule$3.construct(DefaultGraph.java:2199)
at com.opsware.sav.util.ThreadFactory$1.run(ThreadFactory.java:105)
at java.lang.Thread.run(Thread.java:748)
 
the above error come in the context of a large amount graphical representations in the Visualizer. Is somewhere a setting to increase memory allocation ? Or is there a fix for this ?
 
Also we are using :
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: yGuard Bytecode Obfuscator 2.1.0
Main-Class: y.util.YVersion
 
Is there a newer version of  the y.jar? If yes where I can find it ?
 
Many thanks in advance,
Bogdan

 

closed with the note: Not a yEd question.
in Help by (120 points)
closed by

1 Answer

0 votes

This forum is for yEd questions only. For questions regarding the yFiles for Java programming library, please contact yWorks support by mail. (Please include your yWorks customer or evaluator ID in your mail when doing so.)

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...