Opened 8 years ago
Closed 2 years ago
#2595 closed defect (worksforme)
WMS 3.1 Beta 1
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>
Attachments (2)
Change History (11)
comment:1 by , 8 years ago
Version: | → 2.5.0 |
---|
comment:2 by , 8 years ago
Owner: | set to |
---|
comment:3 by , 8 years ago
Description: | modified (diff) |
---|
comment:4 by , 8 years ago
comment:5 by , 8 years ago
I know trac has a file attachment size limit. Perhaps put it in a zip file and attach that?
comment:6 by , 8 years ago
I tried to re-create the WMS feature source with the given feature source XML and the attached config.xml, but I couldn't get it to throw MgUnclassifiedException when I test the connection. Attached is a package with the working feature source (ignore the fact it's under a folder named "WMSCrash" :))
comment:7 by , 8 years ago
I am using "Windows Server 2012 with IIS". It is a fresh installation of the OS under Hyper-V. I did the test with MGOS 3.0 and everything is OK, but with MGOS Beta 3.1 I always have the same error. I don't know what else to test.
comment:9 by , 2 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing as we need an example WMS service where this problem is reproducible.
Can you attach the referenced config.xml as well?