I got another email from Phani K, not sure if its same chain. Need the cf log output of the service broker that should report an exception when you issue the bind request to know the cause.
-Sabha
On Wed, Aug 24, 2016 at 1:56 AM, Kumaresh Babu <kumareshcs20(a)gmail.com> wrote:
Hi Parameswaran,
I have tried with the inputs provided. Still I am facing the same issue. The logs are attached for your review. Please suggest. Thanks.
Regards, Kumaresh
On 24 August 2016 at 10:38, Kumaresh Babu <kumareshcs20(a)gmail.com> wrote:
Sure Parameswaran. I will update the ServiceBinding code. I will try in our PCF environment and let you know.
On 23 August 2016 at 22:51, Sabha Parameswaran <sabhap(a)pivotal.io> wrote:
I suspect you are getting tripped by new additional parameters being sent in the json payload during the bind request. Add following to the ServiceBinding code:
@JsonIgnoreProperties(ignoreUnknown = true)
This would ignore new unknown parameters.
Rebuild the broker and redeploy and then try create service and bind.
-Sabha
On Tue, Aug 23, 2016 at 9:20 AM, Sabha Parameswaran <sabhap(a)pivotal.io> wrote:
Kumaresh,
Continue to check the logs even as you issue the bind to app. Dont stop just with health check. Also, the logs get buffered for a bit before they show up in the cf logs. Retry the bind (or service creation) if needed till you see the request making it to the broker and any associated error.
-Sabha
On Tue, Aug 23, 2016 at 9:13 AM, Kumaresh Babu <kumareshcs20(a)gmail.com> wrote:
Hi Sabha,
I got healthcheck passed status for haash-service-broker-app. It doesn't show errors in logs. What may be the problem?
Regards, Kumaresh
On 23 August 2016 at 21:26, Sabha Parameswaran <sabhap(a)pivotal.io> wrote:
Kumaresh,
Marco meant you to check the logs of your Haash service broker app running on CF or elsewhere. If running on CF, issue cf logs <haash-service-broker-app> and from another window try the bind again and check the errors getting thrown by the broker.
-Sabha
On Tue, Aug 23, 2016 at 8:23 AM, Kumaresh Babu < kumareshcs20(a)gmail.com> wrote:
No Marco. I got above exception when attempt to bind the service instance with an app.