Hi, Can you please check whether the homestead schema has installed correctly? You can check this by running "cqlsh -3", then "use homestead_cache;", and finally "describe tables;" - this should report the impu, impi and impi_mapping tables. If any of these steps fail (for example, because the homestead_cache keyspace is missing), then you'll need to recreate they keyspace before the live tests will pass. You can do this most simply by removing and reinstalling the homestead package.
Can you also check whether Ellis is receiving any requests at all. You can do this by looking in the Ellis logs (at /var/log/ellis/ellis-*.log) and seeing if there are any logs about number creation. If it's neither of the above, then can you please get some of the log files from the different Clearwater components to help debug this? These are in /var/log/<component>/<component>-*.log - more details of the available troubleshooting methods are at https://github.com/Metaswitch/clearwater-docs/wiki/Troubleshooting-and-Recovery Hope this helps, Ellie -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Antonio Ken Iannillo Sent: 22 September 2014 12:15 To: [email protected] Subject: [Clearwater] Live-Test all fails Hi, I installed Clearwater with the all-in-one option on VMware Esxi without any problem. I had the test call and I wanted to run the live-test as described in the documantation. When I tried to run them, I got all the test failed and this error at the end. I used the command rake test[example.com] SIGNUP_CODE=secret PROXY="192.168.0.82" ELLIS="192.168.0.82" --- rake aborted! 502 Bad Gateway /home/cwclient/.rvm/gems/ruby-1.9.3-p547/gems/rest-client-1.6.7/lib/restclient/abstract_response.rb:48:in `return!' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/gems/rest-client-1.6.7/lib/restclient/request.rb:230:in `process_result' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/gems/rest-client-1.6.7/lib/restclient/request.rb:178:in `block in transmit' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute' /home/cwclient/clearwater-live-test/lib/ellis.rb:55:in `destroy_leaked_numbers' /home/cwclient/clearwater-live-test/lib/live-test.rb:50:in `run_tests' /home/cwclient/clearwater-live-test/Rakefile:39:in `block in <top (required)>' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/bin/ruby_executable_hooks:15:in `eval' /home/cwclient/.rvm/gems/ruby-1.9.3-p547/bin/ruby_executable_hooks:15:in `<main>' Tasks: TOP => test --- Can anybody help me to troubleshoot this? _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
