Re: [Nifi 1.5.0] DistributedMapCacheClientService fails to open port

2018-04-10 Thread françois lacombe
Hi Guys, I didn't notice it was a client and it indeed needs a server. Adding a DistributedMapCacheServer solve the issue Thanks a lot François 2018-04-10 14:09 GMT+02:00 Pierre Villard : > Hi, > > Usually, you would start a DistributedMapCacheServer controller

Re: [Nifi 1.5.0] DistributedMapCacheClientService fails to open port

2018-04-10 Thread Pierre Villard
Hi, Usually, you would start a DistributedMapCacheServer controller service on a given port and use the client service to connect on this port. Is that what you tried? Pierre 2018-04-10 14:04 GMT+02:00 Andrew Grande : > It's a client, it connects to a cache service. You

Re: [Nifi 1.5.0] DistributedMapCacheClientService fails to open port

2018-04-10 Thread Andrew Grande
It's a client, it connects to a cache service. You need to start another service and point the client to it. Andrew On Tue, Apr 10, 2018, 6:29 AM françois lacombe wrote: > Hi all, > > Does anyone experience problems with DistributedMapCacheClientService > service?

[Nifi 1.5.0] DistributedMapCacheClientService fails to open port

2018-04-10 Thread françois lacombe
Hi all, Does anyone experience problems with DistributedMapCacheClientService service? It currently doesn't manage to open port to listen on, according to lsof -i on my server. Then I got "connection refused" errors on runtime on several modules which rely on it. Is there any nifi.properties