[Tilecache] tilecache seeding error
Giovanni Zambotti
g.zambotti at gmail.com
Thu Sep 24 16:32:30 EDT 2009
Hi there,
I am working at a google mushup project with Harvard CGA, and I would like
to seed my tiles.
I am testing it using my windows workstation (XP, MS4W, Mod_Python,
TileCache 2.10).
Everything is working very well until seeding level 8 and above.
Here the command that I run
C:\ms4w\Apache\htdocs\tilecache>tilecache_seed.py ED_Total 8 9 -b
"-13914936,287
5744,-7124447,6106854"
Here it is the error message that I got:
Traceback (most recent call last):
File "C:\ms4w\Apache\htdocs\tilecache\tilecache_seed.py", line 9, in
<module>
TileCache.Client.main()
File "C:\ms4w\Apache\htdocs\tilecache\TileCache\Client.py", line 162, in
main
seed(svc, layer, map(int, args[1:3]), bboxlist ,
padding=options.padding, fo
rce = options.force, reverse = options.reverse)
File "C:\ms4w\Apache\htdocs\tilecache\TileCache\Client.py", line 117, in
seed
svc.renderTile(tile,force=force)
File "C:\ms4w\Apache\htdocs\tilecache\TileCache\Service.py", line 138, in
rend
erTile
data = layer.render(tile, force=force)
File "C:\ms4w\Apache\htdocs\tilecache\TileCache\Layer.py", line 443, in
render
return self.renderTile(tile)
File "C:\ms4w\Apache\htdocs\tilecache\TileCache\Layers\WMS.py", line 29,
in re
nderTile
tile.data, response = wms.fetch()
File "C:\ms4w\Apache\htdocs\tilecache\TileCache\Client.py", line 58, in
fetch
response = self.client.open(urlrequest)
File "C:\Python25\lib\urllib2.py", line 381, in open
response = self._open(req, data)
File "C:\Python25\lib\urllib2.py", line 399, in _open
'_open', req)
File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
result = func(*args)
File "C:\Python25\lib\urllib2.py", line 1107, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Python25\lib\urllib2.py", line 1082, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (10060, 'Operation timed out')>
here the layer in my tilecache.cgf
[ED_Total]
url =
http://cga-3.hmdc.harvard.edu/cgi-bin/mapserv?map=/opt/CGA/htdocs/EDMap_DEV/ednetdev.map
layers = ED_Total
srs = EPSG:900913
type = WMS
spherical_mercator = yes
metatile = no
extension = png
bbox="-13914936,2875744,-7124447,6106854"
Any idea? Many thanks in adavance
--
Giovanni Zambotti
34 Prince st, Cambridge MA
02139 USA
Phone: (617) 492 - 0359
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/tilecache/attachments/20090924/842e1231/attachment.html
More information about the Tilecache
mailing list