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 162918 - JavaFX Weather Sample throws NullPointerException in MasterTimer.timePulse()
Summary: JavaFX Weather Sample throws NullPointerException in MasterTimer.timePulse()
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: 2009-04-17 11:42 UTC by Alexandr Scherbatiy
Modified: 2009-05-13 14:02 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 2009-04-17 11:42:14 UTC
marina-netbeans-plugin: #84

  Product Version         = NetBeans IDE 6.5.1 (Build 200903060201)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_12-ea; Java HotSpot(TM) Client VM 11.2-b01; Sun Microsystems Inc.

Steps to reproduce:

- Create the JavaFX Weather Sample 
- Run the sample 

There is the exception in the output:


Unexpected exception caught in MasterTimer.timePulse():
java.lang.NullPointerException
        at com.sun.scenario.effect.impl.sw.sse.SSELinearConvolveShadowPeer.filter(SSELinearConvolveShadowPeer.java:113)
        at com.sun.scenario.effect.impl.state.LinearConvolveKernel.filterImageDatas(LinearConvolveKernel.java:351)
        at com.sun.scenario.effect.Shadow.filterImageDatas(Shadow.java:255)
        at com.sun.scenario.effect.FilterEffect.filter(FilterEffect.java:94)
        at com.sun.scenario.effect.Offset.filter(Offset.java:158)
        at com.sun.scenario.effect.FilterEffect.filter(FilterEffect.java:86)
        at com.sun.scenario.effect.DelegateEffect.filter(DelegateEffect.java:65)
        at com.sun.scenario.effect.impl.j2d.J2DEffectHelper.render(J2DEffectHelper.java:79)
        at com.sun.scenario.scenegraph.SGEffect.render(SGEffect.java:173)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.SGFilter.render(SGFilter.java:299)
        at com.sun.scenario.scenegraph.SGTransform.render(SGTransform.java:280)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.SGFilter.render(SGFilter.java:233)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.SGTransform.render(SGTransform.java:280)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.SGWrapper.render(SGWrapper.java:123)
        at com.sun.scenario.scenegraph.SGGroup.render(SGGroup.java:225)
        at com.sun.scenario.scenegraph.JSGPanel.paintComponent(JSGPanel.java:233)
        at javax.swing.JComponent.paint(JComponent.java:1027)
        at javax.swing.JComponent.paintChildren(JComponent.java:864)
        at javax.swing.JComponent.paint(JComponent.java:1036)
        at javax.swing.JLayeredPane.paint(JLayeredPane.java:564)
        at javax.swing.JComponent.paintChildren(JComponent.java:864)
        at javax.swing.JComponent.paint(JComponent.java:1036)
        at javax.swing.JComponent.paintToOffscreen(JComponent.java:5122)
        at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:277)
        at javax.swing.RepaintManager.paint(RepaintManager.java:1217)
        at javax.swing.JComponent._paintImmediately(JComponent.java:5070)
        at javax.swing.JComponent.paintImmediately(JComponent.java:4880)
        at javax.swing.JComponent.paintImmediately(JComponent.java:4892)
        at com.sun.scenario.scenegraph.JSGPanel.repaintDirtyRegions(JSGPanel.java:291)
        at com.sun.scenario.scenegraph.JSGPanelRepainter.repaintAll(JSGPanelRepainter.java:107)
        at com.sun.scenario.scenegraph.JSGPanelRepainter$FrameDisplay.run(JSGPanelRepainter.java:114)
        at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:396)
        at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:273)
        at com.sun.embeddedswing.EmbeddedEventQueue.doPulse(EmbeddedEventQueue.java:505)
        at com.sun.embeddedswing.EmbeddedEventQueue.access$000(EmbeddedEventQueue.java:73)
        at com.sun.embeddedswing.EmbeddedEventQueue$2.run(EmbeddedEventQueue.java:408)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        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 2009-04-28 09:22:17 UTC
This is runtime issue. Probably fixed. Can't reproduce.
Comment 2 Alexandr Scherbatiy 2009-05-13 14:02:13 UTC
verified in marina-netbeans-plugin: #168