mattcasters opened a new issue, #7652: URL: https://github.com/apache/hop/issues/7652
### Apache Hop version? 2.19.0-SNAPSHOT ### Java version? OpenJDK 21 ### Operating system Linux ### What happened? After succesful installation of the beam plugin I got an error: ``` 2026/07/27 22:44:45 - Marketplace - Downloaded /home/matt/git/mattcasters/hop/assemblies/client/target/hop/plugins/.staging/.download/hop-engines-beam-2.19.0-SNAPSHOT.zip (213287539 bytes) 2026/07/27 22:44:45 - Marketplace - Installed org.apache.hop:hop-engines-beam:2.19.0-SNAPSHOT. Restart Hop to load the plugin. 2026/07/27 22:44:47 - Marketplace - ERROR: Marketplace discovery failed for repository 'asf': 2026/07/27 22:44:47 - Marketplace - Cannot derive Nexus host/repository name from URL: https://repository.apache.org/content/groups/public/ 2026/07/27 22:44:47 - Marketplace - ERROR: org.apache.hop.core.exception.HopException: 2026/07/27 22:44:47 - Marketplace - Cannot derive Nexus host/repository name from URL: https://repository.apache.org/content/groups/public/ 2026/07/27 22:44:47 - Marketplace - 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.catalog.NexusRepositoryBrowser.browse(NexusRepositoryBrowser.java:57) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.catalog.PluginDiscovery.discoverRepoLive(PluginDiscovery.java:274) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.catalog.PluginDiscovery.query(PluginDiscovery.java:87) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.gui.MarketplaceDialog.refreshTable(MarketplaceDialog.java:381) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.gui.MarketplaceDialog.installSelected(MarketplaceDialog.java:536) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.gui.MarketplaceDialog.lambda$createPluginsTab$2(MarketplaceDialog.java:187) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5894) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1656) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5109) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4546) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.gui.MarketplaceDialog.open(MarketplaceDialog.java:163) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.marketplace.gui.MarketplaceGuiPlugin.menuToolsMarketplace(MarketplaceGuiPlugin.java:66) 2026/07/27 22:44:47 - Marketplace - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) 2026/07/27 22:44:47 - Marketplace - at java.base/java.lang.reflect.Method.invoke(Method.java:580) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.ui.core.gui.BaseGuiWidgets.lambda$getListener$1(BaseGuiWidgets.java:233) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5894) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1656) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5109) 2026/07/27 22:44:47 - Marketplace - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4546) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:619) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:453) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.ui.hopgui.HopCommandGui.run(HopCommandGui.java:57) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine.executeUserObject(CommandLine.java:2045) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine.access$1500(CommandLine.java:148) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2469) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine$RunLast.handle(CommandLine.java:2461) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine$RunLast.handle(CommandLine.java:2423) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine$RunLast.execute(CommandLine.java:2425) 2026/07/27 22:44:47 - Marketplace - at picocli.CommandLine.execute(CommandLine.java:2174) 2026/07/27 22:44:47 - Marketplace - at org.apache.hop.hop.Hop.main(Hop.java:131) ``` ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
