|
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
·
|
|
Re: Moving Diego Repositories
I've found when doing this the easiest thing to do is to use sed to remove
existing imports followed by goimports -w on the same files.
KH
I've found when doing this the easiest thing to do is to use sed to remove
existing imports followed by goimports -w on the same files.
KH
|
By
Kris Hicks <khicks@...>
·
#5232
·
|
|
Re: Moving Diego Repositories
Congrats on making it official!
I assume you folks are going to build some scripts or some "go fmt -r" to
find/change all import paths that need updating. If you find anything
useful that other
Congrats on making it official!
I assume you folks are going to build some scripts or some "go fmt -r" to
find/change all import paths that need updating. If you find anything
useful that other
|
By
Amit Kumar Gupta
·
#5231
·
|
|
Re: Creating new user UAA
Excellent!!!. Good luck.
By
sridhar vennela
·
#5230
·
|
|
Re: Retrieve __VCAP__ID from instance_ID
Installed the sample app and tried it on Bluemix and I don't see CF_INSTANCE_GUID or INSTANCE_GUID in Environment section. How do I know if its Diego or DEA ?.
Thanks,
Vinod
Installed the sample app and tried it on Bluemix and I don't see CF_INSTANCE_GUID or INSTANCE_GUID in Environment section. How do I know if its Diego or DEA ?.
Thanks,
Vinod
|
By
Vinod A
·
#5229
·
|
|
Re: How shoulld I debug a blobstore error?
You can use xip.io for temporary domain, try generating manifest again and
deploy.
You can use xip.io for temporary domain, try generating manifest again and
deploy.
|
By
Ronak Banka
·
#5228
·
|
|
Re: Creating new user UAA
That was the problem. I removed the MySQL profile and it worked. Thanks!
That was the problem. I removed the MySQL profile and it worked. Thanks!
|
By
Bryan Perino
·
#5227
·
|
|
Re: Moving Diego Repositories
That stuff has always technically been foundation code and should have
moved out of pivotal-golang into cloudfoundry-incubator long ago. Back
when we made the org the rules about how orgs are
That stuff has always technically been foundation code and should have
moved out of pivotal-golang into cloudfoundry-incubator long ago. Back
when we made the org the rules about how orgs are
|
By
Onsi Fakhouri <ofakhouri@...>
·
#5226
·
|
|
Re: How shoulld I debug a blobstore error?
As I was not planning on sigining exposing this deployment to the outside, I was planning on using HAPROXY through it's floating IP.
I did not set a domain, because I have not yet interfaced with my
As I was not planning on sigining exposing this deployment to the outside, I was planning on using HAPROXY through it's floating IP.
I did not set a domain, because I have not yet interfaced with my
|
By
Eyal Shalev
·
#5225
·
|
|
Re: How shoulld I debug a blobstore error?
Hello Eyal,
Can you paste the domain properties from your final manifest ( system
domain & app domain part).
Thanks
Ronak
Hello Eyal,
Can you paste the domain properties from your final manifest ( system
domain & app domain part).
Thanks
Ronak
|
By
Ronak Banka
·
#5224
·
|
|
Re: Retrieve __VCAP__ID from instance_ID
I know there are some changes to the env variables between DEAs and Diego.
I don't know exactly and don't have a DEA to
I know there are some changes to the env variables between DEAs and Diego.
I don't know exactly and don't have a DEA to
|
By
Daniel Mikusa
·
#5223
·
|
|
Moving Diego Repositories
Hi all,
We are currently in the process of moving all of the Diego repositories
from `cloudfoundry-incubator` to the `cloudfoundry` organization.
Specifically we are moving the following
Hi all,
We are currently in the process of moving all of the Diego repositories
from `cloudfoundry-incubator` to the `cloudfoundry` organization.
Specifically we are moving the following
|
By
James Myers
·
#5222
·
|
|
Re: How shoulld I debug a blobstore error?
Hello Amit,
I have removed the lines that you have marked.
Now I am getting a different error...
Process 'consul_agent' running
Process 'cloud_controller_ng' Connection
Hello Amit,
I have removed the lines that you have marked.
Now I am getting a different error...
Process 'consul_agent' running
Process 'cloud_controller_ng' Connection
|
By
Eyal Shalev
·
#5221
·
|