JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 13.11.2014, 22:01
bunk3m's Avatar
bunk3m bunk3m is offline
Vacuum Cleaner
 
Join Date: Dec 2011
Location: In front of my computer.
Posts: 19
Default

I had to shut down JD about 2 min after starting because it was consuming between 80 & 125% of CPU cycles. I didn't start any downloads. Under normal circumstances JD at idle is a few % CPU.

This morning JD installed a new version. Yesterday, the version ran fine. Actually the version from yesterday barely moved the CPU gauge.

Core: 27921
Launcher: 2564
AppWork utilities: 2186
Browser: 27820
Updater: 417
Reply With Quote
  #22  
Old 13.11.2014, 22:19
unixlearn
Guest
 
Posts: n/a
Default

i see this message after i try to run after reinstalling
Code:
org.appwork.storage.StorageException: Can not write to /home/harmony/jd2/cfg/updateclient/Setup.json.tmp
	at org.appwork.storage.JSonStorage.saveTo(JSonStorage.java:419)
	at org.appwork.storage.JsonKeyValueStorage.save(JsonKeyValueStorage.java:332)
	at org.appwork.storage.config.handler.StorageHandler.saveAll(StorageHandler.java:152)
	at org.appwork.storage.config.handler.StorageHandler$1.delayedrun(StorageHandler.java:67)
	at org.appwork.scheduler.DelayedRunnable$2.runNow(DelayedRunnable.java:171)
	at org.appwork.scheduler.DelayedRunnable$2.run(DelayedRunnable.java:151)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: Permission denied
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:947)
	at org.appwork.utils.IO.writeToFile(IO.java:571)
	at org.appwork.utils.IO.writeToFile(IO.java:564)
	at org.appwork.storage.JSonStorage.saveTo(JSonStorage.java:409)
	... 13 more
Reply With Quote
  #23  
Old 13.11.2014, 22:20
leonk leonk is offline
DSL User
 
Join Date: Sep 2010
Posts: 38
Default

Same problem here after the last update
Reply With Quote
  #24  
Old 13.11.2014, 22:22
leonk leonk is offline
DSL User
 
Join Date: Sep 2010
Posts: 38
Default

Problem also reported here: http://board.jdownloader.org/showthr...221#post313221
Reply With Quote
  #25  
Old 13.11.2014, 22:24
unixlearn
Guest
 
Posts: n/a
Default

i just realized that this belongs in the JD2 thread and the problem has been reported here http://board.jdownloader.org/showthread.php?t=60544
perhaps someone can move this thread to appropriate spot
Reply With Quote
  #26  
Old 13.11.2014, 22:26
leonk leonk is offline
DSL User
 
Join Date: Sep 2010
Posts: 38
Default Hohe CPU-Last im Leerlauf

Hohe CPU-Last von JDownloader2 im Leerlauf seit dem letzten Update, ist auch im englischsprachigen Teil bereits gepostet.

Sorry, gehört nicht hierher da JD2, war schon länger nicht mehr im Forum.

Last edited by leonk; 13.11.2014 at 22:41.
Reply With Quote
  #27  
Old 13.11.2014, 22:28
unixlearn
Guest
 
Posts: n/a
Default

i get the same problem i also get an error message but i'm not sure it's related. i'm using debian wheezy
Code:
org.appwork.storage.StorageException: Can not write to /home/harmony/jd2/cfg/org.jdownloader.settings.SilentModeSettings.json.tmp
	at org.appwork.storage.JSonStorage.saveTo(JSonStorage.java:419)
	at org.appwork.storage.JsonKeyValueStorage.save(JsonKeyValueStorage.java:332)
	at org.appwork.storage.config.handler.StorageHandler.saveAll(StorageHandler.java:152)
	at org.appwork.storage.config.handler.StorageHandler$2.onShutdown(StorageHandler.java:80)
	at org.appwork.shutdown.ShutdownController$8.run(ShutdownController.java:501)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: Permission denied
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:947)
	at org.appwork.utils.IO.writeToFile(IO.java:571)
	at org.appwork.utils.IO.writeToFile(IO.java:564)
	at org.appwork.storage.JSonStorage.saveTo(JSonStorage.java:409)
	... 5 more
org.appwork.storage.StorageException: Can not write to /home/harmony/jd2/cfg/org.jdownloader.updatev2.UpdateSettings.json.tmp
	at org.appwork.storage.JSonStorage.saveTo(JSonStorage.java:419)
	at org.appwork.storage.JsonKeyValueStorage.save(JsonKeyValueStorage.java:332)
	at org.appwork.storage.config.handler.StorageHandler.saveAll(StorageHandler.java:152)
	at org.appwork.storage.config.handler.StorageHandler$2.onShutdown(StorageHandler.java:80)
	at org.appwork.shutdown.ShutdownController$8.run(ShutdownController.java:501)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: Permission denied
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:947)
	at org.appwork.utils.IO.writeToFile(IO.java:571)
	at org.appwork.utils.IO.writeToFile(IO.java:564)
	at org.appwork.storage.JSonStorage.saveTo(JSonStorage.java:409)
	... 5 more
Reply With Quote
  #28  
Old 13.11.2014, 22:52
kaiuwe kaiuwe is offline
Mega Loader
 
Join Date: Jul 2010
Posts: 64
Default

cpu usage only confirmed if gui is opened. so minimize and voila until bugfix
Reply With Quote
  #29  
Old 13.11.2014, 23:06
CuF
Guest
 
Posts: n/a
Default

Something broke again.

Build - Thu Nov 13 19:18:05 CET 2014.

15% CPU usage while JD2 is idle (no active downloads).

Edit: Not really a feature request, but could you please make older versions available so when stuff like this happens we users aren't forced to wait for an update?

Last edited by CuF; 13.11.2014 at 23:10.
Reply With Quote
  #30  
Old 14.11.2014, 00:13
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,144
Default

Ticket:


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?
Reply With Quote
  #31  
Old 14.11.2014, 00:52
CuF
Guest
 
Posts: n/a
Default

Cheers.
Reply With Quote
  #32  
Old 14.11.2014, 01:10
Puma D. Ace Puma D. Ace is offline
Baby Loader
 
Join Date: Feb 2013
Posts: 5
Default

Can confirm this. As soon as the gui is shown the usage jumps up to around ~25 %. Minimizing or closing the gui makes the usage go normal again.

EDIT: Maybe this has something to do with the way the progess is updated? It feels like ultra fast update rate.

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

Last edited by Puma D. Ace; 14.11.2014 at 01:14.
Reply With Quote
  #33  
Old 14.11.2014, 02:51
minthaka
Guest
 
Posts: n/a
Default

MacOs 10.10, 117% CPU load on an i7 iMac with 32GB of ram, fan is going into berserk mode, something here is very wrong since yesterday with jd2 beta, finally after a few minutes jd does not react anymore, downloads were some small pdf files, nothing big - i never had this issue before.
Reply With Quote
  #34  
Old 14.11.2014, 10:42
aireca
Guest
 
Posts: n/a
Default

I think is because the speed & bytes meters are refreshing instantaneously without ceasing
Reply With Quote
  #35  
Old 14.11.2014, 11:09
ashdragon
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by aireca View Post
I think is because the speed & bytes meters are refreshing instantaneously without ceasing
You may well be onto something there.

If the Downloads or Linkgrabber tab is the currently selected tab, the CPU usage is all over the place.
If the Settings tab is the Currently selected tab the CPU usage drops off completely.
Even within the Settings tab the various sub sections cause different CPU usages for me;
General is fine, connection manager causes 1 core to go about 75% utilisation, Account manager causes similar results to the Downloads tab etc.
The same symptoms are repeatable on 2 different Win 7 X64 PC's for me.

Last edited by ashdragon; 14.11.2014 at 11:20.
Reply With Quote
  #36  
Old 14.11.2014, 11:36
olivier7599
Guest
 
Posts: n/a
Default

Hi all,
I have the same problem since yesterday...
As ashdragon, I saw that CPU occupation change when you switch tabs.
On my screen, red periods are when you have Downloads tab selected (Téléchargements in french on my cap), and yellow periods are when you have Settings tab selected (Préférences in french).


I hope that this reply will help...

Last edited by olivier7599; 14.11.2014 at 11:38.
Reply With Quote
  #37  
Old 14.11.2014, 11:36
zdzichu476
Guest
 
Posts: n/a
Default

Same thing for me, one core is fully used even when not downloading (Java 1.7 U71 32bit). Doesn't matter on what tab I'm right now, it still uses whole core. Also csrss.exe uses 30% of GPU when jDownloader window is visible or even in background. If I close it to tray everything returns to normal, CPU & GPU usage drops to almost 0. Maybe it's got something to do with how you changed frequency of progressbar update? In previous version it wasn't updated in realtime, only one-twice per second (I can't quite remember).

Last edited by zdzichu476; 14.11.2014 at 11:42.
Reply With Quote
  #38  
Old 14.11.2014, 11:43
raptor2003 raptor2003 is offline
JD Beta
 
Join Date: Dec 2012
Posts: 51
Default

Same issue on Ubuntu 14.04
Reply With Quote
  #39  
Old 14.11.2014, 12:27
jamescole
Guest
 
Posts: n/a
Exclamation

Same problem here.

Edit: JDownloader updated just after posting this, refresh rate is back to normal. Thanks.

Last edited by jamescole; 14.11.2014 at 12:38.
Reply With Quote
  #40  
Old 14.11.2014, 12:33
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,930
Default

Please check after next core update (up to 27942)
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-



Last edited by Lram32; 14.11.2014 at 12:38.
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 14:13.
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.