Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLIBC_2.29 not found while trying to find linspeedjni.so for amazon docker image running on amazon linux 2 #862

Open
Dinesh123 opened this issue Aug 5, 2024 · 0 comments

Comments

@Dinesh123
Copy link

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)

@Dinesh123 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant