JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #121  
Old 24.02.2015, 16:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

MAybe ebcause the folders are not finished yet (mounted) ?
How about writing console out to a testfile
__________________
JD-Dev & Server-Admin
Reply With Quote
  #122  
Old 27.02.2015, 16:02
mgkl
Guest
 
Posts: n/a
Default

I have created a directory called jdownloader in /volume1/@appstore and have downloader the file jdownloader.jar in this directory

Now I tried to execute this file with winspc but it shows a lot of errors:

Befehl '"./JDownloader.jar"'
fehlgeschlagen mit Beendigungscode 2 und Fehlernachricht
./JDownloader.jar: line 1: PKI‘: not found
./JDownloader.jar: line 1: FMETA-INF/MANIFEST.MFMLK-.
K-*ϳR03rCq,HLHUŠ% yœ‹RKRSt*AE: not found
./JDownloader.jar: line 2: I‰™y9‰V: not found
./JDownloader.jar: line 3: syntax error: unexpected ")".

How can I install jdownloader?

Thanks for any help!
Reply With Quote
  #123  
Old 28.02.2015, 09:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

java -jar JDownloader.jar You need to install java manually
__________________
JD-Dev & Server-Admin
Reply With Quote
  #124  
Old 28.02.2015, 13:35
Spawny
Guest
 
Posts: n/a
Default

hi,
just installed Jdownloader on my synology-NAS successfully via putty but I was NOT asked for my.jdownloader login?
How do I edit it in now?
Reply With Quote
  #125  
Old 28.02.2015, 13:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

did you install or copy?
fresh install: download JDownloader.jar and start it
after the installation it asks for logins on console and closes if you did not enter logins
__________________
JD-Dev & Server-Admin
Reply With Quote
  #126  
Old 28.02.2015, 13:57
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
did you install or copy?
fresh install: download JDownloader.jar and start it
after the installation it asks for logins on console and closes if you did not enter logins
I installed via Jdownloader.jar

But now I just copied the cfg-folder from my Win-Version and got it to work
Reply With Quote
  #127  
Old 28.02.2015, 15:41
mgkl
Guest
 
Posts: n/a
Default

Hi Jiaz,

thanks for the reply. But I have installed Java SE 8 embedded on my ds211j and in the paket manager synology says that Java is running. So shouldnt the install of jdownloader work?
Reply With Quote
  #128  
Old 28.02.2015, 15:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

sure, but you need to start it with
java -jar JDownloader.jar
you cannot start ./JDownloader.jar as it is no binary
__________________
JD-Dev & Server-Admin
Reply With Quote
  #129  
Old 28.02.2015, 15:54
mgkl
Guest
 
Posts: n/a
Default

OK thanks, sorry for my stupid questions ;-)
Reply With Quote
  #130  
Old 28.02.2015, 15:57
Spawny
Guest
 
Posts: n/a
Default

tryed to install it again (with putty) so I could get you a log:

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

no request for password or login for MyJdownloader... Mine is running for now but I'd appreciate to be able to do a clean install.
Any suggestions?
Reply With Quote
  #131  
Old 28.02.2015, 18:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

try
java -jar JDownloader.jar -norestart
I guess the background process waits for logins
__________________
JD-Dev & Server-Admin
Reply With Quote
  #132  
Old 01.03.2015, 01:23
Spawny
Guest
 
Posts: n/a
Default

that solved it!
Maybe you should change this or document somewhere =)
Reply With Quote
  #133  
Old 01.03.2015, 09:53
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

We will change it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #134  
Old 01.03.2015, 13:11
Mango
Guest
 
Posts: n/a
Default

Is it possible to add extraction support for my ARMv5 NAS (ZyXEL NSA325v2)?
Have tryed to compile the SevenZip JBindings by my self but i can't find a JDK for ARMv5 headless.

Processor: Feroceon 88FR131 rev 1 (v5l)
BogoMIPS: 1599.07
Features: swp half thumb fastmult edsp
CPU implementer: 0x56
CPU architecture: 5TE
CPU variant: 0x2
CPU part: 0x131
CPU revision: 1
Hardware: Feroceon-KW
Revision: 0000
Serial: 0000000000000000
Reply With Quote
  #135  
Old 01.03.2015, 13:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

When I remember right Mrc has one of those as well. Will ask him. When System is not too old it should be possible.
What Linux kernel is running? uname -a
__________________
JD-Dev & Server-Admin
Reply With Quote
  #136  
Old 01.03.2015, 13:31
Mango
Guest
 
Posts: n/a
Default

Linux 2.6.31.8 #2 Thu Dec 19 14:31:05 CST 2013 armv5tel GNU/Linux
Reply With Quote
  #137  
Old 01.03.2015, 15:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Quote:
Originally Posted by Jiaz View Post
In case your NAS/Device has an ARM Processor and extraction does not work,
please update your jdownloader and try following parameters
-DsevenzipLibID=Linux-arm
or
-DsevenzipLibID=Linux-armpi
eg
java -DsevenzipLibID=Linux-armpi .... -jar JDownloader.jar
please try this
__________________
JD-Dev & Server-Admin
Reply With Quote
  #138  
Old 01.03.2015, 16:22
Mango
Guest
 
Posts: n/a
Default

No not working.

-DsevenzipLibID=Linux-arm: don't give me a extraction option also auto-extraction do not work.
-DsevenzipLibID=Linux-armpi: is leading jd in to a crash on startup.

Edit: That's why i'm asked for ARMv5 support.

Last edited by Mango; 01.03.2015 at 16:26.
Reply With Quote
  #139  
Old 01.03.2015, 16:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Okay, I will see what I can do.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #140  
Old 01.03.2015, 16:33
Spawny
Guest
 
Posts: n/a
Default

So now I've got my JD running, I tried adding some links/containers...
Well, he only takes direkt links from Hosters, otherwise (like links to relink or share-links) he's trying to add, sometimes for a while, sometimes for a few seconds, but nothing happens.
Adding dlc-containers, the answer is every time the same:
"Message
It seems that your dlc is not valid."
Reply With Quote
  #141  
Old 01.03.2015, 16:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Please start your JDownloader on console/putty and dont put it in background
then try to add the link and see if you see any errors on console. if so, please provide a copy of it. same for the dlc. what browser do you use? any extensions installed in browser?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #142  
Old 01.03.2015, 17:49
Spawny
Guest
 
Posts: n/a
Default

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

Firefox with Adblockplus and NoScript, but does not work, even If I disable those.
With IE11 atleast containerupload is working, but adding links isn't working there too. (tryed **External links are only visible to Support Staff****External links are only visible to Support Staff** this time)
Reply With Quote
  #143  
Old 01.03.2015, 19:24
adidashi79
Guest
 
Posts: n/a
Default Same problem here since the update before last update.

With DLC files i mostly had always the same problem.
With links i have the same problem since the update before last update.
Use JDownloader on a Intel Synology NAS.
It always worked quite good with the Android mobile app and my.jdownloader webinterface.
Did try everything to fix this.
Dis copy a working JDownloader from a Linux XUbuntu 32 bit where it runs in normal mode (not headless) where my jdownloader works and which is uptodate. On NAS in headless mode, no captchas appear and no download works.
Only sometimes (i think when automatic captcha solving works) i get the links.
The same is with a new clean installation, it does not work, the question for my.jdownloader credentials comes, everything looks good, bit links and Captchas do not appear, only a few seconds it crawls for links.

Update: the thing with DLC files is not working on Firefox, on Chromium it works. Links do not work on all platforms.
Update: With XUbuntu same installation that works started normal does not give Captchas when started headless on same system. (both times in my.jdownloader)

Last edited by adidashi79; 01.03.2015 at 21:07.
Reply With Quote
  #144  
Old 01.03.2015, 20:09
adidashi79
Guest
 
Posts: n/a
Default

LOG
Spoiler:

Handle a direct MyJDownloader connection:33
Handle a direct MyJDownloader connection:34
Handle a direct MyJDownloader connection:35
Handle a direct MyJDownloader connection:36
Handle a direct MyJDownloader connection:37
Handle a direct MyJDownloader connection:38
Handle a direct MyJDownloader connection:39
Handle a direct MyJDownloader connection:40
Handle a direct MyJDownloader connection:41
Handle a direct MyJDownloader connection:42
Handle a direct MyJDownloader connection:43
Logged
Start: imagetyperz.com
Check: JAntiCaptcha
Added imagetyperz.com
Added JAntiCaptcha
Logged
Logged
Logged
Logged
JAntiCaptcha: {
}
Start: captchabrotherhood.com
Check: My.JDownloader.org
Added captchabrotherhood.com
Added My.JDownloader.org
Logged
My.JDownloader.org: {
"jac" : 30000
}
Logged
My.JDownloader.org waits for JAntiCaptcha : 30000
Start: captchabrotherhood.com
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org, Mobile Apps,...
Check: 9kw.eu
Added My.JDownloader.org, Mobile Apps,...
Added 9kw.eu
9kw.eu: {
"jac" : 30000,
"imagetyperz" : 60000,
"dbc" : 60000,
"myjd" : 60000
}
9kw.eu waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
9kw.eu waits for imagetyperz.com : 60000
Start: My.JDownloader.org, Mobile Apps,...
Check: imagetyperz.com
Added imagetyperz.com
imagetyperz.com: {
"jac" : 30000
}
imagetyperz.com waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
9kw.eu waits for deathbycaptcha.eu : 60000
Start: My.JDownloader.org, Mobile Apps,...
Check: deathbycaptcha.eu
Added deathbycaptcha.eu
deathbycaptcha.eu: {
"jac" : 30000
}
deathbycaptcha.eu waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
9kw.eu waits for My.JDownloader.org : 60000
Start: My.JDownloader.org, Mobile Apps,...
Check: My.JDownloader.org
Added My.JDownloader.org
My.JDownloader.org: {
"jac" : 30000
}
My.JDownloader.org waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: 9kw.eu
Check: My.JDownloader.org
Added 9kw.eu
Added My.JDownloader.org
My.JDownloader.org: {
"jac" : 30000
}
My.JDownloader.org waits for JAntiCaptcha : 30000
Start: 9kw.eu
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org
Check: JAntiCaptcha
Added My.JDownloader.org
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: deathbycaptcha.eu
Check: JAntiCaptcha
Added deathbycaptcha.eu
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: 9kw.eu
Check: deathbycaptcha.eu
Added 9kw.eu
Added deathbycaptcha.eu
deathbycaptcha.eu: {
"jac" : 30000
}
deathbycaptcha.eu waits for JAntiCaptcha : 30000
Start: 9kw.eu
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: captchabrotherhood.com
Check: deathbycaptcha.eu
Added captchabrotherhood.com
Added deathbycaptcha.eu
deathbycaptcha.eu: {
"jac" : 30000
}
deathbycaptcha.eu waits for JAntiCaptcha : 30000
Start: captchabrotherhood.com
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: 9kw.eu
Check: JAntiCaptcha
Added 9kw.eu
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: captchabrotherhood.com
Check: JAntiCaptcha
Added captchabrotherhood.com
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: 9kw.eu
Check: imagetyperz.com
Added 9kw.eu
Added imagetyperz.com
imagetyperz.com: {
"jac" : 30000
}
imagetyperz.com waits for JAntiCaptcha : 30000
Start: 9kw.eu
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: captchabrotherhood.com
Check: imagetyperz.com
Added captchabrotherhood.com
Added imagetyperz.com
imagetyperz.com: {
"jac" : 30000
}
imagetyperz.com waits for JAntiCaptcha : 30000
Start: captchabrotherhood.com
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org, Mobile Apps,...
Check: My.JDownloader.org
Added My.JDownloader.org, Mobile Apps,...
Added My.JDownloader.org
My.JDownloader.org: {
"jac" : 30000
}
My.JDownloader.org waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org, Mobile Apps,...
Check: captchabrotherhood.com
Added My.JDownloader.org, Mobile Apps,...
Added captchabrotherhood.com
captchabrotherhood.com: {
"jac" : 30000,
"imagetyperz" : 60000,
"dbc" : 60000,
"myjd" : 60000
}
captchabrotherhood.com waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
captchabrotherhood.com waits for imagetyperz.com : 60000
Start: My.JDownloader.org, Mobile Apps,...
Check: imagetyperz.com
Added imagetyperz.com
imagetyperz.com: {
"jac" : 30000
}
imagetyperz.com waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
captchabrotherhood.com waits for deathbycaptcha.eu : 60000
Start: My.JDownloader.org, Mobile Apps,...
Check: deathbycaptcha.eu
Added deathbycaptcha.eu
deathbycaptcha.eu: {
"jac" : 30000
}
deathbycaptcha.eu waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
captchabrotherhood.com waits for My.JDownloader.org : 60000
Start: My.JDownloader.org, Mobile Apps,...
Check: My.JDownloader.org
Added My.JDownloader.org
My.JDownloader.org: {
"jac" : 30000
}
My.JDownloader.org waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org, Mobile Apps,...
Check: deathbycaptcha.eu
Added My.JDownloader.org, Mobile Apps,...
Added deathbycaptcha.eu
deathbycaptcha.eu: {
"jac" : 30000
}
deathbycaptcha.eu waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added My.JDownloader.org, Mobile Apps,...
Added JAntiCaptcha
JAntiCaptcha: {
}
Start: My.JDownloader.org, Mobile Apps,...
Check: imagetyperz.com
Added My.JDownloader.org, Mobile Apps,...
Added imagetyperz.com
imagetyperz.com: {
"jac" : 30000
}
imagetyperz.com waits for JAntiCaptcha : 30000
Start: My.JDownloader.org, Mobile Apps,...
Check: JAntiCaptcha
Added JAntiCaptcha
JAntiCaptcha: {
}
Handle a direct MyJDownloader connection:44
Handle a direct MyJDownloader connection:45
Handle a direct MyJDownloader connection:46
Handle a direct MyJDownloader connection:47
Handle a direct MyJDownloader connection:48
Handle a direct MyJDownloader connection:49

Last edited by adidashi79; 01.03.2015 at 20:53.
Reply With Quote
  #145  
Old 01.03.2015, 20:11
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by adidashi79 View Post
Update: the thing with DLC files is not working on Firefox, on Chromium it works. Links do not work on all platforms.
Like I said, same with IE11
Reply With Quote
  #146  
Old 02.03.2015, 13:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

I would like to do a teamviewer session with someone that has dlc issues with Webinterface. Just contact me via email support@jdownloader.org or visit chat and ask for coalado or me
__________________
JD-Dev & Server-Admin
Reply With Quote
  #147  
Old 02.03.2015, 18:30
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
I would like to do a teamviewer session with someone that has dlc issues with Webinterface. Just contact me via email support@jdownloader.org or visit chat and ask for coalado or me
Joined the chat for now, ~ 30 mins available. Otherwise send me a Skypeaddy or something like that?
Reply With Quote
  #148  
Old 02.03.2015, 18:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Sorry too late :( I'm in office from Mo-Fr 9-17 (GMT+2, Germany)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #149  
Old 02.03.2015, 19:08
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Sorry too late :( I'm in office from Mo-Fr 9-17 (GMT+2, Germany)
well, I'm working from 6:30-17:00 (DE)

Last edited by Jiaz; 02.03.2015 at 19:13.
Reply With Quote
  #150  
Old 02.03.2015, 19:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Am Mittwoch bin ich auch bis 18-19 Uhr erreichbar, evtl da?
Oder morgen, sofern es vor 18 Uhr ist?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #151  
Old 02.03.2015, 19:16
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Am Mittwoch bin ich auch bis 18-19 Uhr erreichbar, evtl da?
Oder morgen, sofern es vor 18 Uhr ist?
Morgen sollte hinhaun, wenn ich zeitig loskomm!
Reply With Quote
  #152  
Old 02.03.2015, 19:18
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Ich kann auch a weng lnger bleiben, wenn ich wei das es mit dem Teamviewer klappt. Oder eben am Mittwoch, da bin ich lnger im Office
__________________
JD-Dev & Server-Admin
Reply With Quote
  #153  
Old 02.03.2015, 19:28
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Ich kann auch a weng lnger bleiben, wenn ich wei das es mit dem Teamviewer klappt. Oder eben am Mittwoch, da bin ich lnger im Office
Ich schau, dass ich dir untertags mim Handy reinschreib, ob ichs morgen Abend schaff
Reply With Quote
  #154  
Old 03.03.2015, 09:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

If someone else has isssues with adding links/dlc, please contact us via e-mail at support@jdownloader.org for a teamviewer session
__________________
JD-Dev & Server-Admin
Reply With Quote
  #155  
Old 03.03.2015, 12:13
Spawny
Guest
 
Posts: n/a
Default

Sollte passen heute Abend, bin ca. 17:15/17:30 Zuhause
Reply With Quote
  #156  
Old 03.03.2015, 12:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Oki
__________________
JD-Dev & Server-Admin
Reply With Quote
  #157  
Old 03.03.2015, 17:42
Spawny
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Oki
mpmp? =)
Reply With Quote
  #158  
Old 03.03.2015, 17:45
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Ey du spammer.
Leute anschreiben im IRC geht so:
/msg zielUsername deinText
__________________
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
  #159  
Old 03.03.2015, 18:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Okay, denke wir sind der Ursache auf der Spur Danke fr die Teamviewer session!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #160  
Old 03.03.2015, 23:48
zoddel zoddel is offline
Super Loader
 
Join Date: Mar 2015
Posts: 25
Default

Quote:
Originally Posted by castortray View Post
my jdownloader won't start automatically after synology restart.
When I connected via putty and run:

Code:
nohup /volume1/@appstore/JavaManager/Java/bin/java -Djava.awt.headless=true -jar /volume1/@appstore/jdownloader/JDownloader.jar &
then it's working fine.

What I noticed also I cannot see the file:
/var/run/S99jdownloader.pid
I;m not sure if this is important

I tired also run schedule task with script S99jdownloader.sh but after that still not working. Only one way to run it is via putty.

Thanks in advance for any help.

I've got the same problem.
Got a DS415play.
Followed the Guide of Post 46, but with the jar-installation directly on my nas.

Now how do i get JDownloader to run without me running putty whole time ?
The Script seems not to work -.-
May anyone help pls ?

/EDIT1: for everyone trying, dont forget to change this line in script:
Code:
nohup /volume1/@appstore/JavaManager/Java/bin/java -Djava.awt.headless=true -jar /volume1/@appstore/jdownloader/JDownloader.jar &
But for me it still doesnt work

Last edited by zoddel; 04.03.2015 at 08:32.
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 16:49.
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.