bosh-lite diego "found no compatible cell"


Christian Stocker <chregu@...>
 

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


Eric Malm <emalm@...>
 

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


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


Ted Young
 

To be clear, there are other reasons that error occurs, such as when the
stack you requested is not available on any cell. But often it points at a
failed deployment.

On Tue, Nov 24, 2015 at 7:10 PM, Ted Young <tyoung(a)pivotal.io> wrote:

"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


Christian Stocker <me@...>
 

Thanks for the answers

Since I had different other problems this morning, I destroyed the
virtualbox and started from the beginning. And now it magically works

No idea what I did differently.. sorry.

Thanks for the answers anyway

christian

On 25.11.15 04:13, Ted Young wrote:
To be clear, there are other reasons that error occurs, such as when the
stack you requested is not available on any cell. But often it points
at a failed deployment.

On Tue, Nov 24, 2015 at 7:10 PM, Ted Young <tyoung(a)pivotal.io
<mailto:tyoung(a)pivotal.io>> wrote:

"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
<mailto: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 <mailto: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



--
Liip AG // Limmatstrasse 183 // CH-8005 Zurich
Tel +41 43 500 39 81 // Mobile +41 76 561 88 60
www.liip.ch // blog.liip.ch // GnuPG 0x1575A89B