Guest User

Untitled

a guest
Feb 2nd, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Importing OSM data from file '/root/rus.xml'
  2. osm2pgsql SVN version 0.80.0 (32bit id space)
  3.  
  4. Password:
  5. Using projection SRS 900913 (Spherical Mercator)
  6. Setting up table: gis_osm_point
  7. NOTICE: table "gis_osm_point" does not exist, skipping
  8. NOTICE: table "gis_osm_point_tmp" does not exist, skipping
  9. CREATE TABLE gis_osm_point ( osm_id int4,"access" text,"addr:housename" text,"addr:housenumber" text,"addr:interpolation" text,"admin_level" text,"aerialway" text,"aeroway" text,"amenity" text,"area" text,"barrier" text,"bicycle" text,"brand" text,"bridge" text,"boundary" text,"building" text,"capital" text,"construction" text,"covered" text,"culvert" text,"cutting" text,"denomination" text,"disused" text,"ele" text,"embankment" text,"foot" text,"generator:source" text,"harbour" text,"highway" text,"historic" text,"horse" text,"intermittent" text,"junction" text,"landuse" text,"layer" text,"leisure" text,"lock" text,"man_made" text,"military" text,"motorcar" text,"name" text,"natural" text,"oneway" text,"operator" text,"poi" text,"population" text,"power" text,"power_source" text,"place" text,"railway" text,"ref" text,"religion" text,"route" text,"service" text,"shop" text,"sport" text,"surface" text,"toll" text,"tourism" text,"tower:type" text,"tunnel" text,"water" text,"waterway" text,"wetland" text,"width" text,"wood" text,"z_order" int4,tags hstore)
  10. failed: ERROR: type "hstore" does not exist
  11. LINE 1: ...d" text,"width" text,"wood" text,"z_order" int4,tags hstore)
  12. ^
  13.  
  14. Error occurred, cleaning up
  15. Traceback (most recent call last):
  16. File "manage.py", line 41, in <module>
  17. execute_manager(settings)
  18. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  19. utility.execute()
  20. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  21. self.fetch_command(subcommand).run_from_argv(self.argv)
  22. File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  23. self.execute(*args, **options.__dict__)
  24. File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, in execute
  25. output = self.handle(*args, **options)
  26. File "/opt/noc/gis/management/commands/import-osm-data.py", line 64, in handle
  27. rbbox = self.process_file(options["file"], **options)
  28. File "/opt/noc/gis/management/commands/import-osm-data.py", line 135, in process_file
  29. subprocess.check_call(args)
  30. File "/usr/local/lib/python2.7/subprocess.py", line 511, in check_call
  31. raise CalledProcessError(retcode, cmd)
  32. subprocess.CalledProcessError: Command '['/usr/local/bin/osm2pgsql', '-m', '-k', '-p', 'gis_osm', '-G', '-S', 'share/osm2pgsql/default.style', '-d', 'noc', '-U', 'noc', '-W', '-H', '127.0.0.1', '/root/rus.xml']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment