JDownloader Community - Appwork GmbH
 

Notices

Closed Thread
 
Thread Tools Display Modes
  #81  
Old 31.01.2013, 09:13
Emm Emm is offline
JD Beta
 
Join Date: Apr 2009
Posts: 50
Default

It appears that Updater doesn't download all files. Josemsar took the missing files from his working JD and gave them to us. Basically, something is wrong with the update procedure and not all files are downloaded, especially Core.jar and some libs. Not to mention the Update.jar is missing, so is the nonD3D or Exp launcher.

1st, the installer is downloading only partially JDwonloader, no way to get all files
2nd, if we have an older JD installation, the updater downloads only some of the updated files, i.e. not Core.jar or any other files posted by Josemsar.

A solution that worked for me and gave me a clean JD installation:

1. have Java Runtime Environment Updated to the latest release:
2. download the original installer http://installer.jdownloader.org/JDownloader2Setup.exe
3. install... in a different location if you want to restore your download list from an older install. After, it will throw an Error but it's expected, not all the files are there
4. download Josemsar's missing files from here or alt links: **External links are only visible to Support Staff**MF **External links are only visible to Support Staff**RS **External links are only visible to Support Staff**CRK **External links are only visible to Support Staff**DP **External links are only visible to Support Staff**FF **External links are only visible to Support Staff**Zippy **External links are only visible to Support Staff**FREE.FR **External links are only visible to Support Staff**BAY **External links are only visible to Support Staff**TB **External links are only visible to Support Staff**FC.IO **External links are only visible to Support Staff**RG **External links are only visible to Support Staff**UL.TO **External links are only visible to Support Staff**MS
5. add files to the install location
6. download Updater from here
7. run Update.jar by double-clicking it, make sure Jar files are associated with Java (or see this post)
8. take from the old installation (if need be) and place them in the new location (same sub-path):
\cfg\org.jdownloader.settings.AccountSettings.accounts.ejs - if you have premium accounts
\cfg\downloadList[#].zip - [#] is a number, the newest one you can find has a higher number

Last edited by Emm; 31.01.2013 at 11:45.
  #82  
Old 31.01.2013, 09:46
baligh hamdy
Guest
 
Posts: n/a
Default

Quote:
org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NoClassDefFoundError: org/jdownloader/startup/Main
at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:602)
at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:465)
at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:267)
at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:19)
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(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: org/jdownloader/startup/Main
at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:583)
... 10 more
Caused by: java.lang.ClassNotFoundException: org.jdownloader.startup.Main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 11 more
after updating this message appear and the program doesn't work anymore
  #83  
Old 31.01.2013, 10:21
javiergonz
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by hacker676 View Post
I think I have a solution.

- run "Updater.exe" (so there is no available update)
- JD trys tu start with error
- rename folder "cfg" into "cfg-backup"
- run "JDownloader.exe" and wait while installing
- close JD
- delete new folder "cfg"
- rename "cfg-backup" back into "cfg"
- run "JDownloader.exe"

I tested 2 time and it works fine for me.


I try this and no work for me x.x

i have this errors...

Code:
org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NoClassDefFoundError: org/jdownloader/startup/Main
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:602)
	at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:465)
	at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:267)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:19)
	at jd.Main.main(Main.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(Unknown Source)
	at com.exe4j.runtime.WinLauncher.main(Unknown Source)
	at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: org/jdownloader/startup/Main
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:583)
	... 11 more
Caused by: java.lang.ClassNotFoundException: org.jdownloader.startup.Main
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 12 more
  #84  
Old 31.01.2013, 10:39
javiergonz
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Emm View Post
It appears that Updater doesn't download all files. Josemsar took the missing files from his working JD and gave them to us. Basically, something is wrong with the update procedure and not all files are downloaded, especially Core.jar and some libs. Not to mention the Update.jar is missing, so is the nonD3D or Exp launcher.

1st, the installer is downloading only partially JDwonloader, no way to get all files
2nd, if we have an older JD installation, the updater downloads only some of the updated files, i.e. not Core.jar or any other files posted by Josemsar.

A solution that worked for me and game me a clean JD installation:

1. have Java Runtime Environment Updated to the latest release:
2. download the original installer http://installer.jdownloader.org/JDownloader2Setup.exe
3. install... in a different location if you want to restore your download list from an older install. After, it will trow and Error but it's expected, not all the files are there
4. download Josemsar's missing files from here or alt links: **External links are only visible to Support Staff**MF **External links are only visible to Support Staff**RS **External links are only visible to Support Staff**CRK **External links are only visible to Support Staff**DP **External links are only visible to Support Staff**FF **External links are only visible to Support Staff**Zippy **External links are only visible to Support Staff**FREE.FR **External links are only visible to Support Staff**BAY **External links are only visible to Support Staff**TB **External links are only visible to Support Staff**FC.IO **External links are only visible to Support Staff**RG **External links are only visible to Support Staff**UL.TO **External links are only visible to Support Staff**MS
5. add files to the install location
6. download Updater from here
7. run Update.jar by double-clicking it, make sure Jar files are associated with Java (or see this post)
8. take from the old installation (if need be) and place them in the new location (same sub-path):
\cfg\org.jdownloader.settings.AccountSettings.accounts.ejs - if you have premium accounts
\cfg\downloadList[#].zip - [#] is a number, the newest one you can find has a higher number
this WORK!!!!!! exelent!! i love you :D
  #85  
Old 31.01.2013, 10:42
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,980
Default

Please Join our Webchat if you stil have problems.
I will help you there.


http://jdownloader.org/knowledge/chat
__________________

Last edited by coalado; 31.01.2013 at 10:51.
Old 31.01.2013, 11:52
Emm
Message deleted by raztoki. Reason: deemed off topic
  #86  
Old 31.01.2013, 12:00
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

because chat is live, this is not!

forum can be delayed for new users,
forum doesn't tell you when you have a new private message in real time (ajax updates)

irc == instant.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #87  
Old 31.01.2013, 13:11
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,980
Default

The missing files bug is solved.


There is still a "JDownloader has no connection to the updateserver" Problem.

This is usualy caused by a software called hamachi. We are working on a solution there as well.

Workaround: disable the hamachi network adapter. We recommend this in any way. Hamachi uses the 5.*.*.* IP Range. update.appwork.org is 5.9.113.110 and cannot be reached if hamachi is installed.

So.... anyone else having update Problems? Please test it before writing "yes"
__________________
  #88  
Old 31.01.2013, 13:43
linuxlad
Guest
 
Posts: n/a
Default

Yes, the chunks do not work after updating.
After a clean installation of jd2, chunks work properly but after updating, the chunks do not work.
  #89  
Old 31.01.2013, 14:37
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,980
Default

Quote:
Originally Posted by linuxlad View Post
Yes, the chunks do not work after updating.
After a clean installation of jd2, chunks work properly but after updating, the chunks do not work.
I doubt that this is an update problem
__________________
  #90  
Old 31.01.2013, 14:54
linuxlad
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by coalado View Post
I doubt that this is an update problem
Well, i have uninstalled it over half a dozen times, and cleaned up all traces, re-installed, tested chunks and they work perfectly, after updating...the chunks no longer work eg, no more than one connection per download....i tested with the same three links every time, therefore, there is no doubt that the update(s) is causing it....
  #91  
Old 31.01.2013, 18:12
pelotudo
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Emm View Post
It appears that Updater doesn't download all files. Josemsar took the missing files from his working JD and gave them to us. Basically, something is wrong with the update procedure and not all files are downloaded, especially Core.jar and some libs. Not to mention the Update.jar is missing, so is the nonD3D or Exp launcher.

1st, the installer is downloading only partially JDwonloader, no way to get all files
2nd, if we have an older JD installation, the updater downloads only some of the updated files, i.e. not Core.jar or any other files posted by Josemsar.

A solution that worked for me and gave me a clean JD installation:

1. have Java Runtime Environment Updated to the latest release:
2. download the original installer http://installer.jdownloader.org/JDownloader2Setup.exe
3. install... in a different location if you want to restore your download list from an older install. After, it will throw an Error but it's expected, not all the files are there
4. download Josemsar's missing files from here or alt links: **External links are only visible to Support Staff**MF **External links are only visible to Support Staff**RS **External links are only visible to Support Staff**CRK **External links are only visible to Support Staff**DP **External links are only visible to Support Staff**FF **External links are only visible to Support Staff**Zippy **External links are only visible to Support Staff**FREE.FR **External links are only visible to Support Staff**BAY **External links are only visible to Support Staff**TB **External links are only visible to Support Staff**FC.IO **External links are only visible to Support Staff**RG **External links are only visible to Support Staff**UL.TO **External links are only visible to Support Staff**MS
5. add files to the install location
6. download Updater from here
7. run Update.jar by double-clicking it, make sure Jar files are associated with Java (or see this post)
8. take from the old installation (if need be) and place them in the new location (same sub-path):
\cfg\org.jdownloader.settings.AccountSettings.accounts.ejs - if you have premium accounts
\cfg\downloadList[#].zip - [#] is a number, the newest one you can find has a higher number
works perfectly with repopulated download/linkgrabber lists and accounts
  #92  
Old 31.01.2013, 19:17
pfanne
Guest
 
Posts: n/a
Default

Quote:
Das Update konnte nicht installiert werden. Bitte versuch es später erneut.
Installiere JDownloader bitte neu oder kontaktiere unseren Support falls sich das Problem nicht innerhalb einiger Stunden "von selbst löst"!
Quote:
org.jdownloader.update.SelfUpdateException: Selftest has been terminated unexpectedly
at org.jdownloader.update.SelfUpdateClient.finishSelfUpdate(SelfUpdateClient.java:186)
at org.jdownloader.update.UpdateManager.runFinishSelfUpdate(UpdateManager.java:1129)
at org.jdownloader.update.UpdateManager$13.run(UpdateManager.java:1152)
at org.jdownloader.update.UpdateManager.installPendingUpdates(UpdateManager.java:1176)
at org.jdownloader.updatev2.UpdateController.installUpdates(UpdateController.java:397)
at org.jdownloader.updatev2.UpdateController.onResults(UpdateController.java:324)
at org.jdownloader.update.UpdateManager.runUpdateLoop(UpdateManager.java:679)
at org.jdownloader.update.PendingUpdate.run(PendingUpdate.java:19)
at org.jdownloader.update.UpdateManager$3.run(UpdateManager.java:280)
at java.lang.Thread.run(Unknown Source)
is this really only temporary?
  #93  
Old 31.01.2013, 21:47
Seryi Seryi is offline
Super Loader
 
Join Date: Jan 2013
Posts: 28
Default Letitbit lädt nur mit einem Verbindung

Letitbit mit Premium Account lädt nur mit einem Verbindung, obwohl vier eingestellt. Andere FM laden mit mehreren Verbindungen.
  #94  
Old 31.01.2013, 21:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Das ist ein Fehler, der evtl. durch das letzte Update entstanden ist, weswegen ich das mal in den Update thread schiebe.

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

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

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #95  
Old 31.01.2013, 22:12
Emm Emm is offline
JD Beta
 
Join Date: Apr 2009
Posts: 50
Default

Quote:
Originally Posted by raztoki View Post
because chat is live, this is not!

forum can be delayed for new users,
forum doesn't tell you when you have a new private message in real time (ajax updates)

irc == instant.
A forum may not be live but is multi-purposed where chat's a single purpose... chat loses solutions, forums do not! Chat wastes the dev's time one client at a time, this does not! Chat is only effective if the user is experienced/has some knowledge of operating and/or programming to make the dev follow on the issues and not to teach the user how windows/linux/mac get operated, in the forum you can follow a guideline even if you don't know how to do all those things and eventually you'll get there.



Quote:
Originally Posted by coalado View Post
Quote:
Originally Posted by linuxlad View Post
Yes, the chunks do not work after updating.
After a clean installation of jd2, chunks work properly but after updating, the chunks do not work.
I doubt that this is an update problem
I can confirm, the UI setting has no effect after changing it. It's not related to the update progress, more like an internal bug.

Last edited by Emm; 31.01.2013 at 22:18.
  #96  
Old 31.01.2013, 22:27
ReXTaR
Guest
 
Posts: n/a
Default

I agree to some extent with Emm, certainly knowledge forum is registered ... but it is the same if you are an expert or not in the program .... If you know and you know the program, know who, what and how to ask ... so the solution is fast ... but if you are new and inexperienced, impatient besides, you'll be asking, and / or publishing issues over and over again, without seeking prior to the forum ...
so it is the same whether serving in the forum or in the chat ... at least as I see it ....

taking advantage of the trip ... Can you tell me if the update error or just my particular case ... but when I try to create a record, to report a fault, does not complete the operation, appears twice up record sales ... and when it finishes nothing appears ... and sometimes appears jdlog://null
  #97  
Old 31.01.2013, 22:42
mikezilla2 mikezilla2 is offline
Mega Loader
 
Join Date: Aug 2010
Posts: 67
Question

i stopped using JD , are there many improvements?
  #98  
Old 01.02.2013, 18:00
Laurin's Avatar
Laurin Laurin is online now
Fibre Channel User
 
Join Date: May 2009
Posts: 127
Default

Quote:
Originally Posted by Seryi View Post
Letitbit mit Premium Account lädt nur mit einem Verbindung, obwohl vier eingestellt. Andere FM laden mit mehreren Verbindungen.
das gleiche gild auch für:
xhamster.com
und
xvideos.com

nur noch 1 Chuck
Egal wieviele ein Gestellt.
  #99  
Old 01.02.2013, 18:13
prrovoss
Guest
 
Posts: n/a
Default

und premium4.me wird bei mir garnichtmehr unterstützt -.-


Still an unsolved Problem?!
  #100  
Old 01.02.2013, 18:49
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Doch, lies den Thread und installiere JD2 evtl. mal neu.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

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

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #101  
Old 01.02.2013, 19:15
prrovoss
Guest
 
Posts: n/a
Default

ich hab den jd gestern neu installiert und beim ersten updaten bekam ich den gleichen fehler.
ich hab die workarrounds hie rim thread ausprobiert und wie gesagt, läuft er jetzt auch aber es werden wohl nich alle hoster unterstützt, die vorher unterstützt wurden.
  #102  
Old 01.02.2013, 19:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Doch es werden alle unterstützt!

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

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

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #103  
Old 01.02.2013, 19:29
prrovoss
Guest
 
Posts: n/a
Default

wo soll ich den jd2 denn runterladen? bis jetz hab ich ihn immer von chip.de geladen.
  #104  
Old 01.02.2013, 19:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Den gibts im JD2 Forum (hier) und in meiner Signatur.

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

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

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #105  
Old 01.02.2013, 19:45
prrovoss
Guest
 
Posts: n/a
Default

installiert, updates ->
Code:
org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:601)
	at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:464)
	at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:267)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:19)
Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
	at org.jdownloader.startup.Main.main(Main.java:190)
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:582)
	... 3 more
Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.JsonFactory
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 5 more

und jetz?^^
  #106  
Old 01.02.2013, 20:01
volltz
Guest
 
Posts: n/a
Default Some Hosterplugins don't show in JDownloader

Hi,

since my update to the newest version some plugins are lost...

The .class files for all the hosters are in the folder. I already tried reinstalling Java and JDownloader several times. Also i observed only the Plugins downloaded via the updater after the install don't show up in the options.

I already found this thread linked to this ticket, but in my \temp folder is no host.json file, also searched the complete system and no such file can be found.

Any solution for this problem, because i really miss my premiumize.me plugin (also alternatives like rehost and other multihoster are missing)

Thanks

Edit:
Sorry guys, my fault
used the wrong updater, with the one linked somewhere here it works again...

Last edited by volltz; 01.02.2013 at 22:47.
  #107  
Old 02.02.2013, 04:11
billnotben
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by coalado View Post
I doubt that this is an update problem
After update chunks have also stopped working for me. No matter what file or hoster it's stuck on one.

Tried reinstall no difference.
  #108  
Old 02.02.2013, 06:17
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Quote:
Originally Posted by Emm View Post
A forum may not be live but is multi-purposed where chat's a single purpose... chat loses solutions, forums do not! Chat wastes the dev's time one client at a time, this does not! Chat is only effective if the user is experienced/has some knowledge of operating and/or programming to make the dev follow on the issues and not to teach the user how windows/linux/mac get operated, in the forum you can follow a guideline even if you don't know how to do all those things and eventually you'll get there.
Your so WRONG on so many levels. Forum is great for somethings and horrible for others! We generally state to join WebChat IRC for the exclusive use of initiating teamviewer sessions, nothing more nothing less. The forum is not real time enough for this purpose as explained, hence why we use chat/IRC. We were not doing this for any other reason than convenience for everyone concerned and in respects to the people doing the teamviewer sessions, we do not have time to waste. In respects to this issue, we teamviewed with more than ten people an hour plus coding fixes (coalado). Forum medium great if you want what you say to be stored and presented to everyone as a communication log. You can not turn teamviewer sessions into anything useful when it's used for development purposes, we are trying to fix issues and not issue work arounds as the final solution. When we figured out something useful, eg. blocking the update system (Hamachi VPN software on the 5.x subnet) we stated to users on the forum!, Plus indicated that we would be moving JD/Appwork servers/IPs away from this subnet to prevent this from causing us grief in the future.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #109  
Old 02.02.2013, 11:43
kaspar33333
Guest
 
Posts: n/a
Default

Hallo,

ich habe nun das Problem, wenn ich Daten via DLC öffne, werden sie nicht mehr automatisch in dem Linksammler verschoben
Old 02.02.2013, 17:15
rrogntudjû
Message deleted by raztoki. Reason: deemed off topic
  #110  
Old 02.02.2013, 19:55
prrovoss
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by prrovoss View Post
installiert, updates ->
Code:
org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:601)
	at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:464)
	at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:267)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:19)
Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
	at org.jdownloader.startup.Main.main(Main.java:190)
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:582)
	... 3 more
Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.JsonFactory
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 5 more

und jetz?^^
gibts denn jetzt ne lösung dafür?
  #111  
Old 02.02.2013, 20:52
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@rrogntudjû
off topic first and only warning
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #112  
Old 02.02.2013, 22:33
rrogntudjû
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by raztoki View Post
@rrogntudjû
off topic first and only warning
Why off topic??? its you who talk about teamviewer, i just said what i think, why about the same thing i could not give my opinion???
  #113  
Old 02.02.2013, 23:08
.bismarck's Avatar
.bismarck .bismarck is offline
Leerzeichenüberseher
 
Join Date: Jul 2010
Posts: 889
Default

@prrovoss

wenn Du nichts dagegen hast, kann ich Dir via Teamviewer evtl. helfen.

Den Rest via PM.


.bismarck
  #114  
Old 03.02.2013, 06:40
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@rrogntudjû
Wrong, the topic is the new update service rollout not your referenced link, slash opinion on what should or shouldn't be done in regards to Adware. In some of the Adware threads of which you have participated heavily, has adequately covered areas of responsibility. With information of why it installed, along with additional information about how to uninstall, etc.

Now back on topic.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Old 03.02.2013, 07:20
rrogntudjû
Message deleted by raztoki. Reason: deemed off topic
  #115  
Old 03.02.2013, 08:22
mikezilla2 mikezilla2 is offline
Mega Loader
 
Join Date: Aug 2010
Posts: 67
Default

i guess not.
  #116  
Old 03.02.2013, 09:13
bici-boci bici-boci is offline
JD Legend
 
Join Date: Mar 2009
Posts: 765
Default funny dialogs/working

Today morning JD2 updated 4 hoster plugins (as I see from the updatehistory log), and the updater "Installation in progress" dialog showing 96.99 % appeared more than 1 minute, then a new dialog said "you already have the latest version" - this one I have to Close.
What happens during this more than one-minute period after the updates (I see from my folder monitor that the updates has happened already) - there is very limited CPU and disk usage.
If after the update JD2 is at the latest version, it is unnecessary to communicate this, it seems to be a bug.
See my update settings.
No downloads, empty linkgrabber.
Attached Thumbnails
installation in progress.jpg   you already have latest version.jpg   Jdownloader2 update setting modified 2013.01.31.jpg  

Last edited by bici-boci; 03.02.2013 at 09:26.
  #117  
Old 03.02.2013, 10:19
oragon
Guest
 
Posts: n/a
Default Error Caused by: java.lang.Class...

Yesterday I've updated my Jdownloader because i have not benn using it for 2 weeks, since then it's been acting weird and most of the links give me the try to restart error and the error of redirect loop. It'd been giving me this messages before the update but no as frequent as after the update so i tried to uninstall it and install it again and now it gives me this error.

Quote:
An error has occurred during Startup:

java.lang.NoClassDefFoundError: org/jdownloader/update/launcher/JDLauncher
at jd.Main.main(Main.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(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.jdownloader.update.launcher.JDLauncher
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
P.S, I've a zevera premium account and sometimes it doesn't use the account and prompts me to Capitcha window.

Last edited by oragon; 03.02.2013 at 10:22. Reason: Needed to add soething
  #118  
Old 03.02.2013, 10:58
flyhigh
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Hoagie View Post
I have the same problem, updating with "update.jar" doesnt help

org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:602)
at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:465)
at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:267)
at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:19)
Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
at org.jdownloader.startup.Main.main(Main.java:190)
at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:583)
... 3 more
Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.JsonFactory
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 5 more
Got the same problem, reinstalling java, JD2, using updater.jar, using missing files provided in the forum also doesn't work out.
  #119  
Old 03.02.2013, 11:14
linuxlad
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by billnotben View Post
After update chunks have also stopped working for me. No matter what file or hoster it's stuck on one.

Tried reinstall no difference.
@billnotben
There is a separate thread with a ticket on this issue, it has already been confirmed that the update broke the chunks.
http://board.jdownloader.org/showthread.php?t=45783

Quote:
Originally Posted by coalado View Post
I doubt that this is an update problem
http://board.jdownloader.org/showthread.php?t=45783

Last edited by raztoki; 03.02.2013 at 18:34. Reason: double posts merged
  #120  
Old 04.02.2013, 00:14
prrovoss
Guest
 
Posts: n/a
Default

is there a solution???

i just reinstalled the jd for the 10th time and i allways get the same error on startup...
Closed Thread

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 01:19.
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.