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 220715 - NullPointerException at org.netbeans.modules.j2ee.common.project.ui.ProjectServerPanel.getSourceLevel
Summary: NullPointerException at org.netbeans.modules.j2ee.common.project.ui.ProjectSe...
Status: RESOLVED DUPLICATE of bug 212146
Alias: None
Product: javaee
Classification: Unclassified
Component: App Engine (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 08:12 UTC by booba
Modified: 2012-10-26 16:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191521


Attachments
stacktrace (5.98 KB, text/plain)
2012-10-24 08:12 UTC, booba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description booba 2012-10-24 08:12:51 UTC
Build: NetBeans IDE Dev (Build 201210210002)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: create proyect with google app engine server

GUEST: Problem while creating a java web proyect using google app engine server (Kenai Plugin)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.common.project.ui.ProjectServerPanel.getSourceLevel(ProjectServerPanel.java:606)
   at org.netbeans.modules.j2ee.common.project.ui.ProjectServerPanel.store(ProjectServerPanel.java:593)
   at org.netbeans.modules.j2ee.common.project.ui.ProjectServerWizardPanel.storeSettings(ProjectServerWizardPanel.java:154)
   at org.openide.WizardDescriptor.storeSettingsAndNotify(WizardDescriptor.java:1371)
   at org.openide.WizardDescriptor.access$1600(WizardDescriptor.java:89)
   at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2103)
Comment 1 booba 2012-10-24 08:12:54 UTC
Created attachment 126433 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-26 14:06:17 UTC
similar issue 220687 & issue 212146 & issue 220715
Comment 3 Petr Jiricka 2012-10-26 16:18:17 UTC
Indeed, looks like a duplicate of issue 212146.

*** This bug has been marked as a duplicate of bug 212146 ***