Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Exception in implementing NiFi site-to-site protocol.

avatar

2016-06-23 17:00:36,333 ERROR [Timer-Driven Process Thread-3] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=Remote Connection,target=http://host:7090/nifi] failed to communicate with http://host:7090/nifi due to java.net.SocketTimeoutException. I can access the target nifi instance with no issues.

1 ACCEPTED SOLUTION

avatar

Got it resolved the issue is firewall on remote machine. I had to disable the firewall to make it work.( service iptables stop).

View solution in original post

4 REPLIES 4

avatar

Have you had a chance to enable the site to site port on the receiving system (well both systems really)?

http://docs.hortonworks.com/HDPDocuments/HDF1/HDF-1.2/bk_AdminGuide/content/system_properties.html

Take a look at the "Site to Site Properties" section.

avatar

Hi,

Can you check if you have these properties set properly on both nodes?

nifi.remote.input.socket.host={host}

nifi.remote.input.socket.port={port}

nifi.remote.input.secure={false/true}

Thanks

avatar

Got it resolved the issue is firewall on remote machine. I had to disable the firewall to make it work.( service iptables stop).

avatar
New Contributor

Hi,

If Firewall is disabled and still you get same issue, then add ip and host name in /etc/hosts file for ubuntu system.

My issue was resolved after adding host details in /etc/hosts file