[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cobalt GUI Problems



Yes it appears postgres did crash, and think probably refuses to 
restart. As /etc/rc.d/init.d/postgresql refuses to do anything. Is that 
the right binary for it? and is there a log file for it so I can maybe 
see whats going on?

> >Can't call method "exec" on an undefined value
> >at /usr/lib/perl5/site_perl/5.005/Cobalt/Meta.pm line 770.
> >[Sat Nov 17 17:01:21 2001] [error] [client 216.130.82.51] Premature 
end
> >of script headers: /usr/admserv/cgi-bin/.cobalt/siteList/si$
> >
> >How exactly could I disable the CGI-Wrapper on the GUI if that is the
> >problem?
> 
> sounds to me more like a problem with the database than with 
> CGI-Wrapper: it might help to check that the postgres daemon is still 
> running. I don't know enough about postgreSQL to tell you the right 
> way to do that, but for me
> 	ps -aef | grep postgres
> reveals one postmaster process running.
> 
> (the undefined value your log refers to is the database handle. 
> Meta.pm is a funky little cobalt thing for mapping perl objects onto 
> database records, somewhat like Class::DBI but less generalised. it 
> seems to have lost its database.)
> 
> best
> 
> will
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
> 
>