shreedhar22 commented on PR #172: URL: https://github.com/apache/ranger/pull/172#issuecomment-1234765998
hello, is there an update on this? I tried updating hadoop from `3.3.0` to `3.3.2` and faced the following exception while starting the ranger admin server: ``` Exception in thread "main" java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper at org.apache.ranger.credentialapi.CredentialReader.getDecryptedString(CredentialReader.java:39) at org.apache.ranger.server.tomcat.EmbeddedServer.getKeyManagers(EmbeddedServer.java:414) at org.apache.ranger.server.tomcat.EmbeddedServer.getSSLContext(EmbeddedServer.java:388) at org.apache.ranger.server.tomcat.EmbeddedServer.start(EmbeddedServer.java:99) at org.apache.ranger.server.tomcat.EmbeddedServer.main(EmbeddedServer.java:84) Caused by: java.lang.ClassNotFoundException: com.ctc.wstx.io.InputBootstrapper at java.net.URLClassLoader.findClass(URLClassLoader.java:387) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 5 more ``` curious to know if this is resolved in any of the further hadoop versions that are CVE free? -- 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]
