Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not opening after upgrading to 7.2.10 #44

Closed
ghost opened this issue Mar 19, 2020 · 30 comments
Closed

Not opening after upgrading to 7.2.10 #44

ghost opened this issue Mar 19, 2020 · 30 comments
Labels
wontfix This will not be worked on
Projects

Comments

@ghost
Copy link

ghost commented Mar 19, 2020

GUI is not showing
After i have updated to 7.2.10 from 7.2.8, the GUI is not showing except the download capture window.

To Reproduce
Steps to reproduce the behavior:

  1. Download the latest release.
  2. Install the latest release.
  3. Now open the XDM.
  4. It doesn't starts even after restarting the pc.

Expected behavior
XDM's main GUI will never start.

Desktop (please complete the following information):

  • OS: Ubuntu 19.10
  • Browser : Firefox,chrome
  • Version : 74.0 and 80.0 respectively
@subhra74
Copy link
Owner

Please generate the logs and share them using below method

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

@ghost
Copy link
Author

ghost commented Mar 19, 2020

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.

@no-1imit
Copy link

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.

@subhra74 subhra74 added the bug Something isn't working label Mar 19, 2020
@subhra74 subhra74 added this to To Do in xdm via automation Mar 19, 2020
@subhra74
Copy link
Owner

subhra74 commented Mar 19, 2020

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

@ppatil9096
Copy link

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)

@ppatil9096
Copy link

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

@subhra74
Copy link
Owner

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

@ppatil9096
Copy link

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

@subhra74
Copy link
Owner

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

@ppatil9096
Copy link

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

@ppatil9096
Copy link

image

@subhra74
Copy link
Owner

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

@ppatil9096
Copy link

image
this was after my 10th time restart.

@subhra74
Copy link
Owner

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

@ppatil9096
Copy link

image

It worked. Thanks.

@ghost
Copy link
Author

ghost commented Mar 20, 2020

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

@ghost ghost closed this as completed Mar 20, 2020
xdm automation moved this from To Do to Done Mar 20, 2020
@no-1imit
Copy link

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

@candrapersada
Copy link

candrapersada commented Mar 20, 2020

xdm use OpenJDK, Oracle JDK or JRE?

@subhra74 subhra74 added wontfix This will not be worked on and removed bug Something isn't working labels Mar 21, 2020
@subhra74
Copy link
Owner

xdm use OpenJDK, Oracle JDK or JRE?

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

@candrapersada
Copy link

how to use AdoptOpenJDK JRE for Linux?

@subhra74
Copy link
Owner

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

@candrapersada
Copy link

candrapersada commented Mar 21, 2020

for xdm portable Windows, MacOS and Linux
image

@subhra74
Copy link
Owner

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

@subhra74
Copy link
Owner

Alternatively you can install OpenJDK 11 JRE on Linux using apt

@subhra74 subhra74 pinned this issue Mar 25, 2020
@candrapersada
Copy link

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

@DejavuTr
Copy link

DejavuTr commented May 8, 2020

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

@subhra74
Copy link
Owner

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

@DejavuTr
Copy link

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.

@walkerwzy
Copy link

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

@ir1979
Copy link

ir1979 commented Mar 22, 2023

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
xdm
  
Done
Development

No branches or pull requests

7 participants