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 177617 - 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 153286
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: 2009-11-25 10:36 UTC by zkirill
Modified: 2011-10-14 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154694


Attachments
stacktrace (1.84 KB, text/plain)
2009-11-25 10:36 UTC, zkirill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zkirill 2009-11-25 10:36:55 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows 7, 6.1, amd64

User Comments:
GUEST: Opened an existing project again

GUEST: Trying to resolve missing references by adding a jboss server



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.jboss4.config.EarDeploymentConfiguration.getJbossApp(EarDeploymentConfiguration.java:104)
        at org.netbeans.modules.j2ee.jboss4.config.EarDeploymentConfiguration.<init>(EarDeploymentConfiguration.java:78)
        at org.netbeans.modules.j2ee.jboss4.config.JBModuleConfigurationFactory.create(JBModuleConfigurationFactory.java:68)
        at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:717)
        at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.ensureConfigurationReady(ConfigSupportImpl.java:226)
        at org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.fireServerChange(J2eeModuleProvider.java:787)
Comment 1 zkirill 2009-11-25 10:36:58 UTC
Created attachment 91693 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-02-23 13:05:25 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=154694
Comment 3 Petr Hejl 2011-10-14 09:21:29 UTC

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