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 269986 - NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Summary: NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-05 03:24 UTC by Yousha
Modified: 2017-12-14 21:59 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222794


Attachments
stacktrace (1.75 KB, text/plain)
2017-03-05 03:24 UTC, Yousha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yousha 2017-03-05 03:24:50 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: I got this error, but I dont know what it is.

GUEST: I had installed the codeigniter plugin. Then I want to add zip file. The first zip file is fine, but when the second file is added, the problem occurred.

GUEST: none

GUEST: Maximize use of native look and feel

GUEST: Installed CodeIgniter plugin and assigned it to the project I have imported from existing souce

GUEST: NETBEANS

GUEST: just started the IDE

GUEST: unknown error

GUEST: none

Yousha: IDK, I just created a PHP project based on CodeIgniter then executed it.
Now got this exception

GUEST: I have problem with codeigniter plugin. it can't add multiple base files (*.zip) in option.

GUEST: INSTALLING CODEIGNITER

GUEST: :(

GUEST: I had installed the codeigniter plugin. Then I want to add codeigniter zip file. The first file is OK, but if I add the second zip file, the error occurred.

GUEST: adding codingnator framework

GUEST: <Please provide a description of the problem or the steps to reproduce>d

GUEST: IDN

GUEST: none




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 org.nbphpcouncil.modules.php.ci.ui.options.CIOptions.putEntries(CIOptions.java:141)
   at org.nbphpcouncil.modules.php.ci.ui.options.CategoryArchiveFiles.store(CategoryArchiveFiles.java:377)
   at org.nbphpcouncil.modules.php.ci.ui.options.CIOptionsPanel.store(CIOptionsPanel.java:161)
   at org.nbphpcouncil.modules.php.ci.ui.options.CIOptionsPanelController.applyChanges(CIOptionsPanelController.java:78)
Comment 1 Yousha 2017-03-05 03:24:52 UTC
Created attachment 163767 [details]
stacktrace
Comment 2 Tomas Hurka 2017-03-05 07:39:01 UTC
Caused by org.nbphpcouncil.modules.php.ci.ui.options
https://github.com/nbphpcouncil/nb-ci-plugin