jajuk-team / jajuk

Advanded jukebox for users with large or scattered music collections
48 stars 19 forks source link

Jajuk fails to load following Ubuntu upgrade 17.10 to 18.10 #2017

Closed GoMeister closed 6 years ago

GoMeister commented 6 years ago

System log gives: May 5 21:33:26 eric-Latitude-E5510 jajuk.desktop[8405]: Detected a 64-bit operating system, using the lib64 native library directory. May 5 21:33:26 eric-Latitude-E5510 jajuk.desktop[8405]: Java version in the default path is: 10. May 5 21:33:26 eric-Latitude-E5510 jajuk.desktop[8405]: No Java compatible version detected, but let's still try to run it! May 5 21:33:26 eric-Latitude-E5510 jajuk.desktop[8405]: java -client -Xms20M -Xmx2G -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -Xverify:none -Djava.library.path=/usr/lib/jni:/usr/lib:/usr/share/jajuk/lib64:/usr/share/jajuk/bin/../lib/lib64 -jar jajuk.jar -notest May 5 21:33:26 eric-Latitude-E5510 jajuk.desktop[8405]: [BOOT] Java Runtime Environment 1.7 minimum required. You use a JVM ext.JVM@7d4793a8

bflorat commented 6 years ago

Fixed in develop branch. Can you please confirm this is fixed in http://integration.jajuk.info:8080/job/unstable/lastSuccessfulBuild/artifact/build/packages/jajuk_1.11.0dev_all.deb ?

GoMeister commented 6 years ago

Jajuk loads with following:

image

image

GoMeister commented 6 years ago

Seemed a good time to reload the collection.... Shall I close the ticket?

bflorat commented 6 years ago

Thanks, please close the ticket indeed. The version you use is unstable, it creates a separated collection in ~/.jajuk_test_<release> as final releases collections are stored in ~/.jajuk directory. If you're happy with this release, changing (being root) in /usr/bin/jajuk -testto -notest should force it to use your current collection (please confirm). If you don't mind loosing your playing history / ratings... you may want just reload your collection.

GoMeister commented 6 years ago

Flag set to -notest and collection loads. Many thanks!