Bugs item #900677, was opened at 2004-02-19 13:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=900677&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Vaikom B. Krishnan (vbkrishnan)
Assigned to: Nobody/Anonymous (nobody)
Summary: NPE in during shutdown (JBoss Version: 3.2.3) OS: Win2K

Initial Comment:
Server version: 3.2.3
OS: Win2K

There are a couple of issues during shutdown:

1. The destroy method of our servelet performs some 
cleanup tasks which require accessing the beans. These 
bean calls fail because the name space is no longer 
known. These failures are not fatal since our code 
catches the exceptions and handles them. However, we 
lose the bookkeeping information because of this.

2. As the shutdown proceeds, it attempts to invlaidate 
the cache for each entity bean and in each case NPE is 
thrown from:
org.jboss.cache.invalidation.triggers.EntityBeanCacheBat
chInvalidatorInterceptor.stop

I have attached the server log which contains all the 
logging from startup to shutdown.



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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to