[SOLVED]How to get MyMDb-CE to work on Arcolinux
[SOLVED]How to get MyMDb-CE to work on Arcolinux
https://my-movie-database.de/downloads.html
It's been tested for:
- Linuxmint 18.3 (Cinnamon)
- Linuxmint 19 (Cinnamon)
- (L)Ubuntu 16.04.1 (i686)
- Fedora 29 (x64)
- Raspbian GNU/Linux 9 stretch (Debian)
I do have java installed on my ArcoLinuxB-deepin v18.10.4
When starting with the command „java -jar MyMDb-CE.jar“ i will get this output (and the software won't start):
Any help is appreciated. Thanx!
cu
airbutre
btw: on Mint & Debian same procedure is working fine .....
It's been tested for:
- Linuxmint 18.3 (Cinnamon)
- Linuxmint 19 (Cinnamon)
- (L)Ubuntu 16.04.1 (i686)
- Fedora 29 (x64)
- Raspbian GNU/Linux 9 stretch (Debian)
I do have java installed on my ArcoLinuxB-deepin v18.10.4
Code: Select all
[pad@pad-pc Schreibtisch]$ archlinux-java status
Available Java environments:
java-11-jdk (default)
java-11-openjdk
Code: Select all
[pad@pad-pc MyMDb-CE]$ java -jar MyMDb-CE.jar
Picked up _JAVA_OPTIONS:
log4j: reset attribute= "false".
log4j: Threshold ="null".
log4j: Retreiving an instance of org.apache.log4j.Logger.
log4j: Setting [mymdbce.ContentParser] additivity to [false].
log4j: Level value for mymdbce.ContentParser is [DEBUG].
log4j: mymdbce.ContentParser level set to DEBUG
log4j: Class name: [org.apache.log4j.FileAppender]
log4j: Setting property [file] to [logs/ofbdError.log].
log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
log4j: Setting property [conversionPattern] to [%d{dd.MM.yyyy HH:mm:ss} - %m%n].
log4j: setFile called: logs/ofbdError.log, true
log4j: setFile ended
log4j: Adding appender named [ofdbErrorLog] to category [mymdbce.ContentParser].
log4j: Level value for root is [ERROR].
log4j: root level set to ERROR
log4j: Class name: [org.apache.log4j.ConsoleAppender]
log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
log4j: Setting property [conversionPattern] to [%d{dd.MM.yyyy HH:mm:ss} - %-5p %c{1}:%L - %m%n].
log4j: Adding appender named [console] to category [root].
Exception in thread "main" java.lang.NumberFormatException: For input string: "."
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:638)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at mymdbce.Tray.<init>(Tray.java:19)
at mymdbce.GUIMain.<init>(GUIMain.java:53)
at mymdbce.GUIMain.main(GUIMain.java:474)
[pad@pad-pc MyMDb-CE]$
cu
airbutre
btw: on Mint & Debian same procedure is working fine .....
- erikdubois
- Captain
- Posts: 2685
- Joined: Tue Nov 07, 2017 3:45 pm
- Location: Belgium
- Contact:
Re: [SOLVED]How to get MyMDb-CE to work on Arcolinux
Install the proper java version
and start it with java -jar ...
Code: Select all
yay -S jre8-openjdk
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
- erikdubois
- Captain
- Posts: 2685
- Joined: Tue Nov 07, 2017 3:45 pm
- Location: Belgium
- Contact:
Re: [SOLVED]How to get MyMDb-CE to work on Arcolinux
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
Re: [SOLVED]How to get MyMDb-CE to work on Arcolinux
Hey, Erik - you're da man
Thanks a lot.
My case is on a seperate video-clip - what an honour!!
Wishing you all the best for 2019.
cu
airbutre

My case is on a seperate video-clip - what an honour!!
Wishing you all the best for 2019.
cu
airbutre
- erikdubois
- Captain
- Posts: 2685
- Joined: Tue Nov 07, 2017 3:45 pm
- Location: Belgium
- Contact:
Re: [SOLVED]How to get MyMDb-CE to work on Arcolinux
All the best for 2019.
You are welcome.
You are welcome.
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
-
- recruit crewman
- Posts: 1
- Joined: Thu May 02, 2019 11:30 am
Re: [SOLVED]How to get MyMDb-CE to work on Arcolinux
Excellent post. I got valuable information here. Thank you!