[Tilecache] cgi problem

Balazs Szabó szabobaa at gmail.com
Wed Jun 15 05:13:09 EDT 2011


Hi List!

I installed tilecache on ubuntu with apache web server (sudo apt-get install
tilecache) , but when I hit this link
http://localhost/cgi-bin/tilecache.cgi/1.0.0/basic/0/0/0.png

I got the following error:

An error occurred: HTTP Error 403: Forbidden
  File "/usr/lib/pymodules/python2.7/TileCache/Service.py", line 343,
in cgiHandler
    format, image = service.dispatchRequest( params, path_info,
req_method, host )
  File "/usr/lib/pymodules/python2.7/TileCache/Service.py", line 208,
in dispatchRequest
    return self.renderTile(tile, params.has_key('FORCE'))
  File "/usr/lib/pymodules/python2.7/TileCache/Service.py", line 138,
in renderTile
    data = layer.render(tile, force=force)
  File "/usr/lib/pymodules/python2.7/TileCache/Layer.py", line 444, in render
    return self.renderTile(tile)
  File "/usr/lib/pymodules/python2.7/TileCache/Layers/WMS.py", line
29, in renderTile
    tile.data, response = wms.fetch()
  File "/usr/lib/pymodules/python2.7/TileCache/Client.py", line 59, in fetch
    response = self.client.open(urlrequest)
  File "/usr/lib/python2.7/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)



I think, it can't create folder/files base=/var/tmp , but I dont know why.
If I change the base path in tilecache.cfg like this:
base=/home/inf-mapserver/terkepszerver/tilecache
and give all permission to all user (chmod -R 777
/home/inf-mapserver/terkepszerver/) is still dont work...

The http://localhost/cgi-bin/tilecache.cgi link give back  the good xml.

I keep on digging, but maybe someone just knows whats missing.

thanks in advance!


Balazs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/tilecache/attachments/20110615/9c961b5e/attachment.html


More information about the Tilecache mailing list