[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1511) NullPointerException in invalidateRegion

Dennis Reed (JIRA) jira-events at lists.jboss.org
Tue Jun 2 11:01:58 EDT 2009


NullPointerException in invalidateRegion
----------------------------------------

                 Key: JBCACHE-1511
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1511
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.4.1.SP9
            Reporter: Dennis Reed
            Assignee: Dennis Reed


(1.4.1.SP9 stack trace)
Caused by: java.lang.NullPointerException
           at org.jboss.cache.TreeCache.inactivateRegion(TreeCache.java:2363)

inactivateRegion uses marshaller_ without checking to see whether it is null.
marshaller_ is only set if registerClassLoader() or unregisterClassLoader() is called on the cache before inactivateRegion is.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list