Home > Back-end >  Why I get an error while running SessionExample in Apache IoTDB?
Why I get an error while running SessionExample in Apache IoTDB?

Time:01-12

You can see the following errors, org/apache/thrift/TEnum not found. enter image description here

However, I can see that i already got the libthrift dependency in my project: enter image description here

CodePudding user response:

You can check your local .m2 folder if there are other versions thrift that you previously used. Deleting that, and run mvn clean install in the project root path.

  •  Tags:  
  • Related