<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Using MiNiFi: Remote Process Group Connection Refused in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187868#M58920</link>
    <description>&lt;P&gt;We are using RAW and this is our nifi.properties file&lt;/P&gt;&lt;P&gt;# Site to Site properties&lt;/P&gt;&lt;P&gt;#nifi.remote.input.host=192.168.x.x&lt;/P&gt;&lt;P&gt;#nifi.remote.input.secure=false&lt;/P&gt;&lt;P&gt;#nifi.remote.input.socket.port=10000&lt;/P&gt;&lt;P&gt;#nifi.remote.input.http.enabled=true&lt;/P&gt;&lt;P&gt;#nifi.remote.input.http.transaction.ttl=30 sec&lt;/P&gt;&lt;P&gt;We've actually switched to a Nifi to Nifi using RPG now wondering if Minifi was the problem but it still delivers the exactly same Connection Refused message.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 00:46:16 GMT</pubDate>
    <dc:creator>elloyd</dc:creator>
    <dc:date>2017-04-06T00:46:16Z</dc:date>
    <item>
      <title>Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187862#M58914</link>
      <description>&lt;P&gt;We set up our minifi &amp;amp; flow according to this tutorial: &lt;A href="https://community.hortonworks.com/articles/56341/getting-started-with-minifi.html" target="_blank"&gt;https://community.hortonworks.com/articles/56341/getting-started-with-minifi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have done it several times to verify it was done correctly.&lt;/P&gt;&lt;P&gt;Within the server that minifi is installed on, upon starting it, after initialization, in the minifi-app.log, we get this error: p.p1 &lt;/P&gt;&lt;P&gt;2017-04-04 08:59:27,307 ERROR [Timer-Driven Process Thread-1] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=MinifiSource,target=http://foo.xyz.abc.com:8080/nifi] failed to communicate with &lt;A href="http://foo.xyz.abc.com:8080/nifi" target="_blank"&gt;http://foo.xyz.abc.com:8080/nifi&lt;/A&gt; due to java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;We expected this was a port issue so we checked the ports using nmap -sT -O localhost on our Nifi Server and it seems the 10000 port is open.  We also did a telnet on URL of our Nifi Server on our minifi server and it seemed to connect okay.&lt;/P&gt;&lt;P&gt;As a note: even when I just have a GenerateFlowFile -&amp;gt; RPG going to &lt;A href="http://foo.xyz.abc.com:8080/nifi" target="_blank"&gt;http://foo.xyz.abc.com:8080/nifi&lt;/A&gt; on my Nifi interface (essentially its remoting to itself), it still give me this same error as above.&lt;/P&gt;&lt;P&gt;Any guidance would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 23:00:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187862#M58914</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-04T23:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187863#M58915</link>
      <description>&lt;P&gt;I assume that when you access the NiFi UI in your browser you are going to &lt;A href="http://foo.xyz.cequintecid.com/"&gt;http://foo.xyz.cequintecid.com&lt;/A&gt;:8080/nifi and that works fine right?&lt;/P&gt;&lt;P&gt;Can you perform the GenerateFlowFile -&amp;gt; RPG to self test and get the full stacktrace from nifi-app.log when the error happens. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 23:32:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187863#M58915</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-04-04T23:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187864#M58916</link>
      <description>&lt;P&gt;Answer to your first question is yes.&lt;/P&gt;&lt;P&gt;Oddly enough for the second one, the nifi-app.log's last entry is from March 2nd.  Im pretty baffled as to why this isn't logging this in there. It has to be logging it somewhere.  I did a find in the CLI and there is only one nifi-app.log on the Nifi server.  Although it does seem to be updating the nifi-user.log&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 00:20:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187864#M58916</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-05T00:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187865#M58917</link>
      <description>&lt;P&gt;Also oddly enough, I've noticed that my nifi-app.log is owned by root instead of hdfs while everything else is owned by hdfs.  Maybe that is why it isn't logging.  Further down the rabbit hole&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 00:25:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187865#M58917</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-05T00:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187866#M58918</link>
      <description>&lt;P&gt;Okay I changed the owner to HDFS and it started logging.  Here are the results.  It seems to be giving the same Connection Refused error as on the minifi log  althought I also noticed this one:&lt;/P&gt;&lt;P&gt;"2017-04-04 18:28:17,894 WARN [NiFi Site-to-Site Connection Pool Maintenance] o.apache.nifi.remote.client.PeerSelector Could not communicate with 192.168.90.15:10000 to determine which nodes exist in the remote NiFi cluster, due to java.net.ConnectException: Connection refused"&lt;/P&gt;&lt;P&gt;2017-04-04 18:27:51,742 INFO [Provenance Maintenance Thread-2] o.a.n.p.PersistentProvenanceRepository Successfully performed Expiration Action org.apache.nifi.provenance.expiration.FileRemovalAction@7cbf9849 on Provenance Event file ./provenance_repository/28828679.prov.gz in 432121 nanos&lt;/P&gt;&lt;P&gt;2017-04-04 18:27:56,057 ERROR [Timer-Driven Process Thread-2] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=MinifiSource,target=http://xyz.foo.abc.com:8080/nifi] failed to communicate with &lt;A href="http://xyz.foo.abc.com:8080/nifi"&gt;http://xyz.foo.abc.com:8080/nifi&lt;/A&gt; due to java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:06,159 ERROR [Timer-Driven Process Thread-7] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=MinifiSource,target=http://xyz.foo.abc.com:8080/nifi] failed to communicate with &lt;A href="http://xyz.foo.abc.com:8080/nifi"&gt;http://xyz.foo.abc.com:8080/nifi&lt;/A&gt; due to java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:15,489 INFO [Site-to-Site Worker Thread-15] o.a.nifi.remote.SocketRemoteSiteListener Received connection from 192.168.90.15/192.168.90.15, User DN: null&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:15,601 INFO [Site-to-Site Worker Thread-15] o.a.nifi.remote.SocketRemoteSiteListener Successfully negotiated ServerProtocol SocketFlowFileProtocol Version 6 with Peer[url=nifi://192.168.90.15:43335]&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:15,713 INFO [Site-to-Site Worker Thread-15] o.a.n.r.p.s.SocketFlowFileServerProtocol Sending list of 1 peers back to client Peer[url=nifi://192.168.90.15:43335]&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:16,160 INFO [Timer-Driven Process Thread-3] o.apache.nifi.remote.client.PeerSelector New Weighted Distribution of Nodes:&lt;/P&gt;&lt;P&gt;PeerStatus[hostname=192.168.90.15,port=10000,secure=false,flowFileCount=0] will receive 100.0% of data&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:16,261 ERROR [Timer-Driven Process Thread-3] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=MinifiSource,target=http://xyz.foo.abc.com:8080/nifi] failed to communicate with &lt;A href="http://xyz.foo.abc.com:8080/nifi"&gt;http://xyz.foo.abc.com:8080/nifi&lt;/A&gt; due to java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,369 INFO [Provenance Maintenance Thread-2] o.a.n.p.PersistentProvenanceRepository Created new Provenance Event Writers for events starting with ID 29052330&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,392 INFO [Provenance Repository Rollover Thread-1] o.a.n.p.PersistentProvenanceRepository Successfully merged 16 journal files (11 records) into single Provenance Log File ./provenance_repository/29052319.prov in 41 milliseconds&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,394 INFO [Provenance Repository Rollover Thread-1] o.a.n.p.PersistentProvenanceRepository Successfully Rolled over Provenance Event file containing 52 records. In the past 5 minutes, 116 events have been written to the Provenance Repository, totaling 59.19 KB&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,894 WARN [NiFi Site-to-Site Connection Pool Maintenance] o.apache.nifi.remote.client.PeerSelector Could not communicate with 192.168.90.15:10000 to determine which nodes exist in the remote NiFi cluster, due to java.net.ConnectException: Connection refused&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,894 INFO [Site-to-Site Worker Thread-16] o.a.nifi.remote.SocketRemoteSiteListener Received connection from xyz.foo.abc.com/10.10.2.116, User DN: null&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,905 INFO [Site-to-Site Worker Thread-16] o.a.nifi.remote.SocketRemoteSiteListener Successfully negotiated ServerProtocol SocketFlowFileProtocol Version 6 with Peer[url=nifi://xyz.foo.abc.com:46241]&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,915 INFO [Site-to-Site Worker Thread-16] o.a.n.r.p.s.SocketFlowFileServerProtocol Sending list of 1 peers back to client Peer[url=nifi://xyz.foo.abc.com:46241]&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:17,925 INFO [NiFi Site-to-Site Connection Pool Maintenance] o.apache.nifi.remote.client.PeerSelector org.apache.nifi.remote.client.PeerSelector@1a703270 Successfully refreshed Peer Status; remote instance consists of 1 peers&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:22,090 INFO [Provenance Maintenance Thread-3] o.a.n.p.lucene.UpdateMinimumEventId Updated Minimum Event ID for Provenance Event Repository - Minimum Event ID now 28837444&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:22,090 INFO [Provenance Maintenance Thread-3] o.a.n.p.PersistentProvenanceRepository Successfully performed Expiration Action org.apache.nifi.provenance.lucene.UpdateMinimumEventId@63086b79 on Provenance Event file ./provenance_repository/28837433.prov.gz in 689201 nanos&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:22,090 INFO [Provenance Maintenance Thread-3] o.a.n.p.lucene.DeleteIndexAction Removed expired Provenance Event file ./provenance_repository/28837433.prov.gz&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:22,091 INFO [Provenance Maintenance Thread-3] o.a.n.p.lucene.DeleteIndexAction Removed expired Provenance Table-of-Contents file ./provenance_repository/toc/28837433.toc&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:22,091 INFO [Provenance Maintenance Thread-3] o.a.n.p.PersistentProvenanceRepository Successfully performed Expiration Action org.apache.nifi.provenance.expiration.FileRemovalAction@7cbf9849 on Provenance Event file ./provenance_repository/28837433.prov.gz in 210909 nanos&lt;/P&gt;&lt;P&gt;2017-04-04 18:28:26,363 ERROR [Timer-Driven Process Thread-3] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=MinifiSource,target=http://xyz.foo.abc.com:8080/nifi] failed to communicate with &lt;A href="http://xyz.foo.abc.com:8080/nifi"&gt;http://xyz.foo.abc.com:8080/nifi&lt;/A&gt; due to java.net.ConnectException: Connection refused&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 01:31:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187866#M58918</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-05T01:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187867#M58919</link>
      <description>&lt;P&gt;Ok, are you doing RAW site-to-site or HTTP-based (this is an option in the RPG)?&lt;/P&gt;&lt;P&gt;And what do these properties look like in your nifi.properties?&lt;/P&gt;&lt;P&gt;# Site to Site properties &lt;/P&gt;&lt;P&gt;nifi.remote.input.host= &lt;/P&gt;&lt;P&gt;nifi.remote.input.secure=false &lt;/P&gt;&lt;P&gt;nifi.remote.input.socket.port= &lt;/P&gt;&lt;P&gt;nifi.remote.input.http.enabled=true &lt;/P&gt;&lt;P&gt;nifi.remote.input.http.transaction.ttl=30 sec&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 04:09:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187867#M58919</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-04-05T04:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187868#M58920</link>
      <description>&lt;P&gt;We are using RAW and this is our nifi.properties file&lt;/P&gt;&lt;P&gt;# Site to Site properties&lt;/P&gt;&lt;P&gt;#nifi.remote.input.host=192.168.x.x&lt;/P&gt;&lt;P&gt;#nifi.remote.input.secure=false&lt;/P&gt;&lt;P&gt;#nifi.remote.input.socket.port=10000&lt;/P&gt;&lt;P&gt;#nifi.remote.input.http.enabled=true&lt;/P&gt;&lt;P&gt;#nifi.remote.input.http.transaction.ttl=30 sec&lt;/P&gt;&lt;P&gt;We've actually switched to a Nifi to Nifi using RPG now wondering if Minifi was the problem but it still delivers the exactly same Connection Refused message.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 00:46:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187868#M58920</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-06T00:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187869#M58921</link>
      <description>&lt;P&gt;Not sure if it helps but we also found this error message that appeared before the Connection Refused message:&lt;/P&gt;&lt;P&gt;2017-04-06 07:14:05,610 ERROR [Timer-Driven Process Thread-6] o.a.nifi.remote.StandardRemoteGroupPort RemoteGroupPort[name=From MiNiFi,targets=http://foo.xyz.abc.com:8080/nifi] failed to communicate with &lt;A href="http://foo.xyz.abc.com:8080/nifi" target="_blank"&gt;http://foo.xyz.abc.com:8080/nifi&lt;/A&gt; due to org.apache.nifi.remote.exception.HandshakeException: org.apache.nifi.remote.exception.ProtocolException: Expected to receive ResponseCode, but the stream did not have a ResponseCode&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 21:39:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187869#M58921</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-06T21:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187870#M58922</link>
      <description>&lt;P&gt;Nothing is really jumping out at me, it feels like something isn't configured correctly, but I'm not sure what.&lt;/P&gt;&lt;P&gt;Have you tried making nifi.remote.input.host the same value as the hostname you are using for the UI?&lt;/P&gt;&lt;P&gt;Just wondering since that was a 192 address and the web host looks like a hostname. The web host and s2s host can be different, but just wondering if there is some issue using the 192 address in this case.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 03:18:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187870#M58922</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-04-07T03:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187871#M58923</link>
      <description>&lt;P&gt;I am rather unsure what you mean.&lt;/P&gt;&lt;P&gt;nifi.remote.input.host is set to the same value as the hostname we are using for the Nifi UI, I think.&lt;/P&gt;&lt;P&gt;nifi.remote.input.host= 192.168.x.x&lt;/P&gt;&lt;P&gt;Hostname for UI= 192.168.x.x:8080/nifi&lt;/P&gt;&lt;P&gt;Do you mean to add the port and /nifi onto it in the nifi.properties folder?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 01:24:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187871#M58923</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-08T01:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187872#M58924</link>
      <description>&lt;P&gt;Sorry I may have just mis-understood the information... &lt;/P&gt;&lt;P&gt;In all of the logs it showed foo.xyz.abc.com and then for nifi.remote.input.host you said it was 192.168.x.x. I realize both are obfuscated, but I was assuming these were different values, otherwise I thought you would have put foo.xyz.abc.com for both of them. &lt;/P&gt;&lt;P&gt;If nifi.web.http.host and nifi.remote.input.host are the same in your nifi.properties, then you can ignore my previous comment.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 03:19:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187872#M58924</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-04-08T03:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187873#M58925</link>
      <description>&lt;P&gt;So I think perhaps theres some confusion.&lt;/P&gt;&lt;P&gt;foo.xyz.abc.com is the url of the location of the receiving server and of course, 8080/nifi is added to access the nifi interface&lt;/P&gt;&lt;P&gt;192.168.x.x is the IP address of the sending server.  They are different values and should be.&lt;/P&gt;&lt;P&gt;In response to your comment: If nifi.web.http.host and nifi.remote.input.host are the same in your nifi.properties, then you can ignore my previous comment.&lt;/P&gt;&lt;P&gt;They are not the same - in fact, nifi.web.http.host is blank and when I put the same value as nifi.remote,input.host, the receiving servers Nifi UI does not work anymore (as expected)&lt;/P&gt;&lt;P&gt;It is interesting to note that I was actually able to get Nifi to talk to itself through localhost using these values &lt;/P&gt;&lt;P&gt;nifi.remote.input.host=localhost &lt;/P&gt;&lt;P&gt;nifi.remote.input.secure=false &lt;/P&gt;&lt;P&gt;nifi.remote.input.socket.port=10000 &lt;/P&gt;&lt;P&gt;nifi.remote.input.http.enabled=true &lt;/P&gt;&lt;P&gt;nifi.remote.input.http.transaction.ttl=30 sec
&lt;/P&gt;&lt;P&gt;I think my next step is to install Nifi on another server than my sending server and try to send to my receiving server to try to figure out which server is the problem child.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 22:41:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187873#M58925</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-10T22:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187874#M58926</link>
      <description>&lt;P&gt;Ok nifi.remote.input.host should not be the value of a remote server, it should either be blank just like the web host which means it will bind to all interfaces, or it should be a specific hostname/ip of the current node that you are editing nifi.properties on.&lt;/P&gt;&lt;P&gt;Here is how it works, lets say you have a standalone NiFi instance with a RPG trying to send data to a 3 node cluster... In the RPG you put the URL of the target cluster's UI like &lt;A href="http://somehost:8080/nifi" target="_blank"&gt;http://somehost:8080/nifi&lt;/A&gt;, the RPG then makes a REST call to &lt;A href="http://somehost:8080/nifi" target="_blank"&gt;http://somehost:8080/nifi&lt;/A&gt; to ask it for the information about all the nodes in the cluster, the response contains the value of nifi.remote.input.host and nifi.remote.input.socket.port for each of the three nodes in the destination cluster, so now the source instance knows where to send data two.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 22:50:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187874#M58926</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-04-10T22:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187875#M58927</link>
      <description>&lt;P&gt;Hey Bryan&lt;/P&gt;&lt;P&gt;That was it!  If you check out the tutorial at &lt;A href="https://community.hortonworks.com/articles/56341/getting-started-with-minifi.html"&gt;https://community.hortonworks.com/articles/56341/getting-started-with-minifi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the wording makes it seem to me like we were meant to put in the IP address for the sending server.  Thank you so much for your help. A week and half to figure this out.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:06:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187875#M58927</guid>
      <dc:creator>elloyd</dc:creator>
      <dc:date>2017-04-11T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187876#M58928</link>
      <description>&lt;P&gt;Switch to HTTP, make sure everything has permissions.   check firewalls.   I have had wrong input names sometimes in the config.yml   check those.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 00:22:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/187876#M58928</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2018-01-03T00:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/292696#M58929</link>
      <description>&lt;P&gt;&amp;nbsp;u can see this artical:&lt;A href="https://cwiki.apache.org/confluence/display/NIFI/Support+HTTP%28S%29+as+a+transport+mechanism+for+Site-to-Site" target="_blank"&gt;&amp;nbsp;https://cwiki.apache.org/confluence/display/NIFI/Support+HTTP%28S%29+as+a+transport+mechanism+for+Site-to-Site&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 07:17:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/292696#M58929</guid>
      <dc:creator>Nabil</dc:creator>
      <dc:date>2020-03-27T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using MiNiFi: Remote Process Group Connection Refused</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/292697#M58930</link>
      <description>&lt;P&gt;you have to fiil in&amp;nbsp;&lt;SPAN class="s1"&gt;nifi.remote.input.host= at conf/nifi.properties. this work when you deploy nifi to actual host&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 07:19:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Using-MiNiFi-Remote-Process-Group-Connection-Refused/m-p/292697#M58930</guid>
      <dc:creator>Nabil</dc:creator>
      <dc:date>2020-03-27T07:19:14Z</dc:date>
    </item>
  </channel>
</rss>

