|
Re: HTTP request status text is changed
In order to debug this, could you provide a sample Dockerfile for an app that demonstrates this behavior, and can you push that sample app to dockerhub? Also, if you're overriding anything like the
In order to debug this, could you provide a sample Dockerfile for an app that demonstrates this behavior, and can you push that sample app to dockerhub? Also, if you're overriding anything like the
|
By
CF Runtime
·
#4840
·
|
|
Re: Ubuntu Xenial stemcell and rootfs plans
I may not have anything that qualifies as compelling. But, here are some
of the reasons I've got:
* If skipping Xenial that give at the most 1 year to transition from trusty
to a 2018.04 based
I may not have anything that qualifies as compelling. But, here are some
of the reasons I've got:
* If skipping Xenial that give at the most 1 year to transition from trusty
to a 2018.04 based
|
By
Mike Youngstrom <youngm@...>
·
#4841
·
|
|
Re: In Diego (maybe DEA also) why is $HOME /home/vcap/app and not /home/vcap?
Thanks for doing that research Eric. So, it appears to be some requirement
for Heroku compatibility. So, I guess I have 2 issues I'd like to dig
further on that might help other from repeating the
Thanks for doing that research Eric. So, it appears to be some requirement
for Heroku compatibility. So, I guess I have 2 issues I'd like to dig
further on that might help other from repeating the
|
By
Mike Youngstrom <youngm@...>
·
#4839
·
|
|
Re: Unnaccounted memory in Java application running in Cloud Foundry
cap(a)hqcquhb1smb:~$ /home/vcap/app/.java-buildpack/open_jdk_jre/bin/jcmd 37
VM.native_memory summary
37:
Native Memory Tracking:
Total: reserved=2128154KB, committed=836614KB
- Java
cap(a)hqcquhb1smb:~$ /home/vcap/app/.java-buildpack/open_jdk_jre/bin/jcmd 37
VM.native_memory summary
37:
Native Memory Tracking:
Total: reserved=2128154KB, committed=836614KB
- Java
|
By
Lorenzo Jorquera <lorenzo.jorquera@...>
·
#4838
·
|
|
Re: Unnaccounted memory in Java application running in Cloud Foundry
Try running `jcmd <pid> VM.native_memory summary` to get a full summary of
the memory being used by the JVM. Looks like this.
```
$ jcmd 72082 VM.native_memory summary
72082:
Native Memory
Try running `jcmd <pid> VM.native_memory summary` to get a full summary of
the memory being used by the JVM. Looks like this.
```
$ jcmd 72082 VM.native_memory summary
72082:
Native Memory
|
By
Daniel Mikusa
·
#4837
·
|
|
Re: Resource Conflict error in RabbitMQ broker.
Hi,
We had found that it was due to a mistake in rabbitmq deployment manifest. The administrator user names are not consistent between server and broker.
Thank everyone who helped to take a look at
Hi,
We had found that it was due to a mistake in rabbitmq deployment manifest. The administrator user names are not consistent between server and broker.
Thank everyone who helped to take a look at
|
By
MaggieMeng
·
#4836
·
|
|
Re: May CAB call next Wednesday May 11, 2016 @ 8a PDT
Final reminder. CAB call this Wednesday @ 8a PDT. Best,
dr.max
ibm cloud labs
sillicon valley, ca
Sent from my iPhone
Final reminder. CAB call this Wednesday @ 8a PDT. Best,
dr.max
ibm cloud labs
sillicon valley, ca
Sent from my iPhone
|
By
Michael Maximilien
·
#4835
·
|
|
Admin Buildpack Location Feature Narrative
I have written up a feature narrative about making admin buildpacks available to meta-buildpacks like the heroku-buildpack-multi, which delegates staging to other buildpacks. The narrative also
I have written up a feature narrative about making admin buildpacks available to meta-buildpacks like the heroku-buildpack-multi, which delegates staging to other buildpacks. The narrative also
|
By
Dubois, Jan <jan.dubois@...>
·
#4834
·
|
|
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
·
|