I'm assuming so.  I'm trying this:
"RAILS_ENV=production ./script/poller run" while Mongrel is running in
the background with "RAILS_ENV=production ./script/server &"

Of course, "config/gitorious.yml" has "test:" commented out and only
the "production:" label exists.

"config/environment.rb" (line 5) has "ENV['RAILS_ENV'] ||=
'production'"

I even went through and moved the "environments/test.rb" &
"environments/development.rb" files just in case.

Is it necessary to do a "rake db:drop, rake db:create:all, rake
db:migrate" for good measure?

(Thanks for the help so far)

-Eric

On May 20, 2:32 pm, Marius Mårnes Mathiesen
<marius.mathie...@gmail.com> wrote:
> On 20. mai. 2009, at 21.21, eclemm...@whitefence.com wrote:
>
>
>
>
>
> > When calling "./script/poller start", the only output in "tmp/pids/
> > poller.output" is:
> >>> /var/www/gitorious/config/environment.rb:99: warning: already  
> >>> initialized constant CA_FILE
> >>> /var/www/gitorious/app/metal/git_http_cloner.rb:53: warning:  
> >>> already initialized constant TRUSTED_PROXIES
>
> > When I run "./script/poller run" or "./vendor/plugins/activemessaging/
> > poller.rb", I receive the same output, and the program continues to
> > run.
>
> > (I've tried running all this as the users "root" and "git")
>
> > ActiveMQ has several items in the queue, but no subscribers.
>
> > Any ideas?
>
> Are you running script/poller within the same RAILS_ENV as your web app?
>
> - Marius
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to 
gitorious+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to