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 133807

Summary: NullPointerException at AutoupdateCheckScheduler.checkUpdateElements
Product: platform Reporter: massimo <massimo>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: log

Description massimo 2008-04-23 23:15:13 UTC
Getting this at startup of our branded app. Could you point me to where the problem is? This exception does not give
enough info no how to debug it. I checked URL's and references in layer and Bundle and all seems fine.

SEVERE [org.openide.util.RequestProcessor]
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 massimo 2008-04-23 23:16:10 UTC
Created attachment 60631 [details]
log
Comment 2 massimo 2008-04-23 23:23:51 UTC
...just found out that this is issue http://www.netbeans.org/issues/show_bug.cgi?id=121289
Closing as duplicate...
Comment 3 Lukas Hasik 2008-04-25 09:53:54 UTC
reopening to close as duplicate properly
Comment 4 Lukas Hasik 2008-04-25 09:55:04 UTC

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