[mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)
Paul james
pauljame at gmail.com
Wed Oct 21 07:49:18 PDT 2009
Tamas, the actual error generated is:
HTTP Error 502.2 - Bad Gateway
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are "".
Using Windos 7 (IIS 7)
Testing on Windows 2003, I got just a Blank image (no error message)...
You can use the same mssql2008 data I sended you last time...
Paul
On Tue, Oct 20, 2009 at 4:56 PM, Tamas Szekeres <szekerest at gmail.com> wrote:
> Paul,
>
> I couldn't reproduce your problem by using my data and the recent mapserv
> version.
> http://vbkto.dyndns.org/cgi-bin/mapserv.exe?mode=map&map=sql2008.map
>
> Could you provide your data for testing?
>
> Best regards,
>
> Tamas
>
>
> 2009/10/20 Paul james <pauljame at gmail.com>
>
> Hello Tamas
>> Did you test that?
>> Paul
>> On Mon, Oct 19, 2009 at 3:40 PM, Paul james <pauljame at gmail.com> wrote:
>>
>>> Testing :
>>>
>>> http://localhost/cgi-bin-54/mapserv.exe?map=C:/Mapserver/Mapfile/map.map&mode=map
>>>
>>> Using Postgis connection works fine with same setup...
>>> Using that mapfile with MAPSCRIPT/C# works fine as well...
>>>
>>> The problem is CGI + MSSQL2008 Plugin
>>>
>>>
>>> Mapfile:
>>>
>>> MAP
>>> EXTENT -79.7892 -34.2426 -24.9958 6.11775
>>> FONTSET "..\Fontes\Fontes.txt"
>>> IMAGECOLOR 230 254 254
>>> IMAGETYPE png
>>> SIZE 400 200
>>> STATUS ON
>>> UNITS dd
>>> NAME "Geral"
>>> OUTPUTFORMAT
>>> NAME "png"
>>> MIMETYPE "image/png"
>>> DRIVER "GD/PNG"
>>> EXTENSION "png"
>>> IMAGEMODE "PC256"
>>> TRANSPARENT TRUE
>>> END
>>>
>>> PROJECTION
>>> 'proj=longlat'
>>> 'ellps=WGS84'
>>> 'datum=WGS84'
>>> 'no_defs'
>>> END
>>>
>>> WEB
>>> IMAGEPATH 'C:\map\temp'
>>> IMAGEURL '/tmp/'
>>> QUERYFORMAT text/html
>>> LEGENDFORMAT text/html
>>> BROWSEFORMAT text/html
>>> END
>>>
>>> LEGEND
>>> STATUS ON
>>> KEYSIZE 18 12
>>> KEYSPACING 10 5
>>> IMAGECOLOR 255 255 255
>>> LABEL
>>> TYPE BITMAP
>>> SIZE MEDIUM
>>> COLOR 0 0 89
>>> END
>>> TEMPLATE "..\template.html"
>>> END
>>>
>>> QUERYMAP
>>> COLOR 255 0 0
>>> SIZE -1 -1
>>> STATUS ON
>>> STYLE hilite
>>> END
>>>
>>> REFERENCE
>>> EXTENT -79.7892 -34.2426 -24.9958 6.11775
>>> IMAGE "..\reference.png"
>>> STATUS on
>>> SIZE 221 150
>>> MINBOXSIZE 5
>>> MAXBOXSIZE 150
>>> COLOR -1 -1 -1
>>> OUTLINECOLOR 255 0 0
>>> MARKERSIZE 8
>>> END
>>>
>>> LAYER
>>> NAME test
>>> GROUP "tests"
>>> TYPE POLYGON
>>> STATUS ON
>>> CONNECTIONTYPE PLUGIN
>>> PLUGIN "msplugin_mssql2008.dll"
>>> CONNECTION "server=x;Integrated Security=false;database=x;uid=x;pwd=x"
>>> DATA "the_geom from viwgeo_paisbrasil USING UNIQUE oid USING SRID=0"
>>> CLASS
>>> COLOR 255 200 255
>>> END
>>> END
>>> END
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20091021/e99f7484/attachment.htm>
More information about the MapServer-users
mailing list