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 271335 - IllegalArgumentException: Non-positive period.
Summary: IllegalArgumentException: Non-positive period.
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 05:26 UTC by Shekhar04
Modified: 2017-08-21 05:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224053


Attachments
stacktrace (1.04 KB, text/plain)
2017-08-21 05:26 UTC, Shekhar04
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shekhar04 2017-08-21 05:26:21 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: java.lang.IllegalArgumentException: Non-positive period.
	at java.util.Timer.schedule(Timer.java:247)
	at org.avfx.utils.AVPlayerFXUtils$TextBlinkingEffect.startBlinking(AVPlayerFXUtils.java:153)
	at org.avfx.utils.AVPlayerFXUtils.getTextBlinkerInstance(AVPlayerFXUtils.java:238)
	at org.avfx.gui.AVPlayerFXComponentController.close(AVPlayerFXComponentController.java:1665)
	at org.avfx.core.AVPlayerFXInicializer.close(AVPlayerFXInicializer.java:238)
	at org.avfx.core.AVPlayerFX.lambda$close$2(AVPlayerFX.java:234)
	at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
[catch] at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
	at java.lang

Shekhar04: i have found this error in my notification panel.

GUEST: mohak




Stacktrace: 
java.lang.IllegalArgumentException: Non-positive period.
   at java.util.Timer.schedule(Timer.java:247)
   at org.avfx.utils.AVPlayerFXUtils$TextBlinkingEffect.startBlinking(AVPlayerFXUtils.java:153)
   at org.avfx.utils.AVPlayerFXUtils.getTextBlinkerInstance(AVPlayerFXUtils.java:238)
   at org.avfx.gui.AVPlayerFXComponentController.close(AVPlayerFXComponentController.java:1665)
   at org.avfx.core.AVPlayerFXInicializer.close(AVPlayerFXInicializer.java:238)
   at org.avfx.core.AVPlayerFX.lambda$close$2(AVPlayerFX.java:234)
Comment 1 Shekhar04 2017-08-21 05:26:23 UTC
Created attachment 164981 [details]
stacktrace