Date
1 - 3 of 3
Troubleshooting tips ...
Vish
Hi Folks,
I see the below error , when trying to connect to api end point : cf api api.cf.fxlab.net --skip-ssl-validationSetting api endpoint to api.cf.fxlab.net... FAILED Server error, status code: 404, error code: 0, message: This was working yesterday, I already checked that all the cf components are active and running. Need pointers on where to start the troubleshooting. Kindly assist. Regards,Vish. |
|
CF Runtime
Set CF_TRACE=true to see the exact request that results in the 404. Most
likely it is a request to api.cf.fxlab.net/v2/info. Double check that that url does in fact return a 404. From there, the problem will probably be in either the router or the api instance. If you ssh onto the api instance, you can try to curl localhost:9022/v2/info to see if it is working. On Fri, Jul 31, 2015 at 5:55 AM, Vishwanath V <thelinuxguyis(a)yahoo.co.in> wrote: Hi Folks, |
|
Vish
Thanks CFR.
toggle quoted message
Show quoted text
On Friday, 31 July 2015 9:33 PM, CF Runtime <cfruntime(a)gmail.com> wrote:
Set CF_TRACE=true to see the exact request that results in the 404. Most likely it is a request to api.cf.fxlab.net/v2/info. Double check that that url does in fact return a 404. From there, the problem will probably be in either the router or the api instance. If you ssh onto the api instance, you can try to curl localhost:9022/v2/info to see if it is working. On Fri, Jul 31, 2015 at 5:55 AM, Vishwanath V <thelinuxguyis(a)yahoo.co.in> wrote: Hi Folks, I see the below error , when trying to connect to api end point : cf api api.cf.fxlab.net --skip-ssl-validationSetting api endpoint to api.cf.fxlab.net... FAILED Server error, status code: 404, error code: 0, message: This was working yesterday, I already checked that all the cf components are active and running. Need pointers on where to start the troubleshooting. Kindly assist. Regards,Vish. _______________________________________________ cf-dev mailing list cf-dev(a)lists.cloudfoundry.org https://lists.cloudfoundry.org/mailman/listinfo/cf-dev |
|