Hi, thanks for the tips you provided on the upgrade page in gitorious- wiki. They helped a lot for setting up the new gitorious. I managed to solve a few issues, but finally i stuck at getting sessions running.
A few notes to the upgrade difficulties - at least for a rails noob like me (actually i used the stompserver, perhaps my tips are not necessary when using ActiveMQ): - Get your stompserver running (gem install stompserver, then start it up) - You need memcached installed (aptitude install memcached) - Copy config/broker.yml.example to config/broker.yml (I didn't need to change anything there) - As the login & register page needs ssl, you have to setup a gitorious-ssl site in apache The problems i couldn't solve yet: - db-migration aborted (see below [1]) - The session management doesn't work. After typing in my login or registering a new user, I'm redirected to 500 error page. I even don't get a message from the server what's going on :-( Could be some problem with the apache server, but starting script/server doesn't help either, because the login/register links are broken due to ssl usage. Any ideas? Greets, Thomas [1]: $ RAILS_ENV=production rake db:migrate --trace (in /var/lib/gitorious2) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump rake aborted! undefined method `reenable' for <Rake::Task db:schema:dump => [environment]>:Rake::Task /var/lib/gitorious2/vendor/rails/railties/lib/tasks/databases.rake:253 /usr/lib/ruby/1.8/rake.rb:546:in `call' /usr/lib/ruby/1.8/rake.rb:546:in `execute' /usr/lib/ruby/1.8/rake.rb:541:in `each' /usr/lib/ruby/1.8/rake.rb:541:in `execute' /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain' /usr/lib/ruby/1.8/rake.rb:501:in `synchronize' /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain' /usr/lib/ruby/1.8/rake.rb:494:in `invoke' /var/lib/gitorious2/vendor/rails/railties/lib/tasks/databases.rake:117 /usr/lib/ruby/1.8/rake.rb:546:in `call' /usr/lib/ruby/1.8/rake.rb:546:in `execute' /usr/lib/ruby/1.8/rake.rb:541:in `each' /usr/lib/ruby/1.8/rake.rb:541:in `execute' /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain' /usr/lib/ruby/1.8/rake.rb:501:in `synchronize' /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain' /usr/lib/ruby/1.8/rake.rb:494:in `invoke' /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task' /usr/lib/ruby/1.8/rake.rb:1909:in `top_level' /usr/lib/ruby/1.8/rake.rb:1909:in `each' /usr/lib/ruby/1.8/rake.rb:1909:in `top_level' /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling' /usr/lib/ruby/1.8/rake.rb:1903:in `top_level' /usr/lib/ruby/1.8/rake.rb:1881:in `run' /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling' /usr/lib/ruby/1.8/rake.rb:1878:in `run' /usr/bin/rake:28 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
