- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Failed to initialize sever in HandleHttpRequest Nifi
- Labels:
-
Apache NiFi
Created ‎03-04-2017 06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Am trying to setup the web service using HandleHTTPRequest ->InvokeHTTP->FetchHbaseRow->HandleHTTPResponse processor. While starting the nifi process group getting the error:
[Timer-Driven Process Thread-6] o.a.n.p.standard.HandleHttpRequest org.apache.nifi.processor.exception.ProcessException: Failed to initialize the server
Any ideas on the cause. Please let me know if you need any more info..
Created ‎03-04-2017 10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @yeah thatguy,
You would have more details about the error by looking at the log file ./logs/nifi-app.log
The most common cause is that the port you defined in the processor is already used and cannot be used by the listener started by the processor.
Hope this helps.
