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 252710 - NullPointerException at org.netbeans.modules.javaee.project.api.ant.ui.wizard.J2eeVersionWarningPanel.isAcceptableSourceLevel
Summary: NullPointerException at org.netbeans.modules.javaee.project.api.ant.ui.wizard...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-31 17:59 UTC by lehel
Modified: 2015-07-24 13:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206553


Attachments
stacktrace (10.12 KB, text/plain)
2015-05-31 17:59 UTC, lehel
Details
stacktrace (10.05 KB, text/plain)
2015-07-24 13:44 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2015-05-31 17:59:15 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
GUEST: select 'java ee project'>select use dedicated folder for storing libraries.

lehel: creating a new web application

GUEST: Opened a new project.

GUEST: Creating a web project. Specified Google App Engine as the server.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javaee.project.api.ant.ui.wizard.J2eeVersionWarningPanel.isAcceptableSourceLevel(J2eeVersionWarningPanel.java:222)
   at org.netbeans.modules.javaee.project.api.ant.ui.wizard.J2eeVersionWarningPanel.findWarningType(J2eeVersionWarningPanel.java:161)
   at org.netbeans.modules.javaee.project.api.ant.ui.wizard.ProjectServerPanel.setJ2eeVersionWarningPanel(ProjectServerPanel.java:872)
   at org.netbeans.modules.javaee.project.api.ant.ui.wizard.ProjectServerPanel.j2eeSpecComboBoxActionPerformed(ProjectServerPanel.java:440)
   at org.netbeans.modules.javaee.project.api.ant.ui.wizard.ProjectServerPanel.access$200(ProjectServerPanel.java:89)
   at org.netbeans.modules.javaee.project.api.ant.ui.wizard.ProjectServerPanel$3.actionPerformed(ProjectServerPanel.java:226)
Comment 1 lehel 2015-05-31 17:59:17 UTC
Created attachment 153978 [details]
stacktrace
Comment 2 Petr Hejl 2015-06-10 09:44:36 UTC
This seems to be caused by app engine plugin.
Comment 3 Exceptions Reporter 2015-07-19 13:01:31 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=206553
Comment 4 lehel 2015-07-24 13:44:20 UTC
Created attachment 154856 [details]
stacktrace

Creating new enterprise app