[jboss-user] [Management, JMX/JBoss] - 4.2.2 GA: service=JNDIView call causes NPE

J-Pro do-not-reply at jboss.com
Tue May 20 11:23:46 EDT 2008


Good afternoon, dear JBoss gurus!

Since I've updated to JBoss 4.2.0 GA to 4.2.2 GA, I'm unable to see my JNDI bindings in jmx-console. In 4.2.0 GA everything was ok. I should mention that my enterprise app(EJB3), deployed in 4.2.2 GA, works fine.

In 4.2.2 GA I open http://localhost:8080/jmx-console/ without any problem. But when I clik on "http://localhost:8080/jmx-console/" at "jboss" section, I have this exception:18:03:44,953 ERROR [[/jmx-console]] Exception sending request destroyed lifecycle event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | java.lang.NullPointerException
  | 	at com.sun.faces.application.WebappLifecycleListener.syncSessionScopedBeans(WebappLifecycleListener.java:312)
  | 	at com.sun.faces.application.WebappLifecycleListener.requestDestroyed(WebappLifecycleListener.java:87)
  | 	at com.sun.faces.config.ConfigureListener.requestDestroyed(ConfigureListener.java:240)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  | 	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  | 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  | 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
  | 	at java.lang.Thread.run(Thread.java:619)
  | 18:03:48,562 ERROR [[/jmx-console]] Exception sending request destroyed lifecycle event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | java.lang.NullPointerException
  | 	at com.sun.faces.application.WebappLifecycleListener.syncSessionScopedBeans(WebappLifecycleListener.java:312)
  | 	at com.sun.faces.application.WebappLifecycleListener.requestDestroyed(WebappLifecycleListener.java:87)
  | 	at com.sun.faces.config.ConfigureListener.requestDestroyed(ConfigureListener.java:240)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  | 	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  | 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  | 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
  | 	at java.lang.Thread.run(Thread.java:619)


What do I do wrong?

Thanks for your help in advance.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152066#4152066

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152066



More information about the jboss-user mailing list