|
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
·
|
|
Re: Disable HTTP transport
See this link.
http://support.run.pivotal.io/entries/82035305-How-do-I-force-my-users-to-use-HTTPS-
Dan
wrote:
See this link.
http://support.run.pivotal.io/entries/82035305-How-do-I-force-my-users-to-use-HTTPS-
Dan
wrote:
|
By
Daniel Mikusa
·
#2440
·
|
|
mono apps are failed to start in CF
Hi All,
I tried to push .net application [using
https://github.com/cloudfoundry-community/.net-buildpack] to pivotal CF but
is failing with following error. earlier same application used to run
Hi All,
I tried to push .net application [using
https://github.com/cloudfoundry-community/.net-buildpack] to pivotal CF but
is failing with following error. earlier same application used to run
|
By
Balaramaraju JLSP <balaramaraju@...>
·
#2439
·
|
|
Re: [abacus] Abacus v0.0.2-rc.2 available
congrats!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Technology
IBM Cloud, Open Technologies
email: chrisfer@...
twitter: @christo4ferris
blog:
congrats!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Technology
IBM Cloud, Open Technologies
email: chrisfer@...
twitter: @christo4ferris
blog:
|
By
Christopher B Ferris <chrisfer@...>
·
#2438
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Try some of these diagnostics:
https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout
Also, run "bosh vms --details" and "bosh cck --report" and share the
outputs.
Try some of these diagnostics:
https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout
Also, run "bosh vms --details" and "bosh cck --report" and share the
outputs.
|
By
Amit Kumar Gupta
·
#2437
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Actually, sorry for the previous mails. Since, I have started with CF v202
release and it thrown some error so am switched to CF v210. But, again
because of some rollback issues we went back with CF
Actually, sorry for the previous mails. Since, I have started with CF v202
release and it thrown some error so am switched to CF v210. But, again
because of some rollback issues we went back with CF
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2436
·
|
|
Delivery failure (sfpj@listserve.uwec.edu)
Your message has encountered delivery problems
to the following recipient(s):
sfpj
(Was addressed to sfpj(a)listserve.uwec.edu)
Delivery failed
The message originator is not a list member
in
Your message has encountered delivery problems
to the following recipient(s):
sfpj
(Was addressed to sfpj(a)listserve.uwec.edu)
Delivery failed
The message originator is not a list member
in
|
By
postmaster@...
·
#2435
·
|
|
How to restrict permissions on apps filesystem to protect against remote code upload ?
Hi,
Following up onto this thread initiated last year on
Hi,
Following up onto this thread initiated last year on
|
By
Guillaume Berche
·
#2434
·
|