7zip error

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
lukjod
Posts: 35
Joined: 13 Jul 2014, 18:53

7zip error

Post by lukjod »

Try to -extract files but console gives me this error on my arm Qnap:

[~] # /share/HDA_DATA/.qpkg/Filebot/test.sh
Locking /share/HDA_DATA/.qpkg/Filebot/logs/amc.log
Parameter: minFileSize = 30000
Parameter: artwork = n
Parameter: plex = 192.168.1.180
Parameter: exec = /share/HDA_DATA/.qpkg/Optware/bin/napi.sh -c -n -f subrip --stats '{file}'
Parameter: excludeList = filebot_processed_files.txt
Parameter: musicFormat = Music/{n}/{t}
Parameter: seriesFormat = TV/{n}/Season {s.pad(2)}/{s00e00} - {t}
Parameter: movieFormat = FILM/{n} ({y})/{n} ({y})
Argument: /share/HDA_DATA/Download/transmission/completed
net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: no 7-Zip-JBinding in java.library.path
No files selected for processing

What can I do with that?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 7zip error

Post by rednoah »

Depends on your platform. You need lib7z-JBinding.so compiled for your platform. There's links on the downloads page, though if it's a ARM or PPC device you're probably out of luck and there's nothing you can do.
:idea: Please read the FAQ and How to Request Help.
lukjod
Posts: 35
Joined: 13 Jul 2014, 18:53

Re: 7zip error

Post by lukjod »

I downloaded lib7-Zip-Jbinding.so but now it is:

net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: /share/HDA_DATA/.qpkg/JRE_ARM/jre/lib/arm/lib7-Zip-JBinding.so: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found (required by /share/HDA_DATA/.qpkg/JRE_ARM/jre/lib/arm/lib7-Zip-JBinding.so)

probably I need different libstdc++.so.6 version?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 7zip error

Post by rednoah »

Pretty sure it just doesn't work.

I think it was compiled for arm5tel (not by me) but never actually tested (also never managed to get anything working on my armv7hf device).
:idea: Please read the FAQ and How to Request Help.
Post Reply