JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 30.11.2020, 13:03
melasso melasso is offline
Baby Loader
 
Join Date: Nov 2020
Posts: 6
Default Jdownloader2 doesn't start - illegal reflective access

The issue started after openjdk update today.

Fedora Linux 33 x64 (Linux Dragon.lan 5.9.10-200.fc33.x86_64)

Code:
java -version
openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment 18.9 (build 11.0.9.1+1)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.9.1+1, mixed mode, sharing)
Code:
java -jar JDownloader.jar -console
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
java.lang.NoClassDefFoundError: sun/misc/Launcher
	at org.appwork.utils.JarHandlerWorkaroundOracle.init(JarHandlerWorkaroundOracle.java:72)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.appwork.utils.JarHandlerWorkaround.init(JarHandlerWorkaround.java:56)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:9)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:63)
Caused by: java.lang.ClassNotFoundException: sun.misc.Launcher
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
	at org.jdownloader.update.launcher.JDLauncher$JDLauncherClassLoader.loadClass(JDLauncher.java:27)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
	... 12 more
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.appwork.shutdown.ShutdownController (file:/home/bonk/JDownloader2/JDownloader.jar) to field java.lang.ApplicationShutdownHooks.hooks
WARNING: Please consider reporting this to the maintainers of org.appwork.shutdown.ShutdownController
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:149)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:101)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:864)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:98)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:63)
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:63)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:149)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:129)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:864)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:98)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	... 5 more
java.lang.Error: factory already defined
	at java.base/java.net.URL.setURLStreamHandlerFactory(URL.java:1207)
	at org.appwork.utils.JarHandlerWorkaroundOracle.init(JarHandlerWorkaroundOracle.java:56)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.appwork.utils.JarHandlerWorkaround.init(JarHandlerWorkaround.java:56)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:9)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:79)
java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:149)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:101)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:864)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:98)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:79)
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:79)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:149)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:129)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:864)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:98)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	... 5 more

Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
[1/3|Priority: 10000]ShutdownController: start item->flushing logs to disk
[1/3|Priority: 10000]ShutdownController: item ended after->5
[Done:1/3]
[2/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[ShutdownController,5,main] - org.appwork.shutdown.ShutdownController Priority: -2147483648
[1/3|Priority: 10000]ShutdownController: start item->flushing logs to disk
[1/3|Priority: 10000]ShutdownController: item ended after->4
[Done:1/3]
[2/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[2/3|Priority: -2147483648]ShutdownController: item ended after->1
[Done:2/3]
[3/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[3/3|Priority: -2147483648]ShutdownController: item ended after->1
[Done:3/3]
Shutdown Hooks Finished
[2/3|Priority: -2147483648]ShutdownController: item ended after->6
[Done:2/3]
[3/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[3/3|Priority: -2147483648]ShutdownController: item ended after->1
[Done:3/3]
Shutdown Hooks Finished
Reply With Quote
  #2  
Old 30.11.2020, 13:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Your JDownloader Installation is outdated!
Delete the files Core.jar and JDownloader.jar and the folders tmp, update . Download JDownloader.jar and place into folder
mega.nz/file/bAlHTKZK#S6ygKPqJudw0CP8fhxL2_gAGKrSMABHjZfUzEem1P54
start JD and it will work fine again
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 30.11.2020 at 13:38.
Reply With Quote
  #3  
Old 30.11.2020, 13:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Where have you downloaded JDownloader.jar from?
I've updated installer.jdownloader.org/JDownloader.jar with more recent one
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 30.11.2020 at 13:47.
Reply With Quote
  #4  
Old 01.12.2020, 15:53
melasso melasso is offline
Baby Loader
 
Join Date: Nov 2020
Posts: 6
Default

Quote:
Originally Posted by Jiaz View Post
Where have you downloaded JDownloader.jar from?
jdownloader.org
SHA256: 8ff0bdf0113012136fb43367e594842b9d1337171af3c3f2a6f25ea2cbc561f6
SHA1: 251e1b42f9eceef8d70fb9cd7f873c7ced2608d6
MD5: 0e60facc7b9d6cbf58d129491c446213

Quote:
Originally Posted by Jiaz View Post
I've updated installer.jdownloader.org/JDownloader.jar with more recent one
Not solved!
Still doesn't work after the update, Core.jar, tmp and update folders deleted.

Code:
java -jar JDownloader.jar -console
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.appwork.shutdown.ShutdownController (file:/home/bonk/JDownloader2/JDownloader.jar) to field java.lang.ApplicationShutdownHooks.hooks
WARNING: Please consider reporting this to the maintainers of org.appwork.shutdown.ShutdownController
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:148)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:100)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:881)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:85)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:106)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:106)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:148)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:128)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:881)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:85)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	... 6 more
java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:148)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:100)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:881)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:85)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:122)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:122)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.appwork.utils.os.CrossSystem
	at org.appwork.utils.logging.LogFormatter.<init>(LogFormatter.java:57)
	at org.appwork.utils.logging2.LogConsoleHandler$1.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogConsoleHandler.<init>(LogConsoleHandler.java:54)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:137)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<init>(LoggerFactory.java:148)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.initialize(LoggerFactory.java:128)
	at org.appwork.utils.logging2.extmanager.LoggerFactory.<clinit>(LoggerFactory.java:57)
	at org.appwork.utils.logging2.LogSourceRedirector.getDefaultLogger(LogSourceRedirector.java:64)
	at org.appwork.loggingv3.LogV3.info(LogV3.java:101)
	at org.appwork.utils.Application.setApplication(Application.java:881)
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:85)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	... 6 more

Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
[1/3|Priority: 10000]ShutdownController: start item->flushing logs to disk
[1/3|Priority: 10000]ShutdownController: item ended after->2
[Done:1/3]
[2/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[ShutdownController,5,main] - org.appwork.shutdown.ShutdownController Priority: -2147483648
[1/3|Priority: 10000]ShutdownController: start item->flushing logs to disk
[1/3|Priority: 10000]ShutdownController: item ended after->3
[Done:1/3]
[2/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[2/3|Priority: -2147483648]ShutdownController: item ended after->1
[Done:2/3]
[3/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[3/3|Priority: -2147483648]ShutdownController: item ended after->1
[Done:3/3]
Shutdown Hooks Finished
[2/3|Priority: -2147483648]ShutdownController: item ended after->5
[Done:2/3]
[3/3|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
[3/3|Priority: -2147483648]ShutdownController: item ended after->0
[Done:3/3]
Shutdown Hooks Finished
Reply With Quote
  #5  
Old 01.12.2020, 16:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Can we do a teamviewer session? Contact me via support@jdownloader.org
I cannot reproduce the issue with Java11 up to Java16, all working fine here
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 01.12.2020, 16:25
melasso melasso is offline
Baby Loader
 
Join Date: Nov 2020
Posts: 6
Default

Sorry, Wayland doesn't work with teamviewer.

Never mind, thank you.
Reply With Quote
  #7  
Old 01.12.2020, 16:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@melasso: Java requires X11, else the graphic setup will crash and could cause this
In case you want to run headless/via MyJDownloader, try
java -Djava.awt.headless=true -jar JDownloader.jar

I'm currently downloading same Java version adoptopenjdk.net and will test here when download is finished
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 01.12.2020, 16:37
melasso melasso is offline
Baby Loader
 
Join Date: Nov 2020
Posts: 6
Default

Quote:
Originally Posted by Jiaz View Post
@melasso: Java requires X11, else the graphic setup will crash and could cause this
In case you want to run headless/via MyJDownloader, try
java -Djava.awt.headless=true -jar JDownloader.jar

I'm currently downloading same Java version adoptopenjdk.net and will test here when download is finished
JDownloader2 was working fine before the openjdk update with wayland + Gnome.

Here is the output.
Code:
java -Djava.awt.headless=true -jar JDownloader.jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.appwork.shutdown.ShutdownController (file:/home/bonk/JDownloader2/JDownloader.jar) to field java.lang.ApplicationShutdownHooks.hooks
WARNING: Please consider reporting this to the maintainers of org.appwork.shutdown.ShutdownController
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
INFO >> Wayland detected:XDG_SESSION_TYPE=wayland
INFO >> Gnome Desktop detected
INFO >> Prefer (merged) JSon Storage from File: /home/bonk/JDownloader2/cfg/org.appwork.utils.logging2.LogConfig.json

THREAD: 1
1|Log.L.log 01/12/2020 11:34:54 - INFO [ org.appwork.loggingv3.LogV3(info) ] -> Application Root: /home/bonk/JDownloader2
SystemEntropyWorkaround:false
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
1|Log.L.log 01/12/2020 11:34:54 - INFO [ org.appwork.storage.JsonKeyValueStorage(<init>) ] -> Prefer (merged) JSon Storage from File: /home/bonk/JDownloader2/cfg/org.jdownloader.update.lastchance.LastChanceConfig.json

THREAD: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: awt.toolkit: sun.awt.X11.XToolkit
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.version: 11
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.cpu.isalist: 
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: classloader_00000001: org.jdownloader.update.launcher.CL2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.jnu.encoding: UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: classloader_00000000: org.jdownloader.update.launcher.ClassLoaderExtensionImpl
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.class.path: JDownloader.jar
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.vendor: Red Hat, Inc.
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.arch.data.model: 64
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.util.Arrays.useLegacyMergeSort: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.url: **External links are only visible to Support Staff**
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.timezone: America/Sao_Paulo
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.name: Linux
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.version: 11
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.java.launcher: SUN_STANDARD
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.country: BR
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.boot.library.path: /usr/lib/jvm/java-11-openjdk-11.0.9.11-4.fc33.x86_64/lib
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.java.command: JDownloader.jar
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: jdk.debug: release
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.cpu.endian: little
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.home: /home/bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.language: pt
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: LOG_INIT_DONE: 2 instances
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.version.date: 2020-11-04
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.home: /usr/lib/jvm/java-11-openjdk-11.0.9.11-4.fc33.x86_64
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.separator: /
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.compressedOopsMode: Zero based
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: line.separator: 

1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.name: Java Platform API Specification
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.headless: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: org.appwork.LoggerFactory: org.appwork.utils.logging2.LogSourceRedirector
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.management.compiler: HotSpot 64-Bit Tiered Compilers
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.runtime.version: 11.0.9.1+1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.name: bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: path.separator: :
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.version: 5.9.10-200.fc33.x86_64
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.runtime.name: OpenJDK Runtime Environment
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.encoding: UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.name: OpenJDK 64-Bit Server VM
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.version: 18.9
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.url.bug: **External links are only visible to Support Staff**
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.io.tmpdir: /tmp
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.version: 11.0.9.1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.dir: /home/bonk/JDownloader2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.arch: amd64
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.name: Java Virtual Machine Specification
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.printerjob: sun.print.PSPrinterJob
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: k: 0dd0ecf7f742873d745106adea00b64a
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.os.patch.level: unknown
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.info: mixed mode, sharing
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor: Red Hat, Inc.
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.version: 11.0.9.1+1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.io.unicode.encoding: UnicodeLittle
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.class.version: 55.0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PATH: /home/bonk/.local/bin:/home/bonk/bin:/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: USE_CCACHE: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: INVOCATION_ID: 23ed259ab5d2435599786f5359e12e1e
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XAUTHORITY: /run/user/1000/.mutter-Xwaylandauth.2W07U0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SDL_FRAMEBUFFER_ACCELERATION: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HISTCONTROL: ignoredups
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XMODIFIERS: @im=ibus
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: GDMSESSION: gnome
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_DATA_DIRS: /home/bonk/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MODULEPATH: /etc/scl/modulefiles:/etc/scl/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_CURRENT_DESKTOP: GNOME
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: JOURNAL_STREAM: 8:98130
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MAIL: /var/spool/mail/bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: flash_version: 32.0.0.403
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: COLORTERM: truecolor
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: USERNAME: bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SESSION_MANAGER: local/unix:@/tmp/.ICE-unix/1920,unix/unix:/tmp/.ICE-unix/1920
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LOGNAME: bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MANAGERPID: 1724
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PWD: /home/bonk/JDownloader2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LESSOPEN: ||/usr/bin/lesspipe.sh %s
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SHELL: /bin/bash
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: G_ENABLE_DIAGNOSTIC: 0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: BASH_FUNC_scl%%: () {  if [ "$1" = "load" -o "$1" = "unload" ]; then
 eval "module $@";
 else
 /usr/bin/scl "$@";
 fi
}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: GNOME_TERMINAL_SCREEN: /org/gnome/Terminal/screen/51dd61da_cbb1_4a72_8a0a_721c819f290a
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MODULEPATH_modshare: /usr/share/modulefiles:1:/usr/share/Modules/modulefiles:1:/etc/modulefiles:1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: GNOME_SETUP_DISPLAY: :1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> AUTO_WRAPPED>
SysEnv: LS_COLORS: rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*
.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bm
p=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.a
vi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.m4a=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.oga=01;36:*.opus=01;36:*.spx=01;36:*.xspf=01;36
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_SESSION_DESKTOP: gnome
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SHLVL: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: QT_QPA_PLATFORM: xcb
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LOADEDMODULES: 
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MANPATH: :
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: QT_IM_MODULE: ibus
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HISTSIZE: 1000
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: TERM: xterm-256color
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: GNOME_TERMINAL_SERVICE: :1.109
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LANG: pt_BR.UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MODULES_RUN_QUARANTINE: LD_LIBRARY_PATH LD_PRELOAD
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_SESSION_TYPE: wayland
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: BASH_FUNC_switchml%%: () {  typeset swfound=1;
 if [ "${MODULES_USE_COMPAT_VERSION:-0}" = '1' ]; then
 typeset swname='main';
 if [ -e /usr/share/Modules/libexec/modulecmd.tcl ]; then
 typeset swfound=0;
 unset MODULES_USE_COMPAT_VERSION;
 fi;
 else
 typeset swname='compatibility';
 if [ -e /usr/share/Modules/libexec/modulecmd-compat ]; then
 typeset swfound=0;
 MODULES_USE_COMPAT_VERSION=1;
 export MODULES_USE_COMPAT_VERSION;
 fi;
 fi;
 if [ $swfound -eq 0 ]; then
 echo "Switching to Modules $swname version";
 source /usr/share/Modules/init/bash;
 else
 echo "Cannot switch to Modules $swname version, command not found";
 return 1;
 fi
}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: DISPLAY: :0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: WAYLAND_DISPLAY: wayland-0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: BASH_FUNC_module%%: () {  _module_raw "$@" 2>&1
}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: VDPAU_DRIVER_PATH: /usr/lib64/vdpau
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: _: /usr/bin/java
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_SESSION_CLASS: user
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: GDM_LANG: pt_BR.UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: CHROMIUM_FLAGS:  --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so --ppapi-flash-version=32.0.0.403 --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so --ppapi-flash-version=32.0.0.403
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: DESKTOP_SESSION: gnome
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: USER: bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: VK_ICD_FILENAMES: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_MENU_PREFIX: gnome-
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: BASH_FUNC_ml%%: () {  module ml "$@"
}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: VTE_VERSION: 6201
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_AUTH_SOCK: /run/user/1000/keyring/ssh
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: EDITOR: /usr/bin/nano
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HOSTNAME: fedora
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MODULESHOME: /usr/share/Modules
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: BASH_FUNC__module_raw%%: () {  unset _mlshdbg;
 if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then
 case "$-" in 
 *v*x*)
 set +vx;
 _mlshdbg='vx'
 ;;
 *v*)
 set +v;
 _mlshdbg='v'
 ;;
 *x*)
 set +x;
 _mlshdbg='x'
 ;;
 *)
 _mlshdbg=''
 ;;
 esac;
 fi;
 unset _mlre _mlIFS;
 if [ -n "${IFS+x}" ]; then
 _mlIFS=$IFS;
 fi;
 IFS=' ';
 for _mlv in ${MODULES_RUN_QUARANTINE:-};
 do
 if [ "${_mlv}" = "${_mlv##*[!A-Za-z0-9_]}" -a "${_mlv}" = "${_mlv#[0-9]}" ]; then
 if [ -n "`eval 'echo ${'$_mlv'+x}'`" ]; then
 _mlre="${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' ";
 fi;
 _mlrv="MODULES_RUNENV_${_mlv}";
 _mlre="${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' ";
 fi;
 done;
 if [ -n "${_mlre:-}" ]; then
 eval `eval ${_mlre} /usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash '"$@"'`;
 else
 eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash "$@"`;
 fi;
 _mlstatus=$?;
 if [ -n "${_mlIFS+x}" ]; then
 IFS=$_mlIFS;
 else
 unset IFS;
 fi;
 unset _mlre _mlv _mlrv _mlIFS;
 if [ -n "${_mlshdbg:-}" ]; then
 set -$_mlshdbg;
 fi;
 unset _mlshdbg;
 return $_mlstatus
}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MODULES_CMD: /usr/share/Modules/libexec/modulecmd.tcl
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: KDEDIRS: /usr
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XDG_RUNTIME_DIR: /run/user/1000
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: flash_library: /usr/lib/adobe-flashplugin/libpepflashplayer.so
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HOME: /home/bonk
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> jar:file:/home/bonk/JDownloader2/JDownloader.jar!/version.nfo:
${updateclient.revision}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> file:/home/bonk/JDownloader2/build.json:
{"JDownloaderServerOptionsRevision":5095,"buildTimestamp":1606763511119,"UpdateClientV2Revision":925,"JDownloaderUpdaterRevision":5131,"AppWorkUtilsRevision":3440,"JDBrowserRevision":43360,"JDClosedRevision":692,"MyJDownloaderClientRevision":40926,"buildDate":"Mon Nov 30 20:11:51 CET 2020","JDownloaderRevision":43362}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Args: []
1|org.jdownloader.updatev2.restart.LinuxRestarter.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.updatev2.restart.Restarter(<init>) ] -> Create Restarter
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Restart Controller init done in 13
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Parse Arguments
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Parameter Parse done in 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Single Instance Controller
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> existing jD instance found!
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 01/12/2020 11:34:54 - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Send parameters to existing jD instance and exit: [--focus]

THREAD: 12
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [1/7|Priority: 10000]ShutdownController: start item->org.appwork.shutdown.ShutdownRunableEvent Priority: 10000
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [1/7|Priority: 10000]ShutdownController: item ended after->2
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:1/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [2/7|Priority: 10000]ShutdownController: start item->flushing logs to disk
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [2/7|Priority: 10000]ShutdownController: item ended after->25
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:2/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [3/7|Priority: 0]ShutdownController: start item->ShutdownEvent: Save JSonStorages

THREAD: 21
21|Log.L.log 01/12/2020 11:34:54 - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Start Saving Storage
21|Log.L.log 01/12/2020 11:34:54 - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> ENDED Saving Storage
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [3/7|Priority: 0]ShutdownController: item ended after->2
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:3/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [4/7|Priority: 0]ShutdownController: start item->ShutdownEvent: SaveAllStorageHandler
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [4/7|Priority: 0]ShutdownController: item ended after->1
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:4/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [5/7|Priority: 0]ShutdownController: start item->ShutdownEvent: ProcessDelayedWrites num=0
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [5/7|Priority: 0]ShutdownController: item ended after->1
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:5/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [6/7|Priority: -2147483648]ShutdownController: start item->org.jdownloader.updatev2.RestartController$1 Priority: -2147483648
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [6/7|Priority: -2147483648]ShutdownController: item ended after->0
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:6/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [7/7|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Logging-Cleaner,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [7/7|Priority: -2147483648]ShutdownController: item ended after->1
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:7/7]
12|org.appwork.shutdown.ShutdownController.log 01/12/2020 11:34:54 - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> Shutdown Hooks Finished
Reply With Quote
  #9  
Old 01.12.2020, 16:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

According to log there is already a JDownloader instance running
existing jD instance found!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 01.12.2020, 16:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

kill the Java Process and check again. I'm still waiting for download of java to finish

When it worked before then either something is broken with the java version/update or something with Wayland/Gnome/Java.
Once download is finished I will test the exact same version
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 01.12.2020 at 16:41.
Reply With Quote
  #11  
Old 01.12.2020, 16:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Works perfectly fine here. So must be something connected to system/java update
I would recommend to uninstall/remove java and fontconfig and install both again
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 01.12.2020, 16:50
melasso melasso is offline
Baby Loader
 
Join Date: Nov 2020
Posts: 6
Default

Quote:
Originally Posted by Jiaz View Post
kill the Java Process and check again. I'm still waiting for download of java to finish

When it worked before then either something is broken with the java version/update or something with Wayland/Gnome/Java.
Once download is finished I will test the exact same version
Killing java still doesn't help, I'll wait.
I'll get back here tomorrow.

Thank you.
Reply With Quote
  #13  
Old 31.12.2020, 08:45
melasso melasso is offline
Baby Loader
 
Join Date: Nov 2020
Posts: 6
Default

Just to let you guys know that it's all working after a forced update today.
Thank you.
Reply With Quote
  #14  
Old 31.12.2020, 10:53
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Thanks for the feedback!
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

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

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

Forum Jump

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