Hello, I built GeoNode from the latest source and deployed it on a server (geonode.openwebmap.com) with Apache wsgi, and Tomcat 6 as the container for geoserver and geonetwork. But I've run into a problem with data - search returns no results from geoserver, and uploading data always "fails", although the shapefiles do get placed in the geoserver data directory (../workspaces/geonode/<layer_name>, ../data/ <layer_name>).
So far I've tracked it down to the results returned for "featuresets.xml" REST queries sent to Geoserver. For instance: http://www.openwebmap.com:8000/geoserver-geonode-dev/rest/workspaces/base/datastores/distrits/featuretypes.xml Just returns <featureTypes/> but if I run Geonode using "paver host" instead, this works fine: wget http://localhost:8001/geoserver/rest/workspaces/base/datastores/distrits/featuretypes.xml <featureTypes> <featureType> <name>distrits</name> <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8001/geoserver/rest/workspaces/base/datastores/distrits/featureypes/distrits.xml " type="application/xml"/> </featureType> </featureTypes> Any idea why this might be happening? Some kind of configuration issue? Thanks in advance, -Matt
