[infinispan-issues] [JBoss JIRA] (ISPN-2088) NPE when using a particular DefaultCacheManager constructor

Darrell Burgan (JIRA) jira-events at lists.jboss.org
Fri Jun 1 11:09:18 EDT 2012


Darrell Burgan created ISPN-2088:
------------------------------------

             Summary: NPE when using a particular DefaultCacheManager constructor
                 Key: ISPN-2088
                 URL: https://issues.jboss.org/browse/ISPN-2088
             Project: Infinispan
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 5.1.5.FINAL
         Environment: Ubuntu 12.04, Java 1.6.0_27, Tomcat 5.5
            Reporter: Darrell Burgan
            Assignee: Manik Surtani
            Priority: Minor


In Infinispan 5.1.5, I'm experiencing a consistent NPE in the constructor in DefaultCacheManager at line 434 - DefaultCacheManager(String globalConfigurationFile, String defaultConfigurationFile, String namedCacheFile, boolean start), when the named cache file is specified.
 
On line 447, it calls defineConfiguration(), which ultimately NPEs on line 974 because the globalComponentRegistry has not yet been created. If you look back at line 447, you can see that the globalComponentRegistry is created afterwards on line 450.

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

        


More information about the infinispan-issues mailing list