Guest User

Untitled

a guest
Jun 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. Processing TelcoController#vxml to xml (for 127.0.0.1 at 2009-05-11 08:28:23) [GET]
  2. Parameters: {"ngtoken"=>"690", "format"=>"xml", "action"=>"vxml", "id"=>"questions", "controller"=>"telco"}
  3. Domain Columns (2.2ms) SHOW FIELDS FROM `domains`
  4. Domain Load (0.2ms) SELECT * FROM `domains` WHERE (`domains`.`short_url` = 'localhost') LIMIT 1
  5. Ivr::Ngtoken Columns (0.9ms) SHOW FIELDS FROM `ivr_ngtokens`
  6. Ivr::Ngtoken Load (0.2ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.`id` = 690)
  7. Conference Columns (1.2ms) SHOW FIELDS FROM `conferences`
  8. Conference Load (0.3ms) SELECT * FROM `conferences` WHERE (`conferences`.`id` = 217)
  9. Ivr::Ngtoken Load (0.3ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.`id` = 690 AND (`ivr_ngtokens`.conference_id = 217))
  10. Ivr::ConferenceTrack Columns (0.9ms) SHOW FIELDS FROM `ivr_conference_tracks`
  11. Ivr::ConferenceTrack Load (1.4ms) SELECT * FROM `ivr_conference_tracks` WHERE (`ivr_conference_tracks`.`signal` IS NULL) AND (`ivr_conference_tracks`.ngtoken_id = 690) ORDER BY created_at DESC LIMIT 1
  12. Ivr::Node Columns (0.8ms) SHOW FIELDS FROM `ivr_nodes`
  13. Ivr::Ngtoken Load (0.2ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.`id` = 690 AND (`ivr_ngtokens`.conference_id = 217))
  14. Ivr::ConferenceTrack Load (0.1ms) SELECT * FROM `ivr_conference_tracks` WHERE (`ivr_conference_tracks`.`signal` IS NULL) AND (`ivr_conference_tracks`.ngtoken_id = 690) ORDER BY created_at DESC LIMIT 1
  15.  
  16.  
  17. ActiveRecord::RecordNotSaved (You cannot call create unless the parent is saved):
  18. /vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:443:in `ensure_owner_is_not_new'
  19. /vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:400:in `create_record'
  20. /vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:235:in `create'
  21. /app/models/ivr/node.rb:83:in `save_track'
  22. /app/models/ivr/node.rb:72:in `execute_transition'
  23. /app/controllers/telco_controller.rb:16:in `vxml'
  24. /vendor/rails/actionpack/lib/action_controller/base.rb:1253:in `send'
  25. /vendor/rails/actionpack/lib/action_controller/base.rb:1253:in `perform_action_without_filters'
  26. /vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'
  27. /vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  28. /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  29. /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
  30. /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  31. /vendor/rails/actionpack/lib/action_controller/rescue.rb:136:in `perform_action'
  32. /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
  33. /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
  34. /vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
  35. /vendor/rails/actionpack/lib/action_controller/session_management.rb:134:in `process'
  36. /vendor/rails/actionpack/lib/action_controller/base.rb:392:in `process'
  37. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in `handle_request'
  38. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
  39. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:123:in `dispatch'
  40. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in `synchronize'
  41. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in `dispatch'
  42. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
  43. /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:39:in `dispatch'
  44. /vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch'
  45. /vendor/rails/railties/lib/webrick_server.rb:74:in `service'
  46. /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  47. /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  48. /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  49. /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
  50. /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  51. /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
  52. /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
  53. /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
  54. /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
  55. /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
  56. /vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch'
  57. /vendor/rails/railties/lib/commands/servers/webrick.rb:66
  58. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  59. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  60. /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
  61. /vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
  62. /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
  63. /vendor/rails/railties/lib/commands/server.rb:49
  64. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  65. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  66. script/server:3
  67.  
  68. Rendered /home/moshe/code/platform_dev/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace (21.5ms)
  69. Rendered /home/moshe/code/platform_dev/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response (0.8ms)
  70. Rendering /home/moshe/code/platform_dev/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (unprocessable_entity)
Add Comment
Please, Sign In to add comment