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

Summary: NullPointerException AutoupdateCheckScheduler.java:189
Product: platform Reporter: binary_digit <binary_digit>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: NullPointerException AutoupdateCheckScheduler.java:189

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 ***