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 54421 - NPE while choosing Enterprise Application
Summary: NPE while choosing Enterprise Application
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks: 54060
  Show dependency tree
 
Reported: 2005-02-02 20:41 UTC by Martin Entlicher
Modified: 2006-03-24 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE. (5.02 KB, text/plain)
2005-02-02 20:43 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2005-02-02 20:41:13 UTC
New Project -> Select Enterprise -> Enterprise
Application.
Click Next.
The attach exception is thrown.
I'm not able to reproduce issue #54060 because of
that.

Build from sources on Feb 2.
Comment 1 Martin Entlicher 2005-02-02 20:43:39 UTC
Created attachment 20163 [details]
The NPE.
Comment 2 Vince Kraemer 2005-02-03 00:08:33 UTC
I am starting to look at this now.
Comment 3 Vince Kraemer 2005-02-03 00:29:42 UTC
I went through the wizard without any issue on my system.

Please provide more details about your system configuration.  The most
interesting thing is the location of the app server install (since it
seems the code that directly triggered the NPE was looking for that
kind of info, too).
Comment 4 Martin Entlicher 2005-02-03 13:42:02 UTC
Probably not easily reproducible, with an empty user dir the NPE does
not occur. I have a bunch of Java projects opened and several VCS
filesystems mounted. Can not provide exact steps, sorry. Perhaps it
relates somehow to issue #54060...
Comment 5 Vince Kraemer 2005-02-15 19:02:22 UTC
This is coming from j2eeserver code.  
Comment 6 Sherold Dev 2005-02-17 13:51:24 UTC
Will be fixed in 4.1.
Comment 7 Sherold Dev 2005-02-18 09:33:18 UTC
Commit log: 
 
Checking in 
src/org/netbeans/modules/j2ee/deployment/devmodules/api/J2eePlatform.java; 
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/J2eePlatform.java,v  
<--  J2eePlatform.java 
new revision: 1.4; previous revision: 1.3 
done 
 
Comment 8 Petr Blaha 2005-04-01 11:43:07 UTC
[Build 20050401]