|
Re: Application only starts when a bogus service is attached
wrote:
What version of the Java build pack do you have installed? `cf
buildpacks`? What does your `cf push` command & manifest.yml look like?
What do you mean by "fake"? Is it an actual service
wrote:
What version of the Java build pack do you have installed? `cf
buildpacks`? What does your `cf push` command & manifest.yml look like?
What do you mean by "fake"? Is it an actual service
|
By
Daniel Mikusa
·
#1491
·
|
|
So many hard-coded dropsonde destinations to metrons
Hi,
(This is a post in proxy of my collegue.)
There are so many hard-coded dropsonde destinations (actually each of them
is a metron's listening port) in multiple repositories, while
Hi,
(This is a post in proxy of my collegue.)
There are so many hard-coded dropsonde destinations (actually each of them
is a metron's listening port) in multiple repositories, while
|
By
Noburou TANIGUCHI
·
#1490
·
|
|
Application only starts when a bogus service is attached
we have some application that since our upgrade from 207 to 214 would not run
If I push an app (java web/ Spring) on cf without any services, CF loop on the push and sometime at the end (10 or
we have some application that since our upgrade from 207 to 214 would not run
If I push an app (java web/ Spring) on cf without any services, CF loop on the push and sometime at the end (10 or
|
By
ramonskie
·
#1489
·
|
|
Re: why does cf app show always 0.0% CPU
Answered on stackoverflow: http://stackoverflow.com/a/32392125/1061413
Answered on stackoverflow: http://stackoverflow.com/a/32392125/1061413
|
By
Amit Kumar Gupta
·
#1488
·
|
|
Re: Announcing Experimental support for Asynchronous Service Operations
Thanks Guillaume for the feedback. I've now gathered enough feedback to
bring async operations out of the experimental phase and bump the service
broker api version.
I've added stories to the CAPI
Thanks Guillaume for the feedback. I've now gathered enough feedback to
bring async operations out of the experimental phase and bump the service
broker api version.
I've added stories to the CAPI
|
By
Dieu Cao <dcao@...>
·
#1487
·
|
|
why does cf app show always 0.0% CPU
Hi
see details here
http://stackoverflow.com/questions/32375162/cf-app-shows-always-0-0-cpu-how-is-that-value-measured
Can you provide me details how this value is measured?
Lukas
Hi
see details here
http://stackoverflow.com/questions/32375162/cf-app-shows-always-0-0-cpu-how-is-that-value-measured
Can you provide me details how this value is measured?
Lukas
|
By
Lukas Lehner <weblehner@...>
·
#1486
·
|
|
Re: Placement Pools
James, Onsi,
we’re also looking forward to this, for we have some peculiar infrastructure requirements.
Carlo
James, Onsi,
we’re also looking forward to this, for we have some peculiar infrastructure requirements.
Carlo
|
By
Carlo Alberto Ferraris
·
#1492
·
|
|
Need Help. How to register custom routes to gorouter
Hi cf devs,
I want to register some custom routes to the gorouter component of cloud foundry. What I understood was that this could be achieved by nats-pub command but when I try this command on
Hi cf devs,
I want to register some custom routes to the gorouter component of cloud foundry. What I understood was that this could be achieved by nats-pub command but when I try this command on
|
By
Lakshman Mukkamalla
·
#1485
·
|
|
Re: Unsubscribe
Sent from my iPhone
By
Andres Montoya <andresmontoyat@...>
·
#1484
·
|
|
Re: Unsubscribe
> On Sep 3, 2015, at 10:00 AM, Ranchuan Ran <chuanran0723(a)gmail.com> wrote:
>
>
> On Sep 3, 2015, at 10:00 AM, Ranchuan Ran <chuanran0723(a)gmail.com> wrote:
>
>
|
By
Brian Feeny <bfeeny@...>
·
#1483
·
|
|
Re: Request timeout in CloudFoundry
Hi,
I'm experiencing this same issue.
I have a NodeJS app, using the nodejs buildpack. A request taking
approximately 80 secs long gets timed out (502 response). We're using the
default CF ELBs
Hi,
I'm experiencing this same issue.
I have a NodeJS app, using the nodejs buildpack. A request taking
approximately 80 secs long gets timed out (502 response). We're using the
default CF ELBs
|
By
Paul Bakare
·
#1482
·
|
|
Re: Correcting CF Docs
Hey Daniel,
I'll let the documentation team know about this issue.
Joaquin, thanks! I did not know that.
Best,
Amit, CF Release Integration PM
daniel.jones(a)engineerbetter.com> wrote:
Hey Daniel,
I'll let the documentation team know about this issue.
Joaquin, thanks! I did not know that.
Best,
Amit, CF Release Integration PM
daniel.jones(a)engineerbetter.com> wrote:
|
By
Amit Kumar Gupta
·
#1481
·
|
|
Re: stdout.log and stderr.log not show in CF197 with loggregator enabled
the only option here is to route the log output to something like graylog or logstash
and to my knowledge what i understood from release 215 you can set a longer retention log for the --recent log
the only option here is to route the log output to something like graylog or logstash
and to my knowledge what i understood from release 215 you can set a longer retention log for the --recent log
|
By
ramonskie
·
#1480
·
|
|
Re: Correcting CF Docs
Thanks Joaquin!
I found out the long way that just setting the region will do. Sadly last
time I used a light stemcell non-US-east regions weren't supported. Given
that the documentation suggested
Thanks Joaquin!
I found out the long way that just setting the region will do. Sadly last
time I used a light stemcell non-US-east regions weren't supported. Given
that the documentation suggested
|
By
Daniel Jones
·
#1479
·
|
|
Re: diego questions: default memory and passing env variables
Setting the JBP_CONFIG_OPEN_JDK_JRE only works in JBP ver. 3.0.0.+
see
http://chrisfrost.com/cloudfoundry/configuring-the-cloud-foundry-java-buildpack/
for some context.
-cheers,
Rohit
--
Pivotal
Setting the JBP_CONFIG_OPEN_JDK_JRE only works in JBP ver. 3.0.0.+
see
http://chrisfrost.com/cloudfoundry/configuring-the-cloud-foundry-java-buildpack/
for some context.
-cheers,
Rohit
--
Pivotal
|
By
Rohit Kelapure <rkelapure@...>
·
#1478
·
|
|
Re: diego questions: default memory and passing env variables
To add more native memory to the JVM provisioned by the buildpack, you need
to change the memory heuristics of the algorithm that generates the JVM -X
memory settings.
To add more native memory to the JVM provisioned by the buildpack, you need
to change the memory heuristics of the algorithm that generates the JVM -X
memory settings.
|
By
Rohit Kelapure <rkelapure@...>
·
#1477
·
|
|
Re: diego questions: default memory and passing env variables
Exactly. That is why we are not pursuing changing the BP option. Thanks for
the confirmation.
--
http://www.twitter.com/sivabalans
Exactly. That is why we are not pursuing changing the BP option. Thanks for
the confirmation.
--
http://www.twitter.com/sivabalans
|
By
Siva Balan <mailsiva@...>
·
#1476
·
|
|
Re: diego questions: default memory and passing env variables
Tweaking the buildpack is less dynamic, and every time you want to make a
change you will have to tweak again, create the new buildpack, and upload
it to the CC. Moreover, maintaining your own fork
Tweaking the buildpack is less dynamic, and every time you want to make a
change you will have to tweak again, create the new buildpack, and upload
it to the CC. Moreover, maintaining your own fork
|
By
Amit Kumar Gupta
·
#1475
·
|
|
Re: diego questions: default memory and passing env variables
Thanks for the clarification Sabha and Amit. We are using JavaBP and our
usecase is to have additional native memory headroom for the app. One
option is to tweak the open_jdk.yml file in the JavaBP to
Thanks for the clarification Sabha and Amit. We are using JavaBP and our
usecase is to have additional native memory headroom for the app. One
option is to tweak the open_jdk.yml file in the JavaBP to
|
By
Siva Balan <mailsiva@...>
·
#1474
·
|
|
CAB September Call on 9/9/2015 @ 8a PDT
Hi, all,
Quick reminder that the CAB call for September is next week Wednesday
September 9th @ 8a PDT.
Please add any project updates to Agenda here:
Hi, all,
Quick reminder that the CAB call for September is next week Wednesday
September 9th @ 8a PDT.
Please add any project updates to Agenda here:
|
By
Michael Maximilien
·
#1473
·
|