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 241001 - AssertionError: Java EE version can't be null
Summary: AssertionError: Java EE version can't be null
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 09:43 UTC by Martin Janicek
Modified: 2014-01-28 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206989


Attachments
stacktrace (7.38 KB, text/plain)
2014-01-27 09:43 UTC, Martin Janicek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2014-01-27 09:43:24 UTC
This bug was originally marked as duplicate of bug 127938, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140123-d15a9a7cc54d)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
mjanicek: Trying to create Ant Web project with Tomcat 5.5




Stacktrace: 
java.lang.AssertionError: Java EE version can't be null
   at org.netbeans.modules.web.project.api.WebProjectUtilities.createProjectImpl(WebProjectUtilities.java:209)
   at org.netbeans.modules.web.project.api.WebProjectUtilities.access$000(WebProjectUtilities.java:122)
   at org.netbeans.modules.web.project.api.WebProjectUtilities$1.run(WebProjectUtilities.java:190)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:609)
   at org.netbeans.modules.web.project.api.WebProjectUtilities.createProject(WebProjectUtilities.java:187)
Comment 1 Martin Janicek 2014-01-27 09:43:26 UTC
Created attachment 144399 [details]
stacktrace
Comment 2 Martin Janicek 2014-01-27 10:13:17 UTC
Fixed by change-set: web-main #88b53a6415be
Comment 3 Quality Engineering 2014-01-28 03:06:02 UTC
Integrated into 'main-silver', will be available in build *201401280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/88b53a6415be
User: Martin Janicek <mjanicek@netbeans.org>
Log: #241001 - AssertionError: Java EE version cant be null