Git Product home page Git Product logo

Comments (30)

 avatar commented on August 24, 2024 4

Please generate the logs and share them using below method

subhra74/xdm/wiki/Generate-log-for-troubleshooting

Error appears
JVMJ9VM149E <JAVA_HOME>/lib/ext is no longer supported. Please add the required libraries/jar files to the classpath. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024 2

For creating portable version, you can start with /opt/xdman directory.
you can edit the xdman shell script

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024 1

I can confirm the link and the installer contains the correct version.

What you can try:

Download the installer again in a different directory.
Open terminal and kill the existing xdm process.

ps -ef|grep xdman

command to find the pid and use

kill -9 <pid>

to kill the process

perform sudo rm -rf /opt/xdman

now extract and excute sudo ./install.sh

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024 1

Please follow below instructions: (Warning this will erase download history and incomplete downloads)

  • Kill XDM from task manager

  • Press Win+R or type run in start menu

  • Type %USERPROFILE%\.xdman in Run dialog

image

  • Delete temp folder and downloads.txt

image

  • Start XDM again

from xdm.

ir1979 avatar ir1979 commented on August 24, 2024 1

In Ubuntu Linux, I removed .xdman from my home directory and it solved the GUI problem. Thanks.

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

Please generate the logs and share them using below method

https://github.com/subhra74/xdm/wiki/Generate-log-for-troubleshooting

from xdm.

no-1imit avatar no-1imit commented on August 24, 2024

I'm having the same problem.
I'm using Debian 10

JVMJ9VM149E <JAVA_HOME>/lib/ext is no longer supported. Please add the required libraries/jar files to the classpath.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

Did you already had java installed?
What happens if you open terminal and type: java -version
Was previous version of XDM installed already?

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

Same issue for me
yes.Earlier its was 7.2.8

java -version
openjdk version "11.0.6" 2020-01-14 LTS
OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed mode)

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

reinstalled by removing previous version but its showing older version and even title is 2018. Is that correct one

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

No the latest version should show 2020. How did you install the previous version?
If you have installed from the generic installer (tar.xz) then, please perform below steps to remove previous version:

sudo rm -rf /opt/xdman
rm /usr/bin/xdman

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

I used this one : https://github.com/subhra74/xdm/releases/download/7.2.10/xdm-setup-7.2.10.tar.xz
did the same as you mentioned, but it's same 2018

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

i believe the previous version is not removed completely. how did you remove the previous version?

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

find logs:
pr@pr:$ sudo rm -rf /opt/xdman
[sudo] password for pr:
pr@pr:
$ sudo rm /usr/bin/xdman
pr@pr:$ tar xvf MAIN/xdm-setup-7.2.10.tar.xz
install.sh
readme.txt
pr@pr:
$ sudo ./install.sh
./opt/xdman/jre/lib/compressedrefs/libmanagement.so
./opt/xdman/jre/lib/compressedrefs/libj9shr29.so
./opt/xdman/jre/legal/jdk.scripting.nashorn.shell/LICENSE
./opt/xdman/ffmpeg
........
6027+1 records in
6027+1 records out
49374652 bytes (49 MB, 47 MiB) copied, 7.60467 s, 6.5 MB/s
./opt/xdman/jre/lib/security/public_suffix_list.dat
.......
./opt/xdman/jre/legal/java.scripting/ASSEMBLY_EXCEPTION
./opt/xdman/jre/man/ja_JP.UTF-8/man1/unpack200.1
./opt/xdman/jre/legal/jdk.pack/LICENSE
Installation completed

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

image

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

installation looks ok. Now please go to XDM file-> exit to stop the XDM 2018.
After that, again start xdm from either start menu or from terminal

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

image
this was after my 10th time restart.

from xdm.

ppatil9096 avatar ppatil9096 commented on August 24, 2024

image

It worked. Thanks.

from xdm.

 avatar commented on August 24, 2024

I can confirm the link and the installer contains the correct version.

What you can try:

Download the installer again in a different directory.
Open terminal and kill the existing xdm process.

ps -ef|grep xdman

command to find the pid and use

kill -9 <pid>

to kill the process

perform sudo rm -rf /opt/xdman

now extract and excute sudo ./install.sh

It worked ....
Thanks alot bro

from xdm.

no-1imit avatar no-1imit commented on August 24, 2024

I can confirm the link and the installer contains the correct version.

What you can try:

Download the installer again in a different directory.
Open terminal and kill the existing xdm process.

ps -ef|grep xdman

command to find the pid and use

kill -9 <pid>

to kill the process

perform sudo rm -rf /opt/xdman

now extract and excute sudo ./install.sh

It worked for me. thanks

from xdm.

candrapersada avatar candrapersada commented on August 24, 2024

xdm use OpenJDK, Oracle JDK or JRE?

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

xdm use OpenJDK, Oracle JDK or JRE?

XDM uses AdoptOpenJDK JRE (Java-11) with OpenJ9 JVM
https://adoptopenjdk.net/

from xdm.

candrapersada avatar candrapersada commented on August 24, 2024

how to use AdoptOpenJDK JRE for Linux?

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

Its already provided with XDM, no need to install separately.

from xdm.

candrapersada avatar candrapersada commented on August 24, 2024

for xdm portable Windows, MacOS and Linux
image

from xdm.

subhra74 avatar subhra74 commented on August 24, 2024

Alternatively you can install OpenJDK 11 JRE on Linux using apt

from xdm.

candrapersada avatar candrapersada commented on August 24, 2024

add xdm portable + java portable without install for Windows, MacOS and Linux

from xdm.

DejavuTr avatar DejavuTr commented on August 24, 2024

https://del.dog/yherobycug

Can't start gui on windows

I did copied jar file to java.exe directory for debugging

Troubleshooting method not worked for me ,
Chrome Add-on can catch links and xdm can download them but main gui not opening

from xdm.

DejavuTr avatar DejavuTr commented on August 24, 2024

Please follow below instructions: (Warning this will erase download history and incomplete downloads)

  • Kill XDM from task manager
  • Press Win+R or type run in start menu
  • Type %USERPROFILE%\.xdman in Run dialog

image

  • Delete temp folder and downloads.txt

image

  • Start XDM again

Yes this worked. I was looking for those settings and history files before.
Thank you very much.

from xdm.

walkerwzy avatar walkerwzy commented on August 24, 2024

Please follow below instructions: (Warning this will erase download history and incomplete downloads)

  • Kill XDM from task manager
  • Press Win+R or type run in start menu
  • Type %USERPROFILE%\.xdman in Run dialog

image

  • Delete temp folder and downloads.txt

image

  • Start XDM again

what's the name of xdm in task manager? on my pc, there's even don't have a name start with 'x'
so I simply delete the temp folder and downloads.txt, got not fortune

from xdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.