java.lang.RuntimeException: No response with DescribeFeatureType request
------------------------------------------------------------------------
Key: GEOS-1990
URL: http://jira.codehaus.org/browse/GEOS-1990
Project: GeoServer
Issue Type: Bug
Environment: Alachua geoserver: http://demo.opengeo.org/alachua
Reporter: Tim Coulter
Assignee: Andrea Aime
When issuing the following request to the Alachua geoserver, the server returns a java.lang.RuntimeException: No response.
NOTE: This is blocking work on the Alachua frontend.
The request: http://atlas.openplans.org:8080/geoserver_csv/wfs
<wfs:DescribeFeatureType xmlns:wfs="http://www.opengis.net/wfs" version="1.0.0" service="WFS" outputFormat="GML2" xmlns:topp="http://www.openplans.org/topp" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><a0:TypeName xmlns:a0="/cgi-bin/proxy.cgi?url=http://demo.opengeo.org/alachua/wfs">topp:states</a0:TypeName></wfs:DescribeFeatureType>
The response:
<?xml version="1.0" ?>
<ServiceExceptionReport
version="1.2.0"
xmlns="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception
.xsd">
<ServiceException>
java.lang.RuntimeException: No response: ( object = class [Lorg.vfny.geoserver.global.FeatureTypeInfo
;, outputFormat = GML2 )
No response: ( object = class [Lorg.vfny.geoserver.global.FeatureTypeInfo;, outputFormat = GML2 )
</ServiceException></ServiceExceptionReport>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira