Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. node cache: stored: 9711211(100.00%), storage efficiency: 67.34% (dense blocks: 873, sparse nodes: 9017972), hit rate: 98.65%
  2. Sorting data and creating indexes for gis_osm_polygon
  3. Analyzing gis_osm_point finished
  4. Analyzing gis_osm_line finished
  5. Analyzing gis_osm_roads finished
  6. Analyzing gis_osm_polygon finished
  7. Copying gis_osm_point to cluster by geometry finished
  8. Copying gis_osm_roads to cluster by geometry finished
  9. Creating indexes on gis_osm_roads finished
  10. All indexes on gis_osm_roads created in 45s
  11. Completed gis_osm_roads
  12. Copying gis_osm_line to cluster by geometry finished
  13. Creating indexes on gis_osm_point finished
  14. All indexes on gis_osm_point created in 72s
  15. Completed gis_osm_point
  16. Creating indexes on gis_osm_line finished
  17. All indexes on gis_osm_line created in 90s
  18. Completed gis_osm_line
  19. Copying gis_osm_polygon to cluster by geometry finished
  20. Creating indexes on gis_osm_polygon finished
  21. All indexes on gis_osm_polygon created in 135s
  22. Completed gis_osm_polygon
  23.  
  24. Osm2pgsql took 516s overall
  25. Traceback (most recent call last):
  26. File "manage.py", line 41, in <module>
  27. execute_manager(settings)
  28. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  29. utility.execute()
  30. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  31. self.fetch_command(subcommand).run_from_argv(self.argv)
  32. File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  33. self.execute(*args, **options.__dict__)
  34. File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, in execute
  35. output = self.handle(*args, **options)
  36. File "/opt/noc/gis/management/commands/import-osm-data.py", line 95, in handle
  37. a = Area.objects.filter(name=options["area"]).first()
  38. File "/opt/noc/contrib/lib/mongoengine-0.6.1-py2.6.egg/mongoengine/queryset.py", line 822, in first
  39. result = self[0]
  40. File "/opt/noc/contrib/lib/mongoengine-0.6.1-py2.6.egg/mongoengine/queryset.py", line 1095, in __getitem__
  41. return self._document._from_son(self._cursor[key])
  42. File "/opt/noc/contrib/lib/mongoengine-0.6.1-py2.6.egg/mongoengine/queryset.py", line 563, in _cursor
  43. self._cursor_obj = self._collection.find(self._query,
  44. File "/opt/noc/contrib/lib/mongoengine-0.6.1-py2.6.egg/mongoengine/queryset.py", line 544, in _collection
  45. background=background, **index_opts)
  46. File "/opt/noc/contrib/lib/pymongo-2.1.1-py2.6-linux-x86_64.egg/pymongo/collection.py", line 793, in ensure_index
  47. ttl, **kwargs)
  48. File "/opt/noc/contrib/lib/pymongo-2.1.1-py2.6-linux-x86_64.egg/pymongo/collection.py", line 715, in create_index
  49. safe=True)
  50. File "/opt/noc/contrib/lib/pymongo-2.1.1-py2.6-linux-x86_64.egg/pymongo/collection.py", line 312, in insert
  51. continue_on_error, self.__uuid_subtype), safe)
  52. File "/opt/noc/contrib/lib/pymongo-2.1.1-py2.6-linux-x86_64.egg/pymongo/connection.py", line 822, in _send_message
  53. return self.__check_response_to_last_error(response)
  54. File "/opt/noc/contrib/lib/pymongo-2.1.1-py2.6-linux-x86_64.egg/pymongo/connection.py", line 774, in __check_response_to_last_error
  55. raise OperationFailure(error["err"])
  56. pymongo.errors.OperationFailure: in > 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement