On Sun, Nov 16, 2008 at 06:36:11PM +0100, Richard Lehaut wrote:
> I have an error in execution:
> 
> Content-type: application / vnd.ogc.se_xml
> <? xml version ='1 .0 'encoding = "ISO-8859-1" standalone = "no"? "
> <! DOCTYPE ServiceExceptionReport SYSTEM 
> "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd";>
> <ServiceExceptionReport Version="1.1.1">
> <ServiceException>
> msReturnPage (): Unable to access file. ttt.html
> </ ServiceException>
> </ ServiceExceptionReport>

This is a MapServer problem. Your template says:

                TEMPLATE "ttt.html"                                             

but MapServer can't find that file.

I recommend reading up on MapServer's configuration, and if you still
can't solve it, take the URL that OpenLayers generates (copy from
Firebug) and the Mapile to the MapServere list, and they may be able to
help you -- but I expect the answer is just that you need to specify a
full path to ttt.html.

Regards,
-- 
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to