Member since
07-30-2019
3467
Posts
1641
Kudos Received
1018
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 136 | 05-06-2026 09:16 AM | |
| 233 | 05-04-2026 05:20 AM | |
| 226 | 05-01-2026 10:15 AM | |
| 457 | 03-23-2026 05:44 AM | |
| 352 | 02-18-2026 09:59 AM |
12-11-2019
03:20 PM
Hi Matt, Created the JIRA for the same. https://issues.apache.org/jira/browse/NIFI-6943 Thanks for reply Matt. Thanks, Dewashish
... View more
12-11-2019
10:30 AM
@xpelive Just want to make sure a couple configurations. 1. The port you are using in the URL (8180) is the "nifi.web.http.port=" and not the "nifi.remote.input.socket.port=" port configured in your nifi.properties file. 2. When you start your NiFi instance, you will see a line output in the nifi-app.log when startup is complete that says the NiFi Ui is available at the following URLs: Is "localhost:8180" listed in one of those URLs? If not, you need to use one of the URLs listed in your Remote Process Group. It might be that localhost is bound to a different NIC on your server than what NiFi is listening on. 3. If you have or will ever have more than 1 NiFi node in a NiFi cluster, using "localhost" is not going to work. Your NiFi nodes should be configured to use the actual hostnames fo the server on which the service is running. That hostname should be configured in both these properties: --- nifi.remote.input.host= --- nifi.web.http.host= 4. Since your NiFi is not secured, make sure that your nifi.properties file is not configured to be secure: nifi.remote.input.secure=false. Null exceptions are particularly difficult to diagnose because a null basically means there was no error handling coded to handle to particular exception. Thus we need o look at all angles of the configuration to see where the issue may reside.
... View more
12-11-2019
04:25 AM
2 Kudos
May be it will be useful for someone. I used searchValue as "\p{C}" and ReplaceValue as empty String \p{C} finds all non-printable characters.
... View more
12-10-2019
07:28 AM
Hi Matt, thanks - works fine for me!
... View more
12-06-2019
03:01 AM
Thank u Matt. Its working.
... View more
12-05-2019
04:49 PM
@emanueol as of this writing, I believe that XML attachments aren't allowed, but you can cut and paste the XML source code into the body of a post using the Insert/edit code sample feature of the editor.
... View more
12-05-2019
12:49 AM
yes, this helped, thank you
... View more
12-02-2019
11:19 AM
Thanks Matt, With new certs, like you mentioned, we were able to make it work.
... View more
11-30-2019
09:48 PM
Any luck getting it working? I'm still working on it to this day, but I think I'm gonna finish it tonight. If so, I can help you when I know my method works.
... View more