Guest User

Untitled

a guest
Jun 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. Processing TelcoController#ccxml to xml (for 66.193.54.21 at 2009-06-09 09:58:27) [GET]
  2. Session ID: dbf89137be0d641f8eaaa6effcc691db
  3. Parameters: {"tokenid"=>"83e1152749ed974f9eaef132550c9f781bbbf0686ab0be418a026472115e40c17345360278cdda50e52ab81c", "ngtoken"=>"918", "format"=>"xml", "action"=>"ccxml", "id"=>"conference", "controller"=>"telco"}
  4. Domain Columns (2.1ms) SHOW FIELDS FROM `domains`
  5. Domain Load (0.2ms) SELECT * FROM `domains` WHERE (`domains`.`short_url` = 'assassin.homeip.net') LIMIT 1
  6. Domain Load (0.1ms) SELECT * FROM `domains` LIMIT 1
  7. Ivr::Ngtoken Columns (1.0ms) SHOW FIELDS FROM `ivr_ngtokens`
  8. Ivr::Ngtoken Load (0.1ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.`id` = 918)
  9. Ivr::Session Columns (0.7ms) SHOW FIELDS FROM `ivr_sessions`
  10. Ivr::Session Load (0.1ms) SELECT * FROM `ivr_sessions` WHERE (`ivr_sessions`.`id` = 25)
  11. Conference Load (0.1ms) SELECT * FROM `conferences` WHERE (`conferences`.ivr_session_id = 25) ORDER BY created_at DESC
  12. Rendering telco/ccxml/conference
  13. Ivr::Ngtoken Load (0.1ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.`id` = 918 AND (`ivr_ngtokens`.ivr_session_id = 25))
  14. Ivr::Track Load (0.1ms) SELECT * FROM `ivr_tracks` WHERE (`ivr_tracks`.ngtoken_id = 918 AND (signal like 'caller_role:%')) ORDER BY created_at DESC LIMIT 1
  15. Ivr::Track Columns (0.7ms) SHOW FIELDS FROM `ivr_tracks`
  16. Ivr::Ngtoken Load (0.1ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.ivr_session_id = 25)
  17. Ivr::Track Load (0.1ms) SELECT * FROM `ivr_tracks` WHERE (`ivr_tracks`.ngtoken_id = 918 AND (signal like 'listing_id:%')) ORDER BY created_at DESC LIMIT 1
  18. Listing Columns (1.3ms) SHOW FIELDS FROM `listings`
  19. Listing Load (0.1ms) SELECT * FROM `listings` WHERE (`listings`.`id` = '34') LIMIT 1
  20. User Columns (1.5ms) SHOW FIELDS FROM `users`
  21. User Load (0.1ms) SELECT * FROM `users` WHERE (`users`.`id` = 25)
  22. Phone Columns (0.9ms) SHOW FIELDS FROM `phones`
  23. Phone Load (0.1ms) SELECT * FROM `phones` WHERE (`phones`.`default` = 1) AND (`phones`.user_id = 25) ORDER BY phone_type ASC LIMIT 1
  24. CACHE (0.0ms) SELECT * FROM `ivr_tracks` WHERE (`ivr_tracks`.ngtoken_id = 918 AND (signal like 'listing_id:%')) ORDER BY created_at DESC LIMIT 1
  25. CACHE (0.0ms) SELECT * FROM `listings` WHERE (`listings`.`id` = '34') LIMIT 1
  26. User Load (0.1ms) SELECT * FROM `users` WHERE (`users`.`id` = 24)
  27. CACHE (0.0ms) SELECT * FROM `users` WHERE (`users`.`id` = 24)
  28. BucketContribution Load (0.1ms) SELECT * FROM `bucket_contributions` WHERE (`bucket_contributions`.user_id = 24)
  29. BucketContribution Columns (0.8ms) SHOW FIELDS FROM `bucket_contributions`
  30. LiveConference Load (0.1ms) SELECT * FROM `live_conferences` WHERE (`live_conferences`.user_id = 24)
  31. Phone Load (0.1ms) SELECT * FROM `phones` WHERE (`phones`.`default` = 1) AND (`phones`.user_id = 24) ORDER BY phone_type ASC LIMIT 1
  32. Phone Load (0.1ms) SELECT * FROM `phones` WHERE (`phones`.user_id = 24) ORDER BY phone_type ASC LIMIT 1
  33. CACHE (0.0ms) SELECT * FROM `phones` WHERE (`phones`.`default` = 1) AND (`phones`.user_id = 24) ORDER BY phone_type ASC LIMIT 1
  34. CACHE (0.0ms) SELECT * FROM `phones` WHERE (`phones`.user_id = 24) ORDER BY phone_type ASC LIMIT 1
  35. CACHE (0.0ms) SELECT * FROM `users` WHERE (`users`.`id` = 25)
  36. CACHE (0.0ms) SELECT * FROM `phones` WHERE (`phones`.`default` = 1) AND (`phones`.user_id = 25) ORDER BY phone_type ASC LIMIT 1
  37. CACHE (0.0ms) SELECT * FROM `phones` WHERE (`phones`.`default` = 1) AND (`phones`.user_id = 25) ORDER BY phone_type ASC LIMIT 1
  38. CACHE (0.0ms) SELECT * FROM `ivr_ngtokens` WHERE (`ivr_ngtokens`.`id` = 918 AND (`ivr_ngtokens`.ivr_session_id = 25))
  39. CACHE (0.0ms) SELECT * FROM `ivr_tracks` WHERE (`ivr_tracks`.ngtoken_id = 918 AND (signal like 'caller_role:%')) ORDER BY created_at DESC LIMIT 1
  40. CACHE (0.0ms) SELECT * FROM `conferences` WHERE (`conferences`.ivr_session_id = 25) ORDER BY created_at DESC
  41.  
  42.  
  43. ActionView::TemplateError (You have a nil object when you didn't expect it!
  44. The error occurred while evaluating nil.advisor_phone_number) on line #125 of app/views/platphorm/telco/ccxml/conference.xml.tenjin:
  45. 122:
  46. 123: <elseif cond="session.startupmode == createccxml"/>
  47. 124: <script>
  48. 125: callsToCreate = new Array ( "#{ @ivr_session.phone_number_to_call }" )
  49. 126: // call the opposite type of whoever is already on the call
  50. 127: callsToCreateType = new Array ( "#{ @ivr_session.caller_is_seeker? ? "advisor" : "seeker" }" )
  51. 128: callsToExpect = callsToCreate.length
  52.  
  53. app/models/ivr/session.rb:128:in `phone_number_to_call'
  54. vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:214:in `send'
  55. vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:214:in `method_missing'
  56. app/views/platphorm/telco/ccxml/conference.xml.tenjin:125:in `_render'
  57. vendor/gems/tenjin-0.6.2/lib/tenjin.rb:625:in `instance_eval'
  58. vendor/gems/tenjin-0.6.2/lib/tenjin.rb:625:in `render'
  59. vendor/gems/tenjin-0.6.2/lib/tenjin.rb:940:in `render'
  60. app/views/platphorm/telco/ccxml/conference.xml.tenjin:1
  61. vendor/rails/actionpack/lib/action_view/renderable.rb:39:in `send'
  62. vendor/rails/actionpack/lib/action_view/renderable.rb:39:in `render'
  63. vendor/rails/actionpack/lib/action_view/template.rb:73:in `render_template'
  64. vendor/rails/actionpack/lib/action_view/base.rb:256:in `render'
  65. vendor/rails/actionpack/lib/action_controller/base.rb:1174:in `render_for_file'
  66. vendor/rails/actionpack/lib/action_controller/base.rb:899:in `render_without_benchmark'
  67. vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
  68. vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  69. vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
  70. app/controllers/telco_controller.rb:61:in `ccxml'
  71. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:135:in `call'
  72. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:135:in `custom'
  73. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:164:in `call'
  74. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:164:in `respond'
  75. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:158:in `each'
  76. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:158:in `respond'
  77. vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
  78. app/controllers/telco_controller.rb:60:in `ccxml'
  79. vendor/rails/actionpack/lib/action_controller/base.rb:1253:in `send'
  80. vendor/rails/actionpack/lib/action_controller/base.rb:1253:in `perform_action_without_filters'
  81. vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'
  82. vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  83. vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  84. /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
  85. vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  86. vendor/rails/actionpack/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'
  87. vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
  88. vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  89. vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
  90. vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
  91. vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
  92. vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
  93. vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
  94. vendor/rails/actionpack/lib/action_controller/session_management.rb:134:in `process'
  95. vendor/rails/actionpack/lib/action_controller/base.rb:392:in `process'
  96. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in `handle_request'
  97. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
  98. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:123:in `dispatch'
  99. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in `synchronize'
  100. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in `dispatch'
  101. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
  102. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:39:in `dispatch'
  103. vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch'
  104. vendor/rails/railties/lib/webrick_server.rb:74:in `service'
  105. /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  106. /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  107. /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  108. /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
  109. /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  110. /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
  111. /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
  112. /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
  113. /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
  114. /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
  115. vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch'
  116. vendor/rails/railties/lib/commands/servers/webrick.rb:66
  117. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  118. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  119. vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
  120. vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
  121. vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
  122. vendor/rails/railties/lib/commands/server.rb:49
  123. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  124. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  125. script/server:3
  126.  
  127. Rendered /home/moshe/code/platform_dev/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace (32.9ms)
  128. Rendered /home/moshe/code/platform_dev/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response (0.9ms)
  129. Rendering /home/moshe/code/platform_dev/trunk/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
  130. SQL (0.2ms) SET SQL_AUTO_IS_NULL=0
Add Comment
Please, Sign In to add comment