JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08.04.2019, 00:37
akhlan akhlan is offline
Ultra Loader
 
Join Date: Nov 2014
Location: France
Posts: 46
Default JDownloader KO after update password

Hi,

i used JDwonloader on my Synology since fews years and i have change my password today, since, i can log in JDownloader but unable to launch app...

Code:
No connected JDownloader found
I have try to restart my JDownloader

Code:
:/$ sudo /usr/local/etc/rc.d/S99jdownloader.sh stop
Password: 
:/$ sudo /usr/local/etc/rc.d/S99jdownloader.sh start
:/$ nohup: appending output to ‘nohup.out’
restart my Synology... But same issue....

How resold this issue ???

Rgds
Akhlan
Reply With Quote
  #2  
Old 09.04.2019, 10:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

You've got to start JDownloader manually once with
java -jar JDownloader.jar -norestart within your JDownloader folder
so JD will ask for new/correct MyJDownloader logins on console.
If you need help, we can help via Teamviewer, just contact us via support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 09.04.2019, 22:08
akhlan akhlan is offline
Ultra Loader
 
Join Date: Nov 2014
Location: France
Posts: 46
Default

Thanks for your help, all is good now
Reply With Quote
  #4  
Old 10.04.2019, 10:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

Thanks for the feedback. May I ask how you solved it? Just for others to know that are in the same situation
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 13.04.2019, 16:47
akhlan akhlan is offline
Ultra Loader
 
Join Date: Nov 2014
Location: France
Posts: 46
Default

I re open my thread...

Today, i had an update, i launch it and after I again lost my JDownloader


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

Why before after update I retreived my JDownloader and today it's finish ?
Reply With Quote
  #6  
Old 15.04.2019, 11:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

Updates don't touch any settings. I can't tell why your JDownloader is lost without any logs/moreinformation.
Would be easiest/best if we take a look at it together via Teamviewer. Contact us via support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 17.04.2019, 15:09
akhlan akhlan is offline
Ultra Loader
 
Join Date: Nov 2014
Location: France
Posts: 46
Default

Hi,

Today, we have an update, i have take screenshot...







After the update, I lost my JDownloader again....


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


@Staff Team : You see my screenshot ???

Rgds
Akhlan
Reply With Quote
  #8  
Old 17.04.2019, 16:00
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

I would say that something with start script is causing the issue.
Can you send me the file /usr/local/etc/rc.d/S99jdownloader.sh
to support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 21.04.2019, 11:35
akhlan akhlan is offline
Ultra Loader
 
Join Date: Nov 2014
Location: France
Posts: 46
Default

Good idea, it was that...

I have re make the S99jdownloader.sh and all is good now

Tks Jiaz
Reply With Quote
  #10  
Old 24.04.2019, 19:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

Thanks for the feedback! Maybe you wanna share script for others as well
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 26.01.2020, 13:25
akhlan akhlan is offline
Ultra Loader
 
Join Date: Nov 2014
Location: France
Posts: 46
Default

I'm back :D

again and again the same problem !!

Since 2 days, when I update or restart my JDownloader, the application doesn't launch anymore, I have to launch an ssl connection and do these commands manually

Code:
akhlan@SynoLogy:~$ sudo su -
Password: 
root@SynoLogy:~# cd /volume1/@appstore/JDownloader
root@SynoLogy:/volume1/@appstore/JDownloader# java -jar JDownloader.jar -norestart
My S99jdownloader.sh
Code:
#!/bin/sh
#
# Startup script for jdownloader2
#
# Stop myself if running
PIDFILE=/var/run/S99jdownloader.pid
#
start() {
sleep 1
nohup /volume1/@appstore/Java8/j2sdk-image/bin/java -Djava.awt.headless=true -jar /volume1/@appstore/JDownloader/JDownloader.jar &
# write pidfile
echo $! > $PIDFILE
}
#
stop() {
[ -f ${PIDFILE} ] && kill `cat ${PIDFILE}`
# remove pidfile
rm -f $PIDFILE
}
#
case "$1" in
start)
start
;;
stop)
stop
;;
restart)
stop
sleep 1
start
;;
*)
echo "Usage: $0 (start|stop|restart)"
exit 1
;;
esac
# End
Who can help me solve this recurring problem?

Rgds
Akhlan
Reply With Quote
  #12  
Old 08.01.2021, 21:31
banid0 banid0 is offline
Modem User
 
Join Date: May 2020
Posts: 2
Default

Hello,

I am having this problem.
I changed the password and lost access to web server.

Using a mix of this present thread and this one https://board.jdownloader.org/showthread.php?t=77101

When I run
java -jar JDownloader.jar -norestart
it asks me for the new login, it detect it is wrong, I insert it and the process doesn't end. i cannot use the prompt
if I ctrl+c i lose web acess again.

what am I doing wrong?

I also tried something like these commands
:/$ sudo /usr/local/etc/rc.d/S99jdownloader.sh stop
Password:
:/$ sudo /usr/local/etc/rc.d/S99jdownloader.sh start

I want to be able to have it workign again, that is, booting with the NAS always and running with the new password

S99 content
Quote:
#!/bin/sh
#
# Startup script for jdownloader2
#
# Stop myself if running
PIDFILE=/volume1/@appstore/Jdownloader/JDownloader.pid
#
start() {
sleep 5
nohup /volume1/@appstore/Java8/j2sdk-image/bin/java -Djava.awt.headless=true -jar /volume1/@appstore/Jdownloader/JDownloader.jar >/dev/null 2>/dev/null&
}
#
stop() {
[ -f ${PIDFILE} ] && kill `cat ${PIDFILE}`
# remove pidfile
rm -f $PIDFILE
}
#
case "$1" in
start)
start
;;
stop)
stop
;;
restart)
stop
sleep 10
start
;;
*)
echo "Usage: $0 (start|stop|restart)"
exit 1
;;
esac
# End
Thank you!
Reply With Quote
  #13  
Old 11.01.2021, 18:28
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

Close/Shutdown JDownloader and start it once via shell/putty/ssh and enter
java -jar JDownloader.jar -norestart
and wait for JDownloader to ask for correct MyJDownloader logins, then stop process and start JDownloader normal again

see https://support.jdownloader.org/Know...bedded-devices
Point 3.2
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 11.01.2021, 19:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,287
Default

I will soon add an easy way (via website) to enter MyJDownloader logins, so no longer have to do this via console
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 15.01.2021 at 15:18.
Reply With Quote
  #15  
Old 10.03.2022, 14:29
banid0 banid0 is offline
Modem User
 
Join Date: May 2020
Posts: 2
Default

Hello
i once again return to this
got to change my password and now I cannot JDownloader to open

if I user the -norestart it always keeps asking for new credentials, it says the one they have is wrong.
OK I changed the password, but I input the right credentials, the new ones, sto pthe process and cannot open via normal way (rebooting the NAS or calling the S99 script.

If I open the -norestart again, it asks me for the password again

it is like it is not "saving" the password

any ideas?
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 21:36.
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.