JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1201  
Old 28.02.2015, 17:55
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

I have the owner- and audio-ID but I do not know the request to get fresh links...
Via API, permissions are needed and we don't have them!
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1202  
Old 28.02.2015, 18:43
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

pspzockerscene -

Quote:
API permissions - auth API with "audio" permission
Reply With Quote
  #1203  
Old 28.02.2015, 18:45
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

I know.
Please stop posting parts of the puzzle.
If your "friend" knows something, either ask him to post it here or post it for him but please post something that actually helps us...
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1204  
Old 28.02.2015, 18:51
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Spoiler:
I'm sorry :\ I write your post to him and my friend to answer your questions. I hope you understand?
Write the message (it would be better if you will converse with him on the Social Network.
If possible, write to him to chat:
Send a question here:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by djmakinera; 28.02.2015 at 18:57.
Reply With Quote
  #1205  
Old 28.02.2015, 18:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

No - you can do this as you're the one who needs the feature.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1206  
Old 28.02.2015, 19:02
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Wrote only this:

Quote:
"scope" param
vk.com/dev/auth_mobile
Nothing more to help you with this. I do not have more information on it. Sorry!
Reply With Quote
  #1207  
Old 03.03.2015, 23:09
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Forum problem write "Russian name"
I added the name here
http://jdownloader.org/pastebin/133300


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

JD2 save file:

Spoiler:

Last edited by djmakinera; 03.03.2015 at 23:34.
Reply With Quote
  #1208  
Old 03.03.2015, 23:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

What is the problem here?
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1209  
Old 05.03.2015, 15:43
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Account is missing or "try restarting, plugin defect?"
Some link - not work (audio)

05.03.15 14.08.20to05.03.15 14.10.51 jdlog://3095196763241/
**External links are only visible to Support Staff****External links are only visible to Support Staff**


Edit: 6.3.2015

Hi. pspzockerscne -

decrypt + add links <4800 Mega RAM ----> add1 link **External links are only visible to Support Staff****External links are only visible to Support Staff**
"C:\Program Files\Java\jre1.8.0_31\bin\javaw.exe" -Xmx4800M -jar Y:\JDownloader3\JDownloader.jar


Idle - 700MB - 1700 MB

high memory usage is only for decrypt + add links to a larger package
Avoid freezing applications and javaw crash
Please understand well that this problem only occurs when parse/crawling walls of the large amount of posts (100k post)
GUI crashed but still works in the background to decrypt and probably go to perform fully
Quote:
Decrypted offset 120600 / 120602
05.03.15 18.46.47to05.03.15 23.25.47 jdlog://5277196763241
(Number of of links does not matter * Screenshot number 2)
Maybe to reduce memory usage CHANGE CODE?
Quote:
Reached 5000 links per run limit
}
this.logger.info("Decrypted offset " + currentOffset + " / " + total_numberof_entries);
this.logger.info("Found " + this.decryptedLinks.size() + " links so far");
if (this.decryptedLinks.size() >= 5000)
{
this.logger.info("Reached 5000 links per run limit -> Returning link to continue");
DownloadLink loopBack = createDownloadlink(this.CRYPTEDLINK_FUNCTIONAL + "-maxoffset=" + total_numberof_entries + "-currentoffset=" + currentOffset);
fp.add(loopBack);
this.decryptedLinks.add(loopBack);
break;
}
currentOffset += 100;
Hmm? Reduced to:
Quote:
Adding 50000+ links to one package
Quote:
Up to 10,000 pictures per package
10000 + 10000 + 10000 + 10000 + 10000 ^.^ SPLIT


Last edited by djmakinera; 06.03.2015 at 13:39.
Reply With Quote
  #1210  
Old 06.03.2015, 20:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

Hm I only tested it up to 25 000 links.
Memory usage increased from 190 to 550 MB and CPU stayed under 15%.
I fixed the "defect" bug for audio links.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1211  
Old 06.03.2015, 20:19
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

When add a package to a single 30K-50K - high memory usage - 4.8 G and Out Of Memory...
Java not responding

Example:


400K link but small multi-packets = no problems
50K - 80K One or more very large package = the problem (but only if crawler added links to the package)

Last edited by djmakinera; 06.03.2015 at 20:31.
Reply With Quote
  #1212  
Old 06.03.2015, 20:28
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

Please provide logs and wait for a response of jiaz.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1213  
Old 06.03.2015, 20:34
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

I do not have logs. I deleted the logs.
I would have to analyze the walls again ... and create a NEW log
Reply With Quote
  #1214  
Old 06.03.2015, 20:42
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

Well then please do this.

@jiaz
Just in case you check this: Simply use my vk account - you ll find it somewhere in closed vk related tickets.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1215  
Old 06.03.2015, 20:47
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default Suggestion: Real memory usage (always on top)

Real memory usage (percentage or number)
Code:
always on top
If the load GUI - it is not possible to operate and can not be selected
"About JDownloader" and check memory usage.

Example:
In this picture - another program shows different values at the bottom of the window

Reply With Quote
  #1216  
Old 06.03.2015, 21:01
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

FROZEN GUI


Private logfile:
Link Download:
http://jdownloader.org/pastebin/133312
Reply With Quote
  #1217  
Old 06.03.2015, 21:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,629
Default

Please wait for jiaz.
He will either help you tomorrow or on monday.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #1218  
Old 06.03.2015, 21:07
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Okay...

Please see on the video.

Link Download VIDEO
http://jdownloader.org/pastebin/133313
Reply With Quote
  #1219  
Old 06.03.2015, 21:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

JDownloader should not happen to "not possible to operate, not be selected".
I would like to check via JVisualvm and find out why it has so much memory need in your case.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #1220  
Old 06.03.2015, 21:15
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

See a video
Analysis time of 13 minutes and stopping critical.

logfile:
http://jdownloader.org/pastebin/133312

video:
http://jdownloader.org/pastebin/133313

Example link:
Quote:
vk account - you ll find it somewhere in closed vk related tickets.
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Soryy, I do not have a computer Java JDK.
But you can now reproduce the problem.

Last edited by djmakinera; 06.03.2015 at 21:18.
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 20:43.
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 - 2023, Jelsoft Enterprises Ltd.