Bugs item #545319, was opened at 2002-04-17 11:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=545319&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Christian Riege (lqd)
>Assigned to: Scott M Stark (starksm)
Summary: exception on redeploy of entity bean
Initial Comment:
bill this should be yours as its happening in
AbstractInstanceCache:
reproduce by:
1. deploy entity bean
2. call method on entity bean
3. redeploy entity bean
you will get the following stack trace:
20:54:44,234 ERROR
[Log4jService$ThrowableListenerLoggingAdapter]
unhandled throwable
java.lang.NullPointerException
at
org.jboss.ejb.plugins.AbstractInstanceCache$1.execute(AbstractInstanceCache.java:525)
at
org.jboss.util.WorkerQueue$QueueLoop.run(WorkerQueue.java:206)
at java.lang.Thread.run(Thread.java:479)
this is repeated several times.
the attached testcase exposes the problem.
----------------------------------------------------------------------
>Comment By: Scott M Stark (starksm)
Date: 2002-04-17 13:18
Message:
Logged In: YES
user_id=175228
This was not fixed by not nulling the lock manager. The
problem was the EntityInstanceCache.m_container variable
being nulled and inadequate synchronization by the
passivation thread to validate the its container had not
been destroyed. I have tried to clean this up and the
exception is gone, but this code needs to be simplified as
there are too many locks and inner classes to track who
owns what.
----------------------------------------------------------------------
Comment By: Bill Burke (patriot1burke)
Date: 2002-04-17 12:05
Message:
Logged In: YES
user_id=176497
Already fixed in Branch_3_0 and head.
Hi Christian!
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=545319&group_id=22866
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development