This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152502 - Simple Video Player throws OperationUnsupportedException
Summary: Simple Video Player throws OperationUnsupportedException
Status: VERIFIED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: JavaFX (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 09:54 UTC by Alexandr Scherbatiy
Modified: 2008-12-24 11:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-11-06 09:54:32 UTC
JavaFX_NB_Plugin_NB65_promoted: #71 2008-11-06_03-01-09.zip
  Product Version         = NetBeans IDE 6.5 RC2 (Build 200810270001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11; Sun Microsystems Inc.


Steps to reproduce:

- Create a Simple Video Player sample 
  New Project -> Samples -> JavaFX ->  Simple Video Player
- Run the sample

There is the exception in the IDE output:

jar:
standard-run:
using mediaUrl = 
com.sun.javafx.runtime.AssignToBoundException: Cannot mutate bound sequence
Exception in trigger:
com.sun.media.jmc.OperationUnsupportedException: The operation is not supported
        at com.sun.media.jmcimpl.plugins.directshow.DShowPlayer.setStopTime(Unknown Source)
        at com.sun.media.jmc.MediaProvider.setStopTime(Unknown Source)
        at javafx.scene.media.MediaPlayer$8.onChange(MediaPlayer.fx:296)
        at javafx.scene.media.MediaPlayer$8.onChange(MediaPlayer.fx:291)
        at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:165)
        at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:162)
        at com.sun.javafx.runtime.util.AbstractLinkable.iterate(AbstractLinkable.java:78)
        at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:162)
        at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:117)
        at com.sun.javafx.runtime.location.ObjectVariable.set(ObjectVariable.java:128)
        at javafx.scene.media.MediaPlayer$1.onChange(MediaPlayer.fx:161)
        at javafx.scene.media.MediaPlayer$1.onChange(MediaPlayer.fx:128)
        at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:165)
        at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:162)
        at com.sun.javafx.runtime.util.AbstractLinkable.iterate(AbstractLinkable.java:78)
        at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:162)
        at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:117)
        at com.sun.javafx.runtime.location.ObjectVariable.update(ObjectVariable.java:145)
        at com.sun.javafx.runtime.location.AbstractVariable.bind(AbstractVariable.java:126)
        at com.sun.javafx.runtime.location.AbstractVariable.bind(AbstractVariable.java:108)
        at com.sun.javafx.runtime.location.AbstractVariable$3.apply(AbstractVariable.java:114)
        at com.sun.javafx.runtime.location.AbstractVariable.needDefault(AbstractVariable.java:158)
        at javafx.scene.media.MediaPlayer.initialize$(MediaPlayer.fx:128)
        at com.sun.fxmediacomponent.MediaComponent$122.onChange(MediaComponent.fx:1007)
        at com.sun.fxmediacomponent.MediaComponent$122.onChange(MediaComponent.fx:976)
        at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:165)
        at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:162)
        at com.sun.javafx.runtime.util.AbstractLinkable.iterate(AbstractLinkable.java:78)
        at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:162)
        at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:117)
        at com.sun.javafx.runtime.location.ObjectVariable.update(ObjectVariable.java:145)
        at com.sun.javafx.runtime.location.AbstractVariable.bind(AbstractVariable.java:126)
        at com.sun.javafx.runtime.location.AbstractVariable.bind(AbstractVariable.java:108)
        at com.sun.javafx.runtime.location.AbstractVariable$3.apply(AbstractVariable.java:114)
        at com.sun.javafx.runtime.location.AbstractVariable.needDefault(AbstractVariable.java:158)
        at com.sun.fxmediacomponent.MediaComponent.initialize$(MediaComponent.fx:976)
        at simplevideoplayer.Main.javafx$run$(Main.fx:46)
        at simplevideoplayer.Main.javafx$run$(Main.fx:46)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.javafx.runtime.provider.AWT_EDT_RuntimeProvider$1.run(AWT_EDT_RuntimeProvider.java:104)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Michal Skvor 2008-11-06 16:44:25 UTC
SDK Issue.
Comment 2 Alexandr Scherbatiy 2008-11-07 10:21:12 UTC
What JIRA number is?
Comment 3 Alexandr Scherbatiy 2008-12-24 11:48:43 UTC
The issue is not reproduced.