jajuk-team / jajuk

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

Jajuk fails to load following java update on Ubuntu 18.04 #2029

Closed GoMeister closed 5 years ago

GoMeister commented 5 years ago

All fine on 18.04 until a Java update. System log gives:

Aug 22 09:36:30 eric-Latitude-E5510 jajuk.desktop[3315]: + java -client -cp '/usr/share/jajuk/lib/*:/usr/share/jajuk/jajuk.jar' -Xms30M -Xmx2G -Xverify:none org.jajuk.Main -test Aug 22 09:36:31 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1525]: (II) modeset(0): EDID vendor "SEC", prod id 21579 Aug 22 09:36:31 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1525]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x822 mode Aug 22 09:36:31 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1525]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x0 mode Aug 22 09:36:31 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1525]: (II) modeset(0): Printing DDC gathered Modelines: Aug 22 09:36:31 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1525]: (II) modeset(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (55.8 kHz eP) Aug 22 09:36:31 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1525]: (II) modeset(0): Modeline "1600x900"x0.0 71.87 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (37.2 kHz e) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at org.jajuk.Main.main(Unknown Source) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: Caused by: java.lang.ClassNotFoundException: org.GNOME.Accessibility.AtkWrapper Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.lang.Class.forName0(Native Method) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.lang.Class.forName(Class.java:374) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011... 15 more Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: [ERROR] 106 / null Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Aug 22 09:36:31 eric-Latitude-E5510 jajuk.desktop[3315]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421)

bflorat commented 5 years ago

Thanks for reporting. Is it the debian/Ubuntu package or the official Jajuk .deb ? Also, please provide jajuk logs (Help-> show debug traces)

GoMeister commented 5 years ago

I'm running jajuk_1.11.0dev_all, from when Jajuk fails to load following Ubuntu upgrade 17.10 to 18.10 (#2017). Not sure how to provide log if app fails to load?

GoMeister commented 5 years ago

In ~/.jajuk_test_1.11 I find jajuk.log. It looks like the last run before the java update. I've just posted the last part: 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=26pdz960ptmblpfevho2le00p Name={{01 - A Gathering of Minds - Intro.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=16482711 Quality=826] [Paste Thread] (?:?) 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=4le64drx0yrl5xulwco4yo2rg Name={{10 - A Gathering of Minds - Bloody Mary.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=43378585 Quality=960] [Paste Thread] (?:?) 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=5nhu0f362ar6qvshxrllqcnrp Name={{05 - A Gathering of Minds - talk.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=11486326 Quality=714] [Paste Thread] (?:?) 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=cgrh14ure75jddlm6mz81xwi Name={{07 - A Gathering of Minds - Theme from an Imaginary Western.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=36563347 Quality=920] [Paste Thread] (?:?) 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=4g5nhzbduk1o9f2ogot0oxwxj Name={{09 - A Gathering of Minds - Sleight of Hand.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=58117886 Quality=891] [Paste Thread] (?:?) 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=240eabukg8gbfrxgues8sfjdo Name={{08 - A Gathering of Minds - Uptown Breakdown.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=49657440 Quality=933] [Paste Thread] (?:?) 2018/08/22 01:50:56 [DEBUG] registrated new file: File[ID=10cf7rabywu2kr735bj3c9e68 Name={{12 - A Gathering of Minds - Improvisation in B flat.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=49379649 Quality=940] [Paste Thread] (?:?) 2018/08/22 01:50:57 [DEBUG] registrated new file: File[ID=f15pijfla74pscp48yocu365 Name={{03 - A Gathering of Minds - Mysterious Conversation.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=47065855 Quality=942] [Paste Thread] (?:?) 2018/08/22 01:50:57 [DEBUG] registrated new file: File[ID=7begqcmpn0nq7bfmx6yui4uhg Name={{02 - A Gathering of Minds - Crazy Eights.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=37817111 Quality=979] [Paste Thread] (?:?) 2018/08/22 01:50:57 [DEBUG] registrated new file: File[ID=11trx9uc1ndjqmrz5ubl37lqi Name={{11 - A Gathering of Minds - crowd.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=13960249 Quality=875] [Paste Thread] (?:?) 2018/08/22 01:50:57 [DEBUG] registrated new file: File[ID=5emaw8u1mvjh4g0dtjxhlhlyb Name={{13 - A Gathering of Minds - outro.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=15362852 Quality=900] [Paste Thread] (?:?) 2018/08/22 01:50:57 [DEBUG] registrated new file: File[ID=45755nt0ypru6oyl1g90494b5 Name={{04 - A Gathering of Minds - Ursula in Summer.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=54089860 Quality=984] [Paste Thread] (?:?) 2018/08/22 01:50:57 [DEBUG] registrated new file: File[ID=5vnw0ar7wg2hmh3cxjrqky96u Name={{06 - A Gathering of Minds - Drifting into the Attack.flac}} Dir=Directory[ID=7k9jolxqhz0zn8fn83i31lsrq Relative path={{/A/A Gathering of Minds/1982 - Le Casino, Montreux Jazz Festival}} ParentID=1i8tadhgbsq81x3e5gfycd02n Device={{WD Shared Music}}] Size=70341517 Quality=866] [Paste Thread] (?:?) 2018/08/22 01:50:58 [DEBUG] [WD Shared Music] refreshed in 2 s - 13 new files [Paste Thread] (?:?) 2018/08/22 01:50:58 [DEBUG] [WD Shared Music] refreshed in 210 ms - 0 new files [Paste Thread] (?:?) 2018/08/22 01:50:58 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 01:51:05 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 01:51:05 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 01:51:05 [DEBUG] Collection commited in 3538 ms [Persistence Manager Thread] (?:?) 2018/08/22 01:51:23 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 01:51:23 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 01:51:23 [DEBUG] Collection commited in 3173 ms [Persistence Manager Thread] (?:?) 2018/08/22 01:51:37 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 01:51:37 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 01:51:37 [DEBUG] Collection commited in 3452 ms [Persistence Manager Thread] (?:?) 2018/08/22 01:51:57 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:52:00 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 01:52:00 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 01:52:00 [DEBUG] Collection commited in 3284 ms [Persistence Manager Thread] (?:?) 2018/08/22 01:52:12 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:52:48 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:52:59 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:53:08 [DEBUG] [WD Shared Music] refreshed in 52 s - 0 new files [Paste Thread] (?:?) 2018/08/22 01:53:54 [DEBUG] registrated new file: File[ID=6cj5zlna8s16wcnuk38rx7hqa Name={{01 - intro.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=6339832 Quality=866] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:54 [DEBUG] registrated new file: File[ID=d97o9ygny1rihw14jjvjtscs Name={{04 - If I Lose.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=26465578 Quality=961] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:54 [DEBUG] registrated new file: File[ID=5h9o4z08xcmpyj1y8jhhnnrh5 Name={{08 - outro.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=1408708 Quality=806] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:55 [DEBUG] registrated new file: File[ID=4t5jittz33mr7zgpxz9zo7tnz Name={{07 - A Heart Needs A Home.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=28471811 Quality=922] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:55 [DEBUG] registrated new file: File[ID=1sj5isg61du365j6gkj8mgkz7 Name={{05 - The Animal Song.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=27661101 Quality=960] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:55 [DEBUG] registrated new file: File[ID=5nra3u11xwu3u9pzkmojmnhwu Name={{06 - Down Where The Drunkards Roll.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=29905027 Quality=917] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:55 [DEBUG] registrated new file: File[ID=657bhzniv7hojv8nl2a2my9py Name={{03 - I Want To See The Bright Lights Tonight.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=29045032 Quality=963] [AWT-EventQueue-0] (?:?) 2018/08/22 01:53:55 [DEBUG] registrated new file: File[ID=33iv4kd31s7ki11mj5zoza79a Name={{02 - interview.flac}} Dir=Directory[ID=7dak4dyvyc7aw57wlsztst7y4 Relative path={{/(new mp3)/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=2535emylycirqyi6k18z9l538 Device={{WD Shared Music}}] Size=65394304 Quality=818] [AWT-EventQueue-0] (?:?) 2018/08/22 01:54:08 [DEBUG] [WD Shared Music] refreshed in 16 s - 8 new files [Paste Thread] (?:?) 2018/08/22 01:54:08 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 01:54:14 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 01:54:14 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 01:54:14 [DEBUG] Collection commited in 3571 ms [Persistence Manager Thread] (?:?) 2018/08/22 01:54:26 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 01:54:37 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:54:50 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:54:59 [DEBUG] registrated new file: File[ID=5ww7cwjb71kuw4zy0v5gpg20m Name={{01 - intro.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=6339832 Quality=866] [Paste Thread] (?:?) 2018/08/22 01:54:59 [DEBUG] registrated new file: File[ID=3rgm6z8m8zvghf31zdr3uwiok Name={{04 - If I Lose.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=26465578 Quality=961] [Paste Thread] (?:?) 2018/08/22 01:54:59 [DEBUG] registrated new file: File[ID=38z1pglgms3dl1a8yv7ljizgv Name={{08 - outro.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=1408708 Quality=806] [Paste Thread] (?:?) 2018/08/22 01:54:59 [DEBUG] registrated new file: File[ID=6qhx50yz4yli4knmhpczqvh7x Name={{07 - A Heart Needs A Home.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=28471811 Quality=922] [Paste Thread] (?:?) 2018/08/22 01:54:59 [DEBUG] registrated new file: File[ID=6pnv474675qjahr4sy3q5l8o5 Name={{05 - The Animal Song.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=27661101 Quality=960] [Paste Thread] (?:?) 2018/08/22 01:55:00 [DEBUG] registrated new file: File[ID=1fp680indxvph8dsb9tp0jmio Name={{06 - Down Where The Drunkards Roll.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=29905027 Quality=917] [Paste Thread] (?:?) 2018/08/22 01:55:00 [DEBUG] registrated new file: File[ID=1z7ele92bn5f0dydewobdrlmm Name={{03 - I Want To See The Bright Lights Tonight.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=29045032 Quality=963] [Paste Thread] (?:?) 2018/08/22 01:55:00 [DEBUG] registrated new file: File[ID=6cj3hammmutccqzi1b5uu9f87 Name={{02 - interview.flac}} Dir=Directory[ID=6ywyjehgr32qeeedmqg8pyxyr Relative path={{/R/Richard Thompson/2011 - Loud & Rich 2011-04-26 The World Cafe_WXPN-FM}} ParentID=6v26ti14o8lqfkrpbgtz1tiph Device={{WD Shared Music}}] Size=65394304 Quality=818] [Paste Thread] (?:?) 2018/08/22 01:55:50 [DEBUG] [WD Shared Music] refreshed in 55 s - 8 new files [Paste Thread] (?:?) 2018/08/22 01:56:16 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:56:38 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:56:43 [DEBUG] [WD Shared Music] refreshed in 52 s - 0 new files [Paste Thread] (?:?) 2018/08/22 01:56:43 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 01:56:46 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 01:56:47 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 01:56:47 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 01:56:47 [DEBUG] Collection commited in 3593 ms [Persistence Manager Thread] (?:?) 2018/08/22 01:57:32 [DEBUG] registrated new file: File[ID=1140vretvmnuz2bt42vj44ip8 Name={{02 - Jas - Dirty Carnival Music.flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=53981150 Quality=914] [Paste Thread] (?:?) 2018/08/22 01:57:32 [DEBUG] registrated new file: File[ID=41gkg0t3ye320bkwxncv0hct5 Name={{06 - Nat Monday - Waiting (John Creamer and Stephane K Mix).flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=64547728 Quality=1027] [Paste Thread] (?:?) 2018/08/22 01:57:32 [DEBUG] registrated new file: File[ID=5208cfmbibj5x1peczp83t601 Name={{03 - Tata Box Inhibitor - Plasmids (Oscar G Space Miami Mix).flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=50052452 Quality=867] [Paste Thread] (?:?) 2018/08/22 01:57:32 [DEBUG] registrated new file: File[ID=2bkqvniychm5fzt34r4tnsccz Name={{04 - Way Out West - Intensify (Peace Division Mix).flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=54911601 Quality=907] [Paste Thread] (?:?) 2018/08/22 01:57:32 [DEBUG] registrated new file: File[ID=og8fdg6fpbvn4mlt235m9qyt Name={{01 - Digby & Oliver - Human.flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=39372987 Quality=776] [Paste Thread] (?:?) 2018/08/22 01:57:33 [DEBUG] registrated new file: File[ID=4zcucmn1nqex8wswfhpec4i0l Name={{07 - Science Dept Feat Erire - Breathe (Lexicon Avenue Vocal Mix).flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=16252625 Quality=894] [Paste Thread] (?:?) 2018/08/22 01:57:33 [DEBUG] registrated new file: File[ID=4jstecgb96usliiuyehzkozj3 Name={{08 - John Creamer and Stephane K - I Wish You Were Here (Original Mix).flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=59767986 Quality=899] [Paste Thread] (?:?) 2018/08/22 01:57:33 [DEBUG] registrated new file: File[ID=5oym9mimqwhq0vv0eh7fl4ndq Name={{05 - PMT - Deeper Water (Sander Kleinenbergs Caffiene Mix).flac}} Dir=Directory[ID=6edho44vtkjic3utaqacm06cl Relative path={{/Various Artists/2001 - Aural Pleasure - Sexy House in the Mix}} ParentID=493yk0vm7q9m64yqle1n78ba5 Device={{WD Shared Music}}] Size=58315297 Quality=928] [Paste Thread] (?:?) 2018/08/22 01:58:01 [DEBUG] Cleanup [Cleanup service Thread] (?:?) 2018/08/22 01:59:19 [DEBUG] Invoking Refresh of BestOf-Files [Rating Manager Thread] (?:?) 2018/08/22 01:59:38 [DEBUG] [WD Shared Music] refreshed in 164 s - 9 new files [Paste Thread] (?:?) 2018/08/22 02:02:15 [DEBUG] [WD Shared Music] refreshed in 157 s - 0 new files [Paste Thread] (?:?) 2018/08/22 02:02:15 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 02:02:21 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 02:02:21 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 02:02:21 [DEBUG] Collection commited in 4039 ms [Persistence Manager Thread] (?:?) 2018/08/22 02:02:22 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 02:02:27 [DEBUG] Deleting: {{/media/WDMyCloud_Public/Shared Music/(new mp3)/Mixed by John Creamer and Stephane K}} [Directories Deletion Thread] (?:?) 2018/08/22 02:02:30 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 02:02:35 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 02:02:35 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 02:02:35 [DEBUG] Collection commited in 3198 ms [Persistence Manager Thread] (?:?) 2018/08/22 02:02:45 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 02:02:58 [DEBUG] Notify: TREE_SELECTION_CHANGED [Event Executor for: TREE_SELECTION_CHANGED] (?:?) 2018/08/22 02:03:23 [DEBUG] [WD Shared Music] refreshed in 19 s - 0 new files [Paste Thread] (?:?) 2018/08/22 02:03:42 [DEBUG] [WD Shared Music] refreshed in 19 s - 0 new files [Paste Thread] (?:?) 2018/08/22 02:03:42 [DEBUG] Notify: DEVICE_REFRESH [Event Executor for: DEVICE_REFRESH no details] (?:?) 2018/08/22 02:03:48 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 02:03:48 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 02:03:48 [DEBUG] Collection commited in 3505 ms [Persistence Manager Thread] (?:?) 2018/08/22 02:03:56 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 02:03:56 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 02:03:56 [DEBUG] Collection commited in 3245 ms [Persistence Manager Thread] (?:?) 2018/08/22 02:04:05 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Persistence Manager Thread] (?:?) 2018/08/22 02:04:05 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Persistence Manager Thread] (?:?) 2018/08/22 02:04:05 [DEBUG] Collection commited in 3201 ms [Persistence Manager Thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Frame position position stored as :0,27,1600,873 maximalized=true [AWT-EventQueue-0] (?:?) 2018/08/22 02:04:08 [DEBUG] Exit with code: 0 [AWT-EventQueue-0] (?:?) 2018/08/22 02:04:08 [DEBUG] Exit Hook begin [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Notify: EXITING [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] {{WD Shared Music}} Old file references cleaned in: 1360 s, changes: false [Device Auto Refresh Thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/conf.properties.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] Conf commited to : /home/eric/.jajuk_test_1.11/conf.properties [Exit hook thread] (?:?) 2018/08/22 02:04:08 [DEBUG] [WD Shared Music] refreshed in 0 ms - 0 new files [Device Auto Refresh Thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/collection.xml.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Collection commited in 3368 ms [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/custom_radios.xml}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/custom_radios.xml.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Custom webradios list commited to : /home/eric/.jajuk_test_1.11/custom_radios.xml [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/preset_radios.xml}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/preset_radios.xml.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Preset webradios list commited to : /home/eric/.jajuk_test_1.11/preset_radios.xml [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/fifo.lst}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/fifo.lst.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Queue commited to : /home/eric/.jajuk_test_1.11/fifo.lst [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/history.xml}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Deleting: {{/home/eric/.jajuk_test_1.11/history.xml.proof}} [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] History commited to : /home/eric/.jajuk_test_1.11/history.xml [Exit hook thread] (?:?) 2018/08/22 02:04:11 [INFO] Disconnecting from D-Bus [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Unregister: "FILE_LAUNCHED" from: org.jajuk.services.dbus.DBusSupportImpl@44d5b2e3 [Exit hook thread] (?:?) 2018/08/22 02:04:11 [DEBUG] Exit Hook end [Exit hook thread] (?:?) eric@eric-Latitude-E5510:~/.jajuk_test_1.11$

GoMeister commented 5 years ago

It looks like I missed the last line of the system log: ..... Aug 22 23:35:08 eric-Latitude-E5510 jajuk.desktop[18598]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Aug 22 23:35:08 eric-Latitude-E5510 jajuk.desktop[18598]: #011... 15 more Aug 22 23:35:08 eric-Latitude-E5510 jajuk.desktop[18598]: [DEBUG] Exit with code: 1

bflorat commented 5 years ago

Thanks, could you also provide the first line of the jajuk.log session (with the JVM version...)

GoMeister commented 5 years ago

eric@eric-Latitude-E5510:~/.jajuk_test_1.11$ cat jajuk.log 2018/08/22 00:35:34 [INFO] Wrong album artist:{{BRIGHT.RM}} [Paste Thread] (?:?) 2018/08/22 00:35:34 [INFO] Wrong disc number:{{BRIGHT.RM}} [Paste Thread] (?:?) 2018/08/22 00:35:34 [DEBUG] registrated new file: File[ID=11dnoh3bnqtq03tezvkb2lxlk Name={{BRIGHT.RM}} Dir=Directory[ID=63iov5z3ij9ajfex7rgcf1321 Relative path={{/P/Peter Bellamy/1999 - Wake the Vaulted Echoes/Disc 3/DISK1}} ParentID=6i7vp7nmkka2nw66f0a1dvh60 Device={{WD Shared Music}}] Size=941619 Quality=32] [Paste Thread] (?:?) ......... Current version of java eric@eric-Latitude-E5510:~/.jajuk_test_1.11$ readlink -f /usr/bin/java /usr/lib/jvm/java-11-openjdk-amd64/bin/java eric@eric-Latitude-E5510:~/.jajuk_test_1.11$ java -showversion openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.1) OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.1, mixed mode) U

bflorat commented 5 years ago

Could you please edit the jajuk script and add the -Djavax.accessibility.assistive_technologies=" " option ? ie : java -client -cp '/usr/share/jajuk/lib/*:/usr/share/jajuk/jajuk.jar' -Xms30M -Xmx2G -Xverify:none -Djavax.accessibility.assistive_technologies=" " org.jajuk.Main -test ?

Also do you have the openjdk8-headless package installed (dpkg -l | grep jdk`) ?

GoMeister commented 5 years ago

eric@eric-Latitude-E5510:~/.jajuk_test_1.11$ dpkg -l | grep jdk ii openjdk-11-jre:amd64 10.0.2+13-1ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT ii openjdk-11-jre-headless:amd64 10.0.2+13-1ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) ii openjdk-8-jre:amd64 8u181-b13-0ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT ii openjdk-8-jre-headless:amd64 8u181-b13-0ubuntu0.18.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)

image

gives

Sep 1 22:59:02 eric-Latitude-E5510 jajuk.desktop[9136]: /usr/bin/jajuk: line 11: : command not found Sep 1 22:59:02 eric-Latitude-E5510 jajuk.desktop[9136]: + java org.jajuk.Main -test Sep 1 22:59:02 eric-Latitude-E5510 jajuk.desktop[9136]: Error: Could not find or load main class org.jajuk.Main Sep 1 22:59:02 eric-Latitude-E5510 jajuk.desktop[9136]: Caused by: java.lang.ClassNotFoundException: org.jajuk.Main

maybe I need to handle the double quotes differently?

bflorat commented 5 years ago

Maybe try :JAVA_OPTIONS="-client -Xms20M -Xmx2G -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -Xverify:none -Djavax.accessibility.assistive_technologies=" But I see you have installed JRE headless (java without graphical support). Maybe you you use it since the upgrade and it could explain your issue. Could you uninstall them (something like sudo apt-get remove openjdk-8-jre-headless openjdk-11-jre-headless ?

GoMeister commented 5 years ago

remove openjdk-8-jre-headless openjdk-11-jre-headless applied JAVA_OPTIONS="-client -Xms20M -Xmx2G -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -Xverify:none -Djavax.accessibility.assistive_technologies=" applied.

syslog below...

Sep 3 22:29:58 eric-Latitude-E5510 jajuk.desktop[13476]: + java -client -cp '/usr/share/jajuk/lib/*:/usr/share/jajuk/jajuk.jar' -Xms30M -Xmx2G -Xverify:none -Djavax.accessibility.assistive_technologies= org.jajuk.Main -test Sep 3 22:29:59 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1563]: (II) modeset(0): EDID vendor "SEC", prod id 21579 Sep 3 22:29:59 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1563]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x822 mode Sep 3 22:29:59 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1563]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x0 mode Sep 3 22:29:59 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1563]: (II) modeset(0): Printing DDC gathered Modelines: Sep 3 22:29:59 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1563]: (II) modeset(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (55.8 kHz eP) Sep 3 22:29:59 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1563]: (II) modeset(0): Modeline "1600x900"x0.0 71.87 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (37.2 kHz e) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: java.awt.AWTError: Assistive Technology not found: Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at org.jajuk.Main.main(Unknown Source) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: Caused by: java.lang.ClassNotFoundException: Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.lang.Class.forName0(Native Method) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.lang.Class.forName(Class.java:374) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011... 15 more Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: [ERROR] 106 / null Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: java.awt.AWTError: Assistive Technology not found: Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Sep 3 22:29:59 eric-Latitude-E5510 jajuk.desktop[13476]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)

bflorat commented 5 years ago

I just downloaded jdk 10.0.2 as a tar from http://jdk.java.net/10/ and jajuk development works as expected. Your issue may be distribution-specific. I would advice you to download the official openjdk tar and change the jajuk script to use this executable. For ie :

JAVA_BIN="/opt/jdk-10.0.2/bin/java"

We work on AppImage packaging that would come with a jre and an mplayer binary so we'll avoid any kind of distro dependency...

GoMeister commented 5 years ago

Jajuk script now reads:

!/bin/bash

Debian jajuk launch script (assumes that libs are in /usr/share/jajuk/lib and jajuk.jar in /usr/share/java)

We assume that lib-unix.so is in /usr/lib/jni and already in JAVA_LIBRARY_PATH

JVM arguments used by Jajuk. It's important to notice that some of this tuning is useful only when using Java player (when mplayer is not available)

-client : Use the client JVM, optimized for single user usage [Don't change this setting]

-cp : classpath to libs. Note: Incompatible with -jar option.

-Xms : Initial Heap (total JVM reserved memory) size. We set it to a pretty large value because it requires resources to expand heap size.

-Xmx: Maximal Heap size. We set a large size because Out Of Memory errors make the application crash. In some rare cases, very large collection (>200Gb) users could increase this setting (see Performance section in the manual) [Change this setting only if you have very large collection, do not reduce it]

-Xverify:none : quicker startup, no bytecode check

JAVA_OPTIONS="-client -cp "/usr/share/jajuk/lib/*:/usr/share/jajuk/jajuk.jar" -Xms30M -Xmx2G -Xverify:none -Djavax.accessibility.assistive_technologies="

Jajuk options

JAJUK_OPTIONS="-test"

JAVA_BIN="/home/eric/jdk-10.0.2/bin/java"

let's finally start Jajuk displaying the command:

set -o xtrace java $JAVA_OPTIONS org.jajuk.Main $JAJUK_OPTIONS

syslog gives: Sep 19 17:10:41 eric-Latitude-E5510 jajuk.desktop[4786]: + java -client -cp '/usr/share/jajuk/lib/:/usr/share/jajuk/jajuk.jar' -Xms30M -Xmx2G -Xverify:none -Djavax.accessibility.assistive_technologies= org.jajuk.Main -test Sep 19 17:10:41 eric-Latitude-E5510 jajuk.desktop[4802]: + java -client -cp '/usr/share/jajuk/lib/:/usr/share/jajuk/jajuk.jar' -Xms30M -Xmx2G -Xverify:none -Djavax.accessibility.assistive_technologies= org.jajuk.Main -test Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): EDID vendor "SEC", prod id 21579 Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x822 mode Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x0 mode Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): Printing DDC gathered Modelines: Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (55.8 kHz eP) Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): Modeline "1600x900"x0.0 71.87 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (37.2 kHz e) Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): EDID vendor "SEC", prod id 21579 Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x822 mode Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): DDCModeFromDetailedTiming: Ignoring tiny 0x0 mode Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): Printing DDC gathered Modelines: Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (55.8 kHz eP) Sep 19 17:10:42 eric-Latitude-E5510 /usr/lib/gdm3/gdm-x-session[1610]: (II) modeset(0): Modeline "1600x900"x0.0 71.87 1600 1648 1680 1932 900 902 907 930 +hsync -vsync (37.2 kHz e) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: java.awt.AWTError: Assistive Technology not found: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at org.jajuk.Main.main(Unknown Source) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: Caused by: java.lang.ClassNotFoundException: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.lang.Class.forName0(Native Method) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.lang.Class.forName(Class.java:374) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011... 15 more Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: [ERROR] 106 / null Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: java.awt.AWTError: Assistive Technology not found: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at org.jajuk.Main.main(Unknown Source) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: Caused by: java.lang.ClassNotFoundException: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.lang.Class.forName0(Native Method) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.base/java.lang.Class.forName(Class.java:374) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: #011... 15 more Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4786]: [DEBUG] Exit with code: 1 Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: java.awt.AWTError: Assistive Technology not found: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at org.jajuk.Main.main(Unknown Source) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: Caused by: java.lang.ClassNotFoundException: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.lang.Class.forName0(Native Method) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.lang.Class.forName(Class.java:374) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011... 15 more Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: [ERROR] 106 / null Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: java.awt.AWTError: Assistive Technology not found: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1608) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:532) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:613) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at org.jajuk.Main.main(Unknown Source) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: Caused by: java.lang.ClassNotFoundException: Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.lang.Class.forName0(Native Method) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.base/java.lang.Class.forName(Class.java:374) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:485) Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: #011... 15 more Sep 19 17:10:42 eric-Latitude-E5510 jajuk.desktop[4802]: [DEBUG] Exit with code: 1

bflorat commented 5 years ago

Just to make sure, could you please try to launch jajuk without using the shell script ? :

/home/eric/jdk-10.0.2/bin/java  -cp "/usr/share/jajuk/lib/*:/usr/share/jajuk/jajuk.jar" -Xms30M -Xmx2G org.jajuk.Main -test
GoMeister commented 5 years ago

I wondered if it was finding the other jave instance too. Running it from the command line loads! I can confirm this is a distro problem, as I get the same failure on a different machine running the same distro.

bflorat commented 5 years ago

Fine! I close this. Free to you to report the issue to Debian. Cheers