Hi, Kai<div><br></div><div>thank you for answer</div><div><br></div><div>I also try valid links like /tiles/mapnik/14/9464/5270.png but result the same - 404 </div><div><br></div><div><div><div>[Fri Mar 23 07:33:18 2012] [debug] ./mod_tile.c(994): [client 87.252.227.84] tile_translate: op(tile_serve) xml(mapnik) mime(image/png) z(14) x(9464) y(5270), referer: <a href="http://mapserv.test.maps.local/">http://mapserv.test.maps.local/</a></div>
<div>[Fri Mar 23 07:33:18 2012] [info] [client 87.252.227.84] tile_storage_hook: handler(tile_serve), uri(/tiles/mapnik/14/9464/5270.png), filename(/var/lib/mod_tile/tiles/mapnik/14/0/33/68/249/128.meta), path_in</div><div>
[Fri Mar 23 07:33:18 2012] [debug] ./mod_tile.c(849): [client 87.252.227.84] tile_handler_serve: xml(mapnik) z(14) x(9464) y(5270), referer: <a href="http://mapserv.test.maps.local/">http://mapserv.test.maps.local/</a></div>
<div>[Fri Mar 23 07:33:20 2012] [debug] ./mod_tile.c(909): [client 87.252.227.84] tile_translate: uri(/tiles/mapnik/14/9463/5270.png), referer: <a href="http://mapserv.test.maps.local/">http://mapserv.test.maps.local/</a></div>
<div>[Fri Mar 23 07:33:20 2012] [debug] ./mod_tile.c(934): [client 87.252.227.84] tile_translate: testing baseuri(/tiles/mapnik/) name(mapnik) extension(png), referer: <a href="http://mapserv.test.maps.local/">http://mapserv.test.maps.local/</a></div>
<div>[Fri Mar 23 07:33:20 2012] [debug] ./mod_tile.c(994): [client 87.252.227.84] tile_translate: op(tile_serve) xml(mapnik) mime(image/png) z(14) x(9463) y(5270), referer: <a href="http://mapserv.test.maps.local/">http://mapserv.test.maps.local/</a></div>
</div><div><br></div><div>is it so, that according debug info in folder /var/lib/mod_tile/tiles/mapnik/14/0/33/68/249/ should be only files with .meta extension ? </div><div><div><br></div><div>user@optiplex:/var/log/apache2$ ls -la /var/lib/mod_tile/tiles/mapnik/14/0/33/68/249/</div>
<div>total 1680</div><div>drwxr-xr-x 2 user user   4096 2012-03-23 07:33 .</div><div>drwxr-xr-x 3 user user   4096 2012-03-23 07:33 ..</div><div>-rw-r--r-- 1 user user 558007 2012-03-23 07:33 0.meta</div><div>-rw-r--r-- 1 user user 379366 2012-03-23 07:33 128.meta</div>
<div>-rw-r--r-- 1 user user 373268 2012-03-23 07:33 136.meta</div><div>-rw-r--r-- 1 user user 392739 2012-03-23 07:33 8.meta</div></div><div><br></div><div><br></div><div>So according all logs - all fine, but I recieve 404 :( </div>
<br><div class="gmail_quote">2012/3/23 Kai Krueger <span dir="ltr"><<a href="mailto:kakrueger@gmail.com">kakrueger@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Valery N. wrote<br>
<div class="im">><br>
> For some unknown reasons request like<br>
</div>> <a href="http://mapserv.test.maps.local/tiles/mapnik/1/1/-1.png" target="_blank">http://mapserv.test.maps.local/tiles/mapnik/1/1/-1.png</a> raise* 404 error*<br>
> on<br>
> web server<br>
><br>
Well, that is not a valid request. A negative y coordinate is not allowed<br>
and so it will correctly give a 404 error.<br>
<br>
Also the rest of you mod_tile log seems fine and gives the expected result.<br>
It will correctly mention "no valid tile layer" for request uri's like<br>
"/favicon.ico" or "/index.html", and fall through to normal serving of those<br>
files.<br>
<br>
Have you tried waiting for a while and then reloading the tile. At low zoom<br>
levels, rendering tiles can take several minutes and mod_tile will time out<br>
before it is finished rendering. The next time it will then hopefully get<br>
the rendered tile from cache.<br>
<br>
Kai<br>
<br>
--<br>
View this message in context: <a href="http://gis.19327.n5.nabble.com/Problems-with-mod-tile-tirex-tp5587540p5588086.html" target="_blank">http://gis.19327.n5.nabble.com/Problems-with-mod-tile-tirex-tp5587540p5588086.html</a><br>

Sent from the Developer Discussion mailing list archive at Nabble.com.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@openstreetmap.org">dev@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/dev" target="_blank">http://lists.openstreetmap.org/listinfo/dev</a><br>
</div></div></blockquote></div><br></div>