Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#1110 closed defect (fixed)

[oracle] WFS DescribeFeatureType gives internal server error

Reported by: bartvde@… Owned by: fsimon@…
Priority: high Milestone:
Component: Input - Native Oracle Spatial Support Version: 4.4
Severity: normal Keywords: VERIFIED
Cc:

Description

The following request is used:

http://myserver/cgi-bin/oracle/mapserv.exe?map=%2Fms4w%2Fapps%2Fgeneral%2Fmap%2Foracle.map&REQUEST=DescribeFeatureType&typename=Gemeentes&version=1.0.0&service=WFS

Will attach testcase again (MAP file + Oracle 10 dump).

Change History (7)

comment:1 by bartvde@…, 19 years ago

Export created with a 10g client from a 10.1.0.3 database.
Export created with user mrg and array fetch buffer size: 30000.

Attachment is too bug for bugzilla so can be downloaded from:

ftp://ftp.vz.geodan.nl/pub/mapserver/bug1109.tgz

comment:2 by fsimon@…, 19 years ago

Hi Bart,
    Can you test this for 4.4.1 version? (win binaries)
    Thanks.
Fernando Simon

comment:3 by bartvde@…, 19 years ago

Hi Fernando,

I checked with 4.4.1, same problem.

Bart

comment:4 by fsimon@…, 19 years ago

Hi Bart,
    Can be the same problem that EXTENT bug.
    Did you tested without Oracle conection?
    Thanks.

Fernando Simon

comment:5 by bartvde@…, 19 years ago

Hi Fernando,

if I use a shapefile datasource with the same MAP file all works fine.

Bart

comment:6 by fsimon@…, 19 years ago

Resolution: fixed
Status: newclosed
Fixed in CVS version of maporaclespatial.c in Mapserver 4.5.
Thanks.
    

comment:7 by bartvde@…, 19 years ago

Keywords: VERIFIED added
I tested and this one works now.

http://myserver/cgi-bin/bart/mapserv.exe?map=/ms4w/apps/general/map/oracle.map&service=WFS&request=DescribeFeatureType&version=1.0.0&typename=Gemeentes

<?xml version="1.0" encoding="ISO-8859-1" ?> 
- <schema targetNamespace="http://www.ttt.org/myns"
xmlns:myns="http://www.ttt.org/myns" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml"
elementFormDefault="qualified" version="0.1">
  <import namespace="http://www.opengis.net/gml"
schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd" /> 
  <element name="Gemeentes" type="myns:Gemeentes_Type"
substitutionGroup="gml:_Feature" /> 
- <complexType name="Gemeentes_Type">
- <complexContent>
- <extension base="gml:AbstractFeatureType">
- <sequence>
  <element ref="gml:polygonProperty" minOccurs="0" /> 
  <element name="ID" type="string" /> 
  </sequence>
  </extension>
  </complexContent>
  </complexType>
  </schema>
Note: See TracTickets for help on using tickets.