nadment opened a new issue, #7636:
URL: https://github.com/apache/hop/issues/7636

   ### Apache Hop version?
   
   2.19
   
   ### Java version?
   
   21
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   On an existing installation, I started the client and then installed the 
hop-tech-azure plugin from the Marketplace, but then I couldn't start the 
client.
   
   I deleted the plugin folder so I could restart it.
   
   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)
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Other


-- 
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]

Reply via email to