Csound Csound-dev Csound-tekno Search About

[blue] 2.6.0 tests on Raspberry pi 3

Date2016-06-14 11:05
Fromebmtranceboy
Subject[blue] 2.6.0 tests on Raspberry pi 3
Hi Steven and blue users,
just wanted to report that the last version of blue that works on RPi 3 (Raspbian jessie - java 1.8.0_65-b17) is 2.6.0_test3.
Test4 and test5 show the splash screen, then a window untitled blue 201510222201 (blue 201411181905 for test4) with a tab called Output and a No Entry sign at the bottom with the error message "javafx/stage/Window : A java.lang.NoClassDefFoundError exception has occurred"

java.lang.ClassNotFoundException: javafx.stage.Window
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
Caused: java.lang.ClassNotFoundException: javafx.stage.Window starting from ModuleCL@d0413e[blue.ui.utilities] with possible defining loaders null and declared parents ]
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:224)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: javafx/stage/Window
	at blue.projects.BlueProjectManager.(BlueProjectManager.java:88)
	at blue.projects.BlueProjectManager.getInstance(BlueProjectManager.java:76)
	at blue.ui.core.project.CurrentProjectsAction.getMenuPresenters(CurrentProjectsAction.java:59)
	at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:109)
	at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:808)
	at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:888)
	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:730)
	at org.openide.util.Task.run(Task.java:257)
[catch] at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:79)
	at org.netbeans.modules.openide.loaders.AWTTask$Processor.run(AWTTask.java:172)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-06-16 06:59
FromSteven Yi
SubjectRe: [blue] 2.6.0 tests on Raspberry pi 3
Yes, recent versions of Blue test versions use JavaFx. I believe this was supported in some versions of ARM Java, but it may have been dropped by Oracle. I think Gluon might be publishing a JFx for Arm now, but I haven't kept up with it. I'm planning to keep going with JavaFX, so the only solution will be to find a JavaFx compatible JVM for Arm.
On Tue, Jun 14, 2016 at 3:05 AM ebmtranceboy <ebmtranceboy@gmail.com> wrote:
Hi Steven and blue users,
just wanted to report that the last version of blue that works on RPi 3 (Raspbian jessie - java 1.8.0_65-b17) is 2.6.0_test3.
Test4 and test5 show the splash screen, then a window untitled blue 201510222201 (blue 201411181905 for test4) with a tab called Output and a No Entry sign at the bottom with the error message "javafx/stage/Window : A java.lang.NoClassDefFoundError exception has occurred"

java.lang.ClassNotFoundException: javafx.stage.Window
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
Caused: java.lang.ClassNotFoundException: javafx.stage.Window starting from ModuleCL@d0413e[blue.ui.utilities] with possible defining loaders null and declared parents ]
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:224)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: javafx/stage/Window
        at blue.projects.BlueProjectManager.<init>(BlueProjectManager.java:88)
        at blue.projects.BlueProjectManager.getInstance(BlueProjectManager.java:76)
        at blue.ui.core.project.CurrentProjectsAction.getMenuPresenters(CurrentProjectsAction.java:59)
        at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:109)
        at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:808)
        at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:888)
        at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:730)
        at org.openide.util.Task.run(Task.java:257)
[catch] at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:79)
        at org.netbeans.modules.openide.loaders.AWTTask$Processor.run(AWTTask.java:172)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
        at java.awt.EventQueue.access$500(EventQueue.java:97)
        at java.awt.EventQueue$3.run(EventQueue.java:709)
        at java.awt.EventQueue$3.run(EventQueue.java:703)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here