I seem to recall running into a similar issue before - GeoNode uses RESTConfig heavily, RESTConfig does not safeguard against invalid configurations as well as it might, and the WCS describe coverage encoder does not inspect its inputs very deeply, so you can get some weird behavior if GeoNode produces a bogus configuration. Here is a script I use (it requires gsconfig.py, available from http://github.com/dwins/gsconfig.py, although if you have a running geonode then gsconfig.py will already be available to you): https://gist.github.com/891080
It produces a listing of entities within the geoserver configuration which have null properties, then I skim through the output (usually with judicious use of grep) to identify layers that are likely to cause problems (missing bounding boxes etc.) For errors with particularly useless messages I sometimes have to look through geoserver code to identify the property access which is causing the problem. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Mar 28, 2011 at 2:59 PM, Jeff Johnson <[email protected]> wrote: > Hi All, > > Anyone have an idea why this DescribeCoverage Request returns invalid xml? > > > http://tsudat.dev.aifdr.org/geoserver-geonode-dev/wcs?service=WCS&request=DescribeCoverage&version=1.0.0&coverage=ga_250m > > Looks like the RangeSet set tag is mis-matched? > > Im running 2.0-SNAPSHOT inside of GeoNode (geonode.org) > > Thanks in advance, > > Jeff > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and publish > your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
