Abhishek Verma created IGNITE-10139:
---------------------------------------
Summary: Conflict with feign client while initialisation of bean unable to start ignite instance.
Key: IGNITE-10139
URL:
https://issues.apache.org/jira/browse/IGNITE-10139 Project: Ignite
Issue Type: Bug
Components: cache, clients, spring
Affects Versions: 2.6
Reporter: Abhishek Verma
Hi Team,
I am not unable to start the spring boot application. Getting conflict with spring boot open feign dependencies.
{code:java}
IAccountClient: FactoryBean threw exception on object creation; nested exception is class org.apache.ignite.IgniteException: Ignite instance with this name has already been started: Ignite-Test.{code}
I am creating one spring cache manager bean and having one interface for feign client. While booting up service getting above mentioned error.
Upto Ignite 2.5.0 it is working fine.
In 2.6.0 I am facing this issue. Is there any bean conflict between ignite 2.6.0 and spring boot openfeign?
Regards,
Abhishek Verma
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)