Squiggle (batik 1.6) gives me a nonfatal NullPointerException
(popup window: "SVG Error: null") with what looks to me to
be a fairly useless stacktrace:
java.lang.NullPointerException
at org.apache.batik.script.InterpreterPool.createInterpreter(Unknown
Source)
at org.apache.batik.bridge.BridgeContext.getInterpreter(Unknown Source)
at
org.apache.batik.bridge.BaseScriptingEnvironment.getInterpreter(Unknown
Source)
at org.apache.batik.bridge.BaseScriptingEnvironment.loadScripts(Unknown
Source)
at org.apache.batik.bridge.UpdateManager.dispatchSVGLoadEvent(Unknown
Source)
at org.apache.batik.swing.svg.SVGLoadEventDispatcher.run(Unknown Source)
The files in which this happens seem to cause this by having a javascript
CDATA section, possibly a script at all, and is probably related to reading
svg files from the local filesystem instead of http.
Someone have a guess what could be causing this?
Thanks,
--Bart Alewijnse
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]