You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this great recipe. Itś not so easy to setup gitorious correctly =)
I used your recipe and apparently, everything went ok. But when I try to create a project, or setup a ssh key, I get a timeout:
==> /var/www/gitorious/log/message_processing.log <==
Timed out trying to send the message #<OpenStruct headers={:persistent=>true}, body="{"command":"create_git_repository","arguments":["235/ccd/154a6c13ea7712b9adca7fca24e222b9ea.git"],"target_id":4,"target_class":"Repository"}"> to destination create_repo via broker default
==> /var/www/gitorious/log/production.log <==
Timeout::Error (execution expired):
It seems that activemq is not working properly.
Any idea?
thanks in advance,
andre
The text was updated successfully, but these errors were encountered:
Hi, André. This recipe uses the stompserver Debian package instead of ActiveMQ for making the installation process faster.
Take a look at the output of "netstat -tlnp" to see if there is any Ruby process listening on 61613 port. Also take a look if the git-poller service is running ("ps aux |grep poller"). If the poller is not running, start it with "invoke-rc.d git-poller start".
Interesting... You could try some help from the Gitorious mailing list. Are you able to connect to your FQDN host from inside the host itself? What are the hosts and ports set in your gitorious.yml?
hi,
thanks for this great recipe. Itś not so easy to setup gitorious correctly =)
I used your recipe and apparently, everything went ok. But when I try to create a project, or setup a ssh key, I get a timeout:
==> /var/www/gitorious/log/message_processing.log <==
Timed out trying to send the message #<OpenStruct headers={:persistent=>true}, body="{"command":"create_git_repository","arguments":["235/ccd/154a6c13ea7712b9adca7fca24e222b9ea.git"],"target_id":4,"target_class":"Repository"}"> to destination create_repo via broker default
==> /var/www/gitorious/log/production.log <==
Timeout::Error (execution expired):
It seems that activemq is not working properly.
Any idea?
thanks in advance,
andre
The text was updated successfully, but these errors were encountered: