Re: [gitorious] PushProcessor errors when pushing to any repo

2012-11-16 Thread anapsix
After a latest pull, wiki problem went away.. but project is still undefined: NoMethodError: undefined method `project' for nil:NilClass /srv/git/gitorious/lib/push_event_logger.rb:48:in `build_push_event' /srv/git/gitorious/lib/push_event_logger.rb:53:in `create_push_event' /srv

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-10-17 Thread Marcelo De Almeida
Hi, I am getting this same error on a fresh install of "master" branch of gitorious. It is instaled on a Ubuntu 12.04 LTS server x86, gem version 1.5.3 and private projects/repositories enabled by default. What is the consequence of this error? Em quarta-feira, 3 de outubro de 2012 17h27min15s

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-10-17 Thread anapsix
same here.. as soon as I push, I get the following error emailed to me: An exception occured in #, @ref=#, @to_sha= #>, @user= [... snip ...] NoMethodError: undefined method `wiki?' for nil:NilClass Not sure id that makes any difference, but wiki is disabled for the project.. On W

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-10-03 Thread Scott Allen
Any resolution on this? I am seeing the same error on a newer server that we have configure to replace an older one. Older environment has no issue. They are running the exact same gitorious code base with the configuration as close as possible, with the only difference really being the patch l

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-14 Thread Thomas Kjeldahl Nilsson
That's exactly what I was thinking, but I haven't come up with any good explanation - haven't seen these symptoms before. To address your earlier thoughts on reinstalling etc. I don't think reinstalling the underlying OS or dependent services makes any difference here, and submodules, like you

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-14 Thread esc201
Just to see what would happen, I commented out lines 36, 37, and 38 in push_processor.rb. I restarted everything, and got the error: NoMethodError: undefined method `project' for nil:NilClass /var/www/gitorious/lib/push_event_logger.rb:48:in `build_push_event' /var/www/gitorious/lib/push

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-14 Thread esc201
Hi Thomas, Thanks for sticking with this. Earlier today I tried deleting the database, using the ruby package from yum, and re-cloning from mainline again. I also used the sample gitorious.yml config with only the necessary changes to get this running. None of this fixed the "NoMethodError: u

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-13 Thread Thomas Kjeldahl Nilsson
Hello again, I'm currently unable to recreate this. Could you do me a favor, though? Run git log the app/models/repository.rb: git log --pretty=oneline app/models/repository.rb and paste/reply what you see. I wonder if your code is fully up to date. cheers, Thomas On 08/10/2012 09:14 AM, e

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-10 Thread esc201
Thomas, My Ruby version is: # ./ruby --version ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2012.02 /proc info for the processes seems to confirm that version 1.8.7 is in fact being used (/opt/ruby is a symlink to my Ruby Enterpr

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-10 Thread esc201
Hi Thomas, Thanks for the reply! I pulled your changes and rebooted my server, and while the "gitdir" error is now gone, it seems to have been replaced with another error. NoMethodError: undefined method `wiki?' for nil:NilClass The other error still persists as well. ActiveMessaging::AbortM

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-09 Thread Thomas Kjeldahl Nilsson
Taking a look at this later today, haven't seen this on our end. BTW which specific Ruby version are you running the processes on? cheers, Thomas On 08/09/2012 07:58 PM, esc201 wrote: Hi Thomas, Thanks for the reply! I pulled your changes and rebooted my server, and while the "gitdir" er

Re: [gitorious] PushProcessor errors when pushing to any repo

2012-08-09 Thread Thomas Kjeldahl Nilsson
Hi there, this appears to be a bug that was introduced way back in February, but for some reason hasn't show up anywhere else so far (that we know of!). Perhaps something specific to your config? Anyway, I've pushed a fix to mainline now. Pull and let us know if it resolves your errors. ch

[gitorious] PushProcessor errors when pushing to any repo

2012-08-09 Thread esc201
Hi all, I just installed Gitorious (cloned from master branch on mainline) and am getting two errors emailed to me whenever I push to any repo. If it matters, in a failed attempt to solve this problem, I re-cloned Gitorious just a few hours ago, but left the database and repos directory intact.