Coder Social home page Coder Social logo

Comments (29)

bonny1992 avatar bonny1992 commented on May 29, 2024 1

I'm writing here after the closing of the issue to thank @jaymoulin because of his patience of guiding me to solving my problem!

Here's my instance finally stable, up and running!
image

I don't sincerely know what fixed the issue, btw.

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

Can you please give more information? (Version? logs?)

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

The version is actually the latest that docker pulls from the hub. Should I build the image instead?
Speaking of the logs instead it's quite difficult to get something relevant, it throws a lot of lines then writes "initialization finished" or something similar, then after 30/45 minutes goes with "checking update" and does nothing more.
At the moment I don't have the device at hand, by the way.

Do I have to open some ports? I haven't with the client on my windows machine.
Maybe this image isn't designed to run headlessly?

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

By version, I mean, what is the return of this command : docker inspect jdownloader --format='{{index .Config.Labels.version}}'

The purpose of this image IS to run headlessly.
Did you configure your account (as specified in README)?
You don't have to open any port.
The more information you can give, the better I can resolve this issue.

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Sorry about the closure, I'm on mobile and wrongfully tapped on the button.

Oh, as soon as I can get near the device then I'll get the version.

Yes, I followed the README and if I look at the config files the account is configured.

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

No problem, take your time ;)

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Thank you!

Here's what the inspect command returns:

> docker inspect jdownloader --format='{{index .Config.Labels.version}}'
0.6.0

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

Can you please try with version 0.5.0? This is not a sustainable solution but this will help debug (as I don't have a Rock64 myself). Also, can you please check that your device has enough free memory/CPU to be able to run OMV along with docker/jdownloader?

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

What command I need to run? Does

docker run -d <commands> jaymoulin/jdownloader:0.5.0

work?

Also yes, it should have plenty of memory and CPU.

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

To be easier, you should delete your actual container and do the exact same process but using the jaymoulin/jdownloader:0.5.0 image. That means you'll have to do the auth process again

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

To be easier, you should delete your actual container and do the exact same process but using the jaymoulin/jdownloader:0.5.0 image. That means you'll have to do the auth process again

Yep, I just didn't see the tags!
How much time I should wait before I report to you? Because right now the 0.5.0 tag isn't working either.

I paste some of the logs I manage to copy:

> 38|Log.L.log 10/21/18 5:37:38 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface.json
> 38|Log.L.log 10/21/18 5:37:38 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface.json
> 38|Log.L.log 10/21/18 5:37:38 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface.json
> 38|Log.L.log 10/21/18 5:37:38 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings.json
> 38|Log.L.log 10/21/18 5:37:38 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings
> 38|Log.L.log 10/21/18 5:37:38 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 
> THREAD: 36
> 36|Log.L.log 10/21/18 5:37:39 PM - INFO [ org.jdownloader.extensions.LazyExtension(getClassLoader) ] -> Use /opt/JDownloader/extensions/JDShutdown.jar classloader
> 36|Log.L.log 10/21/18 5:37:39 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.extensions.shutdown.ShutdownExtension.json
> 36|Log.L.log 10/21/18 5:37:39 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.extensions.shutdown.ShutdownConfig|Path:/opt/JDownloader/cfg/org.jdownloader.extensions.shutdown.ShutdownExtension
> 36|Log.L.log 10/21/18 5:37:39 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Load Translation file:/opt/JDownloader/translations/org/jdownloader/extensions/shutdown/translate/ShutdownTranslation.en.lng
> Start Update
> Update Message: Check for updates
> Update Progress: 3%
> Update Progress: -1%
> Update Message: Contact Server...
> Update Message: Check for updates

Now, after that, it keep searching updates, going from 0 to 100% then beginning again from 0%.
I tried leaving it untouched for three days (the 0.6.0 tag) and constantly was getting those messages.

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

Usually, when updates finishes, you just have to restart the container for the program to start normally.

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Just restarted the container:

> 24|Log.L.log 10/21/18 7:32:08 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Try to register API namespace /log = interface org.jdownloader.api.logs.LogAPI
> 24|Log.L.log 10/21/18 7:32:08 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Try to register API namespace /dialogs = interface org.jdownloader.api.dialog.DialogApiInterface
> 24|Log.L.log 10/21/18 7:32:08 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/cfg/org.jdownloader.api.myjdownloader.MyJDownloaderSettings.deviceconnectports.json
> 
> THREAD: 35
> 35|Log.L.log 10/21/18 7:32:08 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Try to register API namespace / = interface org.jdownloader.api.cnl2.Cnl2APIBasics
> 35|Log.L.log 10/21/18 7:32:08 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Try to register API namespace /flash = interface org.jdownloader.api.cnl2.Cnl2APIFlash
> 
> THREAD: 37
> 37|Log.L.log 10/21/18 7:32:08 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/cfg/org.jdownloader.settings.AccountSettings.accounts.ejs
> 
> THREAD: 38
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> CFG File does not exist: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.jac.JACSolverConfig.json
> 
> THREAD: 24
> 24|Log.L.log 10/21/18 7:32:09 PM - INFO [ jd.controlling.DelayWriteController(init) ] -> DelayWriteMode: AUTO
> 24|Log.L.log 10/21/18 7:32:09 PM - INFO [ jd.controlling.DelayWriteController(init) ] -> DelayedWrites auto enabled because JDownloader is running in headless mode!
> 
> THREAD: 38
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.jac.JACSolverConfig|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.jac.JACSolverConfig
> 
> THREAD: 36
> 36|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.jdownloader.extensions.LazyExtension(getClassLoader) ] -> Use /opt/JDownloader/extensions/Extraction.jar classloader
> 
> THREAD: 38
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.jac.JACSolverConfig.jacthreshold.json
> 
> THREAD: 36
> 36|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.extensions.extraction.ExtractionExtension.json
> 36|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.extensions.extraction.ExtractionConfig|Path:/opt/JDownloader/cfg/org.jdownloader.extensions.extraction.ExtractionExtension
> 
> THREAD: 38
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.dbc.DeathByCaptchaSettings.json
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.dbc.DeathByCaptchaSettings|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.dbc.DeathByCaptchaSettings
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.dbc.DeathByCaptchaSettings.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.imagetyperz.ImageTyperzConfigInterface.json
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.imagetyperz.ImageTyperzConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.imagetyperz.ImageTyperzConfigInterface
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.imagetyperz.ImageTyperzConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.cheapcaptcha.CheapCaptchaConfigInterface.json
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.cheapcaptcha.CheapCaptchaConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.cheapcaptcha.CheapCaptchaConfigInterface
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.cheapcaptcha.CheapCaptchaConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface.json
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.captchasolutions.CaptchaSolutionsConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 
> THREAD: 36
> 36|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Load Translation file:/opt/JDownloader/translations/org/jdownloader/extensions/extraction/translate/ExtractionTranslation.en.lng
> 
> THREAD: 38
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface.json
> 38|Log.L.log 10/21/18 7:32:09 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.twocaptcha.TwoCaptchaConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 7:32:09 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface.json
> 38|Log.L.log 10/21/18 7:32:10 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface
> 38|Log.L.log 10/21/18 7:32:10 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.antiCaptchaCom.AntiCaptchaComConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 7:32:10 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface.json
> 38|Log.L.log 10/21/18 7:32:10 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface
> 38|Log.L.log 10/21/18 7:32:10 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.endcaptcha.EndCaptchaConfigInterface.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 38|Log.L.log 10/21/18 7:32:10 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings.json
> 38|Log.L.log 10/21/18 7:32:10 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings|Path:/opt/JDownloader/cfg/org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings
> 38|Log.L.log 10/21/18 7:32:10 PM - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Overridden Config Key found public abstract boolean org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings.isEnabled()<-->public abstract boolean org.jdownloader.captcha.v2.ChallengeSolverConfig.isEnabled()
> 
> THREAD: 36
> 36|Log.L.log 10/21/18 7:32:11 PM - INFO [ org.jdownloader.extensions.LazyExtension(getClassLoader) ] -> Use /opt/JDownloader/extensions/JDShutdown.jar classloader
> 36|Log.L.log 10/21/18 7:32:11 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.jdownloader.extensions.shutdown.ShutdownExtension.json
> 36|Log.L.log 10/21/18 7:32:11 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Init StorageHandler for Interface:org.jdownloader.extensions.shutdown.ShutdownConfig|Path:/opt/JDownloader/cfg/org.jdownloader.extensions.shutdown.ShutdownExtension
> 36|Log.L.log 10/21/18 7:32:11 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Load Translation file:/opt/JDownloader/translations/org/jdownloader/extensions/shutdown/translate/ShutdownTranslation.en.lng
> Start Update
> Update Message: Check for updates
> Update Progress: 3%
> Update Progress: -1%
> Update Message: Contact Server...
> Update Message: Check for updates
> Update Progress: 0%

I don't want to clog the thread with the logs, is there a file saved somewhere? So I can upload it!

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

I updated your messages. Please use this syntax instead for robots to correctly index this page and users to keep following this topic.

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Ok, no problem. Sorry about that!

So did you see the part of the logs? Is there anything helpful?

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

May be related to #12 or #9. Can you please check your docker version?

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Oh, didn't see those issues before.
Here's my docker version:

 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:24:49 2018
 OS/Arch:           linux/arm64
 Experimental:      false

Server:
Engine:
Version: 18.06.1-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:22:55 2018
OS/Arch: linux/arm64
Experimental: false

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

I don't see any problem in your logs related to the docker image.

  • Did you mount something to /opt/JDownloader?
  • Did you launch container with a -u parameter?
  • Can you please provide me with the logs you have between your container restarts?
  • What is the uptime of your jdownloader container (docker ps -a)?

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Here's the original command I ran:

docker run -d --name jdownloader --restart=unless-stopped -u -v /home/dw:/root/Downloads -v /home/jd/cfg:/opt/JDownloader/cfg jaymoulin/jdownloader

Right now I'm trying to boot up the architecture-specific image with tag 0.6.0-arm64v8.

What is the uptime of your jdownloader container (docker ps -a)?

Ehm, I just deleted it haha

Can you please provide me with the logs you have between your container restarts?

Is there any way to save the entire log to file?

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

Here's the original command I ran:

docker run -d --name jdownloader --restart=unless-stopped -u -v /home/dw:/root/Downloads -v /home/jd/cfg:/opt/JDownloader/cfg jaymoulin/jdownloader

There is the problem. Don't use the -u parameter unless you pass it a correct value

Can you please provide me with the logs you have between your container restarts?

Is there any way to save the entire log to file?

docker logs jdownloader > logs.txt

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

There is the problem. Don't use the -u parameter unless you pass it a correct value

Oh don't worry, in my tries I tried not using it, using it without parameters and using it with correct parameters (user:group, right?)

docker logs jdownloader > logs.txt

Wouldn't it save even the old logs?

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

There is the problem. Don't use the -u parameter unless you pass it a correct value

Oh don't worry, in my tries I tried not using it, using it without parameters and using it with correct parameters (user:group, right?)

Correct.

docker logs jdownloader > logs.txt

Wouldn't it save even the old logs?

Only the logs for your container. If you delete it, it deletes the logs.

It's important to know what's going on between container restarts as jdownloader needs to restart to complete its update. If it fails, we'll probably see it in the logs. If not, then it's probably a jdownloader issue and I won't be able to help, nor the right repository for your issue

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Ok, this is just when I created it:

JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> CFG File does not exist: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 25
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 6%
Update Message: Download Updates...
Update Message: Prepare Update package...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 7
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 5
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 9
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController

This just after the account command:

JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> CFG File does not exist: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 25
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 6%
Update Message: Download Updates...
Update Message: Prepare Update package...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 7
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 5
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 9
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 11
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 4
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 5
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 7
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArmVersion.jar
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...

I don't know when exactly one stops and begins the other, btw.

I'll wait 45/60 minutes and I'll post one again, so we can see.

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

(Please use <details> instead of files for indexing purpose)

What do you mean by This just after the account command? Did you run several containers?

I can see many problems in those files:

  • Your container seems to crash on updating process and restart. This is the most useful information here
  • libs/sevenzipjbinding1509LinuxArm64.jar:false indicates false, which is not an expected value here as you're supposed to use an arm64 image.

Can you please:

  • delete your actual container
  • follow README.md instructions for container creation without the -u part and using the jaymoulin/jdownloader:0.6.0-arm64v8 image
  • follow README.md instruction for account login in the same container
  • restart your container

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

(I can't see the latest messages and I don't know why, but I received the emails)

What do you mean by This just after the account command? Did you run several containers?

No no, I ran docker run, waited a couple of minutes then docker exec jdownloader configure with my details.

So here's the full command I ran now:

docker rm -f jdownloader && docker rmi jaymoulin/jdownloader && docker run -d --name jdownloader --restart=always -v /home/dw:/root/Downloads -v /home/jd/cfg:/opt/JDownloader/cfg jaymoulin/jdownloader:0.6.0-arm64v8

Then, after I ran:

docker exec jdownloader configure <my email> <my password> && docker restart jdownloader

And here's the log:

JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 265
Update Message: Check for updates
Update Message: New JDownloader Version found...
Update Progress: 5%
Update Message: Prepare Update package...
Update Progress: -1%
Update Progress: 5%
Update Message: Prepare Update package...
Update Message: Download Updates...
Update Progress: 10.225%
Update Message: Download Updates...
Downloadspeed: 0 B/s, Time left: 00s
Update Progress: 10.225%
Update Message: Download Updates...
Update Progress: 18.614%
Update Message: Download Updates...
Update Progress: 28.416%
Update Message: Download Updates...
Downloadspeed: 4.46 MB/s, Time left: 05s
Update Progress: 32.964%
Update Message: Download Updates...
Downloadspeed: 5.25 MB/s, Time left: 03s
Update Progress: 33.436%
Update Message: Download Updates...
Downloadspeed: 5.35 MB/s, Time left: 03s
Update Progress: 33.436%
Update Message: Download Updates...
Downloadspeed: 5.35 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 35.954%
Update Message: Download Updates...
Downloadspeed: 3.60 MB/s, Time left: 03s
Update Progress: 40.885%
Update Message: Download Updates...
Downloadspeed: 1.30 MB/s, Time left: 01s
Update Message: New Update available
Update Message: Extracting Updatepackage - please wait...
Update Progress: 41.646%
Update Progress: 41.646%
Update Progress: 44.135%
Update Progress: 48.779%
Update Progress: 50.599%
Update Progress: 50.933%
Update Progress: 51.232%
Update Progress: 51.891%
Update Progress: 52.34%
Update Progress: 52.744%
Update Progress: 53.192%
Update Progress: 53.693%
Update Progress: 54.379%
Update Progress: 55.39%
Update Progress: 56.577%
Update Progress: 57.746%
Update Progress: 58.897%
Update Progress: 59.369%
Update Message: Installation in progress - please wait...
Update Message: Validating Installation.
This can take up to 5 minutes...
Update Progress: -1%
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
Shutdown Hooks Finished
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
[1/2|Priority: 10000]ShutdownController: start item->flushing logs to disk
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
SEVERE >> Exception
SEVERE >> Exception
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
SEVERE >> Exception
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
[1/2|Priority: 10000]ShutdownController: item ended after->9813
[Done:1/2]
[2/2|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Thread-0,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[2/2|Priority: -2147483648]ShutdownController: item ended after->26
[Done:2/2]
Shutdown Hooks Finished
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/opt/JDownloader/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/opt/JDownloader/cfg/org.appwork.utils.logging2.LogConfig
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
UpdateClient Proxy Vole 152
Update Message: Check for updates
Update Progress: 0%
Update Progress: 3.143%
Update Progress: 4.93%
Update Progress: 7.761%
Update Progress: 10%
Update Message: Installation in progress - please wait...
Update Progress: 10.055%
Update Message: Installation in progress - please wait...
Update Progress: 22.303%
Update Message: Installation in progress - please wait...
Update Progress: 27.569%
Update Message: Installation in progress - please wait...
Update Progress: 28.466%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.709%
Update Message: Installation in progress - please wait...
Update Progress: 29.836%
Update Message: Installation in progress - please wait...
Update Progress: 30.116%
Update Message: Installation in progress - please wait...
Update Progress: 30.348%
Update Message: Installation in progress - please wait...
Update Progress: 30.596%
Update Message: Installation in progress - please wait...
Update Progress: 30.944%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.308%
Update Message: Installation in progress - please wait...
Update Progress: 31.313%
Update Message: Installation in progress - please wait...
Update Progress: 31.616%
Update Message: Installation in progress - please wait...
Update Progress: 32.304%
Update Message: Installation in progress - please wait...
Update Progress: 32.776%
Update Message: Installation in progress - please wait...
Update Progress: 33.217%
Update Message: Installation in progress - please wait...
Update Progress: 33.542%
Update Message: Installation in progress - please wait...
Update Progress: 34.34%
Update Message: Installation in progress - please wait...
Update Progress: 35.362%
Update Message: Installation in progress - please wait...
Update Progress: 36.286%
Update Message: Installation in progress - please wait...
Update Progress: 37.156%
Update Message: Installation in progress - please wait...
Update Progress: 38.185%
Update Message: Installation in progress - please wait...
Update Progress: 39.146%
Update Message: Installation in progress - please wait...
Update Progress: 40.332%
Update Message: Installation in progress - please wait...
Update Progress: 41.1%
Update Message: Installation in progress - please wait...
Update Progress: 41.965%
Update Message: Installation in progress - please wait...
Update Progress: 43.344%
Update Message: Installation in progress - please wait...
Update Progress: 43.977%
Update Message: Installation in progress - please wait...
Update Progress: 43.977%
Update Message: Installation in progress - please wait...
Update Progress: 43.977%
Update Message: Installation in progress - please wait...
Update Progress: 44.473%
Update Message: Installation in progress - please wait...
Update Progress: 45.176%
Update Message: Installation in progress - please wait...
Update Progress: 45.773%
Update Message: Installation in progress - please wait...
Update Progress: 46.403%
Update Message: Installation in progress - please wait...
Update Progress: 47.962%
Update Message: Installation in progress - please wait...
Update Progress: 49.157%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.228%
Update Message: Installation in progress - please wait...
Update Progress: 49.706%
Update Message: Installation in progress - please wait...
Update Progress: 50.692%
Update Message: Installation in progress - please wait...
Update Progress: 51.115%
Update Message: Installation in progress - please wait...
Update Progress: 52.226%
Update Message: Installation in progress - please wait...
Update Progress: 52.873%
Update Message: Installation in progress - please wait...
Update Progress: 53.493%
Update Message: Installation in progress - please wait...
Update Progress: 53.801%
Update Message: Installation in progress - please wait...
Update Progress: 53.948%
Update Message: Installation in progress - please wait...
Update Progress: 54.115%
Update Message: Installation in progress - please wait...
Update Progress: 54.538%
Update Message: Installation in progress - please wait...
Update Progress: 57.141%
Update Message: Installation in progress - please wait...
Update Progress: 57.356%
Update Message: Installation in progress - please wait...
Update Progress: 58.164%
Update Message: Installation in progress - please wait...
Update Progress: 58.273%
Update Message: Installation in progress - please wait...
Update Progress: 58.471%
Update Message: Installation in progress - please wait...
Update Progress: 58.663%
Update Message: Installation in progress - please wait...
Update Progress: 58.733%
Update Message: Installation in progress - please wait...
Update Progress: 58.733%
Update Message: Installation in progress - please wait...
Update Progress: 58.733%
Update Message: Installation in progress - please wait...
Update Progress: 58.763%
Update Message: Installation in progress - please wait...
Update Progress: 58.786%
Update Message: Installation in progress - please wait...
Update Progress: 58.786%
Update Message: Installation in progress - please wait...
Update Progress: 58.786%
Update Message: Installation in progress - please wait...
Update Progress: 58.786%
Update Message: Installation in progress - please wait...
Update Progress: 58.786%
Update Message: Installation in progress - please wait...
Update Progress: 59.084%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.125%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.133%
Update Message: Installation in progress - please wait...
Update Progress: 59.676%
Update Message: Installation in progress - please wait...
Update Progress: 60.134%
Update Message: Installation in progress - please wait...
Update Progress: 60.134%
Update Message: Installation in progress - please wait...
Update Progress: 60.315%
Update Message: Installation in progress - please wait...
Update Progress: 60.562%
Update Message: Installation in progress - please wait...
Update Progress: 62.357%
Update Message: Installation in progress - please wait...
Update Progress: 63.077%
Update Message: Installation in progress - please wait...
Update Progress: 63.077%
Update Message: Installation in progress - please wait...
Update Progress: 63.077%
Update Message: Installation in progress - please wait...
Update Progress: 63.077%
Update Message: Installation in progress - please wait...
Update Progress: 63.077%
Update Message: Installation in progress - please wait...
Update Progress: 63.077%
Update Message: Installation in progress - please wait...
Update Progress: 63.358%
Update Message: Installation in progress - please wait...
Update Progress: 65.567%
Update Message: Installation in progress - please wait...
Update Progress: 67.599%
Update Message: Installation in progress - please wait...
Update Progress: 69.379%
Update Message: Installation in progress - please wait...
Update Progress: 71.246%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.306%
Update Message: Installation in progress - please wait...
Update Progress: 73.462%
Update Message: Installation in progress - please wait...
Update Progress: 75.848%
Update Message: Installation in progress - please wait...
Update Progress: 78.62%
Update Message: Installation in progress - please wait...
Update Progress: 81.969%
Update Message: Installation in progress - please wait...
Update Progress: 85.092%
Update Message: Installation in progress - please wait...
Update Progress: 90.255%
Update Message: Installation in progress - please wait...
Update Progress: 97.165%
Update Message: Installation in progress - please wait...
Update Progress: 100%
Update Message: Finalizing installation...
Update Progress: 100%
Update Message: Finalizing installation...
Update Progress: 100%
Update Message: Finalizing installation...
Update Progress: 100%
Update Message: Finalizing installation...
Update Progress: 100%
Update Message: Finalizing installation...
Update Progress: 100%
Update Message: Finalizing installation...
7ZipBeta: true
7ZipBeta: libs/sevenzipjbinding1509.jar:true
7ZipBeta: libs/sevenzipjbinding1509Bsd.jar:false
7ZipBeta: libs/sevenzipjbinding1509Linux.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxArm64.jar:true
7ZipBeta: libs/sevenzipjbinding1509LinuxArmVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509LinuxPPCVersion.jar:false
7ZipBeta: libs/sevenzipjbinding1509Mac.jar:false
7ZipBeta: libs/sevenzipjbinding1509Win.jar:false
Add via Application.addUrlToClassPath:file:/opt/JDownloader/Core.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/Dynamics.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/Filters.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/JAntiCaptcha.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/JDGUI.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/JDHttp.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/JDUtils.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/UPNP/cling-core.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/UPNP/cling-support.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/UPNP/seamless-http.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/UPNP/seamless-util.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/UPNP/seamless-xml.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/bcprov-jdk15on.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/brotli.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/cons.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/dbus/debug-disable.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/dbus/hexdump.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/dbus/libdbus-java.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/dbus/unix.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/htmlunit-core-js.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/image4j.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/jackson-annotations.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/jackson-core.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/jackson-databind.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/jna.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/jna_platform.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/js.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/jsyntaxpane.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/laf/synthetica.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/laf/syntheticaJDCustom.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/laf/syntheticaSimple2D.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/proxyVole.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/sevenzipjbinding1509LinuxArm64.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/svgSalamander.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/libs/zip4j.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/extensions/Extraction.jar
Add via Application.addUrlToClassPath:file:/opt/JDownloader/extensions/JDShutdown.jar
Looking in classpath from sun.misc.Launcher$AppClassLoader@33909752 for /com/sun/jna/linux-aarch64/libjnidispatch.so
MyJDownloader:SSL initialized
Start Update
Update Message: Check for updates
Update Progress: 3%
Update Progress: -1%
Update Message: Contact Server...
Update Message: Check for updates

Still, https://my.jdownloader.org/index.html#dashboard does not show my instance listed :(

EDIT:

If you want I can try with 0.6.0-arm32v6 image, too.

EDIT 2:

If you're interested in seeing how much cpu/ram I use, to see if it's related:

htop

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

Everything looks fine.
Please check your credentials are correct.
I can't help you any longer as it doesn't look like an image problem but if problem persists, I suggest you contact Jdownloader support so they can give you further information

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

from docker-jdownloader.

jaymoulin avatar jaymoulin commented on May 29, 2024

You should run the configure command only once. Your credentials should be stored in a file in your cfg folder. Once done, you should restart your container. Those are required statements for Jdownloader to behave like you expect

from docker-jdownloader.

bonny1992 avatar bonny1992 commented on May 29, 2024

Ok I'm seeing progress!

I'm not near my rock64 right now but after some container deletions and a few reboots, yesterday night I have seen the instance appear on my jdownloader page!

As soon as I will be back home I'll check better!

from docker-jdownloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.