[infinispan-issues] [JBoss JIRA] (ISPN-2998) NPE on shutdown: ExternalizerTableProxy already cleared

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Fri Apr 5 14:17:41 EDT 2013


    [ https://issues.jboss.org/browse/ISPN-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765327#comment-12765327 ] 

Sanne Grinovero commented on ISPN-2998:
---------------------------------------

2013-04-05 19:16:33,503 ERROR [RequestCorrelator] (remote-thread-1) failed marshalling rsp (SuccessfulResponse{responseValue=null} ): java.lang.NullPointerException
2013-04-05 19:16:33,503 ERROR [RequestCorrelator] (remote-thread-3) failed marshalling rsp (SuccessfulResponse{responseValue={}} ): java.lang.NullPointerException
2013-04-05 19:16:33,637 ERROR [RequestCorrelator] (remote-thread-0) failed marshalling rsp (SuccessfulResponse{responseValue={}} ): java.lang.NullPointerException
2013-04-05 19:16:33,637 ERROR [RequestCorrelator] (remote-thread-1) failed marshalling rsp (SuccessfulResponse{responseValue=null} ): java.lang.NullPointerException
2013-04-05 19:16:33,760 ERROR [RequestCorrelator] (remote-thread-1) failed marshalling rsp (SuccessfulResponse{responseValue={}} ): java.lang.NullPointerException
2013-04-05 19:16:33,760 ERROR [RequestCorrelator] (remote-thread-0) failed marshalling rsp (SuccessfulResponse{responseValue=null} ): java.lang.NullPointerException
2013-04-05 19:16:33,872 ERROR [RequestCorrelator] (remote-thread-0) failed marshalling rsp (SuccessfulResponse{responseValue=null} ): java.lang.NullPointerException
2013-04-05 19:16:33,872 ERROR [RequestCorrelator] (remote-thread-1) failed marshalling rsp (SuccessfulResponse{responseValue={}} ): java.lang.NullPointerException
2013-04-05 19:16:33,975 ERROR [RequestCorrelator] (remote-thread-0) failed marshalling rsp (SuccessfulResponse{responseValue={}} ): java.lang.NullPointerException
2013-04-05 19:16:33,975 ERROR [RequestCorrelator] (remote-thread-1) failed marshalling rsp (SuccessfulResponse{responseValue=null} ): java.lang.NullPointerException

                
> NPE on shutdown: ExternalizerTableProxy already cleared
> -------------------------------------------------------
>
>                 Key: ISPN-2998
>                 URL: https://issues.jboss.org/browse/ISPN-2998
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 5.2.5.Final
>            Reporter: Sanne Grinovero
>            Assignee: Mircea Markus
>             Fix For: 5.3.0.CR1
>
>
> Apparently the method
> {code}org.infinispan.marshall.jboss.JBossMarshaller.ExternalizerTableProxy.getObjectWriter(Object){code}
> can be invoked during shutdown even when _externalizerTable_ is null, generating an NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list