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 146698

Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.checkUpdateElements
Product: platform Reporter: paebanks <paebanks>
Component: Plugin ManagerAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=5442
Issue Type: DEFECT Exception Reporter: 5442
Attachments: stacktrace

Description paebanks 2008-09-09 20:35:59 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
attempting to view available updates for netbeans IDE

Stacktrace: 
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)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 paebanks 2008-09-09 20:36:04 UTC
Created attachment 69451 [details]
stacktrace
Comment 2 Lukas Hasik 2008-09-10 08:30:58 UTC
it is duplicate of 121289. please, update your IDE with the patch that should fix it. Look at the duplicate issue for
more details

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