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