Bugs item #827614, was opened at 2003-10-21 09:22
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=827614&group_id=22866

Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Scott M Stark (starksm)
>Assigned to: Scott M Stark (starksm)
Summary: NPE, HTTPSession EJB is being destroyed and then stopped

Initial Comment:
The HTTPSession EJB container is throwing an NPE on
shutdown in 3.2.2 due to the fact that the container is
being destroyed during the destruction of the
cluster-service.xml sar, and then stopped by the
EJBDeployer. How this is occuring needs to be looked into.

09:17:34,906 INFO  [EjbModule] Stopping
jboss.j2ee:module=ClusteredHttpSessionEB
.jar,service=EjbModule
09:18:05,921 ERROR [EjbModule] unexpected exception
stopping Container:
jboss.j2ee:jndiName=clustering/HTTPSession,service=EJB
java.lang.NullPointerException
        at
org.jboss.ejb.EjbModule.stopService(EjbModule.java:346)
...

The full exception is attached.


----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2003-11-25 21:08

Message:
Logged In: YES 
user_id=175228

This is due to the ClusteredHttpSessionEB having a
dependency on the cluster service and so it is being stopped
twice, once when the cluster service is undeployed and
stopped, and once when the ejb deployer is shutdown. The
EjbModule cannot assume that the containers have not been
stopped when its stop method is called.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=827614&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to