|
Re: how to debug "BuildpackCompileFailed" issue?
Yes, Gemfile and Gemfile.lock files are present at the top level.
I can get "cf logs" output for other apps I pushed. So I think the reason
that I don't see anything from "cf logs --recent" is that
Yes, Gemfile and Gemfile.lock files are present at the top level.
I can get "cf logs" output for other apps I pushed. So I think the reason
that I don't see anything from "cf logs --recent" is that
|
By
Ning Fu
·
#4092
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Here is the output of "cf buildpacks":
cf buildpacks
Getting buildpacks...
buildpack position enabled locked filename
staticfile_buildpack 1 true false
Here is the output of "cf buildpacks":
cf buildpacks
Getting buildpacks...
buildpack position enabled locked filename
staticfile_buildpack 1 true false
|
By
Ning Fu
·
#4091
·
|
|
Can resources of a IDLE application be shared by others?
Hello, all
When pushing an application to CF, we need to define its disk/memory limitation.
The memory limitation is just the possible maximum value will be needed in this application, but in most
Hello, all
When pushing an application to CF, we need to define its disk/memory limitation.
The memory limitation is just the possible maximum value will be needed in this application, but in most
|
By
Stanley Shen <meteorping@...>
·
#4090
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Are your Gemfile and Gemfile.lock files literally named Gemfile and
Gemfile.lock, and both checked present at the top level of the directory
you're pushing from, on the machine you're pushing
Are your Gemfile and Gemfile.lock files literally named Gemfile and
Gemfile.lock, and both checked present at the top level of the directory
you're pushing from, on the machine you're pushing
|
By
Jesse T. Alford
·
#4089
·
|
|
Re: Removing Ruby 1.9.3 and adding Ruby 2.2.4 in cflinuxfs2
This has been completed in Stacks 1.42.0 [1]
[1] - https://github.com/cloudfoundry/stacks/releases/tag/1.42.0
This has been completed in Stacks 1.42.0 [1]
[1] - https://github.com/cloudfoundry/stacks/releases/tag/1.42.0
|
By
Danny Rosen
·
#4088
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Ning,
What is the output of `cf buildpacks`?
JT
Ning,
What is the output of `cf buildpacks`?
JT
|
By
JT Archie <jarchie@...>
·
#4087
·
|
|
Dial tcp: i/o timeout while pushing a sample app to Cloud Foundry BOSH-Lite deployment
Hi everybody, few days ago i've deployed Cloud Foundry locally using BOSH-Lite, and seems that all VMS deployed run without any problem. Here's a screen with the VMS and
Hi everybody, few days ago i've deployed Cloud Foundry locally using BOSH-Lite, and seems that all VMS deployed run without any problem. Here's a screen with the VMS and
|
By
Giovanni Napoli
·
#4086
·
|
|
Re: Update Parallelization in Cloud Foundry
Does NATS also need to come up before any of the other components?
Does NATS also need to come up before any of the other components?
|
By
Marco Voelz
·
#4085
·
|
|
how to debug "BuildpackCompileFailed" issue?
Hi,
Does anyone know how to debug "BuildpackCompileFailed" issue?
When I push a ruby app:
========================
...
Done uploadingOK
Starting app happy in org funorg / space development as
Hi,
Does anyone know how to debug "BuildpackCompileFailed" issue?
When I push a ruby app:
========================
...
Done uploadingOK
Starting app happy in org funorg / space development as
|
By
Ning Fu
·
#4084
·
|
|
Re: CF CAB call for March is next Wednesday March 9th, 2016 @ 8a PDT
Final reminder to all. Please note that we will be implementing new approach to CAN call based on survey results which we will review briefly...
Also, if you are a PM, please still update your status
Final reminder to all. Please note that we will be implementing new approach to CAN call based on survey results which we will review briefly...
Also, if you are a PM, please still update your status
|
By
Michael Maximilien
·
#4083
·
|
|
Re: `api_z1/0' is not running after update to CF v231
follow the steps in here
https://github.com/cloudfoundry/bosh-lite/blob/master/bin/provision_cf
for a working bosh-lite. key is to start with a virtualbox image. the
fusion/workstation are not up to
follow the steps in here
https://github.com/cloudfoundry/bosh-lite/blob/master/bin/provision_cf
for a working bosh-lite. key is to start with a virtualbox image. the
fusion/workstation are not up to
|
By
Filip Hanik
·
#4082
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Hey Wayne,
What command did you run to generate your manifest?
Amit
Hey Wayne,
What command did you run to generate your manifest?
Amit
|
By
Amit Kumar Gupta
·
#4081
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Filip,
I am running with the latest CF v231. Initially, I ran it with older stemcell and got:
`api_z1/0' is not running after update
After running with the latest stemcell, I got a successful
Filip,
I am running with the latest CF v231. Initially, I ran it with older stemcell and got:
`api_z1/0' is not running after update
After running with the latest stemcell, I got a successful
|
By
Wayne Ha <wayne.h.ha@...>
·
#4080
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Error performing request: Get https://login.bosh-lite.com/login: stopped
after 1 redirect
that's the error right there. it's a redirect loop
what version of CF is this? upgrade to the latest.
Error performing request: Get https://login.bosh-lite.com/login: stopped
after 1 redirect
that's the error right there. it's a redirect loop
what version of CF is this? upgrade to the latest.
|
By
Filip Hanik
·
#4079
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Hi Wayne,
I am not seeing any errors in above. To capture UAA errors, It is better to open 2 terminals in one terminal you can do tail -f uaa.log and in another terminal try to do cf login -a
Hi Wayne,
I am not seeing any errors in above. To capture UAA errors, It is better to open 2 terminals in one terminal you can do tail -f uaa.log and in another terminal try to do cf login -a
|
By
sridhar vennela
·
#4078
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Zach,
After using the latest stemcell, I got a successful deployment. But after that, cf login fails:
vagrant(a)agent-id-bosh-0:~$ cf login -a api.bosh-lite.com -u admin -p admin
API endpoint:
Zach,
After using the latest stemcell, I got a successful deployment. But after that, cf login fails:
vagrant(a)agent-id-bosh-0:~$ cf login -a api.bosh-lite.com -u admin -p admin
API endpoint:
|
By
Wayne Ha <wayne.h.ha@...>
·
#4077
·
|
|
Re: New CF Service Broker "chaos-galago" - a chaos-monkey for your Cloud Foundry
wicked cool!
--
Cornelia Davis
(805) 452 8941
wicked cool!
--
Cornelia Davis
(805) 452 8941
|
By
Cornelia Davis <cdavis@...>
·
#4076
·
|
|
OAuth Client Details changed for CF CLI
Hi All,
The oauth client with client ID *cf* is meant to be used by the CF CLI for
communicating with the UAA using password grant type. There are default
values for this client
Hi All,
The oauth client with client ID *cf* is meant to be used by the CF CLI for
communicating with the UAA using password grant type. There are default
values for this client
|
By
Madhura Bhave
·
#4075
·
|
|
Re: ERR_CONNECTION_TIMED_OUT
Upcoming support for TCP routing (not just HTTP routing) will allow you to
run a container that serves HTTPS traffic.
Currently the wso2 product ships with an untrusted self-signed cert. How
do you
Upcoming support for TCP routing (not just HTTP routing) will allow you to
run a container that serves HTTPS traffic.
Currently the wso2 product ships with an untrusted self-signed cert. How
do you
|
By
Amit Kumar Gupta
·
#4074
·
|
|
Re: Reg the minimal-openstack yml files
You need some static IPs, because some components don't use service
discovery, so clients need to be configured up front to know those
components' IPs. For example, the route-registrar jobs talk to
You need some static IPs, because some components don't use service
discovery, so clients need to be configured up front to know those
components' IPs. For example, the route-registrar jobs talk to
|
By
Amit Kumar Gupta
·
#4073
·
|