Chris2011 commented on PR #7938:
URL: https://github.com/apache/netbeans/pull/7938#issuecomment-2564861392
Yeah maybe it didn't show everysthing but we have more than one exception:
```
SEVERE [com.github.weisj.jsvg.parser.StaxSVGLoader]: Error while parsing SVG.
com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '>' (code
62) in prolog, after '<'.
at [row,col {unknown-source}]: [1,2]
at
com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:666)
at
com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2177)
at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1180)
at com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
[catch] at
com.github.weisj.jsvg.parser.StaxSVGLoader.parse(StaxSVGLoader.java:106)
at
com.github.weisj.jsvg.parser.StaxSVGLoader.load(StaxSVGLoader.java:167)
at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:111)
at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:62)
at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:54)
at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:49)
at
org.netbeans.modules.svg.SVGViewerElement.lambda$updateView$2(SVGViewerElement.java:238)
at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403)
at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018)
```
This happens in the SVGViewerElement where I also run load in updateView.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists