Since I upgraded from 403RC2 to 403 I always get weird Exceptions upon 
executing create on my EJB's. it's pretty persistent but it does not happen 
always. only once every 1000th call.

It happens on different EJB's so its not bound to a specific one but it always 
happens within the SecurityAssociation. Any Idea what this means?

I'm running with the default configuration, unchanged.

java.lang.IndexOutOfBoundsException: Index: 13, Size: 13
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.remove(ArrayList.java:390)
        at 
org.jboss.security.SecurityAssociation$RunAsThreadLocalStack.pop(SecurityAssociation.java:623)
        at 
org.jboss.security.SecurityAssociation.popRunAsIdentity(SecurityAssociation.java:544)
        at 
org.jboss.ejb.plugins.SecurityActions$10.pop(SecurityActions.java:156)
        at 
org.jboss.ejb.plugins.SecurityActions.popRunAsIdentity(SecurityActions.java:313)
        at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:135)
        at 
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
        at 
org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613)
        at org.jboss.ejb.Container.invoke(Container.java:894)
        at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:344)
        at 
org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:118)
        at $Proxy68.create(Unknown Source)
        at com.j2fe.workflow.ejb.WorkflowWork.run(WorkflowWork.java:52)


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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to