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 256737 - NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Summary: NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 10:45 UTC by kjeno
Modified: 2016-01-04 08:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221303


Attachments
stacktrace (684 bytes, text/plain)
2015-11-23 10:45 UTC, kjeno
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kjeno 2015-11-23 10:45:18 UTC
Build: Oracle Solaris Studio 12.4 (2014/10/03 bc3251f82efb)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
kjeno: I want to save Tuxedo settings in Oracle Solaris Studio.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.startup.preferences.NbPreferences.put(NbPreferences.java:179)
   at org.netbeans.core.startup.preferences.NbPreferences.put(NbPreferences.java:174)
   at com.sun.tools.devplatform.management.ConfigurationsRegistry.storeImpl(ConfigurationsRegistry.java:201)
   at com.sun.tools.devplatform.management.ConfigurationsRegistry.access$000(ConfigurationsRegistry.java:30)
   at com.sun.tools.devplatform.management.ConfigurationsRegistry$1.run(ConfigurationsRegistry.java:52)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 kjeno 2015-11-23 10:45:20 UTC
Created attachment 157449 [details]
stacktrace