Welcome Guest Login Register Member List
ExpressionEngine Forums
Advanced Search
Username: Password:
Remember Me? forgot password?
You are here: Forum Home  >  Installation  >  Tracks on a web host  >  Thread
   
 
(1.7 on hostgator): db:migrate gives error “undefined method `wsdl_service_name’ for BackendController:Class”
 
aexl
Posted: 27 March 2009 06:05 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  4
Joined  2009-03-27

just installed 1.7 on hostgator.
when settung up the database i get this error (both sqlite3 and mysql backends)

strange enough:
- “rake db:migrate RAILS_ENV=development” woks fine with sqlite3 and mysql backend (meaning it dumps many migration steps and produces a database with many tables wink

any ideas will be appreciated.

#############################

[~/etc/rails_apps/tracks-1.7]# rake db:migrate RAILS_ENV=production --trace                                           
(in /home/konzepto/etc/rails_apps/tracks-1.7)                                                                                               
** 
Invoke db:migrate (first_time)                                                                                                           
** 
Invoke environment (first_time)                                                                                                          
** 
Execute environment                                                                                                                      
rake aborted
!                                                                                                                               
undefined method `wsdl_service_name' for BackendController:Class                                                                            
/home/konzepto/etc/rails_apps/tracks-1.7/app/controllers/backend_controller.rb:2                                                            
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'                                                         
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'                                                                      
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:155:in `require'                     
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:262:in 
`require_or_load'             
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:221:in `depend_on'                   
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:133:in `require_dependency'          
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:368:in 
`load_application_classes'               
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:367:in `each'                                   
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:367:in `load_application_classes'               
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:365:in 
`each'
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:365:in `load_application_classes'
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:185:in `process'
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:112:in 
`send'
/home/konzepto/etc/rails_apps/tracks-1.7/config/../vendor/rails/railties/lib/initializer.rb:112:in `run'
/home/konzepto/etc/rails_apps/tracks-1.7/config/environment.rb:13
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in 
`require'
/home/konzepto/etc/rails_apps/tracks-1.7/vendor/rails/railties/lib/tasks/misc.rake:3
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in 
`each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in 
`synchronize'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in 
`each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:577:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in 
`synchronize'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in 
`invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in 
`top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in 
`run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31
/usr/bin/rake:19:in 
`load
/usr/bin/rake:19 
Profile
 
Reinier Balt
Posted: 29 March 2009 11:54 AM   [ Ignore ]   [ # 1 ]  
Sr. Member
RankRankRankRank
Total Posts:  580
Joined  2006-10-05

this is strange, it seems to miss the webservices. The activewebservice stuff is included in the distribution and there is almost no difference between production and development environment.

Are you sure you have a complete copy of tracks-17?

Profile
 
aexl
Posted: 31 March 2009 05:50 PM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  4
Joined  2009-03-27

whatever happened… after installing a fresh copy this issue is gone.
now i have others but try and see…

Profile
 
   
 
 
‹‹ Installed on Joyent Shared hosting - app closes with shell      tracks on hostgator howto ››

Powered By ExpressionEngine
Template Design By Sonnenvogel.com
Select a theme:

ExpressionEngine Discussion Forum - Version 2.1.2 (20091002)
Script Executed in 0.1003 seconds

Atom Feed
RSS 2.0