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 203028 - NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Summary: NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 09:39 UTC by azizur
Modified: 2012-10-15 19:32 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179536


Attachments
stacktrace (3.98 KB, text/plain)
2011-10-04 09:39 UTC, azizur
Details
stacktrace (3.98 KB, text/plain)
2011-10-05 11:08 UTC, azizur
Details
stacktrace (3.95 KB, text/plain)
2012-05-09 22:29 UTC, augcampos
Details
stacktrace (3.95 KB, text/plain)
2012-10-15 19:32 UTC, mstarnacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description azizur 2011-10-04 09:39:54 UTC
Build: NetBeans IDE Dev (Build 201110030601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.startup.preferences.NbPreferences.put(NbPreferences.java:162)
   at org.netbeans.modules.nodejs.DefaultExectable.setNodeExecutable(DefaultExectable.java:134)
   at org.netbeans.modules.nodejs.options.NodePanel.store(NodePanel.java:459)
   at org.netbeans.modules.nodejs.options.NodeOptionsPanelController.applyChanges(NodeOptionsPanelController.java:68)
   at org.netbeans.modules.options.advanced.Model$DelegatingController.applyChanges(Model.java:306)
   at org.netbeans.modules.options.advanced.Model.applyChanges(Model.java:189)
Comment 1 azizur 2011-10-04 09:39:58 UTC
Created attachment 111446 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2011-10-04 10:44:52 UTC
org.netbeans.modules.nodejs.DefaultExectable.setNodeExecutable() passes null as the value parameter to NbPreferences.put().

-> 3rdparty - nodejs project on contrib
Comment 3 azizur 2011-10-05 11:08:48 UTC
Created attachment 111523 [details]
stacktrace
Comment 4 augcampos 2012-05-09 22:29:58 UTC
Created attachment 119240 [details]
stacktrace

close option windows
Comment 5 mstarnacki 2012-10-15 19:32:17 UTC
Created attachment 125986 [details]
stacktrace

Path: Window>Options-General
I changed type of Web Browser from default to Firefox (by main combobox).