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

invalid jar file on armv7 (Openwrt) #65

Open
BitBlockv6 opened this issue Oct 22, 2023 · 1 comment
Open

invalid jar file on armv7 (Openwrt) #65

BitBlockv6 opened this issue Oct 22, 2023 · 1 comment
Assignees

Comments

@BitBlockv6
Copy link

This error occurs in the container logs:

Error: Invalid or corrupt jarfile /opt/JDownloader/JDownloader.jar

Don't know how to fix this. I manually downloaded the .jar file still gettin this message.

@tuxpeople tuxpeople self-assigned this Nov 22, 2023
@tuxpeople
Copy link
Owner

Hi @BitBlockv6, I'm very sorry I missed your issue!

I don't have an armv7 system to test. The closest is a Raspberry Pi, with an armv6l kernel. I did the following, without docker, to check if I can reproduce:

  1. I installed openjdk-8-jre-headless (exact version is 8u312-b07-1+rpi1)
  2. I downloaded the jar: wget http://installer.jdownloader.org/JDownloader.jar
  3. I ran the jar like this: java -Djava.awt.headless=true -jar JDownloader.jar -norestart

I was able to run the jar without the error. Could you test that in a similar way on your system?

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

2 participants