[infinispan-issues] [JBoss JIRA] Created: (ISPN-117) S3CacheStore not initialising JCloudsConnection and JCloudsBucket
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Mon Jun 29 02:42:57 EDT 2009
S3CacheStore not initialising JCloudsConnection and JCloudsBucket
-----------------------------------------------------------------
Key: ISPN-117
URL: https://jira.jboss.org/jira/browse/ISPN-117
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 4.0.0.ALPHA5
Reporter: Galder Zamarreno
Assignee: Galder Zamarreno
Fix For: 4.0.0.BETA1
S3CacheStore's init() method currently initialises connection and bucket to null, which means that an NPE is thrown when cache store is used.
public void init(CacheLoaderConfig config, Cache cache, Marshaller m) {
init(config, cache, m, null, null);
}
Caused by: java.lang.NullPointerException
at org.infinispan.loaders.s3.S3CacheStore.start(S3CacheStore.java:75)
at org.infinispan.loaders.decorators.AbstractDelegatingStore.start(AbstractDelegatingStore.java:101)
at org.infinispan.loaders.CacheLoaderManagerImpl.start(CacheLoaderManagerImpl.java:96)
--
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 infinispan-issues
mailing list