On Tue, 2011-01-25 at 09:54 -0700, Daniel Berger wrote:
> On Mon, 2011-01-24 at 18:26 -0700, Alexey Verkhovsky wrote:
> > On Mon, Jan 24, 2011 at 4:17 PM, Daniel Berger <dber...@globe.gov>
> > wrote:
> >         So, it looks like 2 processes there, 9330 and 9331. The latter
> >         has the
> >         former as its parent pid.
> > 
> > Looks exactly how it should. One is shell, the other one is ruby that
> > it invoked.
> > 
> > 
> >         > On Mon, 2011-01-24 at 15:03 -0700, Daniel Berger wrote:
> >         > > Not that I can see. We do have multiple watchers setup
> >         that are pointing
> >         > > at the same project but different branches.
> >         
> > 
> > Accessing the same database and/or some other resource(s), I presume?
> > I'd bet that's the problem. To fix it, you want to configure CC.rb to
> > serialize builds (i.e., make it so that only one build is running at
> > any given time). There is a commented out setting for this in the
> > site_config.rb, you just need to find and uncomment it.
> 
> I tried that but it didn't solve my problem unfortunately. This is tied
> to Passenger somehow I think, because when I run the build using WEBrick

Scratch that. It happens with WEBrick, too, but -only- if I daemonize
it. Very peculiar.

Investigating...

Regards,

Dan

_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to