Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LuceneOperationsIntegrationTests CI failures [DATAGEODE-41] #91

Closed
spring-projects-issues opened this issue Sep 12, 2017 · 0 comments
Assignees
Labels
in: configuration Issues with configuration type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link

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...

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: configuration Issues with configuration type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants