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

Conflict with Spring data api #78

Open
shannonantony opened this issue Nov 27, 2019 · 0 comments
Open

Conflict with Spring data api #78

shannonantony opened this issue Nov 27, 2019 · 0 comments

Comments

@shannonantony
Copy link

This is related to issue #61. I have springboot 2.x application with spring-data-redis and jredisearch. While starting up the springboot app, i get the following error. I did try different versions of libraries, but no luck. please help

APPLICATION FAILED TO START


Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension.createMappingConfigBeanDef(RedisRepositoryConfigurationExtension.java:168)

The following method did not exist:

org.springframework.data.repository.config.RepositoryConfigurationSource.getRequiredAttribute(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;

The method's class, org.springframework.data.repository.config.RepositoryConfigurationSource, is available from the following locations:

jar:file:/C:/Users/.m2/repository/org/springframework/data/spring-data-commons/2.1.12.RELEASE/spring-data-commons-2.1.12.RELEASE.jar!/org/springframework/data/repository/config/RepositoryConfigurationSource.class

It was loaded from the following location:

file:/C:/Users/jantony/.m2/repository/org/springframework/data/spring-data-commons/2.1.12.RELEASE/spring-data-commons-2.1.12.RELEASE.jar

Action:

Correct the classpath of your application so that it contains a single, compatible version of org.springframework.data.repository.config.RepositoryConfigurationSource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant