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

linux 运行报错ELF file OS ABI invalid #8

Open
hellozhongying opened this issue Apr 19, 2019 · 0 comments
Open

linux 运行报错ELF file OS ABI invalid #8

hellozhongying opened this issue Apr 19, 2019 · 0 comments

Comments

@hellozhongying
Copy link

[root@VM_9_8_redhat cos_migrate_tool_v5-1.3.0]# uname -a
Linux VM_9_8_redhat 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@VM_9_8_redhat cos_migrate_tool_v5-1.3.0]# sh start_migrate.sh
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/librocksdbjni2829646965401100715.so: /tmp/librocksdbjni2829646965401100715.so: ELF file OS ABI invalid
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
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.(RocksDB.java:35)
at org.rocksdb.Options.(Options.java:25)
at com.qcloud.cos_migrate_tool.record.RecordDb.init(RecordDb.java:47)
at com.qcloud.cos_migrate_tool.task.TaskExecutor.initRecord(TaskExecutor.java:97)
at com.qcloud.cos_migrate_tool.task.TaskExecutor.run(TaskExecutor.java:149)
at com.qcloud.cos_migrate_tool.app.App.main(App.java:60)
[root@VM_9_8_redhat cos_migrate_tool_v5-1.3.0]#

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