<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. 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> File "E:\ms4w\apps\tilecache\tilecache_seed.py", line 9, in ?<BR> TileCache.Client.main()<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 108, in main<BR> seed(svc, base, layer, map(int, sys.argv[3:5]), map(float, sys.argv[5].split(",")))<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 92, in seed<BR> svc.renderTile(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Service.py", line 138, in renderTile<BR> data = layer.render(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Layer.py", line 437, in render<BR> return self.renderTile(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Layers\WMS.py", line 29, in renderTile<BR> tile.data, response = wms.fetch()<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 54, in fetch<BR> response = self.client.open(urlrequest)<BR> File "C:\Python24\lib\urllib2.py", line 364, in open<BR> response = meth(req, response)<BR> File "C:\Python24\lib\urllib2.py", line 471, in http_response<BR> response = self.parent.error(<BR> File "C:\Python24\lib\urllib2.py", line 402, in error<BR> return self._call_chain(*args)<BR> File "C:\Python24\lib\urllib2.py", line 337, in _call_chain<BR> result = func(*args)<BR> File "C:\Python24\lib\urllib2.py", line 480, in http_error_default<BR> 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> File "E:\ms4w\apps\tilecache\tilecache_seed.py", line 9, in ?<BR> TileCache.Client.main()<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 108, in main<BR> seed(svc, base, layer, map(int, sys.argv[3:5]), map(float, sys.argv[5].split(",")))<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 92, in seed<BR> svc.renderTile(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Service.py", line 138, in renderTile<BR> data = layer.render(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Layer.py", line 437, in render<BR> return self.renderTile(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Layers\WMS.py", line 29, in renderTile<BR> tile.data, response = wms.fetch()<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 54, in fetch<BR> response = self.client.open(urlrequest)<BR> File "C:\Python24\lib\urllib2.py", line 364, in open<BR> response = meth(req, response)<BR> File "C:\Python24\lib\urllib2.py", line 471, in http_response<BR> response = self.parent.error(<BR> File "C:\Python24\lib\urllib2.py", line 402, in error<BR> return self._call_chain(*args)<BR> File "C:\Python24\lib\urllib2.py", line 337, in _call_chain<BR> result = func(*args)<BR> File "C:\Python24\lib\urllib2.py", line 480, in http_error_default<BR> 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> File "E:\ms4w\apps\tilecache\tilecache_seed.py", line 9, in ?<BR> TileCache.Client.main()<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 108, in main<BR> seed(svc, base, layer, map(int, sys.argv[3:5]), map(float, sys.argv[5].split(",")))<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 92, in seed<BR> svc.renderTile(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Service.py", line 138, in renderTile<BR> data = layer.render(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Layer.py", line 437, in render<BR> return self.renderTile(tile)<BR> File "E:\ms4w\apps\tilecache\TileCache\Layers\WMS.py", line 29, in renderTile<BR> tile.data, response = wms.fetch()<BR> File "E:\ms4w\apps\tilecache\TileCache\Client.py", line 64, in fetch<BR> 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&layers=Orthophotos&styles=&service=WMS&width=256&format=image%2Fjpeg&<BR>request=GetMap&height=256&srs=EPSG%3A32198&version=1.1.1&bbox=247630.0%2C1193490.0%2C250160.0%2C1196020.0<BR>Content-Type Header: text/html<BR>Response:<BR></BODY></HTML>