`api_z1/0' is not running after update to CF v231


sridhar vennela
 

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 api.bosh-lite.com -u admin -p admin --skip-ssl-validation.

Thank you,
Sridhar


Filip Hanik
 

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.

On Monday, March 7, 2016, sridhar vennela <sridhar.vennela(a)gmail.com> wrote:

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 api.bosh-lite.com -u admin -p
admin --skip-ssl-validation.

Thank you,
Sridhar


Wayne Ha <wayne.h.ha@...>
 

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 deployment but failed to login with error:

Error performing request: Get https://login.bosh-lite.com/login: stopped after 1 redirect

Could there be some configurations that I missed? Note that I am using default bosh-lite-v231.yml.

Thanks,


Amit Kumar Gupta
 

Hey Wayne,

What command did you run to generate your manifest?

Amit

On Mon, Mar 7, 2016 at 8:03 PM, Wayne Ha <wayne.h.ha(a)gmail.com> wrote:

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 deployment but
failed to login with error:

Error performing request: Get https://login.bosh-lite.com/login: stopped
after 1 redirect

Could there be some configurations that I missed? Note that I am using
default bosh-lite-v231.yml.

Thanks,


Filip Hanik
 

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 date.

Filip

On Monday, March 7, 2016, Wayne Ha <wayne.h.ha(a)gmail.com> wrote:

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 deployment but
failed to login with error:

Error performing request: Get https://login.bosh-lite.com/login: stopped
after 1 redirect

Could there be some configurations that I missed? Note that I am using
default bosh-lite-v231.yml.

Thanks,


Wayne Ha <wayne.h.ha@...>
 

Sorry for the late response. I didn't get a chance to try again until today. It turned out by setting require_https to false will let me run "cf login".

Properties
uaa
+ require_https: false
Meta
No changes
Deploying
---------
Director task 10
Started preparing deployment
Started preparing deployment > Binding deployment. Done (00:00:00)
Started preparing deployment > Binding releases. Done (00:00:00)
Started preparing deployment > Binding existing deployment. Done (00:00:00)
Started preparing deployment > Binding resource pools. Done (00:00:00)
Started preparing deployment > Binding stemcells. Done (00:00:00)
Started preparing deployment > Binding templates. Done (00:00:00)
Started preparing deployment > Binding properties. Done (00:00:00)
Started preparing deployment > Binding unallocated VMs. Done (00:00:00)
Started preparing deployment > Binding instance networks. Done (00:00:00)
Done preparing deployment (00:00:00)
Started preparing package compilation > Finding packages to compile. Done (00:00:00)
Started preparing dns > Binding DNS. Done (00:00:00)
Started preparing configuration > Binding configuration. Done (00:00:03)
Started updating job uaa_z1 > uaa_z1/0. Done (00:01:09)