Iam getting the following Error:
All the the SVG document update is done via the runnableQueue, and Doc is
not corrupted as iam able to save that properly.
java.lang.NullPointerException
at
org.apache.batik.bridge.SVGSVGElementBridge.handleAnimatedAttributeChanged(SVGSVGElementBridge.java:386)
at
org.apache.batik.bridge.BridgeContext$AnimatedAttrListener.animatedAttributeChanged(BridgeContext.java:1763)
at
org.apache.batik.dom.svg.SVGOMDocument$AnimAttrListener.animatedAttributeChanged(SVGOMDocument.java:706)
at
org.apache.batik.dom.svg.AbstractSVGAnimatedValue.fireAnimatedAttributeListeners(AbstractSVGAnimatedValue.java:132)
at
org.apache.batik.dom.svg.AbstractSVGAnimatedLength.attrChanged(AbstractSVGAnimatedLength.java:231)
at
org.apache.batik.dom.svg.AbstractSVGAnimatedLength.attrModified(AbstractSVGAnimatedLength.java:212)
at
org.apache.batik.dom.svg.AbstractElement.attrModified(AbstractElement.java:238)
at
org.apache.batik.dom.AbstractElement.fireDOMAttrModifiedEvent(AbstractElement.java:627)
at
org.apache.batik.dom.svg.AbstractElement.fireDOMAttrModifiedEvent(AbstractElement.java:117)
at
org.apache.batik.dom.AbstractAttr.setNodeValue(AbstractAttr.java:156)
at
org.apache.batik.dom.AbstractAttr.setValue(AbstractAttr.java:199)
at
org.apache.batik.dom.AbstractElement.setAttribute(AbstractElement.java:144)
at
com.xxxx.ebts.eem.common.viewframework.userinterface.svgview.DisplayObjectSVGGenerator.HandleRootBoundaryUpdate(DisplayObjectSVGGenerator.java:493)
at
com.xxxx.ebts.eem.common.viewframework.userinterface.svgview.DisplayObjectSVGGenerator.updateSVG(DisplayObjectSVGGenerator.java:293)
at
com.nokia.ebts.eem.common.viewframework.userinterface.svgview.SVGUpdator.updateDocument(SVGUpdator.java:271)
at
com.xxxx.ebts.eem.common.viewframework.userinterface.svgview.SVGUpdator.updateDocument(SVGUpdator.java:1)
at
com.xxxx.ebts.eem.common.viewframework.userinterface.ViewUIPopulator$ViewRunnable.run(ViewUIPopulator.java:369)
at
org.apache.batik.util.RunnableQueue.run(RunnableQueue.java:237)
at java.lang.Thread.run(Unknown Source
Any information and workaround on the same?
--
View this message in context:
http://old.nabble.com/Getting-SVG-Error-Dialog-tp27526399p27526399.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]