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 102123 - EJB application creates with exception.
Summary: EJB application creates with exception.
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 11:35 UTC by Michael Nazarov
Modified: 2007-08-02 17:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2007-04-23 11:35:42 UTC
I installed NB using NBI from 2007/04/23, standard bundle.
After installation I tried to create new Enterprise Application.

Followed exception appeared:

java.lang.NullPointerException
	at
org.netbeans.modules.j2ee.sun.share.configbean.J2EEBaseVersion.compareSpecification(J2EEBaseVersion.java:94)
	at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.init(SunONEDeploymentConfiguration.java:252)
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.ModuleConfigurationImpl.<init>(ModuleConfigurationImpl.java:81)
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.ModConFactory.create(ModConFactory.java:41)
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:715)
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.ensureConfigurationReady(ConfigSupportImpl.java:194)
	at
org.netbeans.modules.j2ee.earproject.EarProject$ProjectOpenedHookImpl.projectOpened(EarProject.java:406)
	at
org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:56)
	at
org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:640)
	at
org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:683)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:335)
	at
org.netbeans.modules.project.ui.OpenProjectList.access$100(OpenProjectList.java:87)
	at org.netbeans.modules.project.ui.OpenProjectList$3.run(OpenProjectList.java:235)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 novakm 2007-07-26 14:07:48 UTC
Reassigning to j2ee for evaluation
Comment 2 Petr Blaha 2007-08-02 15:52:07 UTC
Reporter, can you reproduce the bug in the latest NB 6.0 build? I can't reproduce it. Thanks
Comment 3 Michael Nazarov 2007-08-02 17:20:31 UTC
Latest build works fine.
Comment 4 Petr Blaha 2007-08-02 17:53:54 UTC
Thanks, I'm closing as FIXED.