The o.s.d.g.search.lucene.LuceneOperationsIntegrationTests test suite class failed in the Spring Bamboo CI server during the SDG nightly and release build runs.
The cause of the failure was indicated as...
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'luceneTemplate' defined in org.springframework.data.gemfire.search.lucene.LuceneOperationsIntegrationTests$LuceneOperationsIntegrationTestConfiguration: Unsatisfied dependency expressed through method 'luceneTemplate' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.geode.cache.lucene.LuceneIndex' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.geode.cache.lucene.LuceneIndex' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
Affects: 2.0 RC3 (Kay)
The text was updated successfully, but these errors were encountered:
John Blum opened DATAGEODE-41 and commented
The
o.s.d.g.search.lucene.LuceneOperationsIntegrationTests
test suite class failed in the Spring Bamboo CI server during the SDG nightly and release build runs.The cause of the failure was indicated as...
Affects: 2.0 RC3 (Kay)
The text was updated successfully, but these errors were encountered: