#1
|
|||
|
|||
JDownloader2 won't launch in xfce4 (core dumped)
Can't launch it in xfce4:
Code:
./JDownloader2 library initialization failed - unable to allocate file descriptor table - out of memoryAborted (core dumped) |
#2
|
||||
|
||||
@dbkarm:
Please try to start JDownloader manually via java -jar JDownloader.jar in your JDownloader directory. Error sounds more some java starting issue. Do you launch within a container that has not enough memory? At least that shows up when googling this error
__________________
JD-Dev & Server-Admin |
#3
|
|||
|
|||
here's the log attached
Last edited by dbkarm; 22.11.2024 at 17:54. |
#4
|
||||
|
||||
@dbkarm: log is from already running instance and doesn't contain any errors/hints
Quote:
__________________
JD-Dev & Server-Admin |
#5
|
|||
|
|||
That's because it was the second time I launched it. This is the first time log. The user interface does not launch.
|
#6
|
||||
|
||||
@dbkarm: Java requires X11 and most likely you don't have X11 emulation installed and Wayland only
Or you use a shell that does not have X11 environment variable set.
__________________
JD-Dev & Server-Admin |
#7
|
|||
|
|||
@Jiaz how can I find out to fix it? It's ubuntu distro.
|
#8
|
||||
|
||||
@dbkarm: What java package have you installed? How did you install JDownloader?
JDownloader starts in headless mode. 1.) make sure you have installed full java package and not headless one 2.) make sure xwayland is installed/setup 3.) open shell/bash...and check output of Quote:
__________________
JD-Dev & Server-Admin |
#9
|
|||
|
|||
I think I've installed it using the official installer
Code:
java -version openjdk version "21.0.5" 2024-10-15 OpenJDK Runtime Environment (build 21.0.5+11-Ubuntu-1ubuntu124.10) OpenJDK 64-Bit Server VM (build 21.0.5+11-Ubuntu-1ubuntu124.10, mixed mode, sharing) Code:
echo $DISPLAY :0.0 Code:
sudo apt install xwayland xwayland is already the newest version (2:24.1.2-1ubuntu0.1). |
#10
|
||||
|
||||
@dbkarm: Thanks for the follow-up. I'm trying to setup a VM with this OS/Desktop combination and checking if I can reproduce the issue
Can you please check what java package (not java -version) you have installed? eg with Quote:
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 28.11.2024 at 10:16. |
#11
|
||||
|
||||
@dbkarm: I'm not able to reproduce the issue. Working with with Ubuntu Oracular with xfce4. In X11 and XWayland mode. So please check what java package you have installed as
__________________
JD-Dev & Server-Admin |
#12
|
|||
|
|||
here it is:
Code:
apt list --installed "*jdk*" jdk-14.0.1/now 14.0.1-1 amd64 [installed,local] openjdk-11-jdk-headless/oracular-updates,oracular-security,now 11.0.25+9-1ubuntu1~24.10 amd64 [installed,automatic] openjdk-11-jdk/oracular-updates,oracular-security,now 11.0.25+9-1ubuntu1~24.10 amd64 [installed] openjdk-11-jre-headless/oracular-updates,oracular-security,now 11.0.25+9-1ubuntu1~24.10 amd64 [installed,automatic] openjdk-11-jre/oracular-updates,oracular-security,now 11.0.25+9-1ubuntu1~24.10 amd64 [installed,automatic] openjdk-17-jdk-headless/oracular-updates,oracular-security,now 17.0.13+11-2ubuntu1~24.10 amd64 [installed,automatic] openjdk-17-jdk/oracular-updates,oracular-security,now 17.0.13+11-2ubuntu1~24.10 amd64 [installed] openjdk-17-jre-headless/oracular-updates,oracular-security,now 17.0.13+11-2ubuntu1~24.10 amd64 [installed,automatic] openjdk-17-jre/oracular-updates,oracular-security,now 17.0.13+11-2ubuntu1~24.10 amd64 [installed,automatic] openjdk-21-jdk-headless/oracular-updates,oracular-security,now 21.0.5+11-1ubuntu1~24.10 amd64 [installed,automatic] openjdk-21-jdk/oracular-updates,oracular-security,now 21.0.5+11-1ubuntu1~24.10 amd64 [installed] openjdk-21-jre-headless/oracular-updates,oracular-security,now 21.0.5+11-1ubuntu1~24.10 amd64 [installed,automatic] openjdk-21-jre/oracular-updates,oracular-security,now 21.0.5+11-1ubuntu1~24.10 amd64 [installed,automatic] openjdk-8-jdk-headless/oracular-updates,oracular-security,now 8u432-ga~us1-0ubuntu2~24.10 amd64 [installed,automatic] openjdk-8-jdk/oracular-updates,oracular-security,now 8u432-ga~us1-0ubuntu2~24.10 amd64 [installed] openjdk-8-jre-headless/oracular-updates,oracular-security,now 8u432-ga~us1-0ubuntu2~24.10 amd64 [installed,automatic] openjdk-8-jre/oracular-updates,oracular-security,now 8u432-ga~us1-0ubuntu2~24.10 amd64 [installed,automatic] |
#13
|
||||
|
||||
Most likely you have a default java headless version
Please do this Quote:
Quote:
__________________
JD-Dev & Server-Admin |
Thread Tools | |
Display Modes | |
|
|