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 257340 - NullPointerException at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.<init>
Summary: NullPointerException at org.netbeans.modules.ide.ergonomics.fod.FindComponent...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-30 12:05 UTC by pcse7en
Modified: 2017-05-19 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213921


Attachments
stacktrace (8.75 KB, text/plain)
2015-12-30 12:05 UTC, pcse7en
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pcse7en 2015-12-30 12:05:17 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 1.9.0-ea-b52, Java(TM) SE Runtime Environment, 1.9.0-ea-b52
OS: Windows 8

User Comments:
pcse7en: -------------------------------------------------------------------------------
>Log Session: Tuesday, December 29, 2015 2:51:36 AM IRST
>System Info: 
  Product Version         = NetBeans IDE 8.1 (Build 201510222201) (#bb5d68d8a020)
  Operating System        = Windows 8 version 6.2 running on x86
  Java; VM; Vendor        = 1.9.0-ea; Java HotSpot(TM) Client VM 1.9.0-ea-b52; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.9.0-ea-b52
  Java Home               = C:\Program Files\Java\jdk1.9.0
  System Locale; Encoding = en_US (nb); Cp1256
  Home Directory          = C:\Users\mehdihajatpour
  Current Directory       = C:\Program Files\NetBeans 8.1
  User Directory          = C:\Users\mehdihajatpour\AppData\Roaming\NetBeans\8.1
  Cache Directory         = C:\Users\mehdihajatpour\AppData\Local\NetBeans\Cache\8.1
  Installation            = C:\Program Files\NetBeans 8.1\nb
                            C:\Program Files\NetBeans 8.1\ergonomics

GUEST: When trying to create PHP Project, NullPointerException appears. Using NetBeans 8.1 Full Package including all languages.

GUEST: i wanted to start java ee feature and clicked next when this error occurs

GUEST: I clicked on the New Project icon in the toolbar, moved down to the PHP folder, clicked on "PHP with Existing Sources", clicked Next and kaboom.

GUEST: Trying to create a new PHP project from existing resources.  I have just upgraded to NB 8.0.2 from 8.0.1

GUEST: not leting me create




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.<init>(FindComponentModules.java:89)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.schedule(DescriptionStep.java:167)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readSettings(DescriptionStep.java:215)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readSettings(DescriptionStep.java:93)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
Comment 1 pcse7en 2015-12-30 12:05:19 UTC
Created attachment 157952 [details]
stacktrace
Comment 2 HowardMcCay 2017-05-19 02:10:10 UTC
same as Bug 268222 - Unable to create JavaFX projects - NullPointerException

please contact Tomas Zezula <tZezula@NetBeans.org> about Bug 268222.

This bug apparently affects both new PHP projects and new JavaFX projects.