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 191647 - NullPointerException at org.netbeans.modules.j2ee.jboss4.config.EarDeploymentConfiguration.getJbossApp
Summary: NullPointerException at org.netbeans.modules.j2ee.jboss4.config.EarDeployment...
Status: RESOLVED DUPLICATE of bug 185432
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 16:36 UTC by sahane
Modified: 2010-11-05 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171163


Attachments
stacktrace (1.51 KB, text/plain)
2010-11-04 16:36 UTC, sahane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sahane 2010-11-04 16:36:13 UTC
Build: NetBeans IDE 6.9.1 (Build 201008030030)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
GUEST: create a j2ee application

GUEST: When I'm creating new EnterpriseApplication on JBoss 4.2.3 server.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.jboss4.config.EarDeploymentConfiguration.getJbossApp(EarDeploymentConfiguration.java:107)
   at org.netbeans.modules.j2ee.jboss4.config.EarDeploymentConfiguration.<init>(EarDeploymentConfiguration.java:81)
   at org.netbeans.modules.j2ee.jboss4.config.JBModuleConfigurationFactory.create(JBModuleConfigurationFactory.java:71)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:734)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:718)
   at org.openide.util.Mutex.readAccess(Mutex.java:288)
Comment 1 sahane 2010-11-04 16:36:17 UTC
Created attachment 102804 [details]
stacktrace
Comment 2 Petr Hejl 2010-11-05 09:59:54 UTC
Looks like another manifestation of issue 185432. Can you verify that this does not happen in 7.0?

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