mattcasters opened a new issue, #7666:
URL: https://github.com/apache/hop/issues/7666
### Apache Hop version?
2.19.0-SNAPSHOT
### Java version?
OpenJDK 21
### Operating system
Linux
### What happened?
After `sh hop marketplace apply -f full-client-env.yaml` I get the following
error when starting the `hop gui` :
```
Error starting the Hop GUI: com/azure/security/keyvault/secrets/SecretClient
java.lang.NoClassDefFoundError:
com/azure/security/keyvault/secrets/SecretClient
at java.base/java.lang.Class.getDeclaredFields0(Native Method)
at
java.base/java.lang.Class.privateGetDeclaredFields(Class.java:3475)
at java.base/java.lang.Class.getDeclaredFields(Class.java:2544)
at
org.apache.hop.core.HopClientEnvironment.findDeclaredFields(HopClientEnvironment.java:143)
at
org.apache.hop.ui.hopgui.HopGuiEnvironment.initGuiPlugins(HopGuiEnvironment.java:101)
at
org.apache.hop.ui.hopgui.HopGuiEnvironment.init(HopGuiEnvironment.java:68)
at
org.apache.hop.ui.hopgui.HopGuiEnvironment.init(HopGuiEnvironment.java:53)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:438)
at org.apache.hop.ui.hopgui.HopCommandGui.run(HopCommandGui.java:57)
at picocli.CommandLine.executeUserObject(CommandLine.java:2045)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at
picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2469)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2423)
at
picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2425)
at picocli.CommandLine.execute(CommandLine.java:2174)
at org.apache.hop.hop.Hop.main(Hop.java:131)
Caused by: java.lang.ClassNotFoundException: Unable to load class
'com.azure.security.keyvault.secrets.SecretClient' in this classloader or in
the parent
at
org.apache.hop.core.plugins.HopURLClassLoader.loadClass(HopURLClassLoader.java:132)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 18 more
Caused by: java.lang.ClassNotFoundException:
com.azure.security.keyvault.secrets.SecretClient
at
java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at
org.apache.hop.core.plugins.HopURLClassLoader.loadClassFromThisLoader(HopURLClassLoader.java:102)
at
org.apache.hop.core.plugins.HopURLClassLoader.loadClass(HopURLClassLoader.java:127)
... 19 more
```
### Issue Priority
Priority: 1
### Issue Component
Component: Marketplace
--
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]