learn-kafka-courses
learn-kafka-courses copied to clipboard
below error at the start of the 101 course, Hands On: Basic Operations workshop....
When running initial 'build', testing phase (during aggregate test?) seems to be having an issue finding the lib for rocksdb. When I check, there is indeed no file (or similar named file) in the directory.
Following instructions here
Have done a lot of error searching but am struggling to find a solution. Any guidance or suggestions, fixes or similar most welcome.
command:-
./gradlew build
returns output :-
Task :test FAILED
io.confluent.developer.aggregate.solution.StreamsAggregateTest > shouldAggregateRecords FAILED
java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/f3/0y1cbfts4fg4tc9m7yylqpvr0000gp/T/librocksdbjni14255294656738842507.jnilib
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2633)
at java.base/java.lang.Runtime.load0(Runtime.java:768)
at java.base/java.lang.System.load(System.java:1837)
at org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:78)
at org.rocksdb.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:56)
at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:64)
at org.rocksdb.RocksDB.