Hello, I have setup local gitorious repository, but I have some
issues:

1) activemq down

As suggetsted we use apache-activemq. After some actions that server
is going down. After that main of operations don't work, naturally.

After
# invoke-rc.d activemq

Everything is again ok, until next activemq suthdown :(

I have looked at apache-activmq logs, but it seems ruby/rails send
regular shutdown signal (as much as  I could understand)


2)  I have problem with showing project or repository. Some of them
are shown ok, some of them after some operations stop responding.

It seems there is problem with markdown or sanitize methods, or
passing parameters to these methods

Error report:

You have a nil object when you didn't expect it!
The error occurred while evaluating nil.sub!

Extracted source (around line #30):

27: <h1><%=h @project.title -%></h1>
28:
29: <div id="project-description" class="page">
30:   <%= auto_link(markdown(sanitize(@project.description)), :urls) -
%>
31: </div>
32:
33: <% @project.repositories.mainlines.each do |repo| -%>

RAILS_ROOT: /var/www/gitorious

/var/www/gitorious/vendor/rails/actionpack/lib/action_view/helpers/
text_helper.rb:551:in `auto_link_urls'
/var/www/gitorious/vendor/rails/activesupport/lib/active_support/
multibyte/chars.rb:109:in `gsub'
/var/www/gitorious/vendor/rails/activesupport/lib/active_support/
multibyte/chars.rb:109:in `__send__'
/var/www/gitorious/vendor/rails/activesupport/lib/active_support/
multibyte/chars.rb:109:in `method_missing'
/var/www/gitorious/vendor/rails/actionpack/lib/action_view/helpers/
text_helper.rb:541:in `auto_link_urls'
/var/www/gitorious/vendor/rails/actionpack/lib/action_view/helpers/
text_helper.rb:380:in `auto_link'
/var/www/gitorious/app/views/projects/show.html.erb:30:in
`_run_erb_app47views47projects47show46html46erb'
/var/www/gitorious/vendor/rails/actionpack/lib/action_view/
renderable.rb:34:in `send'
/var/www/gitorious/vendor/rails/actionpack/lib/action_view/
renderable.rb:34:in `render'
/var/www/gitorious/vendor/rails/actionpack/lib/action_view/base.rb:
301:in `with_template'
/var/www/gitorious/vendor/rails/actionpack/lib/action_view/
renderable.rb:30:in `render'

If it can help, this is the project which causes errors above:

=> #<Project id: 4, title: "harbour", description: "bringout harbour
repos", user_id: 1, created_at: "2009-06-02 12:24:26", updated_at:
"2009-06-02 12:24:26", slug: "harbour", license: "GNU General Public
License version 2(GPLv2)", home_url: nil, mailinglist_url: nil,
bugtracker_url: nil, owner_id: 1, owner_type: "User", wiki_enabled:
true, site_id: nil, merge_requests_need_signoff: false,
oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site:
nil, oauth_path_prefix: nil>


3) There are situations where mongrel (script/server) works okay,
passenger don't

One example is wiki creation or update:
* when I update an wiki, a have error displaying trying to show
refreshed page (only apache error.log reports incomplete request)
* after refresh I see wiki is updated ok

This error doesn't exists when I try with mongrel server


Regards, hernad
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to