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 253041 - NullPointerException at org.netbeans.modules.form.palette.PaletteUtils.createPaletteActions
Summary: NullPointerException at org.netbeans.modules.form.palette.PaletteUtils.create...
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-17 09:55 UTC by mukeshverma
Modified: 2015-09-09 16:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218003


Attachments
stacktrace (3.51 KB, text/plain)
2015-06-17 09:55 UTC, mukeshverma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mukeshverma 2015-06-17 09:55:43 UTC
Build: NetBeans IDE 7.2.1 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
mukeshverma: Am enable to open the Swing palette . I uninstalled some plugin from my Netbeans IDE and i dont know which was that . So please help me to solve this.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.palette.PaletteUtils.createPaletteActions(PaletteUtils.java:154)
   at org.netbeans.modules.form.palette.PaletteUtils.showPaletteManager(PaletteUtils.java:141)
   at org.netbeans.modules.form.actions.InstallBeanAction.performAction(InstallBeanAction.java:94)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:129)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
Comment 1 mukeshverma 2015-06-17 09:55:45 UTC
Created attachment 154265 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-09 16:21:27 UTC
The exception shows something was badly broken in the installation (missing FormServices indicates a missing standard module). If there are consistent steps how the state can be reached, please let us know.

I'd recommend to install a newer version of NetBeans, 7.2 is more than 3 years old. We have 8.0.2 out now already.