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 152602

Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.checkUpdateElements
Product: platform Reporter: daryanto <daryanto>
Component: Plugin ManagerAssignee: dlipin <dlipin>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: anshul2181981, diefer, henryifg, jhgyz, lgp171188, rafaelbarrelo, stsbhava, tharindusr
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=132870
Issue Type: DEFECT Exception Reporter: 132870
Attachments: stacktrace

Description daryanto 2008-11-07 02:22:08 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Just booted up NetBeans.

GUEST: start up netbeans

GUEST: I've just loaded my NetBeans 6.0. And an exception occured.

lilimauris: Openning Netbeans

GUEST: no puedo correr un programa web creado con tomcat

GUEST: I'm just launching NetBeans! (version 6.01)

GUEST: NetBeans just started up and I got this error message (NullPointerException).

GUEST: When I run Enterprise Application, it has a problem:

Deployment error:
The module has not been deployed.
See the server log for details.
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apa

GUEST: Start NetBeans

GUEST: Starting up a project, last thing I did yesterday was debugging a JUnit test-file

GUEST: when i am compile program

GUEST: when startup the NetBeans

GUEST: every time i start the ide

GUEST: nothing, just I sent thisi message

GUEST: Liguei o netbeans

GUEST: nothing special, just launched netbeans and opened a project.

GUEST: nothing special, just launched netbeans and opened a project.

GUEST: I have just opened the IDE and looked at bottom corner. found this exception.



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$.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 daryanto 2008-11-07 02:22:19 UTC
Created attachment 73409 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2008-11-14 15:33:08 UTC
Reassigning to the new "autoupdate/*" owner dlipin.
Comment 3 dlipin 2008-11-16 11:11:48 UTC

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