|
Re: Follow up on multiple line log outputs in CF
george,
can you explain the scenario that is impacting you currently? e.g. reading
a java stack trace? the app index is shown in the log line. when using the
loggregator websocket client to retrieve
george,
can you explain the scenario that is impacting you currently? e.g. reading
a java stack trace? the app index is shown in the log line. when using the
loggregator websocket client to retrieve
|
By
James Bayer
·
#141
·
|
|
Re: Scailing Java Applications
thanks steve! that's a nice addition to the java buildpack. i think all
java developers have experienced the pain of managing memory explicitly
with -X and -XX args at one point or another. having
thanks steve! that's a nice addition to the java buildpack. i think all
java developers have experienced the pain of managing memory explicitly
with -X and -XX args at one point or another. having
|
By
James Bayer
·
#140
·
|
|
Re: ASP.NET 5 buildpack now in cloudfoundry-community
Great to see this!!!
By
Wayne E. Seguin
·
#139
·
|
|
UAA Release 2.3.0
Hi All,
We are pleased to announce the release of UAA 2.3.0. Please find the
release details below:
*Features*
- Updated Spring Versions
<https://www.pivotaltracker.com/story/show/93706906>:
Hi All,
We are pleased to announce the release of UAA 2.3.0. Please find the
release details below:
*Features*
- Updated Spring Versions
<https://www.pivotaltracker.com/story/show/93706906>:
|
By
Sree Tummidi
·
#138
·
|
|
Re: visual studio extension - login error
Thank you Jon, I'll test against a similar deployment and I'll let you know what I find.
Cheers,
Vlad
Sent: Friday, May 15, 2015 11:49 AM
To: Iovanov, Vlad Mircea;
Thank you Jon, I'll test against a similar deployment and I'll let you know what I find.
Cheers,
Vlad
Sent: Friday, May 15, 2015 11:49 AM
To: Iovanov, Vlad Mircea;
|
By
Vlad Iovanov
·
#137
·
|
|
Re: ASP.NET 5 buildpack now in cloudfoundry-community
Great job! Can't wait to play with this.
Chris Sterling
chris.sterling(a)gmail.com
twitter: @csterwa
linkedin: http://www.linkedin.com/in/chrissterling
wrote:
Great job! Can't wait to play with this.
Chris Sterling
chris.sterling(a)gmail.com
twitter: @csterwa
linkedin: http://www.linkedin.com/in/chrissterling
wrote:
|
By
Chris Sterling
·
#136
·
|
|
Re: ASP.NET 5 buildpack now in cloudfoundry-community
Awesome! Great work, team!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Cloud
IBM Software Group, Open Technologies
email: chrisfer(a)us.ibm.com
twitter: @christo4ferris
blog:
Awesome! Great work, team!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Cloud
IBM Software Group, Open Technologies
email: chrisfer(a)us.ibm.com
twitter: @christo4ferris
blog:
|
By
Christopher B Ferris <chrisfer@...>
·
#135
·
|
|
ASP.NET 5 buildpack now in cloudfoundry-community
We just open sourced a buildpack that can run the latest ASP.NET 5
applications [1]. ASP.NET 5 is a major redesign of ASP.NET [2]. This is
also a key difference from the existing .net buildpack
We just open sourced a buildpack that can run the latest ASP.NET 5
applications [1]. ASP.NET 5 is a major redesign of ASP.NET [2]. This is
also a key difference from the existing .net buildpack
|
By
Jack Cai
·
#134
·
|
|
Re: visual studio extension - login error
Hi Vlad,
We are running CF release 207.
Here is the /v2/info output with some of the data
Hi Vlad,
We are running CF release 207.
Here is the /v2/info output with some of the data
|
By
Jon Price
·
#133
·
|
|
Re: visual studio extension - login error
Hello Jon,
Can you please let me know what version of Cloud Foundry you are running? If you could include the output of your "info" endpoint it would be great
Hello Jon,
Can you please let me know what version of Cloud Foundry you are running? If you could include the output of your "info" endpoint it would be great
|
By
Vlad Iovanov
·
#132
·
|
|
Re: Code license question
Hi Piotr,
The cloudfoundry-community github org is open to anyone in the community
who'd like to publicize their code. I don't believe there are any strict
guidelines around the license that should
Hi Piotr,
The cloudfoundry-community github org is open to anyone in the community
who'd like to publicize their code. I don't believe there are any strict
guidelines around the license that should
|
By
Mike Dalessio
·
#131
·
|
|
Re: visual studio extension - login error
Hi Jon,
Just for context, the VS extension was only this week open-sourced by HP
and put into the CF incubator.
I expect this issue is arising because the VS extension was developed to
run with HP
Hi Jon,
Just for context, the VS extension was only this week open-sourced by HP
and put into the CF incubator.
I expect this issue is arising because the VS extension was developed to
run with HP
|
By
Mike Dalessio
·
#130
·
|
|
Re: Problem for Chaos Lemur
Hi Stephen,
DRYRUN mode does everything the same as normal operation *except* for the
actual deletion, so if Chaos Lemur is reporting unexpected names it's a
problem with some other part of your
Hi Stephen,
DRYRUN mode does everything the same as normal operation *except* for the
actual deletion, so if Chaos Lemur is reporting unexpected names it's a
problem with some other part of your
|
By
Paul Harris
·
#129
·
|
|
Re: TCP Router VS NoRouter
The "norouter", while interesting, isn't the official CF project approach
to HTTP traffic routing. The TCP router is being built to support TCP
routing as a general solution, with the goal of it
The "norouter", while interesting, isn't the official CF project approach
to HTTP traffic routing. The TCP router is being built to support TCP
routing as a general solution, with the goal of it
|
By
Chip Childers <cchilders@...>
·
#127
·
|
|
Re: Capturing data from DEA varz endpoints
You can use the allow_host_access property in your manifest to enable the
access. It simply suppresses the iptables rule you mention that rejects
You can use the allow_host_access property in your manifest to enable the
access. It simply suppresses the iptables rule you mention that rejects
|
By
Aaron Huber
·
#128
·
|
|
Capturing data from DEA varz endpoints
As part of our CF monitoring we want to collect data from the DEA varz
endpoints to help us calculate our headroom. In the spirit of eating our
own dogfood we want to deploy this a micro service on CF
As part of our CF monitoring we want to collect data from the DEA varz
endpoints to help us calculate our headroom. In the spirit of eating our
own dogfood we want to deploy this a micro service on CF
|
By
john mcteague <john.mcteague@...>
·
#125
·
|
|
TCP Router VS NoRouter
Hi,
I attended sessions on both TCP Router (Cloud Foundry and IOT protocol support by Atul Kshirsagar) and NoRouter (Norouter: Running Cloud Foundry without the Gorouter by Mike Heath).
I just
Hi,
I attended sessions on both TCP Router (Cloud Foundry and IOT protocol support by Atul Kshirsagar) and NoRouter (Norouter: Running Cloud Foundry without the Gorouter by Mike Heath).
I just
|
By
Owais Mohamed
·
#126
·
|
|
Re: [vcap-dev] Java OOM debugging
Thanks Chris.
We had given the MALLOC_ARENA_MAX setting a wide birth because Lari had
mentioned it was buggy on lucid64 & we're still on that stemcell right now.
We do have a test case running all
Thanks Chris.
We had given the MALLOC_ARENA_MAX setting a wide birth because Lari had
mentioned it was buggy on lucid64 & we're still on that stemcell right now.
We do have a test case running all
|
By
Dave Head-Rapson
·
#124
·
|
|
Problem for Chaos Lemur
Hi guys,
I am trying to use the tool Chaos Lemur to do HA test for CF. I got the guide from below link:
Hi guys,
I am trying to use the tool Chaos Lemur to do HA test for CF. I got the guide from below link:
|
By
stephen
·
#123
·
|
|
Re: Understand Billing Event
Hey Guangcai:
Dr. Nic Williams from Stark & Wayne blogged [0] a pretty nice write up
about billing. He did a nice job updating it with the new endpoints that
Dieu noted
Hey Guangcai:
Dr. Nic Williams from Stark & Wayne blogged [0] a pretty nice write up
about billing. He did a nice job updating it with the new endpoints that
Dieu noted
|
By
Greg Oehmen
·
#122
·
|