|
Re: Problem on binding service instance with an app
I need the cf logs output from the service broker app when you issue the
bind request.
-Sabha
--
Sabha Parameswaran
Platform Engineering, Cloud Foundry
Pivotal, Inc.
m: +1 (415) 244-5554
I need the cf logs output from the service broker app when you issue the
bind request.
-Sabha
--
Sabha Parameswaran
Platform Engineering, Cloud Foundry
Pivotal, Inc.
m: +1 (415) 244-5554
|
By
Sabha
·
#5600
·
|
|
Re: Problem on binding service instance with an app
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
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
|
By
Kumaresh Babu
·
#5599
·
|
|
Re: Problem on binding service instance with an app
Sure Parameswaran. I will update the ServiceBinding code. I will try in our
PCF environment and let you know.
Sure Parameswaran. I will update the ServiceBinding code. I will try in our
PCF environment and let you know.
|
By
Kumaresh Babu
·
#5598
·
|
|
Re: CF Routing Use Cases
Hi Jason,Thank you for the feedback.
Yes, I believe that's very true and would generally be the case with production deployments. Let me add a note to the slide to include this as well.
I read up on
Hi Jason,Thank you for the feedback.
Yes, I believe that's very true and would generally be the case with production deployments. Let me add a note to the slide to include this as well.
I read up on
|
By
Moiz Arif <moizarif2002@...>
·
#5597
·
|
|
Re: CF Routing Use Cases
Hi Moiz,
Looks good overall.
My only minor clarification is that the HAProxy configuration that you've
shown is only one way to set up CF, and not necessarily what people use in
production. For
Hi Moiz,
Looks good overall.
My only minor clarification is that the HAProxy configuration that you've
shown is only one way to set up CF, and not necessarily what people use in
production. For
|
By
Jason Sherron
·
#5596
·
|
|
Re: Problem on binding service instance with an app
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 =
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 =
|
By
Sabha
·
#5595
·
|
|
Re: Problem on binding service instance with an app
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
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
|
By
Sabha
·
#5594
·
|
|
Re: Problem on binding service instance with an app
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
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
|
By
Kumaresh Babu
·
#5593
·
|
|
Re: Problem on binding service instance with an app
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
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
|
By
Sabha
·
#5592
·
|
|
Re: Cloud Foundry Java Client 2.0.0.RELEASE
Congratulations Ben! Even though I haven't worked on the cf java client for months, I am still amazed by the attention to detail given by yourself and the team. I describe the client code to others as
Congratulations Ben! Even though I haven't worked on the cf java client for months, I am still amazed by the attention to detail given by yourself and the team. I describe the client code to others as
|
By
Glyn Normington
·
#5591
·
|
|
CF install error at uaa service
Hi,
During a CF install on Vsphere I get a problem with the uaa service.
bosh deploy returns this error:
tarted updating job uaa_z1 > uaa_z1/0
(49dfbb23-64ba-4eef-9872-2dfc8fb9a9e6)
Hi,
During a CF install on Vsphere I get a problem with the uaa service.
bosh deploy returns this error:
tarted updating job uaa_z1 > uaa_z1/0
(49dfbb23-64ba-4eef-9872-2dfc8fb9a9e6)
|
By
Neil Watson
·
#5590
·
|
|
Re: Problem on binding service instance with an app
No Marco. I got above exception when attempt to bind the service instance
with an app.
No Marco. I got above exception when attempt to bind the service instance
with an app.
|
By
Kumaresh Babu
·
#5589
·
|
|
Re: DNS caching and forwarding in Cloud Foundry with Consul Agents
I understand. I'm claiming that if consul-release supports just the first
two, then you don't really need the third. Can you describe a case where
you would want to do the third thing on that list
I understand. I'm claiming that if consul-release supports just the first
two, then you don't really need the third. Can you describe a case where
you would want to do the third thing on that list
|
By
Amit Kumar Gupta
·
#5588
·
|
|
Re: Problem on binding service instance with an app
At first glance, it looks like your own broker server is returning 502 when
CC attempts to issue the bind request. Do you see anything which
corresponds to the request in your broker's
At first glance, it looks like your own broker server is returning 502 when
CC attempts to issue the bind request. Do you see anything which
corresponds to the request in your broker's
|
By
Marco Nicosia
·
#5587
·
|
|
Re: Deploy CF on vsphere which managed by openstack
Actually you need to build your own STEMCELL which is vmdk type as the
qcow2 mainly used for KVM hypervisor
--
Regards,
Yitao
Actually you need to build your own STEMCELL which is vmdk type as the
qcow2 mainly used for KVM hypervisor
--
Regards,
Yitao
|
By
Yitao Jiang
·
#5586
·
|
|
Deploy CF on vsphere which managed by openstack
We use vsphere esxi as our hypervisor environment, and this environment is
managed by openstack,that is to say we use openstack to manage the
lifecycle of virtual machines and images and so on. Now I
We use vsphere esxi as our hypervisor environment, and this environment is
managed by openstack,that is to say we use openstack to manage the
lifecycle of virtual machines and images and so on. Now I
|
By
Youzhi Zhu
·
#5585
·
|
|
Re: DNS caching and forwarding in Cloud Foundry with Consul Agents
/etc/resolv.conf and (b) not listen on port 53,
would probably never
any recursing?
Sorry I did not explain myself.
I did not mean that I want to implement all scenarios at the same time. I
meant
/etc/resolv.conf and (b) not listen on port 53,
would probably never
any recursing?
Sorry I did not explain myself.
I did not mean that I want to implement all scenarios at the same time. I
meant
|
By
Hector Rivas Gandara
·
#5584
·
|
|
Util for Concourse users
Hi all,
I knocked up a tiny utility that Concourse users might find handy.
It takes a YAML file of variables, and runs a command with those variables
in the environment. Handy if you use
Hi all,
I knocked up a tiny utility that Concourse users might find handy.
It takes a YAML file of variables, and runs a command with those variables
in the environment. Handy if you use
|
By
Daniel Jones
·
#5583
·
|
|
Problem on binding service instance with an app
Hi,
I created haash service broker in out PCF environment. I created service instance for haash service and named as 'my-hash'.
I can't bind 'my-hash' service instance with an app. I am getting
Hi,
I created haash service broker in out PCF environment. I created service instance for haash service and named as 'my-hash'.
I can't bind 'my-hash' service instance with an app. I am getting
|
By
Kumaresh Babu
·
#5582
·
|
|
Re: Is there a UAA API analog to the uaa.yml spring_profiles setting?
And finally I did a mapping of uaa.yml property names to config keys in the
API, and uaa is hitting my server. Problem solved.
wrote:
And finally I did a mapping of uaa.yml property names to config keys in the
API, and uaa is hitting my server. Problem solved.
wrote:
|
By
Eric Promislow
·
#5581
·
|