Member since
06-26-2015
515
Posts
138
Kudos Received
114
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2262 | 09-20-2022 03:33 PM | |
| 6021 | 09-19-2022 04:47 PM | |
| 3245 | 09-11-2022 05:01 PM | |
| 3714 | 09-06-2022 02:23 PM | |
| 5783 | 09-06-2022 04:30 AM |
02-28-2022
03:53 PM
@Ros , I imagine that despite the error your connection is working fine, right? If that's the case, you can safely ignore the error messages. Andre
... View more
02-28-2022
03:50 PM
@yagoaparecidoti , Could explain which steps you took to generate your server.jks file? André
... View more
02-28-2022
03:45 PM
@myuintelli2021 , Good point! I hadn't noticed that. Alternatively, you can download the NiFi Toolkit and use the encrypt-config.bat to perform the key migration. Check this out: https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#sensitive-property-key-migration The toolkit contains a Windows version of the script (encrypt-config.bat). HTH, André
... View more
02-28-2022
01:51 AM
You should always use the fully qualified hostnames, instead of IP addresses. Although it's longer, it can prevent problems. If your cluster is using TLS, for example, the full hostnames are required. I imagine these logs that you shared are client logs, right? Can you check the Tablet Server logs and see if there are errors in them? Those would help understand the issue. André
... View more
02-28-2022
01:46 AM
1 Kudo
@CookieCream , What do you mean by "made the http post empty"? I would suggest that you remove your NiFi directory and restart from scratch following these instructions: https://nifi.apache.org/docs/nifi-docs/html/getting-started.html#downloading-and-installing-nifi If you follow the exact instructions the installation should work without problems. Cheers, André
... View more
02-27-2022
06:21 PM
@SamarApple , Would you be able to share your authorizers.xml configuration and the full stack trace from nifi-app.log or nifi-user.log? Cheers, André
... View more
02-27-2022
03:21 PM
Hi @mehmetersoy , You can open a ticket with support and associate it with CDP. We can check if there are any Samba dependencies required for CDP and advise if the CVE applies to it or not. Cheers, André
... View more
02-26-2022
05:21 PM
@myuintelli2021 The NiFi binaries come with a run-nifi.bat in addition of nifi.sh. André
... View more
02-26-2022
02:28 PM
1 Kudo
Hi @CookieCream NiFi in the latest version is deployed automatically with security and TLS enabled. You need to set the single user credentials and connect to port 8443 instead of 8080. Please check the documentation: https://nifi.apache.org/docs/nifi-docs/html/getting-started.html#i-started-nifi-now-what Cheers André
... View more
02-24-2022
09:54 PM
1 Kudo
@wert_1311 , Kerberos issue can be a hard thing to troubleshoot. I've done a LOT of troubleshooting involving Kerberos and I still find myself stumped at times. What's in the krb5kdc.log rarely matters. The best way to find out what's going on is to look at the client log. Enable debug logging for your application and ensure you also toggle debug mode for the Kerberos modules with -Dsun.security.krb5.debug=true for your application. Look at and read the logs carefully, and google a lot 🙂 Kerberos debug logs are rarely intuitive. If you can share some of that here it might help us find some clues as to what is going on. If you can't, I understand. Good luck. André
... View more