JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 09.08.2022, 17:36
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default Raspberry pi 4 - extraction

Hi,
Since a couple of weeks I've updated jdownloader but I can't no more use extraction plugin, looking to logs folder it seems that it can't find the right LibID.

These is my log id: jdlog://8391035302851

Can you guys help me?
Reply With Quote
  #2  
Old 10.08.2022, 16:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

@ilteoood: Please use this method to fix your installation, see https://support.jdownloader.org/Know...r-installation
according to log your JDownloader installation is missing the native extraction libraries. Did you move the installation from other system/environment?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 11.08.2022, 09:25
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default

Hi @Jiaz,
nope, I'm using this docker image, which seems to make a fresh install each time you create a new container:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #4  
Old 11.08.2022, 09:31
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default

I've tried to follow that guide, but the "Archive settings" is always disabled.
Reply With Quote
  #5  
Old 11.08.2022, 16:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

@ilteoood: issue is caused by docker image not supporting your alpine linux distro
the following line in github.com/jaymoulin/docker-jdownloader/blob/master/Dockerfile
Quote:
COPY ./${ARCH}/*.jar /opt/JDownloader/libs/
replaces the correct/working jars with the wrong/outdated jars

either you remove that line by yourself or ask maintainer to fix it
or
use different docker image, eg github.com/antlafarge/jdownloader
or
install plain without docker, see https://support.jdownloader.org/Know...bedded-devices
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 11.08.2022, 16:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

Quote:
Originally Posted by ilteoood View Post
Hi @Jiaz,
nope, I'm using this docker image,
Would it be possible to provide me some details? I'm asking because JDownloader doesn't properly detect the docker environment and I would like to fix this.
can you please join the container via ssh and provide me the output of
cat /proc/1/cgroup
cat /proc/self/cgroup

you can send output to support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 12.08.2022, 08:22
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@ilteoood: issue is caused by docker image not supporting your alpine linux distro
the following line in github.com/jaymoulin/docker-jdownloader/blob/master/Dockerfile

replaces the correct/working jars with the wrong/outdated jars

either you remove that line by yourself or ask maintainer to fix it
or
use different docker image, eg github.com/antlafarge/jdownloader
or
install plain without docker, see **External links are only visible to Support Staff**...
Hi, I've already tried that image but the result is the same.
If there's nothing else that I can do, I'll try with the plain installation without docker.
Reply With Quote
  #8  
Old 12.08.2022, 08:25
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
Would it be possible to provide me some details? I'm asking because JDownloader doesn't properly detect the docker environment and I would like to fix this.
can you please join the container via ssh and provide me the output of
cat /proc/1/cgroup
cat /proc/self/cgroup

you can send output to support@jdownloader.org
For the jaymoulin image, this is the requested output (I'm attaching it here because gmail can't deliver my messages to support@jdownloader.org)

Code:
/opt/JDownloader # cat /proc/1/cgroup
0::/
/opt/JDownloader # cat /proc/self/cgroup
0::/
Reply With Quote
  #9  
Old 12.08.2022, 08:39
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
Would it be possible to provide me some details? I'm asking because JDownloader doesn't properly detect the docker environment and I would like to fix this.
can you please join the container via ssh and provide me the output of
cat /proc/1/cgroup
cat /proc/self/cgroup

you can send output to support@jdownloader.org
I've also re-installed the docker image that you suggested, with the same result.

Here is the output:

Code:
# cat /proc/1/cgroup
0::/
# cat /proc/self/cgroup
0::/


For this image I've also produced the following logs: jdlog://2891035302851

Let me know if these informations are useful to you.
Reply With Quote
  #10  
Old 12.08.2022, 14:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

@ilteoood: Thanks for the feedback!
issue is caused by
Quote:
--ID:46TS:1660286167761-8/12/22 6:36:07 AM - [org.jdownloader.extensions.extraction.multi.Multi(checkLibraries)] -> Available LibIDs:[Linux-arm64, Linux-aarch64-musl]
--ID:46TS:1660286167769-8/12/22 6:36:07 AM - [org.jdownloader.extensions.extraction.multi.Multi(isAvailable)] -> Unsupported SevenZipJBinding|Version=16.02-2.01|CPU_ARCH=ARM|OS_FAM=LINUX|OS=UBUNTU_JAMMY|64Bit_JVM=false|64Bit_ARCH=false|HW:RaspberryPI|Type: 4B|MemorySize:GB_8|Manufacturer:SONY_UK|Processor:BCM2711|Raw:d03114
Your docker image only has 64bit arm native libs but you are using a 32bit jvm.
Quote:
--ID:1TS:1660286159500-8/12/22 6:35:59 AM - [jd.SecondLevelLaunch(mainStart)] -> JVM:18312007|1.8.0_312-8u312-b07-0ubuntu1-b07|64bit:false
it looks like 32/64bit missmatch, maybe you are running 64bit kernel but 32bit system? kernel reports 64bit but system/java is 32bit.
maybe you can install 64bit jvm?

as an alternative, manually download/add the 32bit libs as well:
downoad the file
mega.nz/file/DUNlkBZJ#Ql-Hg4vUt_pcSmM6jjNeJo_CFeEJEQhr8Stn_Icm7yM
and place it inside docker container into libs/ folder and restart JDownloader
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 12.08.2022 at 14:13.
Reply With Quote
  #11  
Old 14.08.2022, 12:41
ilteoood ilteoood is offline
Baby Loader
 
Join Date: Aug 2022
Posts: 7
Default

Previously I had a 32 bit raspbian os with a 64 bit kernel, as it was the only way to fully use the raspberry pi hardware.

Now I've formatted and flashed raspbian os 64 bit. With the same docker image, now everything works correctly.
Reply With Quote
  #12  
Old 16.08.2022, 17:31
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,532
Default

@ilteoood: Thank you very much for your time spent on this issue and sharing your feedback! Glad to hear that you could solve this by yourself !
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 06:14.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.