作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试通过 DRPC 客户端请求连接到 Storm-topology(v1.0.2) 时,出现以下错误:
ERROR: A JNI error has occurred, please check your installation and try again. exception in thread "main" java.lang.NoClassDefFoundError:org/apache/storm/generated/DRPCExecutionException
最佳答案
您遇到的第一个问题是类路径中缺少 Apache Storm。如果您使用 Maven,here是要放入 pom.xml 中的示例坐标 - 或者您可能需要从网站下载 JAR 文件并将它们放入库目录中。然后您可能会开始收到更有意义的错误消息。也许您需要定义 JNDI 资源?
关于java - 错误 : A JNI error has occurred, 请检查您的安装并重试。NoClassDefFounderror: DRPC ExecutionException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41674896/
我是一名优秀的程序员,十分优秀!