Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] "layer not rendered" so it can't be edited?

Tom (JDi Solutions) ha scritto:
> Ok,

> aha, maybe this is the problem...
> 
> The request:
> 
> <DescribeFeatureType
>   version="1.1.0"
>   service="WFS"
>   xmlns="http://www.opengis.net/wfs";
>   xmlns:topp="http://www.openplans.org/topp";
>   xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance";
>   xsi:schemaLocation=" http://www.opengis.net/wfs 
> http://schemas.opengis.net/wfs/1.1.0/wfs.xsd";>
>  
>     <TypeName>wfstest:WFSTEST</TypeName>
>    
> </DescribeFeatureType>
> 
> returns:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <ows:ExceptionReport version=
> "1.0.0"
>   xsi:schemaLocation="http://www.opengis.net/ows 
> http://jdi-consult.net:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd";
>   xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:ows="http://www.opengis.net/ows";
>>
>   <ows:Exception exceptionCode="NoApplicableCode">
>     <ows:ExceptionText
>>Could not find type: WFSTEST</ows:ExceptionText>
>   </ows:Exception>
> </ows:ExceptionReport>

Yikes... can you look into the GeoServer logs and attach a full stack
trace against a newly created jira issue?
Thanks
Andrea


Back to the top