Advertisement
abfab

rake first_run

Mar 1st, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. ekylibre@ekylibre-VirtualBox:~/ekylibre$ rake first_run max=50
  2. [demo] General ledger: ..................................................! 10.1s
  3. [demo] Entities: ..................................................! 8.04s
  4. [demo] Associates: ...... 4.03s
  5. [demo] Zone groups: ..................................................! 6.96s
  6. [demo] Zones shapes: rake aborted!
  7. GEOS is not available, but is required for correct interpretation of polygons in shapefiles.
  8. /var/lib/gems/1.9.1/gems/rgeo-shapefile-0.2.3/lib/rgeo/shapefile/reader.rb:623:in `_read_polygon'
  9. /var/lib/gems/1.9.1/gems/rgeo-shapefile-0.2.3/lib/rgeo/shapefile/reader.rb:453:in `_read_next_record'
  10. /var/lib/gems/1.9.1/gems/rgeo-shapefile-0.2.3/lib/rgeo/shapefile/reader.rb:406:in `each'
  11. /home/ekylibre/ekylibre/lib/tasks/first_run/buildings.rb:45:in `block (3 levels) in <top (required)>'
  12. /var/lib/gems/1.9.1/gems/rgeo-shapefile-0.2.3/lib/rgeo/shapefile/reader.rb:207:in `open'
  13. /home/ekylibre/ekylibre/lib/tasks/first_run/buildings.rb:43:in `block (2 levels) in <top (required)>'
  14. /home/ekylibre/ekylibre/lib/ekylibre/first_run/loader.rb:91:in `count'
  15. /home/ekylibre/ekylibre/lib/tasks/first_run/buildings.rb:40:in `block in <top (required)>'
  16. /home/ekylibre/ekylibre/lib/tasks/first_run.rake:13:in `block (2 levels) in load_data'
  17. /var/lib/gems/1.9.1/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/database_statements.rb:200:in `transaction'
  18. /var/lib/gems/1.9.1/gems/activerecord-4.0.3/lib/active_record/transactions.rb:209:in `transaction'
  19. /home/ekylibre/ekylibre/lib/tasks/first_run.rake:12:in `block in load_data'
  20. /home/ekylibre/ekylibre/lib/tasks/first_run.rake:28:in `block (3 levels) in <top (required)>'
  21. /home/ekylibre/ekylibre/lib/tasks/first_run.rake:27:in `each'
  22. /home/ekylibre/ekylibre/lib/tasks/first_run.rake:27:in `block (2 levels) in <top (required)>'
  23. /var/lib/gems/1.9.1/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/database_statements.rb:202:in `block in transaction'
  24. /var/lib/gems/1.9.1/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/database_statements.rb:210:in `within_new_transaction'
  25. /var/lib/gems/1.9.1/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/database_statements.rb:202:in `transaction'
  26. /var/lib/gems/1.9.1/gems/activerecord-4.0.3/lib/active_record/transactions.rb:209:in `transaction'
  27. /home/ekylibre/ekylibre/lib/tasks/first_run.rake:26:in `block in <top (required)>'
  28. Tasks: TOP => first_run:buildings
  29. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement