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 132446 - NullPointerException AutoupdateCheckScheduler.java:189
Summary: NullPointerException AutoupdateCheckScheduler.java:189
Status: RESOLVED DUPLICATE of bug 121289
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 17:55 UTC by binary_digit
Modified: 2008-04-09 18:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException AutoupdateCheckScheduler.java:189 (96.11 KB, text/plain)
2008-04-09 17:56 UTC, binary_digit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description binary_digit 2008-04-09 17:55:29 UTC
The following exception occurred on startup of NetBeans 6.0.1:

java.lang.NullPointerException
	at
org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.checkUpdateElements(AutoupdateCheckScheduler.java:189)
	at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.access$300(AutoupdateCheckScheduler.java:77)
	at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler$4.run(AutoupdateCheckScheduler.java:148)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 binary_digit 2008-04-09 17:56:23 UTC
Created attachment 59921 [details]
NullPointerException AutoupdateCheckScheduler.java:189
Comment 2 Jiri Rechtacek 2008-04-09 18:36:52 UTC

*** This issue has been marked as a duplicate of 121289 ***