JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 18.10.2010, 03:29
victor.1111
Guest
 
Posts: n/a
Default Can't install/update JDownloader

Hi,

I'm trying to do fresh install using jd.sh. After successfully downloading some files the script breaks its execution on getting jd/plugins/decrypter/FlCrpCm.class. Please see updateLog.txt attached.

I also tried java -jar jupdate.jar but it fails saying
Update /jd/plugins/decrypter/FlCrpCm-Plugin
Downloadsource: http://update0.jdownloader.org/branc...=1287356759114
Error. Connection error
Server Busy. Wait 15 Seconds


I'm running Fedora 13, no AV, no FW and SELinux is Permissive

JDownloader.zip package seems to have same problem with the update. Tried it on both Linux and Windows XP boxes.

Is there anything that can be done to fix this problem?

Thanks
Attached Files
File Type: zip updateLog.txt.zip (7.0 KB, 429 views)

Last edited by victor.1111; 18.10.2010 at 03:30. Reason: update
Reply With Quote
  #2  
Old 18.10.2010, 11:50
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,434
Default

Why are you doing a fresh install?

Was there a problem previously?

What version of Java are you using?

Please try changing
Code:
jdStart java -jar -Xmx512m JDownloader.jar
to
Code:
jdStart java -Xmx512m -jar JDownloader.jar
To use jdupdate.jar, please try this command line:
Code:
java -Xmx512m -jar jdupdate.jar -restore -branch STABLE
Try updating at a different time of day. The servers do get busy, but I have never seen them that busy.

If that does not fix your problem, please try
1) Restart your computer
2) Using a new directory, unzip jdownloader.zip (version 0.9.580) to the directory.
3) Use chmod to assure that you have at least rw permission to all extracted files and rwx permission to all directories, .jar, .class, or .sh files.
4) JDownloader should be startable without the updates, thy doing that
5) Use jd.sh to complete the installation.

If none of this works, I will have to contact an expert for you.

Last edited by drbits; 18.10.2010 at 11:57.
Reply With Quote
  #3  
Old 19.10.2010, 03:26
victor.1111
Guest
 
Posts: n/a
Default

Hi drbits

Appreciate you help. Here is my answers:

Quote:
Originally Posted by drbits View Post
Why are you doing a fresh install?
Because I couldn't update captcha recognition plugins for many months

Quote:
Originally Posted by drbits View Post
Was there a problem previously?
The problem has manifested itself since last December. I just didn't have time to dig into it.

Quote:
What version of Java are you using?
Code:
$java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.1) (fedora-42.b18.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Quote:
Please try changing
Code:
jdStart java -jar -Xmx512m JDownloader.jar
to
Code:
jdStart java -Xmx512m -jar JDownloader.jar
Didn't help. BTW What's jdStart?

Quote:
To use jdupdate.jar, please try this command line:
Code:
java -Xmx512m -jar jdupdate.jar -restore -branch STABLE
Try updating at a different time of day. The servers do get busy, but I have never seen them that busy.
SSDD

Quote:
If that does not fix your problem, please try
1) Restart your computer
2) Using a new directory, unzip jdownloader.zip (version 0.9.580) to the directory.
When I download jdownloader.zip from jdownloader.org/download it is version 0.9.334
Quote:
3) Use chmod to assure that you have at least rw permission to all extracted files and rwx permission to all directories, .jar, .class, or .sh files.
4) JDownloader should be startable without the updates, thy doing that
5) Use jd.sh to complete the installation.
Code:
[victor@localhost .jd]$ cd ~
[victor@localhost ~]$ chmod -R ugo+w .jd
[victor@localhost ~]$ cd .jd
[victor@localhost .jd]$ chmod -R ugo+wx *.jar
[victor@localhost .jd]$ chmod -R ugo+wx *.class
chmod: cannot access `*.class': No such file or directory
[victor@localhost .jd]$ chmod -R ugo+wx *.sh
chmod: cannot access `*.sh': No such file or directory
Still the same:
Code:
Downloadsource: http://update1.jdownloader.org/branches/xmas/jd/plugins/decrypter/FlCrpCm.class?r=1287445565919

Error. Connection error

Server Busy. Wait 15 Seconds
:outch:

Quote:
If none of this works, I will have to contact an expert for you.
One question: Am I supposed to get anything when I do:

Code:
wget http://update0.jdownloader.org/branches/xmas/jd/plugins/decrypter/FlCrpCm.class?r=1287445423702

--2010-10-18 18:17:51--  http://update0.jdownloader.org/branches/xmas/jd/plugins/decrypter/FlCrpCm.class?r=1287445423702
Resolving update0.jdownloader.org... 94.23.204.158
Connecting to update0.jdownloader.org|94.23.204.158|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
Reply With Quote
  #4  
Old 19.10.2010, 09:24
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,434
Default

1) Captcha recognition plugins have not been updated since December. You did not miss any. Captcha recognition updates are only released with major releases. They are not even part of Nightly.

2) I will PM one of the developers to try to figure this out.
Reply With Quote
  #5  
Old 19.10.2010, 11:44
remi
Guest
 
Posts: n/a
Cool

@victor.1111

Code:
$java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.1) (fedora-42.b18.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
This is a buggy java version. Please remove it and use update 20, 32 bits version.
Reply With Quote
  #6  
Old 20.10.2010, 17:02
victor.1111
Guest
 
Posts: n/a
Default

Thanks guys,

There was indeed AV/firewall issue. My ISP at home apparently does some deep packet inspection and resets a connection when sees *.class extension coming from http servers. I just took my laptop to work and everything has installed/updated smoothly.
Reply With Quote
  #7  
Old 21.10.2010, 11:50
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,434
Default

It is important that you complain to your ISP about not allowing *.class (they run in a sandbox).


Last edited by drbits; 21.10.2010 at 12:03.
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 01:02.
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.