JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 13.11.2024, 15:32
Sixtas Sixtas is offline
Baby Loader
 
Join Date: Dec 2023
Posts: 6
Default kein JD über myjdownloader

Hi zusammen,
ich nutze seit Jahren JD2 auf meinem Server in openmediavault (omv).
Erst als Docker, nach der Einführung von Compose nun als compose file.
Bis vor ein paar Tagen lief alles bestens, JD war immer über myjdownloader erreichbar. Nun habe ich das letzte omv update (7.4.11-1) durchgeführt und seitdem erreiche ich über die WebGUI meinen JD nicht mehr. Zumindest ist dieses durchgeführte omv update das einzige das mir bewusst als Änderung in den Sinn kommt. Die OMV WebGUI zeigt mir an, dass der JD da ist und läuft.

Kann ich das via putty prüfen? Kenn die Befehle nicht. Bzw. z.B.
Code:
jdownloader -status all
wird als Befehl nicht akzeptiert.

Was braucht Ihr noch an Infos damit mir vielleicht geholfen werden kann die WebGUI wieder nutzen zu können?

Gruß
Sixtas
Reply With Quote
  #2  
Old 13.11.2024, 15:39
Sixtas Sixtas is offline
Baby Loader
 
Join Date: Dec 2023
Posts: 6
Default

meanwhile I could reach the JD via IP:5800... and I found an unexpected error.
But I still do not know what to do with it. The JD is kind of in a loop with this.

Code:
java.lang.NoSuchMethodError: org.appwork.swing.exttable.ExtColumn.updateNumberFormat()Ljava/text/NumberFormat;
	at org.jdownloader.gui.views.downloads.columns.SizeColumn.updateNumberFormat(SizeColumn.java:88)
	at org.jdownloader.gui.views.downloads.columns.SizeColumn.<init>(SizeColumn.java:83)
	at org.jdownloader.gui.views.downloads.table.DownloadsTableModel.initColumns(DownloadsTableModel.java:64)
	at org.appwork.swing.exttable.ExtTableModel.initModel(ExtTableModel.java:926)
	at org.appwork.swing.exttable.ExtTableModel.init(ExtTableModel.java:149)
	at org.appwork.swing.exttable.ExtTableModel.<init>(ExtTableModel.java:138)
	at org.jdownloader.gui.views.components.packagetable.PackageControllerTableModel.<init>(PackageControllerTableModel.java:239)
	at org.jdownloader.gui.views.downloads.table.DownloadsTableModel.<init>(DownloadsTableModel.java:57)
	at org.jdownloader.gui.views.downloads.table.DownloadsTableModel.<clinit>(DownloadsTableModel.java:44)
	at org.jdownloader.gui.views.downloads.DownloadsPanel.<init>(DownloadsPanel.java:63)
	at org.jdownloader.gui.views.downloads.DownloadsView.<init>(DownloadsView.java:17)
	at jd.gui.swing.jdgui.JDGui.initComponents(JDGui.java:509)
	at jd.gui.swing.jdgui.JDGui.<init>(JDGui.java:233)
	at jd.gui.swing.jdgui.JDGui.<init>(JDGui.java:154)
	at jd.gui.swing.jdgui.JDGui$35.edtRun(JDGui.java:1697)
	at jd.gui.swing.jdgui.JDGui$35.edtRun(JDGui.java:1692)
	at org.appwork.utils.swing.EDTHelper.run(EDTHelper.java:119)
	at org.appwork.utils.swing.EDTHelper.start(EDTHelper.java:154)
	at org.appwork.utils.swing.EDTHelper.waitForEDT(EDTHelper.java:168)
	at org.appwork.utils.swing.EDTHelper.getReturnValue(EDTHelper.java:100)
	at jd.gui.swing.jdgui.JDGui.init(JDGui.java:1702)
	at jd.SecondLevelLaunch$11.edtRun(SecondLevelLaunch.java:962)
	at jd.SecondLevelLaunch$11.edtRun(SecondLevelLaunch.java:955)
	at org.appwork.utils.swing.EDTHelper.run(EDTHelper.java:119)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Reply With Quote
  #3  
Old 13.11.2024, 15:46
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

@Sixtas: Der Docker Container ist fehlerhaft und gibt JDownloader nicht genug Zeit fürs Update. In Folge ist die JDownloader.jar fehlerhaft und wird durch eine veraltete/inkompatible JDownloader.jar ersetzt, was dann in solchen Fehlern endet.
Lösung:
1.) Dem Maintainer des Images auf den Fehler aufmerksam machen
2.) https://support.jdownloader.org/de/k...r-installation
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 13.11.2024, 15:48
Sixtas Sixtas is offline
Baby Loader
 
Join Date: Dec 2023
Posts: 6
Default

Quote:
Originally Posted by Jiaz View Post
@Sixtas: Der Docker Container ist fehlerhaft und gibt JDownloader nicht genug Zeit fürs Update. In Folge ist die JDownloader.jar fehlerhaft und wird durch eine veraltete/inkompatible JDownloader.jar ersetzt, was dann in solchen Fehlern endet.
Lösung:
1.) Dem Maintainer des Images auf den Fehler aufmerksam machen
2.) **External links are only visible to Support Staff**...
MEGA!! Vielen Dank das hat geholfen. Sorry dass ich das hier neu aufgemacht habe obwohl es das Topic schon gab. Vielen Dank!
Reply With Quote
  #5  
Old 13.11.2024, 17:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

Welches Docker Projekt ist das?
Hast du nen Github Link?

Wir haben jetzt schon mehrere dieser Reports bekommen und ich würde das gerne an den Ersteller des Containers weiterleiten.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #6  
Old 13.11.2024, 17:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

@pspzockerscene:
github.com/jaymoulin/docker-jdownloader/
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 13.11.2024, 17:13
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

Schaut so aus, als hätte das bereits jemand gemeldet(?)

github.com/jaymoulin/docker-jdownloader/issues/132
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 13.11.2024 at 17:13. Reason: Englisch -> Deutsch
Reply With Quote
  #8  
Old 13.11.2024, 18:18
Sixtas Sixtas is offline
Baby Loader
 
Join Date: Dec 2023
Posts: 6
Default

Quote:
Originally Posted by pspzockerscene View Post
Schaut so aus, als hätte das bereits jemand gemeldet(?)

github.com/jaymoulin/docker-jdownloader/issues/132

Ist das etwas grundlegend anderes als das hier?

**External links are only visible to Support Staff**...

Den hab ich in meinem compose file in der JD config stehen

Code:
# **External links are only visible to Support Staff**services:
  jdownloader:
    image: jlesage/jdownloader-2:latest
    container_name: jdownloader
usw.
Reply With Quote
  #9  
Old 13.11.2024, 18:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

Hm ja das ist das, was wir auch offiziell hier verlinken.

Wir schauen mal, dass wir dass ggf dem Ersteller hier melden:
github.com/jlesage/docker-jdownloader-2/issues
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #10  
Old 13.11.2024, 18:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

Ich habe das Problem mal als issue gemeldet
github.com/jlesage/docker-jdownloader-2/issues/236
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 13.11.2024, 21:39
Sixtas Sixtas is offline
Baby Loader
 
Join Date: Dec 2023
Posts: 6
Default

Quote:
Originally Posted by Jiaz View Post
Ich habe das Problem mal als issue gemeldet
github.com/jlesage/docker-jdownloader-2/issues/236
Vielen Dank!
Reply With Quote
  #12  
Old 17.11.2024, 21:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

@Sixtas: Wir sind mit dem Maintainer des Images in Kontakt!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #13  
Old 18.11.2024, 21:44
Sixtas Sixtas is offline
Baby Loader
 
Join Date: Dec 2023
Posts: 6
Default

Großartig! Vielen Dank für die Mühe.
Reply With Quote
  #14  
Old 18.11.2024, 22:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

@Sixtas: Soweit ich das sehen kann, wurden schon Bugfixes eincheckt
__________________
JD-Dev & Server-Admin
Reply With Quote
  #15  
Old 19.11.2024, 13:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

Link zu den erwähnten Änderungen:
github.com/jlesage/docker-jdownloader-2/commit/6906abe10721d0ad9523d12e07e2f18cf4b8f356
und:
github.com/jlesage/docker-jdownloader-2/commit/6a8a6b44f367ec390f1f852febd3e39d7540c9d4

Das Github Ticket ist noch offen.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 19.11.2024 at 17:28. Reason: Zweiten Link ergänzt
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 04:46.
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 - 2025, Jelsoft Enterprises Ltd.