WFS Client trouble on Windows 2003, Mapserver hangs (OGR/cache is sue?)

Dijken, M. van (Martin) Martin.van.Dijken at RIJNMOND.POLITIE.NL
Mon Feb 21 09:54:05 EST 2005


I've installed fwtools 0.9.4 and 0.9.6 on Windows 2003 Server last week. It
is running, but my main application namely as WMS Server for multiple WFS
layers won't run. This is what happens:

- I start the process by calling the WMS
- I see the WMS calling my WFS
- The WFS delivers data which mapserv starts downloading to my cachedir
- Halfway or so through downloading mapserv.exe suddenly hangs and stops
downloading the GML. It does keep a cursor open because I can't delete the
file.

I've tested this with a small mapfile which I'll put below my message.
Shapefile data is no problem. I've got this WMS/WFS combo running correctly
under WinXP.

Any help would be greatly appreciated,

Martin van Dijken


Here's my trimmed mapfile

MAP

  IMAGETYPE PNG
  NAME "Basis WMS"
  EXTENT -14000 294000 283750 641250
  UNITS METERS
  SIZE 600 400
  IMAGECOLOR 127 182 233
  SHAPEPATH "c:/programs/kits/mapserver/data/data"
  FONTSET "c:/programs/kits/mapserver/data/fonts/fonts.list"
  DEBUG ON

  PROJECTION
        "init=epsg:28992"
  END

  OUTPUTFORMAT
    NAME png
    DRIVER "GD/PNG"
    MIMETYPE "image/png"
    IMAGEMODE RGBA
    EXTENSION "png"
    TRANSPARENT ON
  END

  WEB
    IMAGEPATH "c:/temp/cache"
    METADATA
      WMS_TITLE "Basis WMS"
      WMS_ABSTRACT "Basis WMS"
      WMS_ACCESSCONSTRAINTS none
      WMS_ONLINERESOURCE "http://rnmu46:7781/cgi-bin/mapservit"
      WMS_SRS "EPSG:28992"
    END
  END

  SYMBOL
    NAME 'circle'
    TYPE ELLIPSE
    POINTS 5 5 END
    FILLED TRUE
  END

  LAYER

    NAME incidentVlakken
    CONNECTIONTYPE WFS
    CONNECTION
"http://%callback%%form%?getmap=true&presentation=%presentation%&inp=%inp%&w
eken=%weken%&gebied=%gebied%&id=%id%&project=%project%&jeugd=%jeugd%&mk=%mk%
&aangiftes=%aangiftes%&mo[0]=%mo[0]%&mo[1]=%mo[1]%&mo[2]=%mo[2]%&mo[3]=%mo[3
]%&mo[4]=%mo[4]%&mo[5]=%mo[5]%&mo[6]=%mo[6]%&mo[7]=%mo[7]%&mo[8]=%mo[8]%&mo[
9]=%mo[9]%"
        DEBUG ON
        METADATA
                "wfs_service"           "WFS"
            "wfs_typename"          "vlakken"
            "wfs_version"           "1.0.0"
            "wfs_request_method"    "GET"
            "wfs_connectiontimeout" "60"
      WMS_TITLE "incidentVlakken"
      WMS_ABSTRACT "incidentVlakken"
        END

    STATUS ON
    TYPE POLYGON
    TRANSPARENCY 75

    CLASS
      NAME 'Klasse 0'
      SYMBOL 0
      EXPRESSION ([class%periode%]=0)
      COLOR 255 255 255
      LABEL
        COLOR 0 0 0
        TYPE TRUETYPE
        FONT arial
        SIZE 8
      END
    END

END

------------------------------- DISCLAIMER -------------------------------
De Informatie in deze e-mail en de meegestuurde bestanden zijn vertrouwelijk
en mogelijk wettig beschermd. De e-mail is uitsluitend bedoeld voor gebruik
door de geadresseerde en andere geautoriseerde ontvangers. Indien u niet de
geadresseerde bent, maken wij er u op attent dat gebruik van de informatie
in de e-mail en de meegezonden bestanden, waaronder openbaarmaking
vermenigvuldiging, verspreiding en/of verstrekking aan derden niet is
toegestaan en mogelijk zelfs onwettig. Mocht u deze e-mail abusievelijk
hebben ontvangen, dan vragen wij u de afzender op de hoogte te brengen en
het originele bericht te vernietigen. De Politie Rotterdam - Rijnmond is
niet verantwoordelijk voor de inhoud van deze e-mail en wijst iedere
aansprakelijkheid af voor en/of in verband met alle gevolgen en/of schade
van een onjuiste of onvolledige verzending en/of vertraging ervan. De
Politie Rotterdam - Rijnmond is niet verantwoordelijk voor meegestuurde
virussen. Het is uw eigen verantwoording om e-mails en de meegezonden
bestanden hierop te scannen. Aan deze e-mail kunnen geen rechten worden
ontleend. Belangrijke afspraken of contracten dienen altijd door de daarvoor
bevoegde personen te worden ondertekend.
----------------------------------------------------------------------------
The Information contained in this e-mail and its attachments is confidential
and may be legally privileged. This e-mail is intended solely for the use of
the individual or entity to whom it is addressed and others authorised to
receive it. If you are not the intended recipient you are hereby notified
that any disclosure, copying, distribution or taking any action in reliance
if the contents of this e-mail and any attachments is strictly prohibited
and may be unlawful. If received in error, we ask you to notify the sender
and delete te original message. Rotterdam - Rijnmond Police is not liable
for the content of this e-mail and accepts no responsibility for any damage
and/or consequences of improper and incomplete transmission or delay in its
receipt. Please note that Rotterdam - Rijnmond Police does not accept any
responsibility to scan the e-mail and attachments if any. No contracts may
be concluded on behalf of Rotterdam - Rijnmond Police by means of e-mail.
Important agreements must always be signed by the therefore authorised
persons.
----------------------------------------------------------------------------



More information about the mapserver-users mailing list