You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running kafka stream app in amazon cerrato image 8
with speeddb
Caused by: java.lang.UnsatisfiedLinkError: /tmp/libspeedbjni1689107787927231191.so: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/libspeedbjni1689107787927231191.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:782)
at java.lang.System.load(System.java:1100)
at org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:102)
at org.rocksdb.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:82)
at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:70)
at org.rocksdb.RocksDB.(RocksDB.java:39)
at org.rocksdb.Options.(Options.java:24)
at org.apache.kafka.streams.KafkaStreams.maybeWarnAboutCodeInRocksDBConfigSetter(KafkaStreams.java:1210)
at org.apache.kafka.streams.KafkaStreams.(KafkaStreams.java:890)
at org.apache.kafka.streams.KafkaStreams.(KafkaStreams.java:782)
at org.apache.kafka.streams.KafkaStreams.(KafkaStreams.java:692)
org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)
The text was updated successfully, but these errors were encountered:
Dinesh123
changed the title
GLIBC_2.29 not found for amazon docker image running on amazon linux
GLIBC_2.29 not found for amazon docker image running on amazon linux 2
Aug 5, 2024
Dinesh123
changed the title
GLIBC_2.29 not found for amazon docker image running on amazon linux 2
GLIBC_2.29 not found while trying to find linspeedjni.so for amazon docker image running on amazon linux 2
Aug 7, 2024
Running kafka stream app in amazon cerrato image 8
with speeddb
Caused by: java.lang.UnsatisfiedLinkError: /tmp/libspeedbjni1689107787927231191.so: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/libspeedbjni1689107787927231191.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:782)
at java.lang.System.load(System.java:1100)
at org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:102)
at org.rocksdb.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:82)
at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:70)
at org.rocksdb.RocksDB.(RocksDB.java:39)
at org.rocksdb.Options.(Options.java:24)
at org.apache.kafka.streams.KafkaStreams.maybeWarnAboutCodeInRocksDBConfigSetter(KafkaStreams.java:1210)
at org.apache.kafka.streams.KafkaStreams.(KafkaStreams.java:890)
at org.apache.kafka.streams.KafkaStreams.(KafkaStreams.java:782)
at org.apache.kafka.streams.KafkaStreams.(KafkaStreams.java:692)
org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)
The text was updated successfully, but these errors were encountered: