Re: bosh-lite diego "found no compatible cell"


Ted Young
 

"found no compatible cell" is the error you will get when all diego Cells
have failed to deploy. Start by double checking that the cell is up and
running via `bosh vms`.

-Ted

On Tue, Nov 24, 2015 at 6:43 PM, Eric Malm <emalm(a)pivotal.io> wrote:

Hi, Christian,

Thanks for asking. From what you've described, it sounds like Cloud
Controller is able to tell Diego to run the app, but the app instance isn't
getting placed on a cell. It's probably worth looking at the logs of the
auctioneer, in /var/vcap/sys/log/auctioneer/auctioneer.stdout.log on the
brain_z1/0 Diego VM, and the cell rep, in
/var/vcap/sys/log/rep/rep.stdout.log on the cell_z1/0 Diego VM (assuming a
standard BOSH-Lite deployment). It might even be useful to follow those
logs in real-time with `tail -f` while you stop and start the CF app.

Also, what versions of CF, Diego, Garden-Linux, and the BOSH-Lite stemcell
do you have deployed?

Thanks,
Eric, CF Runtime Diego PM

On Mon, Nov 23, 2015 at 2:19 PM, Christian Stocker <chregu(a)liip.ch> wrote:

Hi

I installed bosh-lite on my mac according to the docs on
https://github.com/cloudfoundry-incubator/diego-release

That worked all fine, I can deploy apps without diego enabled and they
run as expected. But when I enable diego for an app and then restart it,
I get

0 of 1 instances running, 1 starting (found no compatible cell)

Any idea where to look at?

Greetings

christian

Join cf-dev@lists.cloudfoundry.org to automatically receive all group messages.