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