创建触发器成功但执行报错:NoClassDefFoundError #14010
StrongManLi
started this conversation in
General
Replies: 2 comments 2 replies
-
触发器的包是 with-dependencies的吗 |
Beta Was this translation helpful? Give feedback.
2 replies
-
内部类也无法被读取到,只使用了一个类。然后还有一个问题就是: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
创建Trigger的语句是:
但是执行时报错 NoClassDefFoundError。找不到的类是一个在 com.test.trigger.iotdb 目录下的Util类,触发器是在com.test.trigger目录下。在打包好的Jar包中能够找到这个Util类对应的 class 文件。

创建的触发器为什么没有读取到这个Util类呢?是创建 Trigger的语句不对吗? v1.3.2
Beta Was this translation helpful? Give feedback.
All reactions