Fork me on GitHub
#onyx
<
2016-05-19
>
bcambel09:05:04

Error starting BookKeeper server: NoWritableLedgerDirException

bcambel09:05:31

then the zookeeper node crying with TooManyConnections 🙂

bcambel09:05:23

as a bit of context, I am using the docker image of the Zookeeper from the starter template, and running the test with pointing to the dockerized ZK

bcambel09:05:57

by using the dev version (without kafka, kaftacat etc)

lucasbradstreet09:05:07

@bcambel: it sounds like you can't write to /tmp. Maybe not enough space. You can configure usage thresholds and where it'll write to here: http://www.onyxplatform.org/docs/cheat-sheet/latest/#env-config/:onyx.bookkeeper/base-journal-dir

lucasbradstreet09:05:34

For ZK connections you need to adjust you zk config

bcambel09:05:32

yeah I have already done that modifying

load-config
with the appropriate zookeeper location

bcambel09:05:05

once I set the :bookkeeper/server? false, there were no more exceptions obviously...

lucasbradstreet09:05:43

Were those errors from trying to connect to BookKeeper?

bcambel09:05:24

isn't the settings use the zk node as the bookkeeper node as well?

lucasbradstreet09:05:40

Hmm, I will have to review the docker setup to say for sure, but i don't think the zookeeper containers contain any bookkeeper setup

lucasbradstreet10:05:07

@bcambel: when you say from the starter template, do you mean from onyx-starter or from onyx-template? Guessing you mean the former?

bcambel11:05:08

onyx-template

lucasbradstreet11:05:31

Ok, thanks. I'll give it a look tonight