-
Bug
-
Resolution: Won't Fix
-
P3
-
fx1.1
Using rtsp protocol, a media, applet, jnlp can't play on Mac OS X 10.4.11 (Power Mac G5).
- if using Franca-b04 FX-runtime (b04), it throws -5401- Bad State exception
- if using FX 1.0.1 runtime, it throws the following exception:
Exception in thread "AWT-EventQueue-6" java.lang.NoClassDefFoundError: com/sun/javafx/runtime/location/LongBindingExpression
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.sun.javafx.runtime.adapter.Applet.launchStage(Applet.fx:141)
at com.sun.javafx.runtime.adapter.Applet$1.lambda(Applet.fx:336)
at com.sun.javafx.runtime.adapter.Applet$1.invoke(Applet.fx:336)
at com.sun.javafx.runtime.adapter.Applet$1.invoke(Applet.fx:336)
at com.sun.javafx.runtime.Entry$2.run(Entry.java:98)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at jep.MySimpleEventQueue.dispatchEvent(MySimpleEventQueue.java:59)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
* Tested Environment:
- OS: Mac OS X 10.4.11 (Power Mac G5)
- FX-runtime: 1.1-b04, 1.0.1-b02
- JRE: 1.5.0_16
- Browser: Safari 3.1.1, FF 2.0.0.16
- Media source: rtsp://qss.itc.virginia.edu/medialab/Faulkner/faulkner-va.mp4
* Steps to reproduce:
- Using Safari or Firefox to load the following mp4 media applet
http://jsqalab/results/sqenfs-1/export1/comp/deployment/javafx/BAT/franca/rtsp/promotion/mp4/MediaPlayerNormalNativeMacHTTPTest.html
You will see 5401 - Bad state exception. If you don't see the applet loaded then the problem is reproducible
* In 1.0.1-fcs, the error is different with java.lang.NoClassDefFoundError thrown.