Created 11-07-2022 01:20 AM
I'm trying to run listenHTTP processor for listening to a webhook notification.
I'm relatively new to this processor. When I initialize, I observe java.net.bind exception. Address already in use.
nifi url: http://localhost:8080/nifi/ (it has a public IP but we use NATing)
Existing configuration
Error Observed
Created 11-07-2022 04:16 AM
Before starting processor ListenHHTP , please check and make sure port 8888 is not used by any other process at host where nifi service is running.
You can use netstat command to check and confirm.
If you found this response assisted with your issue, please take a moment to login and click on "Accept as Solution" below this post.
Thank you,
Chandan
Created 11-07-2022 04:47 AM
Hi @ckumar
Yes I have verified. The port is not being used. However nifi throws the error.