JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 23.12.2021, 18:22
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default New update - java error!

Edit by Jiaz:
Please see here for the solution https://board.jdownloader.org/showpo...1&postcount=24

With new update I've got java error and JD doesn't work!
Why? Thanks

Last edited by Jiaz; 23.12.2021 at 19:25.
Reply With Quote
  #2  
Old 23.12.2021, 18:28
madmarc69 madmarc69 is offline
Baby Loader
 
Join Date: May 2017
Posts: 7
Default

Same Problem here. Update does not work.
Attached Thumbnails
Error.jpg  
Reply With Quote
  #3  
Old 23.12.2021, 18:30
Primordiarch Primordiarch is offline
I will play nice!
 
Join Date: Sep 2020
Posts: 8
Default

Code:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:152)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)
	at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
	at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:148)
	... 8 more
Caused by: java.lang.ExceptionInInitializerError
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:118)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	... 13 more
Caused by: java.lang.IllegalStateException: You cannot init the configinterface interface org.appwork.utils.logging2.LogConfig twice
	at org.appwork.storage.config.handler.StorageHandler.addStorageHandler(StorageHandler.java:453)
	at org.appwork.storage.config.handler.StorageHandler.<init>(StorageHandler.java:346)
	at org.appwork.storage.config.JsonConfig.create(JsonConfig.java:121)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:139)
	at org.jdownloader.logging.LogController.<init>(LogController.java:53)
	at org.jdownloader.logging.LogController.<clinit>(LogController.java:26)
	... 15 more
Same with reinstallation also.
Reply With Quote
  #4  
Old 23.12.2021, 18:37
tt_1111 tt_1111 is offline
Linkgrabbing Monster
 
Join Date: Apr 2011
Posts: 86
Default

Confirmed, same for me.

Tried everything up to complete un- and re-install; to no avail.

Error on startup:

Quote:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:152)
at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:148)
... 8 more
Caused by: java.lang.ExceptionInInitializerError
at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:118)
at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
... 13 more
Caused by: java.lang.IllegalStateException: You cannot init the configinterface interface org.appwork.utils.logging2.LogConfig twice
at org.appwork.storage.config.handler.StorageHandler.addStorageHandler(StorageHandler.java:453)
at org.appwork.storage.config.handler.StorageHandler.<init>(StorageHandler.java:346)
at org.appwork.storage.config.JsonConfig.create(JsonConfig.java:121)
at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:139)
at org.jdownloader.logging.LogController.<init>(LogController.java:53)
at org.jdownloader.logging.LogController.<clinit>(LogController.java:26)
... 15 more
Reply With Quote
  #5  
Old 23.12.2021, 18:44
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:152)
at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:148)
... 8 more
Caused by: java.lang.ExceptionInInitializerError
at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:118)
at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
... 13 more
Caused by: java.lang.IllegalStateException: You cannot init the configinterface interface org.appwork.utils.logging2.LogConfig twice
at org.appwork.storage.config.handler.StorageHandler.addStorageHandler(StorageHandler.java:453)
at org.appwork.storage.config.handler.StorageHandler.<init>(StorageHandler.java:346)
at org.appwork.storage.config.JsonConfig.create(JsonConfig.java:121)
at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:139)
at org.jdownloader.logging.LogController.<init>(LogController.java:53)
at org.jdownloader.logging.LogController.<clinit>(LogController.java:26)
... 15 more
Reply With Quote
  #6  
Old 23.12.2021, 18:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

I'm working on it but yet failed to reproduce the issue
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 23.12.2021, 18:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

What OS are you using?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 23.12.2021, 18:54
nascher1 nascher1 is offline
JD Alpha
 
Join Date: Oct 2019
Posts: 23
Default

W10 or W7 both the same error....
Reply With Quote
  #9  
Old 23.12.2021, 18:54
tarkett tarkett is offline
JD VIP
 
Join Date: Apr 2009
Location: Deutschland
Posts: 367
Default

I am using Windows11 x64 with the same error.
Reply With Quote
  #10  
Old 23.12.2021, 18:57
madmarc69 madmarc69 is offline
Baby Loader
 
Join Date: May 2017
Posts: 7
Default

Windows 11 x64
Reply With Quote
  #11  
Old 23.12.2021, 18:58
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

Quote:
Originally Posted by Jiaz View Post
What OS are you using?
Windows 11
Reply With Quote
  #12  
Old 23.12.2021, 18:59
Topken Topken is offline
Bandwidth Beast
 
Join Date: Oct 2010
Posts: 135
Default

I am personally getting this error when I try and update on Windows 10

org.jdownloader.update.SelfUpdateException: Selftest has been terminated unexpectedly
at org.jdownloader.update.SelfUpdateClient.finishSelfUpdate(SelfUpdateClient.java:353)
at org.jdownloader.update.UpdateManager.runFinishSelfUpdate(UpdateManager.java:951)
at org.jdownloader.update.DefaultCallbackHandler.onResults(DefaultCallbackHandler.java:309)
at org.jdownloader.update.UpdateManager.runUpdateLoop(UpdateManager.java:1036)
at org.jdownloader.update.UpdateManager$8.run(UpdateManager.java:411)
at java.lang.Thread.run(Unknown Source)
Reply With Quote
  #13  
Old 23.12.2021, 19:01
madmarc69 madmarc69 is offline
Baby Loader
 
Join Date: May 2017
Posts: 7
Default

Same error to me, when i try to update (Windows 11 x64):
org.jdownloader.update.SelfUpdateException: Selftest has been terminated unexpectedly
at org.jdownloader.update.SelfUpdateClient.finishSelfUpdate(SelfUpdateClient.java:353)
at org.jdownloader.update.UpdateManager.runFinishSelfUpdate(UpdateManager.java:951)
at org.jdownloader.update.DefaultCallbackHandler.onResults(DefaultCallbackHandler.java:309)
at org.jdownloader.update.UpdateManager.runUpdateLoop(UpdateManager.java:1036)
at org.jdownloader.update.UpdateManager$8.run(UpdateManager.java:411)
at java.lang.Thread.run(Unknown Source)
Reply With Quote
  #14  
Old 23.12.2021, 19:02
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

Quote:
Originally Posted by Jiaz View Post
I'm working on it but yet failed to reproduce the issue
Thank you for your job
Reply With Quote
  #15  
Old 23.12.2021, 19:02
umuench umuench is offline
Modem User
 
Join Date: Apr 2021
Posts: 1
Exclamation Here also :-(

Code:
org.jdownloader.update.SelfUpdateException: Selftest has been terminated unexpectedly
	at org.jdownloader.update.SelfUpdateClient.finishSelfUpdate(SelfUpdateClient.java:353)
	at org.jdownloader.update.UpdateManager.runFinishSelfUpdate(UpdateManager.java:950)
	at org.jdownloader.update.UpdateManager$12.run(UpdateManager.java:865)
	at org.jdownloader.update.UpdateManager.installPendingUpdates(UpdateManager.java:885)
	at org.jdownloader.updatev2.UpdateController.installUpdates(UpdateController.java:536)
	at org.jdownloader.updatev2.UpdateController.onResults(UpdateController.java:408)
	at org.jdownloader.update.UpdateManager$21.onResults(UpdateManager.java:1487)
	at org.jdownloader.update.UpdateManager.runUpdateLoop(UpdateManager.java:1033)
	at org.jdownloader.update.PendingUpdate.run(PendingUpdate.java:19)
	at org.jdownloader.update.UpdateManager$23.run(UpdateManager.java:1666)
	at java.base/java.lang.Thread.run(Thread.java:833)
Code:
org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NoClassDefFoundError: org/jdownloader/startup/Main
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:679)
	at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:457)
	at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:224)
	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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:132)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
Caused by: java.lang.NoClassDefFoundError: org/jdownloader/startup/Main
	at org.jdownloader.launcher.StandaloneLauncher.launchJDownloader(StandaloneLauncher.java:131)
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:633)
	... 9 more
Caused by: java.lang.ClassNotFoundException: org.jdownloader.startup.Main
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
	at org.jdownloader.updatev2.JDClassLoaderLauncher$JDCustomRootClassLoader.loadClass(JDClassLoaderLauncher.java:54)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	... 11 more
Code:
java version "17.0.1" 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)
Code:
Microsoft Windows 11 Enterprise (21H2) Build:22000.348
Reply With Quote
  #16  
Old 23.12.2021, 19:05
Vjeetn Vjeetn is offline
Junior Loader
 
Join Date: Aug 2020
Posts: 10
Default

Same for me :(

Win 10 x64

Worked fine until new update came along.
First tried deleting the folders logs, tmp and update and the file Core.jar but no success.
Downloaded new updated installer, reinstalled, still getting error.
Then uninstalled and reinstalled, still getting error.

Code:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:152)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
	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 com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)
	at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
	at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
Caused by: 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:148)
	... 8 more
Caused by: java.lang.ExceptionInInitializerError
	at org.jdownloader.update.launcher.SecondLevelLauncher.<clinit>(SecondLevelLauncher.java:118)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:10)
	... 13 more
Caused by: java.lang.IllegalStateException: You cannot init the configinterface interface org.appwork.utils.logging2.LogConfig twice
	at org.appwork.storage.config.handler.StorageHandler.addStorageHandler(StorageHandler.java:453)
	at org.appwork.storage.config.handler.StorageHandler.<init>(StorageHandler.java:346)
	at org.appwork.storage.config.JsonConfig.create(JsonConfig.java:121)
	at org.appwork.utils.logging2.LogSourceProvider.<init>(LogSourceProvider.java:139)
	at org.jdownloader.logging.LogController.<init>(LogController.java:53)
	at org.jdownloader.logging.LogController.<clinit>(LogController.java:26)
	... 15 more
Reply With Quote
  #17  
Old 23.12.2021, 19:06
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

I feel lost without JD!!!
Reply With Quote
  #18  
Old 23.12.2021, 19:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

update is on the way
__________________
JD-Dev & Server-Admin
Reply With Quote
  #19  
Old 23.12.2021, 19:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Update is live! In case your JDownloader installatin cannot fix itself, please see https://support.jdownloader.org/Know...r-installation
__________________
JD-Dev & Server-Admin
Reply With Quote
  #20  
Old 23.12.2021, 19:11
Topken Topken is offline
Bandwidth Beast
 
Join Date: Oct 2010
Posts: 135
Default

Ok looks like my JDownloader fixed itself and I am now on the latest update
Reply With Quote
  #21  
Old 23.12.2021, 19:11
Vjeetn Vjeetn is offline
Junior Loader
 
Join Date: Aug 2020
Posts: 10
Default

Quote:
Originally Posted by Jiaz View Post
update is on the way

Thank you! I'll wait for new update.
Will we need to download it manually or will the internal updater be able to grab it and install the fix?

Hopefully I didn't mess anything up doing uninstall and reinstall as I have a custom theme and lots of scripts.
Luckily I did take a backup before doing so (copied entire JD folder).
Reply With Quote
  #22  
Old 23.12.2021, 19:12
madmarc69 madmarc69 is offline
Baby Loader
 
Join Date: May 2017
Posts: 7
Default

Update now works. Thank you.
Reply With Quote
  #23  
Old 23.12.2021, 19:14
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by Vjeetn View Post
Thank you! I'll wait for new update.
Will we need to download it manually or will the internal updater be able to grab it and install the fix?

Hopefully I didn't mess anything up doing uninstall and reinstall as I have a custom theme and lots of scripts.
Luckily I did take a backup before doing so (copied entire JD folder).
The update is live. In case your JDownloader cannot grab it automatically, just fix the installation, see https://support.jdownloader.org/Know...r-installation
__________________
JD-Dev & Server-Admin
Reply With Quote
  #24  
Old 23.12.2021, 19:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Hi,
The update with bugfix is live. In case your JDownloader cannot fix itself, please see https://support.jdownloader.org/Know...r-installation

Important!
1.) You also need to replace the delete/replace JDownloader.jar , see step 4!
Please download JDownloader.jar from mega.nz/file/bFdkyJhK#hogzJrXXII4AjA7vBeHcT4XSLqajaB7x6AJXJ_ie0wQ
and place it in the folder.
2.) Then delete the Core.jar file and the tmp and update folder like explained in the article!

I'm very sorry for the inconvenience!

best regards
jiaz
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 23.12.2021 at 21:18.
Reply With Quote
  #25  
Old 23.12.2021, 19:19
Vjeetn Vjeetn is offline
Junior Loader
 
Join Date: Aug 2020
Posts: 10
Thumbs up

Mine is working again as well (yay!) but it did not fix itself and even the suggested removal of some folders did not work!
I had to uninstall and reinstall and now it's working again.

Anyway, I'm glad you guys sorted it so fast so THANK YOU

I did mess up my theme but that's my own fault lol. I'll fix it again.

Happy holidays to all

EDIT: Shoot, not only did I mess up my theme, my scripts are gone as well!
I deleted the entire JD folder and replaced it with my backup. Upon launching it updated itself correctly and now I've got a working version again including all my scripts and theme. Nice!
Ah, the importance of backups!

Last edited by Vjeetn; 23.12.2021 at 19:24.
Reply With Quote
  #26  
Old 23.12.2021, 19:21
tarkett tarkett is offline
JD VIP
 
Join Date: Apr 2009
Location: Deutschland
Posts: 367
Default

@jiaz
Many thanks for the fix. You are the best as always
Reply With Quote
  #27  
Old 23.12.2021, 19:45
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

All is ok, now, thanks!
Reply With Quote
  #28  
Old 23.12.2021, 20:33
Iskelderon's Avatar
Iskelderon Iskelderon is offline
Bandwidth Beast
 
Join Date: Aug 2018
Location: Europe
Posts: 131
Default

Just plain uninstalling and reinstalling the app with a freshly downloaded installer keeps the "file not found" problem and replacing the JAR file with the one from the Mega link leads to JD2 starting up to the "building menus/plugincache" stage and then popping up the following error:
Code:
java.lang.ClassCastException: java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
	at org.appwork.utils.NonInterruptibleThread.execute(NonInterruptibleThread.java:146)
	at org.appwork.utils.NonInterruptibleRunnable.startAndWait(NonInterruptibleRunnable.java:41)
	at org.jdownloader.plugins.controller.host.HostPluginController.init(HostPluginController.java:244)
	at org.jdownloader.plugins.controller.host.HostPluginController.ensureLoaded(HostPluginController.java:489)
	at jd.SecondLevelLaunch$9$1.run(SecondLevelLaunch.java:735)
@@Jiaz Any idea what I'm doing wrong?

Last edited by Iskelderon; 23.12.2021 at 20:45.
Reply With Quote
  #29  
Old 23.12.2021, 21:09
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Quote:
Originally Posted by Jiaz View Post
Hi,
The update with bugfix is live. In case your JDownloader cannot fix itself, please see **External links are only visible to Support Staff**...

Important! You need to replace the delete/replace JDownloader.jar , see step 4!
Please download JDownloader.jar from
mega.nz/file/bFdkyJhK#hogzJrXXII4AjA7vBeHcT4XSLqajaB7x6AJXJ_ie0wQ
and place it in the folder.

I'm very sorry for the inconvenience!

best regards
jiaz
After replacing JDownloader.jar per Jiaz https://board.jdownloader.org/showpo...1&postcount=24
Got another Error although JD seemed to open but stuck on rebuilding cache. This never seems to finish for some reason.

The error was:
java.lang.ClassCastException: java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
at org.appwork.utils.NonInterruptibleThread.execute(NonInterruptibleThread.java:146)
at org.appwork.utils.NonInterruptibleRunnable.startAndWait(NonInterruptibleRunnable.java:41)
at org.jdownloader.plugins.controller.host.HostPluginController.init(HostPluginController.java:244)
at org.jdownloader.plugins.controller.host.HostPluginController.ensureLoaded(HostPluginController.java: 489)
at jd.SecondLevelLaunch$9$1.run(SecondLevelLaunch.java:735)

I can at least open Preferences but it is not completely finished either per the screen shots, and I was forced to close JD. So something with the replacement JDownloader.jar was breaking my JD it seemed.

Fortunately I had zipped up the previous JDownloader.jar, I trashed the replacement JDownloader.jar, and extracted the previous zipped JDownloader.jar to the JDownloader 2.0 directory and restarted and my JD was back as before.
Attached Images
File Type: png Screen Shot 2021-12-23 at 11.54.30 AM.png (20.3 KB, 2 views)
File Type: png Screen Shot 2021-12-23 at 11.56.00 AM.png (29.2 KB, 2 views)
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)
Reply With Quote
  #30  
Old 23.12.2021, 21:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Iskelderon: replace JDownloader.jar with the one from the link and delete Core.jar file and tmp and update folder!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #31  
Old 23.12.2021, 21:17
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Statter: did you remove Core.jar file AND tmp and update folder like explained in the article?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #32  
Old 23.12.2021, 21:59
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Sorry at first I didn't follow all the steps as I could not find where or how to do step 2. [Optional] Backup your settings/downloadlist
Where exactly or how is this done out of curiosity?

I then went back made zipped up my whole current JD 2.0 folder then went in and folloed all the steps provided and did Step 3. Delete the following files/folders in your JD installation directory:
Files: Core.jar
Folders: tmp, update
I also deleted the previous JDownloader.jar also and re-downloaded the JDownloader.jar (MULTIOS JAR without Installer) and put it into the JD 2.0 folder.

I then restarted JD and it appeared to work it downloaded the updates needed it appeared and JD restarted and my settings and downloads showed up properly also.

IT appears for now at least JD is updated properly now to take some time to see what new links and dl's if any I will have problems with. I hope none of course and again Sorry I didn't follow all the steps previously but at least for now things seem to be updated properly.

Try not to spend too much more time away from your family and the upcoming holidays of course.

Thanks again for all you and other programmers do for us all.

Happy Holidays
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)
Reply With Quote
  #33  
Old 23.12.2021, 22:58
tt_1111 tt_1111 is offline
Linkgrabbing Monster
 
Join Date: Apr 2011
Posts: 86
Default

Confirmed: Fix handles it.
Reply With Quote
  #34  
Old 24.12.2021, 09:25
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

Why I can't see Statter's screenshots?
It says me
vBulletin Message

angiotell, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Reply With Quote
  #35  
Old 24.12.2021, 10:00
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@angiotell which post are you referring to? keep in mind that only forum support can see any attachments due to privacy reasons.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #36  
Old 24.12.2021, 14:20
angiotell angiotell is offline
JD Alpha
 
Join Date: May 2010
Posts: 22
Default

Quote:
Originally Posted by raztoki View Post
@angiotell which post are you referring to? keep in mind that only forum support can see any attachments due to privacy reasons.
this one
Reply With Quote
  #37  
Old 25.12.2021, 01:27
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Sorry I assumed screenshots where uploaded and presented within bbcode and I saw none. I didn't look for attachment with filenames of screenshot*. So you can not view attachments uploaded to the forum or images/urls for the reasons I gave above.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #38  
Old 27.12.2021, 20:13
mcgyver83 mcgyver83 is offline
JD Beta
 
Join Date: Feb 2012
Posts: 51
Default

I'm using jaymoulin/jdownloader docker image on a raspberry pi2.
I followed the guide, stop jdwonloader, remove Core.jar, tmp, update.
Replaced JDownloader.jar but no luck...a lot of update log lines and after again the same error.
Reply With Quote
  #39  
Old 28.12.2021, 09:36
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Quote:
Originally Posted by mcgyver83 View Post
I'm using jaymoulin/jdownloader docker image on a raspberry pi2.
I followed the guide, stop jdwonloader, remove Core.jar, tmp, update.
Replaced JDownloader.jar but no luck...a lot of update log lines and after again the same error.
You didn't say if you actually downloaded the JDownloader.jar (MULTIOS JAR without Installer) and put it into the JD 2.0 folder or whatever folder the raspberry pi2 has the JD 2.0 in. Sorry I'm not familiar with the raspberry pi2, as I have not had time to buy one and play with such.

You should replace the JDownloader.jar with the JDownloader.jar (MULTIOS JAR without Installer) after you are able to follow the steps properly, remove Core.jar, tmp, update, and yes I did also delete the
previous JDownloader.jar when I replaced it to make sure there were no issues after I backed up the JD 2.0 Folder first of course.

See my previous post maybe on my error and fix posted earlier on 23.12.2021

Good luck
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)

Last edited by Statter; 28.12.2021 at 09:39.
Reply With Quote
  #40  
Old 28.12.2021, 10:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@mcgyver83: the way to fix the installation is the same on every JDownloader installation. so you must have done something wrong or forget something with your docker setup. How did you stop JDownloader and then join the container and do the changes to filesystem?
__________________
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 17:48.
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.