Created 07-20-2016 04:06 PM
Hi
NiFi cannot connect to Google Places API, I followed the tutorials in Lab 2 Enhance the DataFlow with Geo Location Environment. I am receiving "connectionTimeout error", I have generated the key for Google Places API and using it.
When I use the same URI in SOAP UI it works fine, I think there must be some settings need to be done to get the data from external webservice. can you please help me on this thanks.
,Hi,
I am trying to do the Lab -2 Enhance the DataFlow with Geo Location Enrichment using NiFi, but unable to connect to Google Places API, I have generated key still not able to get any response from webservice. I always get connection time out error. If I hit the same RESTFul webservice(same URI) using SOAP UI it works. I think it is something to do with NiFi set up, can you please help me.
Thanks
Created 11-10-2016 11:14 AM
Its the proxy issue, I have entered the proxy details within the processor fixed the issue thanks.
Created 07-21-2016 11:31 PM
Can you share your NiFi template, so I can look through your dataflow and help you find the solution?
Created 07-22-2016 09:22 AM
Created 07-23-2016 11:29 PM
Hi @Srikanth Gundam,
I tested your NiFi template on my local machine and the dataflow works fine. No problems.
"connectionTimeout error" occurs usually due to network connectivity issues or firewall could be dropping the API HTTP request.
I don't think you have a network connectivity issue because you were able to use SOAP UI.
Can you send me the logs after you ran your NiFi Dataflow and the error happened? The logs folder is in HDF-1.2.0.1-1/nifi/logs.
Created 07-29-2016 04:04 PM
Created 07-22-2016 02:32 PM
Are you on a sandbox? do you have access to / from the box? Did you get an error? It should show up in the UI. Is it always timeout. Can NiFi access anything?
Created 07-22-2016 03:37 PM
No, I am on localhost, I always get connection timeout error in the UI. NiFi can fetch the data from the local directory and put the data into output directory in local. This is the first time I am trying to access a webservice.
Created 10-05-2016 06:57 PM
have you tried the newest version
Created 11-10-2016 11:14 AM
Its the proxy issue, I have entered the proxy details within the processor fixed the issue thanks.