JBoss Community

NPE on Admin console's JNDI view

created by guinotphil in JBoss AS7 Development - View the full discussion

Hi !

 

On the admin's console, when going on the naming view.

 

It's a null point exception that I get on org.jboss.as.ee.subsystem.EEJndiViewExtension.handleModule(JndiViewExtensionContext, DeploymentUnit, ModelNode, ServiceRegistry)

 

I avoid this, I added:

if (moduleDescription == null) return;

 

After this, the view is working and I can navigate in the JNDI view.

 

I have no idea why moduleDescription was null, perhaps it's something wrong with my deployment.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community