<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma"><BR>hi list<BR><BR>I trying to seed one of my WMS, it work fine but, the seed process alway(3 type of error) crash after 1 or 2 or 8 hours of seeding process.&nbsp; My question, is there a way to force the process to bypass error or any idea of what is causing this problem?<BR><BR>Tilecache: version 2.04<BR><BR>My layer:<BR>type=WMSLayer<BR>url=http://spssoww5.sso.msp.gouv.qc.ca/cgi-bin/mapserv.exe?map=e:/ms4w/msp/wms/orthos_prive.map<BR>extent_type=loose<BR>levels=15<BR>layers=Orthophotos<BR>extension=jpeg<BR>srs=EPSG:32198<BR>metaTile=false<BR>maxResolution=2530<BR>bbox=-1257720,-155000, 1333000, 2435720<BR><BR>seed:<BR>E:\ms4w\apps\tilecache\tilecache_seed.py "http://spssoww5d.sso.msp.gouv.qc.ca/apps/tilecache/tilecache.py?" orthophotos 8 15 "-1257720,-155000, 1333000, 2435720"<BR><BR>3 type of error:<BR><BR>Traceback (most recent call last):<BR>&nbsp; File "E:\ms4w\apps\tilecache\tilecache_seed.py", line 9, in ?<BR>&nbsp;&nbsp;&nbsp; TileCache.Client.main()<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 108, in main<BR>&nbsp;&nbsp;&nbsp; seed(svc, base, layer, map(int, sys.argv[3:5]), map(float, sys.argv[5].split(",")))<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 92, in seed<BR>&nbsp;&nbsp;&nbsp; svc.renderTile(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Service.py", line 138, in renderTile<BR>&nbsp;&nbsp;&nbsp; data = layer.render(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Layer.py", line 437, in render<BR>&nbsp;&nbsp;&nbsp; return self.renderTile(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Layers\WMS.py", line 29, in renderTile<BR>&nbsp;&nbsp;&nbsp; tile.data, response = wms.fetch()<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 54, in fetch<BR>&nbsp;&nbsp;&nbsp; response = self.client.open(urlrequest)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 364, in open<BR>&nbsp;&nbsp;&nbsp; response = meth(req, response)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 471, in http_response<BR>&nbsp;&nbsp;&nbsp; response = self.parent.error(<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 402, in error<BR>&nbsp;&nbsp;&nbsp; return self._call_chain(*args)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 337, in _call_chain<BR>&nbsp;&nbsp;&nbsp; result = func(*args)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 480, in http_error_default<BR>&nbsp;&nbsp;&nbsp; raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)<BR>urllib2.HTTPError: HTTP Error 403: Forbidden<BR><BR>Traceback (most recent call last):<BR>&nbsp; File "E:\ms4w\apps\tilecache\tilecache_seed.py", line 9, in ?<BR>&nbsp;&nbsp;&nbsp; TileCache.Client.main()<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 108, in main<BR>&nbsp;&nbsp;&nbsp; seed(svc, base, layer, map(int, sys.argv[3:5]), map(float, sys.argv[5].split(",")))<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 92, in seed<BR>&nbsp;&nbsp;&nbsp; svc.renderTile(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Service.py", line 138, in renderTile<BR>&nbsp;&nbsp;&nbsp; data = layer.render(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Layer.py", line 437, in render<BR>&nbsp;&nbsp;&nbsp; return self.renderTile(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Layers\WMS.py", line 29, in renderTile<BR>&nbsp;&nbsp;&nbsp; tile.data, response = wms.fetch()<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 54, in fetch<BR>&nbsp;&nbsp;&nbsp; response = self.client.open(urlrequest)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 364, in open<BR>&nbsp;&nbsp;&nbsp; response = meth(req, response)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 471, in http_response<BR>&nbsp;&nbsp;&nbsp; response = self.parent.error(<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 402, in error<BR>&nbsp;&nbsp;&nbsp; return self._call_chain(*args)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 337, in _call_chain<BR>&nbsp;&nbsp;&nbsp; result = func(*args)<BR>&nbsp; File "C:\Python24\lib\urllib2.py", line 480, in http_error_default<BR>&nbsp;&nbsp;&nbsp; raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)<BR>urllib2.HTTPError: HTTP Error 500: Internal Server Error<BR><BR>Traceback (most recent call last):<BR>&nbsp; File "E:\ms4w\apps\tilecache\tilecache_seed.py", line 9, in ?<BR>&nbsp;&nbsp;&nbsp; TileCache.Client.main()<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 108, in main<BR>&nbsp;&nbsp;&nbsp; seed(svc, base, layer, map(int, sys.argv[3:5]), map(float, sys.argv[5].split(",")))<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 92, in seed<BR>&nbsp;&nbsp;&nbsp; svc.renderTile(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Service.py", line 138, in renderTile<BR>&nbsp;&nbsp;&nbsp; data = layer.render(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Layer.py", line 437, in render<BR>&nbsp;&nbsp;&nbsp; return self.renderTile(tile)<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Layers\WMS.py", line 29, in renderTile<BR>&nbsp;&nbsp;&nbsp; tile.data, response = wms.fetch()<BR>&nbsp; File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 64, in fetch<BR>&nbsp;&nbsp;&nbsp; raise Exception("Did not get image data back. \nURL: %s\nContent-Type Header: %s\nResponse: \n%s" % (self.url(), ctype, data))<BR>Exception: Did not get image data back.<BR>URL: http://geomsp.msp.gouv.qc.ca/cgi-bin/mapserv.exe?map=e:/ms4w/msp/wms/orthos_prive.map&amp;layers=Orthophotos&amp;styles=&amp;service=WMS&amp;width=256&amp;format=image%2Fjpeg&amp;<BR>request=GetMap&amp;height=256&amp;srs=EPSG%3A32198&amp;version=1.1.1&amp;bbox=247630.0%2C1193490.0%2C250160.0%2C1196020.0<BR>Content-Type Header: text/html<BR>Response:<BR></BODY></HTML>