|
Re: How shoulld I debug a blobstore error?
Thanks for replying, but I'm not sure I understand your instructions.
I'm not sure what "check the route registrar merge" means.
Do you mean that I should change the last 2 lines in
Thanks for replying, but I'm not sure I understand your instructions.
I'm not sure what "check the route registrar merge" means.
Do you mean that I should change the last 2 lines in
|
By
Eyal Shalev
·
#5252
·
|
|
Re: How shoulld I debug a blobstore error?
Regarding z2 number of instances are 0 so it is same as having just 1 zone.
For login route error , route registrar on uaa job is adding
login.10.60.18.186.xip.io to routes but from cloud controller
Regarding z2 number of instances are 0 so it is same as having just 1 zone.
For login route error , route registrar on uaa job is adding
login.10.60.18.186.xip.io to routes but from cloud controller
|
By
Ronak Banka
·
#5251
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
Hi Brian,
The scopes that end up in the access token are the intersection of the client scopes and the user scopes. Which oauth client have you configured your spring cloud application with?
Hi Brian,
The scopes that end up in the access token are the intersection of the client scopes and the user scopes. Which oauth client have you configured your spring cloud application with?
|
By
Madhura Bhave
·
#5250
·
|
|
Re: How shoulld I debug a blobstore error?
It seems to have generated two of them even through I am not using 2 zones.
Also I see port 8080 mentioned somewhere in there, as mentioned before port 8080 is only opened internally in the security
It seems to have generated two of them even through I am not using 2 zones.
Also I see port 8080 mentioned somewhere in there, as mentioned before port 8080 is only opened internally in the security
|
By
Eyal Shalev
·
#5249
·
|
|
Re: How shoulld I debug a blobstore error?
Eyal ,
In your final manifest , can you check what are the properties under
route-registrar for uaa job ?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf.yml#L194
Eyal ,
In your final manifest , can you check what are the properties under
route-registrar for uaa job ?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf.yml#L194
|
By
Ronak Banka
·
#5248
·
|
|
Emitting service instance logs to dopplr
Has anyone implemented (and has some sample code/OSS project) for a service broker implementation to emit logs/events back into dopplr for each service binding's app?
Nic
Has anyone implemented (and has some sample code/OSS project) for a service broker implementation to emit logs/events back into dopplr for each service binding's app?
Nic
|
By
Dr Nic Williams <drnicwilliams@...>
·
#5247
·
|
|
Spring OAuth not retrieving scopes from UAA
Hello All,
Brand new to Cloud Foundry. I have hooked up a Spring Cloud Application to a UAA server and gotten it to authenticate properly. However, I noticed that none of the scopes that I defined in
Hello All,
Brand new to Cloud Foundry. I have hooked up a Spring Cloud Application to a UAA server and gotten it to authenticate properly. However, I noticed that none of the scopes that I defined in
|
By
Bryan Perino
·
#5245
·
|
|
Re: How shoulld I debug a blobstore error?
That works, but now I cannot connect the cf client.
I am getting a 404.
It does not explicilty say so in the docs, so I assuming that the API endoint is:
https://api.domain_for_haproxy_node is this
That works, but now I cannot connect the cf client.
I am getting a 404.
It does not explicilty say so in the docs, so I assuming that the API endoint is:
https://api.domain_for_haproxy_node is this
|
By
Eyal Shalev
·
#5246
·
|
|
Re: Consul Encryption in CF v234+
Hi Carsten,
That's a good question. We haven't built anything specifically to support
0-downtime for the DEAs, but we have some upcoming changes to make the etcd
used by etcd-metric-server,
Hi Carsten,
That's a good question. We haven't built anything specifically to support
0-downtime for the DEAs, but we have some upcoming changes to make the etcd
used by etcd-metric-server,
|
By
Amit Kumar Gupta
·
#5244
·
|
|
Re: How shoulld I debug a blobstore error?
You can replace it in the stub and rerun generate.
You can replace it in the stub and rerun generate.
|
By
Amit Kumar Gupta
·
#5243
·
|
|
Re: How shoulld I debug a blobstore error?
Can I replace it in the manifest stub and rerun generate? or do I need to replace it in the generated manifest?
Can I replace it in the manifest stub and rerun generate? or do I need to replace it in the generated manifest?
|
By
Eyal Shalev
·
#5242
·
|
|
Re: How shoulld I debug a blobstore error?
Please try replacing all occurrences of "SYSTEM_DOMAIN" in your manifest
with "sys.10.60.18.186.xip.io" and all instances of "APP_DOMAIN" with "
apps.10.60.18.186.xip.io".
Please try replacing all occurrences of "SYSTEM_DOMAIN" in your manifest
with "sys.10.60.18.186.xip.io" and all instances of "APP_DOMAIN" with "
apps.10.60.18.186.xip.io".
|
By
Amit Kumar Gupta
·
#5241
·
|
|
Re: How shoulld I debug a blobstore error?
Following up on my previously posted config,
I found the following message in /var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log (The error log was empty... ):
Problem is that I don't
Following up on my previously posted config,
I found the following message in /var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log (The error log was empty... ):
Problem is that I don't
|
By
Eyal Shalev
·
#5240
·
|
|
Re: How shoulld I debug a blobstore error?
Hello Ronak,
I have used XIP.
It does not seem to have helped.
I got much the same result.
API node does not complete the job.
looking at the vcap logs looks similar to above:
cloud_controller_ng_ctl
Hello Ronak,
I have used XIP.
It does not seem to have helped.
I got much the same result.
API node does not complete the job.
looking at the vcap logs looks similar to above:
cloud_controller_ng_ctl
|
By
Eyal Shalev
·
#5239
·
|
|
Re: Moving Diego Repositories
Ignore me, I can't read... looks like this is using that already. Nice!
Ignore me, I can't read... looks like this is using that already. Nice!
|
By
Will Pragnell <wpragnell@...>
·
#5238
·
|
|
Re: Moving Diego Repositories
Have we abandoned plans for the import path service Eric proposed back in
April? If not, aren't we just going to have to update all our imports again
once that rolls out?
Have we abandoned plans for the import path service Eric proposed back in
April? If not, aren't we just going to have to update all our imports again
once that rolls out?
|
By
Will Pragnell <wpragnell@...>
·
#5237
·
|
|
Re: Retrieve __VCAP__ID from instance_ID
Need more info. What's the command(s) you're running? What's the full
output from the command(s)? What is the output of `cf target`? Is Diego
supported / available on that target?
Dan
Need more info. What's the command(s) you're running? What's the full
output from the command(s)? What is the output of `cf target`? Is Diego
supported / available on that target?
Dan
|
By
Daniel Mikusa
·
#5236
·
|
|
Re: Retrieve __VCAP__ID from instance_ID
I tried enabling the diego for the php app and I am not able to start the app after enabling.
I get the below errors:
Server error, status code: 500, error code: 10001, message: An unknown error
I tried enabling the diego for the php app and I am not able to start the app after enabling.
I get the below errors:
Server error, status code: 500, error code: 10001, message: An unknown error
|
By
Vinod A
·
#5235
·
|
|
Re: How shoulld I debug a blobstore error?
I got past the api_z1 failure by adding:
- name: consul_agent
release: cf
to the api_z1 section.
I'm now confused by having to remove the other lines. I will need to test
this out.
Tom
I got past the api_z1 failure by adding:
- name: consul_agent
release: cf
to the api_z1 section.
I'm now confused by having to remove the other lines. I will need to test
this out.
Tom
|
By
Tom Sherrod <tom.sherrod@...>
·
#5234
·
|
|
Re: Retrieve __VCAP__ID from instance_ID
you can tell when you're on DEAs by comparing the notes that dan referred
to here [1]. for example, if you have the env variable VCAP_APP_PORT then
you're likely on a DEA
you can tell when you're on DEAs by comparing the notes that dan referred
to here [1]. for example, if you have the env variable VCAP_APP_PORT then
you're likely on a DEA
|
By
James Bayer
·
#5233
·
|