Hi,
i try to run Jdownloader2 with Java8 on my dietpi. I used this installation guide
https://github.com/Fourdee/DietPi/issues/208
But if i try to run java -jar there comes some output but after some seconds java crashs without an error.
Can someone help?
Thanks a lot.
Cu kami
Jdownloader cannot start
- lucasmenno
- Posts: 63
- Joined: Sun Jul 23, 2017 11:57 am
- Location: Germany
Re: Jdownloader cannot start
Did you try the Headless installation, or do you have a GUI?
https://github.com/Fourdee/DietPi/issue ... -214712224
https://github.com/Fourdee/DietPi/issue ... -214712224
Everything i say can and maybe will be corrected by the DietPi seniors in this forum 
BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.

BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.
Re: Jdownloader cannot start
Yes i tried it. But i just want to run it with a gui.
Any help? Maybe how to debug the crash?
Any help? Maybe how to debug the crash?
- lucasmenno
- Posts: 63
- Joined: Sun Jul 23, 2017 11:57 am
- Location: Germany
Re: Jdownloader cannot start
Then you are have a desktop environment? Just curious, just Terminal view will need some tweaks to show some kind of "GUI" 

Everything i say can and maybe will be corrected by the DietPi seniors in this forum 
BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.

BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.
Re: Jdownloader cannot start
Yes, i have ubuntu mate running with java 8
Re: Jdownloader cannot start
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
- lucasmenno
- Posts: 63
- Joined: Sun Jul 23, 2017 11:57 am
- Location: Germany
Re: Jdownloader cannot start
Are you trying to run the .jar from a user ? JDownloader seems to be installed with root in this tutorial. I got this mysqlf one time, the initial start was working but nothing popped up.
Everything i say can and maybe will be corrected by the DietPi seniors in this forum 
BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.

BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.
Re: Jdownloader cannot start
i tested it as root and as a user
- lucasmenno
- Posts: 63
- Joined: Sun Jul 23, 2017 11:57 am
- Location: Germany
Re: Jdownloader cannot start
Did you test the whole install as a user?
If you created JD with root, then the normal user will hab no rights to the JD installation.
When you start JD, i assume you won't see any GUI, at which is the command ending?
If you created JD with root, then the normal user will hab no rights to the JD installation.
When you start JD, i assume you won't see any GUI, at which is the command ending?
Everything i say can and maybe will be corrected by the DietPi seniors in this forum 
BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.

BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.
- lucasmenno
- Posts: 63
- Joined: Sun Jul 23, 2017 11:57 am
- Location: Germany
Re: Jdownloader cannot start
Second thought: no error/log is frustrating.
Try starting JD with this command to force a logfile:
Gimme the output, if you get any 
Try starting JD with this command to force a logfile:
Code: Select all
java -verbose -jar jdownloader.jar -debug -brdebug 1>javalog.txt 2>jderr.txt

Everything i say can and maybe will be corrected by the DietPi seniors in this forum 
BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.

BananaPi M1 using image for BananaPi Pro.
-1TB HDD, Network storage,Downloader(JD,Deluge,ripme) testing what looks interesting.