JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 21.11.2024, 16:56
dbkarm dbkarm is offline
JD Adviser
 
Join Date: Mar 2013
Posts: 102
Default 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)
Reply With Quote
  #2  
Old 21.11.2024, 17:20
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@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
Reply With Quote
  #3  
Old 21.11.2024, 18:43
dbkarm dbkarm is offline
JD Adviser
 
Join Date: Mar 2013
Posts: 102
Default

here's the log attached

Last edited by dbkarm; 22.11.2024 at 17:54.
Reply With Quote
  #4  
Old 21.11.2024, 22:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@dbkarm: log is from already running instance and doesn't contain any errors/hints
Quote:
org.appwork.utils.singleapp.AnotherInstanceRunningException: JD2 is already running!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 23.11.2024, 12:50
dbkarm dbkarm is offline
JD Adviser
 
Join Date: Mar 2013
Posts: 102
Default

That's because it was the second time I launched it. This is the first time log. The user interface does not launch.
Attached Files
File Type: zip firstlaunch.txt.zip (10.9 KB, 2 views)
Reply With Quote
  #6  
Old 25.11.2024, 10:21
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@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
Reply With Quote
  #7  
Old 26.11.2024, 23:21
dbkarm dbkarm is offline
JD Adviser
 
Join Date: Mar 2013
Posts: 102
Default

@Jiaz how can I find out to fix it? It's ubuntu distro.
Reply With Quote
  #8  
Old 27.11.2024, 10:46
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@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:
echo $DISPLAY
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 27.11.2024, 23:43
dbkarm dbkarm is offline
JD Adviser
 
Join Date: Mar 2013
Posts: 102
Default

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)
the desktop

Code:
echo $DISPLAY
:0.0
xwayland:

Code:
sudo apt install xwayland
xwayland is already the newest version (2:24.1.2-1ubuntu0.1).
Reply With Quote
  #10  
Old 28.11.2024, 10:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@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:
apt list --installed "*jdk*"
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 28.11.2024 at 10:16.
Reply With Quote
  #11  
Old 28.11.2024, 11:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

@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
Reply With Quote
  #12  
Old 30.11.2024, 12:09
dbkarm dbkarm is offline
JD Adviser
 
Join Date: Mar 2013
Posts: 102
Default

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]
Reply With Quote
  #13  
Old 30.11.2024, 20:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,326
Default

Most likely you have a default java headless version
Please do this
Quote:
apt remove *jdk*
Quote:
apt install openjdk-21-jre
I could reproduce this by installing a "-headless" package version as well.
__________________
JD-Dev & Server-Admin
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:27.
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.