|
Re: Permission denied error when unpacking droplet
The DEA is trying to run a script in the warden container to untar the droplet. For some reason, the user executing the script and the file system permissions in the container in the /home/vcap
The DEA is trying to run a script in the warden container to untar the droplet. For some reason, the user executing the script and the file system permissions in the container in the /home/vcap
|
By
Amit Gupta
·
#1997
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
This information is not provided to the app. You can see what data is
provided here:
http://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#instance-vars
If you want to get this
This information is not provided to the app. You can see what data is
provided here:
http://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#instance-vars
If you want to get this
|
By
CF Runtime
·
#1996
·
|
|
my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
evaluating the performance of my app.
how my app can get the number of instances in which its running. in runtime it needs this info in my logic.
evaluating the performance of my app.
how my app can get the number of instances in which its running. in runtime it needs this info in my logic.
|
By
Zuba Al
·
#1995
·
|
|
Re: Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
i thought exit with status 0 is error. my app is running good then.
thanks Dan.
i thought exit with status 0 is error. my app is running good then.
thanks Dan.
|
By
Zuba Al
·
#1994
·
|
|
Re: postgres out of disk space
thank you all!
I’m indeed running v212.
Deleting /var/vcap/store/shared/run.10.10.2.37.xip.io-cc-droplets/buildpack_cache
did the trick.
Sent: Friday, September 25, 2015 6:47 PM
To: Discussions
thank you all!
I’m indeed running v212.
Deleting /var/vcap/store/shared/run.10.10.2.37.xip.io-cc-droplets/buildpack_cache
did the trick.
Sent: Friday, September 25, 2015 6:47 PM
To: Discussions
|
By
Matthias Ender <Matthias.Ender@...>
·
#1993
·
|
|
Permission denied error when unpacking droplet
I'm getting the following error when pushing an app (dea logs):
{"timestamp":1443390480.7652702,"message":"\"cd /home/vcap/ && tar zxf
I'm getting the following error when pushing an app (dea logs):
{"timestamp":1443390480.7652702,"message":"\"cd /home/vcap/ && tar zxf
|
By
Kyle Havlovitz (kyhavlov)
·
#1992
·
|
|
Re: diego error: failed to initialize container --where to look?
Lesson: take error messages literally
Cell had a filled disk partition. Yes, insufficient resources.
Changed machine type, and all good.
Tom
Lesson: take error messages literally
Cell had a filled disk partition. Yes, insufficient resources.
Changed machine type, and all good.
Tom
|
By
Tom Sherrod <tom.sherrod@...>
·
#1991
·
|
|
Re: postgres out of disk space
Droplets are important, and should not be removed. If an app is deleted,
the droplet will also be deleted. If a droplet exists, that means it is
still needed.
If the app needs to be scaled up or
Droplets are important, and should not be removed. If an app is deleted,
the droplet will also be deleted. If a droplet exists, that means it is
still needed.
If the app needs to be scaled up or
|
By
CF Runtime
·
#1990
·
|
|
diego error: failed to initialize container --where to look?
After upgrade to/deploy diego in multiple environments with success, I'm a bit stumped on error for a new install.
A cf docker-push results in:
015-09-26T16:02:01.65+0000 [API/0] OUT Updated app
After upgrade to/deploy diego in multiple environments with success, I'm a bit stumped on error for a new install.
A cf docker-push results in:
015-09-26T16:02:01.65+0000 [API/0] OUT Updated app
|
By
Tom Sherrod <tom.sherrod@...>
·
#1989
·
|
|
Re: postgres out of disk space
It will be handy to have a configuration option for CC to prune unused droplets after 7 days of inactivity, for example.
It will be handy to have a configuration option for CC to prune unused droplets after 7 days of inactivity, for example.
|
By
Aleksey Zalesov
·
#1988
·
|
|
Re: postgres out of disk space
cf-release v213 fixed a bug where buildpack caches were not getting cleaned
up properly. Are you running a version prior to 213?
If so, you might need to go into
cf-release v213 fixed a bug where buildpack caches were not getting cleaned
up properly. Are you running a version prior to 213?
If so, you might need to go into
|
By
CF Runtime
·
#1987
·
|
|
Re: postgres out of disk space
Droplets and app packages should be pruned when the applications they're
associated with are deleted. Only one or two versions of the droplet are
ever held and only copy of the application
Droplets and app packages should be pruned when the applications they're
associated with are deleted. Only one or two versions of the droplet are
ever held and only copy of the application
|
By
Matthew Sykes <matthew.sykes@...>
·
#1986
·
|
|
Re: postgres out of disk space
ah, it’s not postgres:
90M postgres
it’s actually:
94G shared/run.10.10.2.37.xip.io-cc-droplets
Does it keep a copy of each artifact ever pushed?
Or is this part of the event storage,
ah, it’s not postgres:
90M postgres
it’s actually:
94G shared/run.10.10.2.37.xip.io-cc-droplets
Does it keep a copy of each artifact ever pushed?
Or is this part of the event storage,
|
By
Matthias Ender <Matthias.Ender@...>
·
#1985
·
|
|
Re: Environment variable changes in DIEGO
By the `application_uris` data are broken logic, VCAP_SERVICES is also
broken and should be removed as it doesn't reflect service binding changes.
In my (strong) opinion it doesn't make any sense to
By the `application_uris` data are broken logic, VCAP_SERVICES is also
broken and should be removed as it doesn't reflect service binding changes.
In my (strong) opinion it doesn't make any sense to
|
By
Mike Heath
·
#1984
·
|
|
Re: Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
hi TJ,
because the UAA supports multi tenancy and it denotes a tenant by using a
subdomain, we need to know what the base URL is.
By default it is
hi TJ,
because the UAA supports multi tenancy and it denotes a tenant by using a
subdomain, we need to know what the base URL is.
By default it is
|
By
Filip Hanik
·
#1983
·
|
|
Re: postgres out of disk space
Does your database occupy this 100 GB? Or something else like logs?
Aleksey Zalesov | CloudFoundry Engineer | Altoros
Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS
Fax: (866) 201-3646 |
Does your database occupy this 100 GB? Or something else like logs?
Aleksey Zalesov | CloudFoundry Engineer | Altoros
Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS
Fax: (866) 201-3646 |
|
By
Aleksey Zalesov
·
#1982
·
|
|
Re: Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
we modify the uaa (spring security) become OAuth2 Server independently
take a look www.merv.id
the code in github.com/meruvian/yama
F
--
Frans Thamura (曽志胜)
Java Champion
Shadow Master and
we modify the uaa (spring security) become OAuth2 Server independently
take a look www.merv.id
the code in github.com/meruvian/yama
F
--
Frans Thamura (曽志胜)
Java Champion
Shadow Master and
|
By
Frans Thamura
·
#1981
·
|
|
Running/Deploying UAA as a standalone service (not within CloudFoundry environment)
I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
|
By
TJ Brown
·
#1980
·
|
|
Re: F5 Load Balancer Configuration for Cloud Foundry Loggregator
Thanks for all the responses. We ended up finding an f5 device that is on 11.5. With that, things worked out of the box with only the irule to insert x-forwarded-proto. Everything is working over
Thanks for all the responses. We ended up finding an f5 device that is on 11.5. With that, things worked out of the box with only the irule to insert x-forwarded-proto. Everything is working over
|
By
Anthony
·
#1979
·
|
|
Re: postgres out of disk space
Just a thought: How large is your events table? Is it getting pruned at the
correct interval for you?
I believe events, app usage events, and audit events are pruned when
they're more than 31 days
Just a thought: How large is your events table? Is it getting pruned at the
correct interval for you?
I believe events, app usage events, and audit events are pruned when
they're more than 31 days
|
By
Matthew Sykes <matthew.sykes@...>
·
#1978
·
|