zokradonh/kopano-docker

kustomer_1 container never start with missing file

Closed this issue · 2 comments

Describe the bug
All docker services start except kopano_kustomer_1

To Reproduce
Steps to reproduce the behavior:

setup.sh
docker-compose up -d

Expected behavior
kopano_kustomer_1 starts ok

Screenshots
If applicable, add screenshots to help explain your problem. Please don't post screenshots text blocks such as logfiles or general console output.

Additional context
console of container

time="2021-03-26T09:02:28Z" level=debug msg="serve start"

time="2021-03-26T09:02:28Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:02:28Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:02:28Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

time="2021-03-26T09:02:44Z" level=debug msg="serve start"

time="2021-03-26T09:02:44Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:02:44Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:02:44Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

time="2021-03-26T09:03:11Z" level=debug msg="serve start"

time="2021-03-26T09:03:11Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:03:11Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:03:11Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

time="2021-03-26T09:04:04Z" level=debug msg="serve start"

time="2021-03-26T09:04:04Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:04:04Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:04:04Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

time="2021-03-26T09:05:04Z" level=debug msg="serve start"

time="2021-03-26T09:05:04Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:05:04Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:05:04Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

time="2021-03-26T09:06:05Z" level=debug msg="serve start"

time="2021-03-26T09:06:05Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:06:05Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:06:05Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

time="2021-03-26T09:07:05Z" level=debug msg="serve start"

time="2021-03-26T09:07:05Z" level=info msg="loaded root license certificates" count=1

time="2021-03-26T09:07:05Z" level=info msg="JWKS URI available" jwks_uri="https://kustomer.kopano.com/api/stats/v1/jwks.json"

time="2021-03-26T09:07:05Z" level=info msg="starting http listener" socket=/run/kopano-kustomerd/api.sock

Error: listen unix /run/kopano-kustomerd/api.sock: bind: no such file or directory

Hi @george-vieira,

thanks for the report. I did notice the failure as well, but did not yet start to investigate on the why. For the moment I decided to simply remove it, since its not relevant for the nightly releases anyway.

I pretty much did the same but thought to let you know in case I missed an option or something.