Advertisement
dcmul

Untitled

Sep 14th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "manage.py", line 28, in <module>
  3. execute_from_command_line(sys.argv)
  4. File "/mystuff/gm/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  5. utility.execute()
  6. File "/mystuff/gm/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  7. self.fetch_command(subcommand).run_from_argv(self.argv)
  8. File "/mystuff/gm/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  9. self.execute(*args, **options.__dict__)
  10. File "/mystuff/gm/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  11. output = self.handle(*args, **options)
  12. File "/mystuff/gm/geonode/geonode/geoserver/management/commands/updatelayers.py", line 108, in handle
  13. remove_deleted=remove_deleted)
  14. File "/mystuff/gm/geonode/geonode/geoserver/helpers.py", line 399, in gs_slurp
  15. resources = [k for k in resources if k.enabled in ["true", True]]
  16. File "/mystuff/gm/env/local/lib/python2.7/site-packages/geoserver/support.py", line 57, in getter
  17. self.fetch()
  18. File "/mystuff/gm/env/local/lib/python2.7/site-packages/geoserver/support.py", line 161, in fetch
  19. self.dom = self.catalog.get_xml(self.href)
  20. File "/mystuff/gm/env/local/lib/python2.7/site-packages/geoserver/catalog.py", line 186, in get_xml
  21. return parse_or_raise(content)
  22. File "/mystuff/gm/env/local/lib/python2.7/site-packages/geoserver/catalog.py", line 177, in parse_or_raise
  23. raise Exception(msg, e)
  24. Exception: ('GeoServer gave non-XML response for [GET http://localhost:8080/geoserver/rest/workspaces/geonode/datastores/datastore/featuretypes/rural_safe_water_coverage_2002.xml]: <featureType>\n <name>rural_safe_water_coverage_2002</name>\n <nativeName>rural_safe_water_coverage_2002</nativeName>\n <namespace>\n <name>geonode</name>\n <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://maps.data.ug/geoserver/rest/namespaces/geonode.xml" type="application/xml"/>\n </namespace>\n <title>Rural Safe Water Coverage 2002</title>\n <abstract>Rural safe water coverage 2002</abstract>\n <keywords>\n <string>Health</string>\n <string>Rural</string>\n <string>Sanitation</string>\n </keywords>\n <nativeCRS>GEOGCS[&quot;WGS 84&quot;, \n DATUM[&quot;World Geodetic System 1984&quot;, \n SPHEROID[&quot;WGS 84&quot;, 6378137.0, 298.257223563, AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]], \n AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]], \n PRIMEM[&quot;Greenwich&quot;, 0.0, AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]], \n UNIT[&quot;degree&quot;, 0.017453292519943295], \n AXIS[&quot;Geodetic longitude&quot;, EAST], \n AXIS[&quot;Geodetic latitude&quot;, NORTH], \n AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]</nativeCRS>\n <srs>EPSG:4326</srs>\n <nativeBoundingBox>\n <minx>29.5741674480582</minx>\n <maxx>35.0017411394285</maxx>\n <miny>-1.48174401785639</miny>\n <maxy>4.23101141736341</maxy>\n <crs>EPSG:4326</crs>\n </nativeBoundingBox>\n <latLonBoundingBox>\n <minx>29.5741674480582</minx>\n <maxx>35.0017411394285</maxx>\n <miny>-1.48174401785639</miny>\n <maxy>4.23101141736341</maxy>\n <crs>GEOGCS[&quot;WGS84(DD)&quot;, \n DATUM[&quot;WGS84&quot;, \n SPHEROID[&quot;WGS84&quot;, 6378137.0, 298.257223563]], \n PRIMEM[&quot;Greenwich&quot;, 0.0], \n UNIT[&quot;degree&quot;, 0.017453292519943295], \n AXIS[&quot;Geodetic longitude&quot;, EAST], \n AXIS[&quot;Geodetic latitude&quot;, NORTH]]</crs>\n </latLonBoundingBox>\n <projectionPolicy>FORCE_DECLARED</projectionPolicy>\n <enabled>false</enabled>\n <advertised>true</advertised>\n <store class="dataStore">\n <name>geonode:datastore</name>\n <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://maps.data.ug/geoserver/rest/workspaces/geonode/datastores/datastore.xml" type="application/xml"/>\n </store>\n <maxFeatures>0</maxFeatures>\n <numDecimals>0</numDecimals>\n <overridingServiceSRS>false</overridingServiceSRS>\n <skipNumberMatched>false</skipNumberMatched>\n <circularArcPresent>false</circularArcPresent>\n <attributes', ParseError(ExpatError('unclosed token: line 57, column 2',),))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement