Opened 9 years ago
Last modified 2 years ago
#2595 closed defect
WMS 3.1 Beta 1 — at Version 3
Reported by: | pcardinal | Owned by: | jng |
---|---|---|---|
Priority: | high | Milestone: | 3.1.1 |
Component: | General | Version: | 2.5.0 |
Severity: | trivial | Keywords: | WMS |
Cc: | External ID: |
Description (last modified by )
FDO Connection Status: True with
<?xml version="1.0"?> <FeatureSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd"> <Provider>OSGeo.WMS</Provider> <Parameter> <Name>FeatureServer</Name> <Value>http://www.cptaq.gouv.qc.ca/mapserver/cgi-bin/cptaq?version=1.3.0</Value> </Parameter> </FeatureSource>
FDO Connection Status:
The remote server returned an error: (559) MgUnclassifiedException.: The custom error module does not recognize this error. The remote server returned an error: (559) MgUnclassifiedException.
with
<?xml version="1.0"?> <FeatureSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd"> <Provider>OSGeo.WMS</Provider> <Parameter> <Name>FeatureServer</Name> <Value>http://www.cptaq.gouv.qc.ca/mapserver/cgi-bin/cptaq?version=1.3.0</Value> </Parameter> <ConfigurationDocument>config.xml</ConfigurationDocument> </FeatureSource>
Change History (3)
comment:1 by , 9 years ago
Version: | → 2.5.0 |
---|
comment:2 by , 9 years ago
Owner: | set to |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Can you attach the referenced config.xml as well?