sverhoeven / docker-cartodb

Dockerized CartoDB
BSD 3-Clause "New" or "Revised" License
147 stars 117 forks source link

Map API unavailable #87

Open Baschdl opened 4 years ago

Baschdl commented 4 years ago

Calls to http://localhost/user/dev/api/v1/map result in Error 503 Service Unavailable XID: 1006320640 from varnish. Calls to http://localhost/user/dev/api/v2/sql and http://localhost/user/dev/api/v1/imports/ (JSON is returned) as well as http://localhost/user/dev/api/v1/maps (routes pages or results) work.

Baschdl commented 4 years ago

docker exec cartodb_1 wget http://localhost:3000 returns index.html but docker exec cartodb_1 wget http://localhost:6081 returns ERROR 404: Not Found.

Baschdl commented 4 years ago

http://localhost/user/dev/api/v1/map works with the 6 months old image on dockerhub but not with the current master (https://github.com/CartoDB/cartodb/commit/94ba82b3206eb8aa05691c43983231c25f3bbf92)

Baschdl commented 4 years ago

It does work with the 3 months old sverhoeven/cartodb:py3pg12postgis3 on dockerhub

Baschdl commented 4 years ago

npm test in /Windshaft-cartodb with development.js as test.js logs

Mapnik LOG> 2020-06-02 15:24:28: Problem loading plugin library: /Windshaft-cartodb/node_modules/@carto/mapnik/lib/binding/lib/mapnik/input/gdal.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
Mapnik LOG> 2020-06-02 15:24:28: Problem loading plugin library: /Windshaft-cartodb/node_modules/@carto/mapnik/lib/binding/lib/mapnik/input/ogr.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)

and two probably related errors in combination with redis.