You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Hello, after run ./exec.py load-db I see some errors:
tilerator-worker_1 | {"name":"tilerator","hostname":"c67da2ce35c6","pid":309,"level":50,"err":{"message":"","name":"tilerator","stack":"Error: Postgis Plugin: ERROR: function z(numeric) does not exist\nLINE 1: ...02823466385289e+38,3.402823466385289e+38,900913), z(3.402823...\n ^\nHINT: No function matches the given name and argument types. You might need to add explicit type casts.\nin executeQuery Full sql was: 'SELECT * FROM (SELECT geometry, class, intermittent, brunnel FROM layer_water(ST_MakeEnvelope(-3.402823466385289e+38,-3.402823466385289e+38,3.402823466385289e+38,3.402823466385289e+38,900913), z(3.402823466385289e+38))) AS t LIMIT 0'\n\n at /opt/kartotherian/packages/tilelive-tmsource/index.js:120:18\n at Array.map ()\n at normalize (/opt/kartotherian/packages/tilelive-tmsource/index.js:109:35)\n at TMSource.init (/opt/kartotherian/packages/tilelive-tmsource/index.js:194:17)\n at new TMSource (/opt/kartotherian/packages/tilelive-tmsource/index.js:172:17)\n at Object.tilelive.load (/opt/kartotherian/packages/tilerator/node_modules/@mapbox/tilelive/lib/tilelive.js:97:5)\n at Object.tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Object.ret [as loadAsync] (eval at makeNodePromisifiedEval (/opt/kartotherian/node_modules/bluebird/js/release/promisify.js:184:12), :13:39)\n at Object.loadSource (/opt/kartotherian/packages/core/lib/core.js:275:24)\n at /opt/kartotherian/packages/core/lib/sources.js:248:23\n at tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Promise._settlePromiseFromHandler (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:547:31)\n at Promise._settlePromise (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:604:18)\n at Promise._settlePromise0 (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:649:10)\n at Promise._settlePromises (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:729:18)\n at Promise._fulfill (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:673:18)","cause":{},"isOperational":true,"levelPath":"error"},"msg":"Unable to create source "gen_basemap"Postgis Plugin: ERROR: function z(numeric) does not exist\nLINE 1: ...02823466385289e+38,3.402823466385289e+38,900913), z(3.402823...\n ^\nHINT: No function matches the given name and argument types. You might need to add explicit type casts.\nin executeQuery Full sql was: 'SELECT * FROM (SELECT geometry, class, intermittent, brunnel FROM layer_water(ST_MakeEnvelope(-3.402823466385289e+38,-3.402823466385289e+38,3.402823466385289e+38,3.402823466385289e+38,900913), z(3.402823466385289e+38))) AS t LIMIT 0'\n","time":"2023-06-17T21:21:56.807Z","v":0}
tilerator-worker_1 | {"name":"tilerator","hostname":"c67da2ce35c6","pid":309,"level":50,"err":{"message":"Unable to create source "basemap"Source "gen_basemap" is disabled, possibly due to loading errors","name":"tilerator","stack":"Err: Source "gen_basemap" is disabled, possibly due to loading errors\n at Sources.getSourceById (/opt/kartotherian/packages/core/lib/sources.js:404:11)\n at Sources.getSourceUri (/opt/kartotherian/packages/core/lib/sources.js:423:8)\n at Sources.resolveValue (/opt/kartotherian/packages/core/lib/sources.js:368:21)\n at /opt/kartotherian/packages/core/lib/sources.js:232:29\n at Function..each..forEach (/opt/kartotherian/node_modules/underscore/underscore.js:158:9)\n at /opt/kartotherian/packages/core/lib/sources.js:231:9\n at tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Function.Promise.attempt.Promise.try (/opt/kartotherian/node_modules/bluebird/js/release/method.js:39:29)\n at Sources._loadSourceAsync (/opt/kartotherian/packages/core/lib/sources.js:191:21)\n at /opt/kartotherian/packages/core/lib/sources.js:113:19\n at tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Object.gotValue (/opt/kartotherian/node_modules/bluebird/js/release/reduce.js:166:18)\n at Object.gotAccum (/opt/kartotherian/node_modules/bluebird/js/release/reduce.js:155:25)\n at Object.tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Promise._settlePromiseFromHandler (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:547:31)\n at Promise._settlePromise (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:604:18)","levelPath":"error"},"msg":"Unable to create source "basemap"Source "gen_basemap" is disabled, possibly due to loading errors","time":"2023-06-17T21:21:56.808Z","v":0}
redis_1 | 1:M 17 Jun 2023 21:25:19.004 * Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis.
[import_natural_earth:ERR] Input geom 0 is INVALID: Self-intersection at or near point -75.880639816967701 36.549247837517647 (-75.880639816967700995 36.549247837517647497)
[import_natural_earth:ERR] ERROR 1: TopologyException: Input geom 0 is invalid: Self-intersection at -75.880639816967701 36.549247837517647
[import_natural_earth:ERR] Input geom 0 is INVALID: Self-intersection at or near point -124.58916726298369 47.875174117633293 (-124.58916726298369326 47.875174117633292781)
Could you recommend anything for resolve it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, after run ./exec.py load-db I see some errors:
tilerator-worker_1 | {"name":"tilerator","hostname":"c67da2ce35c6","pid":309,"level":50,"err":{"message":"","name":"tilerator","stack":"Error: Postgis Plugin: ERROR: function z(numeric) does not exist\nLINE 1: ...02823466385289e+38,3.402823466385289e+38,900913), z(3.402823...\n ^\nHINT: No function matches the given name and argument types. You might need to add explicit type casts.\nin executeQuery Full sql was: 'SELECT * FROM (SELECT geometry, class, intermittent, brunnel FROM layer_water(ST_MakeEnvelope(-3.402823466385289e+38,-3.402823466385289e+38,3.402823466385289e+38,3.402823466385289e+38,900913), z(3.402823466385289e+38))) AS t LIMIT 0'\n\n at /opt/kartotherian/packages/tilelive-tmsource/index.js:120:18\n at Array.map ()\n at normalize (/opt/kartotherian/packages/tilelive-tmsource/index.js:109:35)\n at TMSource.init (/opt/kartotherian/packages/tilelive-tmsource/index.js:194:17)\n at new TMSource (/opt/kartotherian/packages/tilelive-tmsource/index.js:172:17)\n at Object.tilelive.load (/opt/kartotherian/packages/tilerator/node_modules/@mapbox/tilelive/lib/tilelive.js:97:5)\n at Object.tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Object.ret [as loadAsync] (eval at makeNodePromisifiedEval (/opt/kartotherian/node_modules/bluebird/js/release/promisify.js:184:12), :13:39)\n at Object.loadSource (/opt/kartotherian/packages/core/lib/core.js:275:24)\n at /opt/kartotherian/packages/core/lib/sources.js:248:23\n at tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Promise._settlePromiseFromHandler (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:547:31)\n at Promise._settlePromise (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:604:18)\n at Promise._settlePromise0 (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:649:10)\n at Promise._settlePromises (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:729:18)\n at Promise._fulfill (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:673:18)","cause":{},"isOperational":true,"levelPath":"error"},"msg":"Unable to create source "gen_basemap"Postgis Plugin: ERROR: function z(numeric) does not exist\nLINE 1: ...02823466385289e+38,3.402823466385289e+38,900913), z(3.402823...\n ^\nHINT: No function matches the given name and argument types. You might need to add explicit type casts.\nin executeQuery Full sql was: 'SELECT * FROM (SELECT geometry, class, intermittent, brunnel FROM layer_water(ST_MakeEnvelope(-3.402823466385289e+38,-3.402823466385289e+38,3.402823466385289e+38,3.402823466385289e+38,900913), z(3.402823466385289e+38))) AS t LIMIT 0'\n","time":"2023-06-17T21:21:56.807Z","v":0}
tilerator-worker_1 | {"name":"tilerator","hostname":"c67da2ce35c6","pid":309,"level":50,"err":{"message":"Unable to create source "basemap"Source "gen_basemap" is disabled, possibly due to loading errors","name":"tilerator","stack":"Err: Source "gen_basemap" is disabled, possibly due to loading errors\n at Sources.getSourceById (/opt/kartotherian/packages/core/lib/sources.js:404:11)\n at Sources.getSourceUri (/opt/kartotherian/packages/core/lib/sources.js:423:8)\n at Sources.resolveValue (/opt/kartotherian/packages/core/lib/sources.js:368:21)\n at /opt/kartotherian/packages/core/lib/sources.js:232:29\n at Function..each..forEach (/opt/kartotherian/node_modules/underscore/underscore.js:158:9)\n at /opt/kartotherian/packages/core/lib/sources.js:231:9\n at tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Function.Promise.attempt.Promise.try (/opt/kartotherian/node_modules/bluebird/js/release/method.js:39:29)\n at Sources._loadSourceAsync (/opt/kartotherian/packages/core/lib/sources.js:191:21)\n at /opt/kartotherian/packages/core/lib/sources.js:113:19\n at tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Object.gotValue (/opt/kartotherian/node_modules/bluebird/js/release/reduce.js:166:18)\n at Object.gotAccum (/opt/kartotherian/node_modules/bluebird/js/release/reduce.js:155:25)\n at Object.tryCatcher (/opt/kartotherian/node_modules/bluebird/js/release/util.js:16:23)\n at Promise._settlePromiseFromHandler (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:547:31)\n at Promise._settlePromise (/opt/kartotherian/node_modules/bluebird/js/release/promise.js:604:18)","levelPath":"error"},"msg":"Unable to create source "basemap"Source "gen_basemap" is disabled, possibly due to loading errors","time":"2023-06-17T21:21:56.808Z","v":0}
redis_1 | 1:M 17 Jun 2023 21:25:19.004 * Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis.
[import_natural_earth:ERR] Input geom 0 is INVALID: Self-intersection at or near point -75.880639816967701 36.549247837517647 (-75.880639816967700995 36.549247837517647497)
[import_natural_earth:ERR] ERROR 1: TopologyException: Input geom 0 is invalid: Self-intersection at -75.880639816967701 36.549247837517647
[import_natural_earth:ERR] Input geom 0 is INVALID: Self-intersection at or near point -124.58916726298369 47.875174117633293 (-124.58916726298369326 47.875174117633292781)
Could you recommend anything for resolve it?
The text was updated successfully, but these errors were encountered: