|
Unnaccounted memory in Java application running in Cloud Foundry
Hello,
I am running a Java application in Cloud Foundry V3. The manifest
indicates 2000Mb of memory. The Java memory parameters (obtained via jcmd)
are as follow:
-XX:CICompilerCount=3
Hello,
I am running a Java application in Cloud Foundry V3. The manifest
indicates 2000Mb of memory. The Java memory parameters (obtained via jcmd)
are as follow:
-XX:CICompilerCount=3
|
By
Lorenzo Jorquera <lorenzo.jorquera@...>
·
#4833
·
|
|
Re: In Diego (maybe DEA also) why is $HOME /home/vcap/app and not /home/vcap?
Hey, Mike,
HOME is also `/home/vcap/app` on the DEAs, and Diego has replicated that
execution contract for buildpack apps (the buildpack-app-lifecycle's
launcher sets HOME to that value before
Hey, Mike,
HOME is also `/home/vcap/app` on the DEAs, and Diego has replicated that
execution contract for buildpack apps (the buildpack-app-lifecycle's
launcher sets HOME to that value before
|
By
Eric Malm <emalm@...>
·
#4832
·
|
|
Re: Ubuntu Xenial stemcell and rootfs plans
Hey Mike,
Thanks for reaching out. We've discussed supporting Xenial recently but
have had trouble identifying compelling reasons to do so. Our current
version of the rootfs is supported until April
Hey Mike,
Thanks for reaching out. We've discussed supporting Xenial recently but
have had trouble identifying compelling reasons to do so. Our current
version of the rootfs is supported until April
|
By
Danny Rosen
·
#4831
·
|
|
Cloud Foundry Foundation Contributor Survey
The Cloud Foundry Foundation would like to better know those that
contribute to Cloud Foundry so that we can support this work in the best
way possible.
If you contribute to Cloud Foundry in any way
The Cloud Foundry Foundation would like to better know those that
contribute to Cloud Foundry so that we can support this work in the best
way possible.
If you contribute to Cloud Foundry in any way
|
By
Stormy
·
#4830
·
|
|
Ubuntu Xenial stemcell and rootfs plans
Ubuntu Xenial Xerus was released a few weeks ago. Any plans to incorporate
Xenial into the platform? Stemcells and/or new root fs?
The recent lucid to trusty rootfs fire drill was frustrating to
Ubuntu Xenial Xerus was released a few weeks ago. Any plans to incorporate
Xenial into the platform? Stemcells and/or new root fs?
The recent lucid to trusty rootfs fire drill was frustrating to
|
By
Mike Youngstrom <youngm@...>
·
#4829
·
|
|
Re: CR Push failure
Thank you Dan for such a wonderful review of my post.
The credentials in my post are morphed...so that's taken care :).
The application that I am trying is simple Node.js app. Will try out all
Thank you Dan for such a wonderful review of my post.
The credentials in my post are morphed...so that's taken care :).
The application that I am trying is simple Node.js app. Will try out all
|
By
shah c
·
#4828
·
|
|
Re: CR Push failure
Hi shahc,
Dan's answer covers most of the details. Cloud Foundry applications are
intended to be long-lived (endless until you explicitly stop them)
processes that respond to web requests. The
Hi shahc,
Dan's answer covers most of the details. Cloud Foundry applications are
intended to be long-lived (endless until you explicitly stop them)
processes that respond to web requests. The
|
By
Dan Wendorf
·
#4826
·
|
|
Re: restart APP launched by docker still need to access remote docker image?
Start running `cf logs` in a second terminal. The log output should show
more details about what is happening while the app is starting. Hopefully
that will show what is taking up the time.
Dan
Start running `cf logs` in a second terminal. The log output should show
more details about what is happening while the app is starting. Hopefully
that will show what is taking up the time.
Dan
|
By
Daniel Mikusa
·
#4827
·
|
|
Problems Installing Cloud Foundry
I am following this blog: https://ragss.wordpress.com/2015/03/20/cloud-foundry-on-openstack/
I have successfully installed bosh, done the ‘bosh upload stemcell and done the ‘bosh upload release
I am following this blog: https://ragss.wordpress.com/2015/03/20/cloud-foundry-on-openstack/
I have successfully installed bosh, done the ‘bosh upload stemcell and done the ‘bosh upload release
|
By
Greg Waines
·
#4825
·
|
|
Re: restart APP launched by docker still need to access remote docker image?
OK, thanks for information, I created a docker image and pushed as an APP.
And I can see it's pretty soon in staging process since we had nothing to stage.
But the whole process still takes about 3
OK, thanks for information, I created a docker image and pushed as an APP.
And I can see it's pretty soon in staging process since we had nothing to stage.
But the whole process still takes about 3
|
By
Stanley Shen <meteorping@...>
·
#4824
·
|
|
Re: restart APP launched by docker still need to access remote docker image?
I believe that is the expected behavior. See the last bullet point here.
https://docs.cloudfoundry.org/concepts/docker.html#caveats
Dan
I believe that is the expected behavior. See the last bullet point here.
https://docs.cloudfoundry.org/concepts/docker.html#caveats
Dan
|
By
Daniel Mikusa
·
#4822
·
|
|
Re: CR Push failure
Don't be led astray here. With the DEA when an app crashes, you will
pretty much always be told "failed to accept connection within health check
timeout" (Diego is better and gives more helpful error
Don't be led astray here. With the DEA when an app crashes, you will
pretty much always be told "failed to accept connection within health check
timeout" (Diego is better and gives more helpful error
|
By
Daniel Mikusa
·
#4823
·
|
|
Re: CR Push failure
The problem is that your app is crashing. Fortunately the reason in this
case is clear from the exit status. 127 means "command not found". This
is a convention in
The problem is that your app is crashing. Fortunately the reason in this
case is clear from the exit status. 127 means "command not found". This
is a convention in
|
By
Daniel Mikusa
·
#4821
·
|
|
Re: CF212 - golang app crash - how to perform the troubleshooting?
Hi,
It seems too late to be here, but there may be a person coming across by Web
search.
I'll write my script snippet to get environment variables for such a person.
```
cat /proc/$(cat
Hi,
It seems too late to be here, but there may be a person coming across by Web
search.
I'll write my script snippet to get environment variables for such a person.
```
cat /proc/$(cat
|
By
Noburou TANIGUCHI
·
#4820
·
|
|
Re: HTTP request status text is changed
more information on this:
I am experiencing to deploy APPs using docker image, which means we actually didn't use java buildpack in this case.
But I still reproduced this issue, so it seems it's not
more information on this:
I am experiencing to deploy APPs using docker image, which means we actually didn't use java buildpack in this case.
But I still reproduced this issue, so it seems it's not
|
By
Stanley Shen <meteorping@...>
·
#4819
·
|
|
Re: CR Push failure
I tried it by setting health check as above. Still get the same error.
This is the CF Push command I am using:
cf push -c 'mysql -u NBoEjIpjUf3D1yI -p3ET8vIGRMlDBJIn rmdsmp <
I tried it by setting health check as above. Still get the same error.
This is the CF Push command I am using:
cf push -c 'mysql -u NBoEjIpjUf3D1yI -p3ET8vIGRMlDBJIn rmdsmp <
|
By
shah c
·
#4818
·
|
|
Re: CR Push failure
From the message "failed to accept connections within health check timeout"
You can try to disable health check and have another try to see if it works
cf set-health-check APP_NAME 'none'
From the message "failed to accept connections within health check timeout"
You can try to disable health check and have another try to see if it works
cf set-health-check APP_NAME 'none'
|
By
Stanley Shen <meteorping@...>
·
#4817
·
|
|
CR Push failure
Hi,
Am new to CF.
Trying to push an app with a mysql service binding fails. Below is the output of cf logs smdapp --recent:
Connected, tailing logs for app smdsmp95 in org org1 / space space1 as
Hi,
Am new to CF.
Trying to push an app with a mysql service binding fails. Below is the output of cf logs smdapp --recent:
Connected, tailing logs for app smdsmp95 in org org1 / space space1 as
|
By
shah c
·
#4816
·
|
|
restart APP launched by docker still need to access remote docker image?
Hello, all
I tried to push an APP using docker image, but when I restarted the APP, it failed to start because I removed the remote docker image.
Is this designed behavior? Don't we save it somewhere
Hello, all
I tried to push an APP using docker image, but when I restarted the APP, it failed to start because I removed the remote docker image.
Is this designed behavior? Don't we save it somewhere
|
By
Stanley Shen <meteorping@...>
·
#4815
·
|
|
Re: Resource Conflict error in RabbitMQ broker.
William - Thanks for looking at this.
We deleted the old rabbit cluster and deployed this new release of Pivotal.
So there would not be any orphan instances. The below command was tried as
well and
William - Thanks for looking at this.
We deleted the old rabbit cluster and deployed this new release of Pivotal.
So there would not be any orphan instances. The below command was tried as
well and
|
By
Guruprakash S <prakash.guru4@...>
·
#4814
·
|