Hi, Recently I have two problems. One is that The Session scope pull tool doesn't instantiated at the LoginUser Action Page At the System start , The $album tool which is session scope tool was added to the context successfully 2001-06-02 11:02:47,535 [Thread-21] INFO email - Instantiated tool class com.nannet.jettiger.services.album.AlbumTool to add to the context as '$album' 2001-06-02 11:02:47,537 [Thread-21] INFO email - Finish Initializing service (late): PullService 2001-06-02 11:02:47,545 [Thread-21] INFO email - Start Initializing service (late): TemplateService But when I entered the LoginUser mode , The session scope tool doesn't instantiated at all at that page generation. 2001-06-02 11:26:51,351 [Thread-21] ERROR email - Could not instantiate tool com.nannet.jettiger.services.album.AlbumTool to add to the context And The other one is at the shutdown period problem. 2001-06-02 12:38:34,210 [Thread-19] ERROR email - java.lang.NullPointerException at org.apache.turbine.om.peer.BasePeer.doUpdate(BasePeer.java:1635)org.apache.turbine.util.security.DataBackendException: Failed to save user object at org.apache.turbine.util.TurbineException.<init>(TurbineException.java:177) at org.apache.turbine.util.security.TurbineSecurityException.<init>(TurbineSecurityException.java:88) at org.apache.turbine.util.security.DataBackendException.<init>(DataBackendException.java:89) at org.apache.turbine.services.security.db.DBUserManager.store(DBUserManager.java:276) at org.apache.turbine.services.security.BaseSecurityService.saveUser(BaseSecurityService.java:379) at org.apache.turbine.services.security.TurbineSecurity.saveUser(TurbineSecurity.java:261) at org.apache.turbine.om.security.TurbineUser.valueUnbound(TurbineUser.java:649) at org.apache.tomcat.session.StandardSession.removeAttribute(StandardSession.java:662) at Thanks, youngho
