-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Osmosis: Unable to parse xml file #126
Comments
I noticed that updates worked but stop working at some point. Log from the server where one country has been imported:
On the server with the full planet planet the same problem occures from the sequence |
So, I guess it is a bug caused by apache which has been fixed in Osmosis with commit simonpoole:gzip_fix2 and is live since osmosis release 0.47.2. Osmosis used in this project is 0.46. I understand that osmium release 0.47.2 is pretty recent and even unverified. But please, can you tell your thoughts about switching to newest osmosis version. |
0.46-2 is the most recent version in the ubuntu 18.04 sources, so it's not that easy to update right now, as it's installed over apt in the Dockerfile currently. I don't know if there are any plans to bring the 0.47.2 osmosis update to ubuntu 18.04 (bionic) or backport it soon. Ubuntu 19.04, 19.10 and 20.04 already have a osmosis version with a fix for this. Ubuntu 20.04 is the next LTS version since 18.04 and should release tomorrow. Upgrading this project to 20.04 should be a goal for the next days/weeks/months. You could try to use newer ubuntu sources just for the osmosis package, by apt pinning everything to 18.04 and just use newer versions for osmosis, but there might be dependency issues preventing this approach to work. |
I can't make updates work. Obviously there is an error with
osmosis
part, but I can't figure out what caused it.configuration of osmosis
contents of run.log where the error occures
[2020-04-21 11:36:02] 28670 [error] Osmosis error
contents of osmosis.log where the error occures
full log
So it is raised in this part of
openstreetmap-tiles-update-expire
but I am stuck with figuring out if it caused byosmosis
:openstreetmap-tile-server/openstreetmap-tiles-update-expire
Lines 147 to 149 in e838310
The text was updated successfully, but these errors were encountered: