You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/12/30 15:32:00 UTC

[GitHub] [incubator-linkis] dddyszy opened a new issue #1258: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$NoNodeException in hive engine

dddyszy opened a new issue #1258:
URL: https://github.com/apache/incubator-linkis/issues/1258


   **Describe the bug**
   When use linkis-cli-hive with hive version 1.1.0-cdh5.8.3 and 2.1.1-cdh6.1.0, it will present an error
   
   `
   2021-12-30 23:02:11.329 ERROR [Linkis-Default-Scheduler-Thread-3] org.apache.linkis.engineplugin.hive.executor.HiveEngineConnExecutor 208 org$apache$linkis$engineplugin$hive$executor$HiveEngineConnExecutor$$executeHQL - query failed, reason : java.lang.reflect.InvocationTargetException: null
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
   	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
   	at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_181]
   	at scala.collection.immutable.Range.foreach(Range.scala:158) ~[scala-library-2.12.10.jar:?]
   	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.10.jar:?]
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_181]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_181]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
   	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
   Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$NoNodeException
   	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
   	at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
   	... 39 more
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_181]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
   	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
   	at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
   	... 39 more
   2021-12-30 23:02:11.338 ERROR [Linkis-Default-Scheduler-Thread-3] org.apache.linkis.engineplugin.hive.executor.HiveEngineConnExecutor 58 error - execute code failed! java.lang.reflect.InvocationTargetException: null
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
   	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
   	at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_181]
   	at scala.collection.immutable.Range.foreach(Range.scala:158) ~[scala-library-2.12.10.jar:?]
   	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.10.jar:?]
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_181]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_181]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
   	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
   Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$NoNodeException
   	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
   	at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
   	... 39 more
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_181]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
   	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
   	at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
   	... 39 more
   2021-12-30 23:02:11.353 ERROR [Linkis-Default-Scheduler-Thread-3] org.apache.linkis.engineconn.computation.executor.service.TaskExecutionServiceImpl 58 error - null java.lang.reflect.InvocationTargetException: null
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
   	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
   	at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_181]
   	at scala.collection.immutable.Range.foreach(Range.scala:158) ~[scala-library-2.12.10.jar:?]
   	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.10.jar:?]
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_181]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_181]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
   	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
   Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$NoNodeException
   	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
   	at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
   	... 39 more
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_181]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
   	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
   	at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
   	... 39 more
   `
   put zookeeper-3.4.5-cdhx.x.x.jar in linkis-engineconn-plugins/hive/dist/v2.1.1/lib can solve it
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
   hive version: 1.1.0-cdh5.8.3 and 2.1.1-cdh6.1.0,
   
   **Smartphone (please complete the following information):**
    - Device: [e.g. iPhone6]
    - OS: [e.g. iOS8.1]
    - Browser [e.g. stock browser, safari]
    - Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong commented on issue #1258: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$NoNodeException in hive engine

Posted by GitBox <gi...@apache.org>.
peacewong commented on issue #1258:
URL: https://github.com/apache/incubator-linkis/issues/1258#issuecomment-1003247501


   You can solve it through FAQ Q11:[FQA](https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq)


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong closed issue #1258: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$NoNodeException in hive engine

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #1258:
URL: https://github.com/apache/incubator-linkis/issues/1258


   


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org