FIWARE / api-umbrella

Open source API management platform
https://fiware-api-umbrella.readthedocs.io/
MIT License
2 stars 6 forks source link

Problem running under Ubuntu 20 LTS #13

Closed fdrobnic closed 3 years ago

fdrobnic commented 3 years ago

I have a microk8s installation:

$ uname -a
Linux 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

I used the branch i4trust from the repo FIWARE/helm-charts and installed as:

helm install -f ... helm-charts/charts/api-umbrella/ --version 0.0.4

The installation completes successfully. However, the api-umbrella constantly issues these errors:

[trafficserver] Fatal: [LocalManager::LocalManager] please set bin path 'proxy.config.bin_path'

As a consequence, the UI returns error 502 bad gateway with "openresty" as the source. It looks like the file bin/api-umbrella-env does not get executed.

dwendland commented 3 years ago

One note: This does not appear when running under Ubuntu 18.04 as host system, so it might be something kernel related. The same behaviour also appears when running with plain docker.

dwendland commented 3 years ago

Fixed with release https://github.com/FIWARE/api-umbrella/releases/tag/0.15.5