You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2012/05/09 02:21:48 UTC

[jira] [Resolved] (GERONIMO-3815) ContextManager.getCurrentContext() throws NullPointerException

     [ https://issues.apache.org/jira/browse/GERONIMO-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks resolved GERONIMO-3815.
------------------------------------

    Resolution: Cannot Reproduce

No one has complained about this in a long time, and we never found out what was causing it.
                
> ContextManager.getCurrentContext() throws NullPointerException
> --------------------------------------------------------------
>
>                 Key: GERONIMO-3815
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3815
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 2.0.2, 2.0.3, 2.1, 2.1.4
>            Reporter: Vamsavardhana Reddy
>            Assignee: David Jencks
>             Fix For: Wish List
>
>         Attachments: GERONIMO-3815-2.debug.patch, GERONIMO-3815-3.debug.patch, GERONIMO-3815.debug.patch
>
>
> ContextManager.getCurrentContext() is throwing a NullPointerException.  This is observed only when there is heavy load on the application.  Most likely it is a threading issue where one thread is unregistering the subject while another is executing getCurrentContext().  Excerpt from stacktrace given below.
> ....
> Caused by: java.lang.NullPointerException
>     at org.apache.geronimo.security.ContextManager.getCurrentContext(ContextManager.java:197)
>     at org.apache.geronimo.openejb.GeronimoSecurityService.isCallerAuthorized(GeronimoSecurityService.java:101)
>     at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:142)
>     at org.apache.openejb.core.ivm.EjbHomeProxyHandler.create(EjbHomeProxyHandler.java:267)
>     at org.apache.openejb.core.ivm.EjbHomeProxyHandler._invoke(EjbHomeProxyHandler.java:158)
>     at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
>     at org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
>     at $Proxy16.create(Unknown Source)
>     ... 53 more
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira