java-p7zip-binding problem

Any questions? Need some help?
Post Reply
vaski
Posts: 2
Joined: 25 Nov 2013, 13:34

java-p7zip-binding problem

Post by vaski »

Hello
I'm using a headless ArchLinux server, and now filebot is not working, well it is working, just not with the 7zip, so it is not unzipping anything. It started with that i had to update java (filebot through me some error about java), and when I had done that, filebot worked but with out the ability to unzip stuff. I have google abit, but not found anything useful, can someone point me in the right direction?

fn:sysinfo output:

Code: Select all

filebot -script "fn:sysinfo"
FileBot 4.5 (r2612)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.70
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: no 7-Zip-JBinding in java.library.path
chromaprint-tools: fpcalc version 1.1.0 (fpcalc)
Extended Attributes: DISABLED
Groovy Engine: 2.3.7
JRE: OpenJDK Runtime Environment 1.8.0_25 (headless)
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 228 MB Max Memory / 20 MB Used Memory
OS: Linux (amd64)
uname: Linux smu 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
java output

Code: Select all

archlinux-java status
Available Java environments:
  java-7-openjdk
  java-8-openjdk/jre (default)
and information about 7zip

Code: Select all

 packer -Ss java-p7zip-binding
aur/java-p7zip-binding 4.65_1.06rc-1 (11)
    Java wrapper for 7-Zip C++ library.
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java-p7zip-binding problem

Post by rednoah »

The lib7z-JBinding.so hasn't changed in over a year so it's unlikely that it's got anything to do with Java (JNI) especially since it's confirmed to be working on Windows/Ubuntu/Mac on Java 6/7/8.

You could try using the Oracle JDK 8. Might make a difference. Otherwise maybe the library that the java-p7zip-binding package provides is simply not compatible with your system.

Issues with native libraries can crash the whole JVM, and even if you send me these error logs there's little I can do about these kinda of issues.

You might want to report issues here: http://sevenzipjbind.sourceforge.net/
:idea: Please read the FAQ and How to Request Help.
vaski
Posts: 2
Joined: 25 Nov 2013, 13:34

Re: java-p7zip-binding problem

Post by vaski »

Good old window's trick did it for my, re-install of java-p7zip-binding did the trick, now everything is working :)
Post Reply