hansva commented on PR #2034: URL: https://github.com/apache/hop/pull/2034#issuecomment-1346802400
The oracleBulkloader gives an error, the SVG is not included correctly ``` 2022/12/12 17:06:08 - SwtSvgImageUtil - ERROR: Error loading image from location 'orabulkloader.svg' 2022/12/12 17:06:08 - SwtSvgImageUtil - ERROR: org.apache.hop.core.exception.HopException: 2022/12/12 17:06:08 - SwtSvgImageUtil - Error loading SVG file orabulkloader.svg 2022/12/12 17:06:08 - SwtSvgImageUtil - 2022/12/12 17:06:08 - SwtSvgImageUtil - 2022/12/12 17:06:08 - SwtSvgImageUtil - org.apache.commons.vfs2.FileNotFoundException: Could not read from "file:///Users/hans/git/hop/assemblies/client/target/hop/orabulkloader.svg" because it is not a file. 2022/12/12 17:06:08 - SwtSvgImageUtil - Could not read from "file:///Users/hans/git/hop/assemblies/client/target/hop/orabulkloader.svg" because it is not a file. 2022/12/12 17:06:08 - SwtSvgImageUtil - 2022/12/12 17:06:08 - SwtSvgImageUtil - Could not read from "file:///Users/hans/git/hop/assemblies/client/target/hop/orabulkloader.svg" because it is not a file. 2022/12/12 17:06:08 - SwtSvgImageUtil - 2022/12/12 17:06:08 - SwtSvgImageUtil - 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.core.svg.SvgCache.loadSvg(SvgCache.java:159) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.util.SwtSvgImageUtil.loadFromClassLoader(SwtSvgImageUtil.java:198) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.util.SwtSvgImageUtil.getUniversalImageInternal(SwtSvgImageUtil.java:152) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.util.SwtSvgImageUtil.getUniversalImage(SwtSvgImageUtil.java:174) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.core.gui.GuiResource.loadTransformImages(GuiResource.java:593) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.core.gui.GuiResource.getResources(GuiResource.java:411) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.core.gui.GuiResource.<init>(GuiResource.java:290) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.core.gui.GuiResource.<init>(GuiResource.java:284) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.core.gui.GuiResourceImpl.getInstanceInternal(GuiResourceImpl.java:28) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.core.gui.GuiResource.getInstance(GuiResource.java:346) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:371) 2022/12/12 17:06:08 - SwtSvgImageUtil - at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351) 2022/12/12 17:06:08 - SwtSvgImageUtil - Caused by: org.apache.hop.core.exception.HopFileException: ``` -- 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]
