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'

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 #PushProcessor:0x6c6f038 @repository=nil, @spec= #PushSpecParser:0x6c6a948 @from_sha= #PushSpecParser::Sha:0x6c6a8f8 @sha=4d0ae08efc6b7a7aabce877467ec98b633afe8e0,

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-04 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

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:

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

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,

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

2012-08-10 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

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.

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