JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 14.08.2009, 21:19
vlad951
Guest
 
Posts: n/a
Default "Reconnection Running" for a very long time

I created a batch script to execute the disconnect and connect commands, but after they have been executed and the IP has already been changed, it continues to run and it displays that the reconnection is running..

By the way, the script goes like this:

Code:
#! /bin/bash
echo MYPASSWORD | sudo -S command
sudo cable-stop
sudo cable-start
Log File:

Code:
--------------------------------------Reconnect Testing-----------------------------------
Aug 14, 2009 10:46:50 PM - INFO [java_downloader] -> Start Reconnect
Aug 14, 2009 10:46:50 PM - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff**Aug 14, 2009 10:46:51 PM - FINER [java_downloader] -> Interaction start: Trigger: Before reconnection
Aug 14, 2009 10:46:51 PM - INFO [java_downloader] -> DO RECONNECT NOW
Aug 14, 2009 10:46:51 PM - INFO [java_downloader] -> Starting Batch Reconnection parameters #1
Aug 14, 2009 10:46:51 PM - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff**Aug 14, 2009 10:46:52 PM - FINER [java_downloader] -> IP before: 77.126.56.165
Aug 14, 2009 10:46:52 PM - INFO [java_downloader] -> Batch Verarbeitung aktiviert. Als Befehl muss der Interpreter eingetragen sein (windows: cmd.exe linux z.b. bash mac: teminal ?) Aktueller interpreter: /bin/bash
Aug 14, 2009 10:46:52 PM - FINEST [java_downloader] -> Execute: /bin/bash /home/vladislav/JDownloader/reconnector  in /home/vladislav/JDownloader
Aug 14, 2009 10:46:52 PM - FINEST [java_downloader] -> Thread[Executer: /bin/bash STDstreamobserver,6,main]: sudo: command: command not found
Aug 14, 2009 10:46:52 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: Terminating cable-ppp link on pid (23418),please wait..
Aug 14, 2009 10:46:56 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: Using interface ppp0
Aug 14, 2009 10:46:56 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: Connect: ppp0 <--> /dev/pts/0
Aug 14, 2009 10:46:56 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: RTNETLINK answers: File exists
Aug 14, 2009 10:46:57 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: PAP authentication succeeded
Aug 14, 2009 10:46:57 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: not replacing existing default route via 172.19.160.1
Aug 14, 2009 10:46:57 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: local  IP address 84.229.236.157
Aug 14, 2009 10:46:57 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: remote IP address 212.199.26.153
Aug 14, 2009 10:46:57 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: primary   DNS address 80.179.52.100
Aug 14, 2009 10:46:57 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: secondary DNS address 80.179.55.100
Aug 14, 2009 10:46:57 PM - FINER [java_downloader] -> Save General
Aug 14, 2009 10:46:57 PM - FINER [java_downloader] -> Save General
Aug 14, 2009 10:47:44 PM - INFO [java_downloader] -> ByteBufferController: Fresh: 0 B Reused: 0 B Free: 0 B
Any help will be greatly appreciated!

Last edited by vlad951; 14.08.2009 at 22:48.
Reply With Quote
  #2  
Old 30.12.2009, 19:16
eschapiro
Guest
 
Posts: n/a
Default Reconnection not working at all with Rapidshare

Hi.
I installed JDownloader for I need to download a hughe amount of data from Rapidshare. I bought TWO RS premium accounts, so as to have enough available BW.

However, about 70% of the downloading links fail, showing either "download incomplete", "connection lost", "socket error" or "reconnection running" (for hours).

This happenth at the beginning, the middle or almost at the end of the downloads.;)
The "resume" function is not available on those cases, so I have to RESET it (lose whatever I´ve downloaded", and start over and over.:outch:

I´m using XP SP3, and JDownloader version is .9.579 Xmas.

I need JDownloader to perform automatically, and not right now being a cute manual downloader.

What may I be doing wrong ?


Thanks in advance.



David.-
Reply With Quote
  #3  
Old 31.12.2009, 15:31
remi
Guest
 
Posts: n/a
Cool

First, switch off the automatic reconnect function. We need to solve your connection problems.

Allow java.exe and javaw.exe in your firewall and virus software. Also disable html/web scanner in your virus software.

Also reduce Max.Con. (bottom right corner of jD window) to 1 or 2 and see whether that helps.

Report back if your connection is stable. Then we can try to configure the reconnect feature.

Note it's not very polite to hijack a thread created by someone else.
Reply With Quote
  #4  
Old 31.12.2009, 15:51
remi
Guest
 
Posts: n/a
Cool

I know this is an old post, but it might help other people as well.

Quote:
Originally Posted by vlad951 View Post
I created a batch script to execute the disconnect and connect commands, but after they have been executed and the IP has already been changed, it continues to run and it displays that the reconnection is running..

By the way, the script goes like this:

Code:
#! /bin/bash
echo MYPASSWORD | sudo -S command
sudo cable-stop
sudo cable-start
Log File:

...
Aktueller interpreter: /bin/bash
Aug 14, 2009 10:46:52 PM - FINEST [java_downloader] -> Execute: /bin/bash /home/vladislav/JDownloader/reconnector in /home/vladislav/JDownloader
Aug 14, 2009 10:46:52 PM - FINEST [java_downloader] -> Thread[Executer: /bin/bash STDstreamobserver,6,main]: sudo: command: command not found
Aug 14, 2009 10:46:52 PM - FINEST [java_downloader] -> Thread[Thread-24,6,main]: Terminating cable-ppp link on pid (23418),please wait..
Your /bin/bash command interpreter doesn't understand the sudo command. Does it have sufficient permissions to execute the command? Does your password provide access to the sudo command? Don't you need a root password to execute it? I'm not very familiar with the sudo command, but its actions might be logged somewhere. If you've access to that log file, you'll probably find the cause of the problem.
Reply With Quote
  #5  
Old 31.12.2009, 21:50
eschapiro
Guest
 
Posts: n/a
Default Patch found, but not a good solution...

Quote:
Originally Posted by remi View Post
First, switch off the automatic reconnect function. We need to solve your connection problems.

Allow java.exe and javaw.exe in your firewall and virus software. Also disable html/web scanner in your virus software.

Also reduce Max.Con. (bottom right corner of jD window) to 1 or 2 and see whether that helps.

Report back if your connection is stable. Then we can try to configure the reconnect feature.

Note it's not very polite to hijack a thread created by someone else.
------------------------------------------------------------------
(I didn´t realize I was "hijacking" someone´s post, sorry).

When I lower the max DLS to 4-5, and I use only one PC in the same network, it works well, but I feel I´m loosing the BW granted by having bought 2 premium RS accounts. As soon as I engage a second JDownloader in the same network, or as I increase max DLS over 4-5 in one machine, the problem reappears.

Is it normal ?
Is it a JDownloader´s bug or some network/RS conflict ?

Thanks.

David.-
Reply With Quote
  #6  
Old 01.01.2010, 14:43
remi
Guest
 
Posts: n/a
Cool

You're using too many connections.

With only 2 connections and using premium accounts, your download speed should already be at its maximum (your bandwidth) with very few simultaneous downloads.

If you can't max out your bandwidth then you must have a very big pipe but reach your download limit very quickly.
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 02:00.
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.