-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Bug] Provide a short description of the bug here #162
Comments
think ifixed it by deleting temp. is it safe to disable update from within jdownloader and letting the docker update from unraid? |
deleting tmp/synthlibs seems to have fixed it. |
Note that an update of the container image doesn't update JDownloader. JDownloader is not a versioned software, meaning that multiple parts of the software can be updated separately and dynamically. |
So removing the |
not OP, but yes. The problem was with a license for the Synthetica skin, more info here. Seems to be fixed in a update but for me removing the |
I had to stop the container and delete the following to get it to work for me:
|
Current Behavior
java.lang.NoClassDefFoundError: org/appwork/swing/trayicon/TrayMouseListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
at jd.gui.swing.jdgui.JDGui.(JDGui.java:237)
at jd.gui.swing.jdgui.JDGui.(JDGui.java:154)
at jd.gui.swing.jdgui.JDGui$35.edtRun(JDGui.java:1700)
at jd.gui.swing.jdgui.JDGui$35.edtRun(JDGui.java:1696)
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:1704)
at jd.SecondLevelLaunch$11.edtRun(SecondLevelLaunch.java:966)
at jd.SecondLevelLaunch$11.edtRun(SecondLevelLaunch.java:956)
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)
Caused by: java.lang.ClassNotFoundException: org.appwork.swing.trayicon.TrayMouseListener
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
... 38 more
Expected Behavior
i cant start. it is also saying a license needs to be updated? the only logins i have are for archive and youtube.
Steps To Reproduce
restarted
Environment
Container creation
unraid
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: