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 244671 - NullPointerException at org.netbeans.modules.j2ee.jboss4.config.EjbDeploymentConfiguration.getJboss
Summary: NullPointerException at org.netbeans.modules.j2ee.jboss4.config.EjbDeployment...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 05:31 UTC by jocke
Modified: 2014-06-24 16:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195114


Attachments
stacktrace (1.87 KB, text/plain)
2014-05-23 05:31 UTC, jocke
Details
stacktrace (1.87 KB, text/plain)
2014-06-24 14:42 UTC, laksu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jocke 2014-05-23 05:31:26 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: I dont; know what happened. my module suddenly not available to open in Netbean.

jocke: Opening module

GUEST: Not able to open a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.jboss4.config.EjbDeploymentConfiguration.getJboss(EjbDeploymentConfiguration.java:194)
   at org.netbeans.modules.j2ee.jboss4.config.EjbDeploymentConfiguration.<init>(EjbDeploymentConfiguration.java:137)
   at org.netbeans.modules.j2ee.jboss4.config.JBModuleConfigurationFactory.create(JBModuleConfigurationFactory.java:92)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:802)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:784)
   at org.openide.util.Mutex.readAccess(Mutex.java:295)
Comment 1 jocke 2014-05-23 05:31:28 UTC
Created attachment 147395 [details]
stacktrace
Comment 2 laksu 2014-06-24 14:42:02 UTC
Created attachment 147763 [details]
stacktrace

All of a sudden I am unable to open my project and getting this error.
Comment 3 laksu 2014-06-24 16:00:50 UTC
workaround: removed my jboss definition and now I am able to open the project.