Closed ziky90 closed 7 years ago
Hi, I'm trying to use the dockerfile, simply by typing make and then checking that the DB has loaded by docker logs which looks as follows:
make
docker logs
57274150K .......... .......... .......... .......... .......... 99% 17.7M 0s 57274200K .......... .......... .......... .......... .......... 99% 153M 0s 57274250K .......... ...... 100% 162M=60m57s 2017-02-06 13:47:14 (15.3 MB/s) - 'planet.osm.bz2' saved [58648848996/58648848996]
But I'getting to following problems, when I try url /api/timestamp, then:
/api/timestamp
And when I try url /api/interpreter, then:
/api/interpreter
Do you have any idea what could possibly go wrong? Based on the troubleshooting section here it looks like the dispatcher might not be running.
Sorry, I can see that the server is still loading.
Yeah, maybe we could display a log when the server hasn't loaded yet ?
Hi, I'm trying to use the dockerfile, simply by typing
make
and then checking that the DB has loaded bydocker logs
which looks as follows:But I'getting to following problems, when I try url
/api/timestamp
, then:And when I try url
/api/interpreter
, then:Do you have any idea what could possibly go wrong? Based on the troubleshooting section here it looks like the dispatcher might not be running.