atom feed10 messages in net.java.dev.scenegraph.devRe: Runtime issues
FromSent OnAttachments
Alexandr ScherbatiyJul 8, 2008 3:15 am 
Brent ChristianJul 8, 2008 11:52 am 
Shannon HickeyJul 8, 2008 12:34 pm 
Jim GrahamJul 8, 2008 12:59 pm 
Shannon HickeyJul 8, 2008 1:14 pm 
Brent ChristianJul 8, 2008 1:43 pm 
Jim GrahamJul 8, 2008 2:26 pm 
Kevin RushforthJul 9, 2008 2:00 pm 
Alexandr ScherbatiyJul 10, 2008 6:27 am 
Kevin RushforthJul 10, 2008 7:59 am 
Subject:Re: Runtime issues
From:Alexandr Scherbatiy (Alex@Sun.COM)
Date:Jul 8, 2008 3:15:48 am
List:net.java.dev.scenegraph.dev

Are these issue from scenegraph?

--------------------------------------------------------------------- JFXC-948 http://openjfx.java.sun.com/jira/browse/JFXC-948 "AWT-EventQueue-6" prio=4 tid=0x099d4000 nid=0xcc in Object.wait() [0x0badf000..0x0badfd14] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:485) at java.awt.EventQueue.getNextEvent(Unknown Source) - locked <0x230c30e8> (a com.sun.scenario.scenegraph.SGEventQueue) at com.sun.scenario.scenegraph.SGEventQueue.getNextEvent(SGEventQueue.java:447) at com.sun.scenario.scenegraph.SGEventQueue.getNextEvent(SGEventQueue.java:467) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

--------------------------------------------------------------------- JFXC-1471 http://openjfx.java.sun.com/jira/browse/JFXC-1471

java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at com.sun.scenario.animation.MasterTimer$LongSleepingThread.run(MasterTimer.java:71) Exception in thread "pool-7-thread-1" java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(Unknown Source) at java.util.concurrent.locks.ReentrantLock.unlock(Unknown Source) at java.util.concurrent.DelayQueue.take(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Thanks, Alexandr.

Andrey Yamkovoy wrote:

Hi! We have the following issues in the runtime which affects preview functionality of the NetBeans plugin: JFXC-948 <http://openjfx.java.sun.com/jira/browse/JFXC-948> Timeline in applet does not start for second time JFXC-1471 <http://openjfx.java.sun.com/jira/browse/JFXC-1471> IllegalMonitorStateException in Applet

Moreover the 2nd one is a regression from 3-5 days old build. Could you please evaluate these issues.