Hola a todos:<br>Estoy usando tilecache 2.10 y al escribir en la consola: --&gt; <b>./tilecache_seed.py -f MapaParaguay 0 1</b><br><br>Despues de unos segundos me sale este mensaje --&gt;<br>###### (0, 0, 0), (3, 2, 0)<br>
unlock /tmp/tilecache/MapaParaguay/00/000/000/000/000/000/000.png.lck failed: [Errno 2] No such file or directory: &#39;/tmp/tilecache/MapaParaguay/00/000/000/000/000/000/000.png.lck&#39;<br>Traceback (most recent call last):<br>
  File &quot;./tilecache_seed.py&quot;, line 9, in &lt;module&gt;<br>    TileCache.Client.main()<br>  File &quot;/var/www/tilecache/TileCache/Client.py&quot;, line 162, in main<br>    seed(svc, layer, map(int, args[1:3]), bboxlist , padding=options.padding, force = options.force, reverse = options.reverse)<br>
  File &quot;/var/www/tilecache/TileCache/Client.py&quot;, line 117, in seed<br>    svc.renderTile(tile,force=force)<br>  File &quot;/var/www/tilecache/TileCache/Service.py&quot;, line 138, in renderTile<br>    data = layer.render(tile, force=force)<br>
  File &quot;/var/www/tilecache/TileCache/Layer.py&quot;, line 430, in render<br>    self.cache.lock(metatile)<br>  File &quot;/var/www/tilecache/TileCache/Cache.py&quot;, line 20, in lock<br>    raise Exception(&quot;You appear to have a stuck lock. You may wish to remove the lock named:\n%s&quot; % self.getLockName(tile)) <br>
Exception: You appear to have a stuck lock. You may wish to remove the lock named:<br>/tmp/tilecache/MapaParaguay/00/000/000/000/000/000/000.png.lck<br><br><br>En mi layer del tilecache.cfg contiene esto:<br>[MapaParaguay]<br>
type=WMSLayer<br>layers=area_rios,area_lagos_lagunas,area_cementerio,area_aguas,area_parque_municipal,area_aeropuertos,area_complejo_deportivo,puntos_restantes,puntos_ciudad,puntos_estado_provincia_region,puntos_asentamientos,puntos_salida_au,lineas$<br>
url=<a href="http://localhost/cgi-bin/mapserv?map=/var/www/ldf_branch_gis_nuevoMapa1/gis_conf/mapaParaguay.map">http://localhost/cgi-bin/mapserv?map=/var/www/ldf_branch_gis_nuevoMapa1/gis_conf/mapaParaguay.map</a><br>extension=png<br>
srs=EPSG:4326<br>extent_type=loose<br>bbox=-62.6454,-27.4933,-54.1077,-19.2755<br>maxResolution=0.013052769<br>resolutions=0.013052769,0.00846666,0.00070555,0.00007937,0.000079371095,0.000003968477,0.091309,0.005706609,0.00071335068,0.000089168836,0.000044584418,0.0028534028,0.022827,0.00001000056,0.000357<br>
levels=6<br>metaTile=true<br>size=256,256<br>mime_type=image/png<br>metaBuffer=100<br><br><br><br><br>No se como puedo solucionar este problema si me pueden orientar un poco. Gracias<br>saludos, jose<br>