|
Re: Update on Mailman 3 launch
+Eric
Chip Childers | VP Technology | Cloud Foundry Foundation
+Eric
Chip Childers | VP Technology | Cloud Foundry Foundation
|
By
Chip Childers <cchilders@...>
·
#1352
·
|
|
Re: Fail to stage application when scale the DEA
layne,
does this 401 issue only affect the new DEAs (previous ones work fine) or
does it affect all DEAs (previously existing and the new scaled out ones)?
--
Thank you,
James Bayer
layne,
does this 401 issue only affect the new DEAs (previous ones work fine) or
does it affect all DEAs (previously existing and the new scaled out ones)?
--
Thank you,
James Bayer
|
By
James Bayer
·
#1351
·
|
|
Fail to stage application when scale the DEA
Hi, my cf-release is v200. And I met an issue when scale out the DEA number with BOSH. When I ssh to my DEA_NEXT node, the log
Hi, my cf-release is v200. And I met an issue when scale out the DEA number with BOSH. When I ssh to my DEA_NEXT node, the log
|
By
Layne Peng
·
#1350
·
|
|
Re: Update on Mailman 3 launch
Dear Eric,
thanks for the update on the current state of mailman3. The digest bug you linked seems to be related to 'summary digests' only. However, I also don't get any mails delivered, if I choose
Dear Eric,
thanks for the update on the current state of mailman3. The digest bug you linked seems to be related to 'summary digests' only. However, I also don't get any mails delivered, if I choose
|
By
Marco Voelz
·
#1349
·
|
|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
https://groups.google.com/forum/#!searchin/golang-nuts/Inconsistent$20X-Forwarded-For/golang-nuts/iUnZgzrOszI/ngxcLbSm1VYJ
Mail thread about the issue at golang-nuts.
This is not really a massive
https://groups.google.com/forum/#!searchin/golang-nuts/Inconsistent$20X-Forwarded-For/golang-nuts/iUnZgzrOszI/ngxcLbSm1VYJ
Mail thread about the issue at golang-nuts.
This is not really a massive
|
By
Simon Johansson <simon@...>
·
#1348
·
|
|
Re: CF integration with logger and monitoring tools
Incase of datadog nozzle https://github.com/cloudfoundry-incubator/datadog-firehose-nozzle
I am assuming that - datadogclient is a custom client which is a kind of aggregator which is fetching
Incase of datadog nozzle https://github.com/cloudfoundry-incubator/datadog-firehose-nozzle
I am assuming that - datadogclient is a custom client which is a kind of aggregator which is fetching
|
By
Swatz bosh
·
#1347
·
|
|
max length with Dropped log message: message too long (>64K ...)
erik,
is there a set of tests for log message length?
---------- Forwarded message ----------
From: Koper, Dies <diesk(a)fast.au.fujitsu.com>
Date: Thu, Aug 20, 2015 at 1:17 PM
Subject: [cf-dev] max
erik,
is there a set of tests for log message length?
---------- Forwarded message ----------
From: Koper, Dies <diesk(a)fast.au.fujitsu.com>
Date: Thu, Aug 20, 2015 at 1:17 PM
Subject: [cf-dev] max
|
By
James Bayer
·
#1346
·
|
|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Ah I see the problem. Nice find.
I'll await reply from Golang devs, but I'm wondering how much of a problem
this is for you? We could come up with a work around if this was hurting
you in some
Ah I see the problem. Nice find.
I'll await reply from Golang devs, but I'm wondering how much of a problem
this is for you? We could come up with a work around if this was hurting
you in some
|
By
Christopher Piraino <cpiraino@...>
·
#1345
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
ok, so UAA is pretty picky about the "host names" that come in.
by default only
localhost and *.localhost where * is a zone name are allowed.
There is a property that configures that called
zones:
ok, so UAA is pretty picky about the "host names" that come in.
by default only
localhost and *.localhost where * is a zone name are allowed.
There is a property that configures that called
zones:
|
By
Filip Hanik
·
#1344
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
Hi Filip,
It works now.
Does Tomcat only listen to "localhost"?
Can I not point a browser from another machine to Tomcat?
thanks,
alex
Hi Filip,
It works now.
Does Tomcat only listen to "localhost"?
Can I not point a browser from another machine to Tomcat?
thanks,
alex
|
By
Alex Lam
·
#1343
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
Hi Filip,
$ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
$ javac -version
javac
Hi Filip,
$ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
$ javac -version
javac
|
By
Alex Lam
·
#1342
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
hi Alex, can you confirm that.
java -version
javac -version
both return Java 8
"Uh oh, something went amiss" means that Tomcat is indeed up, but the app
is not working.
So try
./gradlew clean
hi Alex, can you confirm that.
java -version
javac -version
both return Java 8
"Uh oh, something went amiss" means that Tomcat is indeed up, but the app
is not working.
So try
./gradlew clean
|
By
Filip Hanik
·
#1341
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
and http://localhost:8080/uaa
returned the same
Uh oh.
Something went amiss.
© 2015 Pivotal Software, Inc. All Rights Reserved.
and http://localhost:8080/uaa
returned the same
Uh oh.
Something went amiss.
© 2015 Pivotal Software, Inc. All Rights Reserved.
|
By
Alex Lam
·
#1340
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
Hi Filip,
Yes, the "--info" help to know tomcat is up @ 8080.
However, it's still aint working properly..
I see this on my browser..
Uh oh.
Something went amiss.
© 2015 Pivotal Software, Inc. All
Hi Filip,
Yes, the "--info" help to know tomcat is up @ 8080.
However, it's still aint working properly..
I see this on my browser..
Uh oh.
Something went amiss.
© 2015 Pivotal Software, Inc. All
|
By
Alex Lam
·
#1339
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
and yes, you will see gradle stuck on
Tomcat 7.x started on port [8080]
[ant:cargo] Press Ctrl-C to stop the container...
Press Ctrl-C to stop the container...
Until you hit Ctrl+C
Filip
and yes, you will see gradle stuck on
Tomcat 7.x started on port [8080]
[ant:cargo] Press Ctrl-C to stop the container...
Press Ctrl-C to stop the container...
Until you hit Ctrl+C
Filip
|
By
Filip Hanik
·
#1338
·
|
|
Re: UAA local run stuck at "cargoRunLocal"
./gradlew run --info
The --info flag will print out the UAA and Tomcat logs to screen.
the server will then be accessible on http://localhost:8080/uaa
./gradlew run --info
The --info flag will print out the UAA and Tomcat logs to screen.
the server will then be accessible on http://localhost:8080/uaa
|
By
Filip Hanik
·
#1337
·
|
|
UAA local run stuck at "cargoRunLocal"
Can someone shed some light on why my UAA local run got stuck at cargoRunLocal?
I don't think the service is up because I don't see anything listening to port 8080.
When I did a Ctrl-C, everything
Can someone shed some light on why my UAA local run got stuck at cargoRunLocal?
I don't think the service is up because I don't see anything listening to port 8080.
When I did a Ctrl-C, everything
|
By
Alex Lam
·
#1336
·
|
|
Re: Using s3 for blobstore bucket prefix
Thanks for the confirmation. Guess for now we will use 4 buckets. Hopefully this could be an added feature in the future.
-Rich
Thanks for the confirmation. Guess for now we will use 4 buckets. Hopefully this could be an added feature in the future.
-Rich
|
By
Rich Wohlstadter
·
#1335
·
|
|
Re: Is spiff dead?
Spiff is not currently replaced by another tool, but it is not the ideal
tool for the job (too many features to shoot yourself in the foot with, not
enough features about BOSH knowledge, and just some
Spiff is not currently replaced by another tool, but it is not the ideal
tool for the job (too many features to shoot yourself in the foot with, not
enough features about BOSH knowledge, and just some
|
By
Amit Kumar Gupta
·
#1334
·
|
|
Update Dashboard URL with Asynchronous Provisioning
Hi,
My service broker provisions a service asynchronously but doesn't get the
management url until the service is provisioned. Currently the poll to the
endpoint /{instanceId}/last_operation doesn't
Hi,
My service broker provisions a service asynchronously but doesn't get the
management url until the service is provisioned. Currently the poll to the
endpoint /{instanceId}/last_operation doesn't
|
By
Robert Moss
·
#1333
·
|