FreeRapid Downloader is a special tool for downloading files from public share file archives like RapidShare.com, FileFactory.com or Uploaded.to and others.
FS#1359 - Exception on mass validating/delete
Opened by tommytom (tommytom) - Wednesday, 25 August 2010, 10:53 GMT+1
Last edited by Vity (Vity) - Saturday, 28 August 2010, 13:54 GMT+1
|
DetailsError below should be reproducable by:
1. setting up youtube plugin to use all 9 possible connections If it helps, I seen an error about “SEVERE: 10 connections” in log, so I have to assume there is a desync somewhere because of the forced link download and something to do with deleting while validating. Possible breaking the 9 limit with validating links or something (didnt count as it goes so fast). Error
Message:
java.util.concurrent.RejectedExecutionException
Level:
SEVERE
Stack Trace:
null
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
org.jdesktop.application.TaskService.execute(TaskService.java:120)
cz.vity.freerapid.gui.managers.ProcessManager.startDownload(Unknown Source)
cz.vity.freerapid.gui.managers.ProcessManager.access$100(Unknown Source)
cz.vity.freerapid.gui.managers.ProcessManager$2.run(Unknown Source)
java.awt.event.InvocationEvent.dispatch(Unknown Source)
java.awt.EventQueue.dispatchEvent(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)
|
Saturday, 28 August 2010, 13:54 GMT+1
Reason for closing: Works for me
Additional comments about closing: Not reproducible
Ntoskrnl: Please confirm it's reproducible.
Done, and I probably know why it happens. No idea how to fix it though.