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 164013 - NullPointerException at org.netbeans.api.autoupdate.UpdateElement.getUpdateUnitProvider
Summary: NullPointerException at org.netbeans.api.autoupdate.UpdateElement.getUpdateUn...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION
: 164012 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-29 09:09 UTC by Ivan Sidorkin
Modified: 2009-05-07 09:20 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150280


Attachments
stacktrace (3.00 KB, text/plain)
2009-04-29 09:09 UTC, Ivan Sidorkin
Details
stacktrace (3.00 KB, text/plain)
2009-04-29 09:40 UTC, Michal Mocnak
Details
stacktrace (2.95 KB, text/plain)
2009-04-29 14:38 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2009-04-29 09:09:21 UTC
Build: NetBeans IDE Dev (Build 200904290201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows XP, 5.1, x86

User Comments:
ivansidorkin: opened plugin manager

GUEST: opening "Plugin" dialog

GUEST: opening "Plugin" dialog



Stacktrace: 
java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:997)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
        at org.netbeans.modules.autoupdate.ui.PluginManagerUI.initialize(PluginManagerUI.java:226)
        at org.netbeans.modules.autoupdate.ui.PluginManagerUI.access$000(PluginManagerUI.java:78)
        at org.netbeans.modules.autoupdate.ui.PluginManagerUI$1.run(PluginManagerUI.java:124)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:576)
Comment 1 Ivan Sidorkin 2009-04-29 09:09:32 UTC
Created attachment 81167 [details]
stacktrace
Comment 2 dlipin 2009-04-29 09:17:38 UTC
*** Issue 164012 has been marked as a duplicate of this issue. ***
Comment 3 dlipin 2009-04-29 09:19:12 UTC
*** Issue 164012 has been marked as a duplicate of this issue. ***
Comment 4 Michal Mocnak 2009-04-29 09:40:26 UTC
Build: NetBeans IDE Dev (Build 200904290201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Linux, 2.6.26-2-686, i386

User Comments: 
Just open plugins manager

Stacktrace: 
java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:997)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
        at org.netbeans.modules.autoupdate.ui.PluginManagerUI.initialize(PluginManagerUI.java:226)
        at org.netbeans.modules.autoupdate.ui.PluginManagerUI.access$000(PluginManagerUI.java:78)
        at org.netbeans.modules.autoupdate.ui.PluginManagerUI$1.run(PluginManagerUI.java:124)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:576)
Comment 5 Michal Mocnak 2009-04-29 09:40:30 UTC
Created attachment 81171 [details]
stacktrace
Comment 6 Michal Mocnak 2009-04-29 09:42:44 UTC
Upgrading to P1 it's a regression.
Comment 7 dlipin 2009-04-29 10:12:13 UTC
That is likely what Jarda fixed yesterday in 
http://hg.netbeans.org/ergonomics/rev/577ece008efe
Comment 8 spaquet 2009-04-29 14:38:47 UTC
Build: NetBeans IDE Dev (Build 200904290201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 


Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.NullPointerException
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:295)
Comment 9 spaquet 2009-04-29 14:38:56 UTC
Created attachment 81209 [details]
stacktrace
Comment 10 Ivan Sidorkin 2009-05-07 09:19:44 UTC
verified
Comment 11 Ivan Sidorkin 2009-05-07 09:20:38 UTC
verified