|
Re: PHP extension 'gettext' doesn't work?
Hi.
Thanks to you, I understood why i18n by gettext didn't work on CF.
Certainly, the language pack "ja_JP.utf8" only exists in my local machine..
Anyway, we're glad to hear that the debian package
Hi.
Thanks to you, I understood why i18n by gettext didn't work on CF.
Certainly, the language pack "ja_JP.utf8" only exists in my local machine..
Anyway, we're glad to hear that the debian package
|
By
Hiroaki Ukaji <dt3snow.w@...>
·
#2460
·
|
|
Re: When will dea be replaced by diego?
Hi Jason,
Check out this
By
Amit Kumar Gupta
·
#2459
·
|
|
Re: When will dea be replaced by diego?
is this question answered? In other words, can we expect that DEA will continue to be available and supported in new CF releases in year 2016 and beyond?
Thanks,
Jason
is this question answered? In other words, can we expect that DEA will continue to be available and supported in new CF releases in year 2016 and beyond?
Thanks,
Jason
|
By
Jason Huang
·
#2458
·
|
|
Re: doppler issue which fails to emit logs with syslog protocol on CFv212
Hey Masumi,
The LAMB team created a chore to investigate this here https://www.pivotaltracker.com/story/show/106699398.
We'll update this thread with our findings.
Thanks.
Warren
Hey Masumi,
The LAMB team created a chore to investigate this here https://www.pivotaltracker.com/story/show/106699398.
We'll update this thread with our findings.
Thanks.
Warren
|
By
Warren Fernandes
·
#2457
·
|
|
proposal to move cf-registrar to the cloudfoundry-attic
Hi cf-dev,
In our efforts to stop maintaining unused things and to unify the
approaches to route-registration, we want to propose moving
https://github.com/cloudfoundry/cf-registrar to the "attic"
Hi cf-dev,
In our efforts to stop maintaining unused things and to unify the
approaches to route-registration, we want to propose moving
https://github.com/cloudfoundry/cf-registrar to the "attic"
|
By
Amit Kumar Gupta
·
#2456
·
|
|
Re: how does hm9000 actually determine application health?
You can find the source (with documentation) at:
https://github.com/cloudfoundry/hm9000
Is there a particular issue you are trying to resolve? Feel free to post logs (with sensitive info
You can find the source (with documentation) at:
https://github.com/cloudfoundry/hm9000
Is there a particular issue you are trying to resolve? Feel free to post logs (with sensitive info
|
By
Rob Dimsdale
·
#2455
·
|
|
json data and the cli
There are a number of places in the cli where a user needs to provide a
json payload to the cli. For
There are a number of places in the cli where a user needs to provide a
json payload to the cli. For
|
By
Matthew Sykes <matthew.sykes@...>
·
#2454
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Looks like most of your VMs are fine, but one of your etcd VM's agent is
unresponsive. Do "bosh cck" and resolve the unresponsive agent by
recreating from the last known apply spec.
wrote:
Looks like most of your VMs are fine, but one of your etcd VM's agent is
unresponsive. Do "bosh cck" and resolve the unresponsive agent by
recreating from the last known apply spec.
wrote:
|
By
Amit Kumar Gupta
·
#2453
·
|
|
Java Buildpack v3.3.1
I'm pleased to announce the release of the java-buildpack, version 3.3.1. This
release contains a new debug framework and ensures that the dependencies
contained in the offline buildpack are up to
I'm pleased to announce the release of the java-buildpack, version 3.3.1. This
release contains a new debug framework and ensures that the dependencies
contained in the offline buildpack are up to
|
By
Christopher Frost
·
#2452
·
|
|
Re: mono apps are failed to start in CF
Hi,
as I see this buildpack is for lucid64 stack. PWS now uses cflinuxfs2 stack. This inconsistency can be the source of your problem.
Can you verify stack on your local CF using `cf stacks`?
Alex
Hi,
as I see this buildpack is for lucid64 stack. PWS now uses cflinuxfs2 stack. This inconsistency can be the source of your problem.
Can you verify stack on your local CF using `cf stacks`?
Alex
|
By
Aleksey Zalesov
·
#2450
·
|
|
Re: Permission denied error when unpacking droplet
I have the same problem with Stacks. Changing permissions manually to openworld RW don't change a thing. Has anyone else faced such issue?
{"timestamp":1445792695.6604235,"message":"run (took
I have the same problem with Stacks. Changing permissions manually to openworld RW don't change a thing. Has anyone else faced such issue?
{"timestamp":1445792695.6604235,"message":"run (took
|
By
Aliaksei Makarevich <snork.mitzumi@...>
·
#2451
·
|
|
Re: How to get a new UAA guid by REST
Hi,
you need to query UAA API instead of CC API to learn user id.
GET /Users?attributes=id&filter=userName eq 'admin'
UAA endpoint:
$ cat ~/.cf/config.json | jq .UaaEndpoint
To create user you
Hi,
you need to query UAA API instead of CC API to learn user id.
GET /Users?attributes=id&filter=userName eq 'admin'
UAA endpoint:
$ cat ~/.cf/config.json | jq .UaaEndpoint
To create user you
|
By
Aleksey Zalesov
·
#2449
·
|
|
Re: How to get a new UAA guid by REST
Hi,
You can hit the /Users endpoint to create an user in the UAA. You can find more details here https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#create-a-user-post-users
Chris
Hi,
You can hit the /Users endpoint to create an user in the UAA. You can find more details here https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#create-a-user-post-users
Chris
|
By
Chris De Oliveira
·
#2448
·
|
|
How to get a new UAA guid by REST
Hi,
I would like to create users using REST API:
http://apidocs.cloudfoundry.org/222/users/creating_a_user.html
But I don't know how to get a UAA guid of the user to
Hi,
I would like to create users using REST API:
http://apidocs.cloudfoundry.org/222/users/creating_a_user.html
But I don't know how to get a UAA guid of the user to
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2447
·
|
|
Re: Diego and Maven support
Krzysztof,
Thanks for the follow up. I pushed a test app and I'm seeing the same "503
Service Unavailable" from Maven. Is that what you're seeing?
Dan
wrote:
Krzysztof,
Thanks for the follow up. I pushed a test app and I'm seeing the same "503
Service Unavailable" from Maven. Is that what you're seeing?
Dan
wrote:
|
By
Daniel Mikusa
·
#2446
·
|
|
Re: mono apps are failed to start in CF
Do you have some hello world example to tests in local?
A hello world example?
Juan Antonio
Do you have some hello world example to tests in local?
A hello world example?
Juan Antonio
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2445
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Amit, I already tried that troubleshooting options, always same error. As
you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
Amit, I already tried that troubleshooting options, always same error. As
you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2444
·
|
|
Re: PHP extension 'gettext' doesn't work?
Mike,
That sounds good. Happy to retest after that work has been done and
confirm it resolves the issue here.
Dan
Mike,
That sounds good. Happy to retest after that work has been done and
confirm it resolves the issue here.
Dan
|
By
Daniel Mikusa
·
#2443
·
|
|
Re: Disable HTTP transport
You have an example here with node:
https://github.com/jabrena/CloudFoundryLab/blob/master/Node_HelloWorld_ssl2/index.js
var ssl = false;
if(req.headers['x-forwarded-proto'] === "https"){
You have an example here with node:
https://github.com/jabrena/CloudFoundryLab/blob/master/Node_HelloWorld_ssl2/index.js
var ssl = false;
if(req.headers['x-forwarded-proto'] === "https"){
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2442
·
|
|
Re: PHP extension 'gettext' doesn't work?
I'm actually open to adding commonly-used locales to the rootfs; though
that wouldn't help anyone until they're able to upgrade.
I'd like to propose that we install the debian package `locales`,
I'm actually open to adding commonly-used locales to the rootfs; though
that wouldn't help anyone until they're able to upgrade.
I'd like to propose that we install the debian package `locales`,
|
By
Mike Dalessio
·
#2441
·
|