[infinispan-issues] [JBoss JIRA] (ISPN-2088) NPE when using a particular DefaultCacheManager constructor
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Jun 4 07:31:19 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-2088:
-----------------------------------
Fix Version/s: 5.2.0.ALPHA1
5.2.0.FINAL
Forum Reference: https://community.jboss.org/message/739214 (was: https://community.jboss.org/message/739214)
> 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
> Fix For: 5.2.0.FINAL
>
>
> 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