apigee / iloveapis2015-hmac-httpsignature

Apache License 2.0
11 stars 6 forks source link

The revision is deployed, but traffic cannot flow. steps.javacallout.JavaCalloutInstantiationFailed #2

Closed bhatikuldeep closed 5 years ago

bhatikuldeep commented 6 years ago

Hi @DinoChiesa thanks for these libraries. HMAC works fine for me, however httpsig does not work; while deploying apigee egde (on cloud), returns shows this error;

The revision is deployed, but traffic cannot flow. steps.javacallout.JavaCalloutInstantiationFailed

I tried building the java code on my local, tried importing that as well but gets same error :| can you please help?

DinoChiesa commented 6 years ago

Hi Kuldeep Usually the problem when you see that symptom is that you don't have all the dependencies deployed with the API Proxy. Check it and try again? This callout is in broad use, so I'm certain that it's not an issue with the code.

bhatikuldeep commented 5 years ago

@DinoChiesa sure, I will give it a try again and let you know, thanks!