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 202524 - IllegalArgumentException: Non-positive period.
Summary: IllegalArgumentException: Non-positive period.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 23:53 UTC by binsarharseno
Modified: 2011-09-23 07:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181322


Attachments
stacktrace (1.37 KB, text/plain)
2011-09-22 23:53 UTC, binsarharseno
Details

Note You need to log in before you can comment on or make changes to this bug.
Description binsarharseno 2011-09-22 23:53:33 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 22.0-b02, Java(TM) SE Runtime Environment, 1.7.0_02-ea-b04
OS: Windows XP

Stacktrace: 
java.lang.IllegalArgumentException: Non-positive period.
   at java.util.Timer.schedule(Timer.java:247)
   at max.gmail.notify.Notifier.start(Notifier.java:88)
   at max.gmail.notify.Installer$1.run(Installer.java:18)
   at org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1331)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
Comment 1 binsarharseno 2011-09-22 23:53:37 UTC
Created attachment 111065 [details]
stacktrace