RocksDB Linkage error with Kafka Stream 0.10.1.1 on Windows Platform
622 views
Skip to first unread message
Nitin Gupta
unread,
Feb 16, 2017, 7:17:31 AM2/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluent Platform
Dear All,
Would like to know if the RocksDB linkage error is resolved in the latest version of Kafka Streams for the Windows platform. The latest version of Kafka Streams (0.10.1.1) does use the RocksDB 4.9.0 but I am still facing the problem when I run the basic example using Eclipse on Windows.
All my developers are on Windows platform so it will be big shift if we want to move them to Linux to use Kafka Streams. Please suggest.
Eno Thereska
unread,
Feb 16, 2017, 8:13:18 AM2/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluent Platform
We just upgraded RocksDb to 5.0.1 in the upcoming 0.10.2 release (currently being voted) and also in trunk. However, I haven't tried in Windows and it would be good to have someone try and confirm.
Eno
Matthias J. Sax
unread,
Feb 16, 2017, 1:01:39 PM2/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluent Platform
Hi Matthias,
I am receiving the below error. I am not sure why it check in my Temp dir for the dll. It appends some timestamp in the name of the dll and it changes everytime I run the code. I check the rockdb jar associated with my code and it has the dll .
Any help with be appreciable.
Exception in thread "StreamThread-1" java.lang.UnsatisfiedLinkError: C:\Users\nitin.gupta\AppData\Local\Temp\librocksdbjni6618673850139271275.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1814) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1083) at org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:78) at org.rocksdb.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:56) at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:47) at org.rocksdb.RocksDB.<clinit>(RocksDB.java:23) at org.rocksdb.Options.<clinit>(Options.java:21) at org.apache.kafka.streams.state.internals.RocksDBStore.<init>(RocksDBStore.java:127) at org.apache.kafka.streams.state.internals.RocksDBStore.<init>(RocksDBStore.java:112) at org.apache.kafka.streams.state.internals.RocksDBKeyValueStoreSupplier.get(RocksDBKeyValueStoreSupplier.java:56) at org.apache.kafka.streams.processor.TopologyBuilder.build(TopologyBuilder.java:791) at org.apache.kafka.streams.processor.TopologyBuilder.build(TopologyBuilder.java:765) at org.apache.kafka.streams.processor.internals.StreamThread.createStreamTask(StreamThread.java:631) at org.apache.kafka.streams.processor.internals.StreamThread.addStreamTasks(StreamThread.java:660) at org.apache.kafka.streams.processor.internals.StreamThread.access$100(StreamThread.java:69) at org.apache.kafka.streams.processor.internals.StreamThread$1.onPartitionsAssigned(StreamThread.java:124) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.onJoinComplete(ConsumerCoordinator.java:228) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.joinGroupIfNeeded(AbstractCoordinator.java:313) at org.apache.kafka.clients.consumer.internals.AbstractCoordinator.ensureActiveGroup(AbstractCoordinator.java:277) at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.poll(ConsumerCoordinator.java:259) at org.apache.kafka.clients.consumer.KafkaConsumer.pollOnce(KafkaConsumer.java:1013) at org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:979) at org.apache.kafka.streams.processor.internals.StreamThread.runLoop(StreamThread.java:407) at org.apache.kafka.streams.processor.internals.StreamThread.run(StreamThread.java:242)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluent Platform
I also tried to exclude the 4.9 version of RockDB from the KafkaStream dependency in the pom file and explicitly added the dependency to use the 5.1.2 version of Rockdb . But still the same problem
>
> --
> You received this message because you are subscribed to the Google
> Groups "Confluent Platform" group.
> To unsubscribe from this group and stop receiving emails from it, send