On Tue, Jun 16, 2009 at 1:22 PM, hernad<[email protected]> wrote: > > 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)
activemq is a seperate daemon all together, there's no reason why rails would send it a signal. Are you sure about this? > 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) - What version of rdiscount (the rubygem, for markdown processing) do you have installed? > > 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 Hmm, not sure what to think of this one, have not noted any issues with passenger. What version of passenger are you running? > > > Regards, hernad Cheers, JS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
