Forum OpenACS Q&A: Re: restart problem

Collapse
2: Re: restart problem (response to 1)
Posted by Bruno Mattarollo on
Can you see something in the error logs that would give a hint? Is the database up?

A "killall nsd" shouldn't change anything really, I would be more concerned about the database, if you didn't shut it down, that's were all the transactions happen.

Collapse
4: Re: restart problem (response to 2)
Posted by Nitish Bezzala on
The database is working fine.
Collapse
5: Re: restart problem (response to 4)
Posted by Cathy Sarisky on
You'd normally have a script as part of your shut-down procedure that stops postgresql/oracle - we'll need more information on your OS if you want more information than that!    You _usually_ won't corrupt your database if you reboot the server with it running, but you'd be crazy to try it on a production server on a regular basis. :)

I wonder if your recursive /register call isn't the result of a permissions problem.  This problem would occur if you'd perhaps messed up the permissions on the main site instance?  (If you don't have permission to read /register, you get redirected to /register, which you don't have permissions to read, so....)  If you made any changes to the permissions recently, that could be the problem.  You'd need to manually grant The Public read permission on the main site instance.

If that sounds like what's going on (and you've recently muddled with permissions), I'd check in psql for a missing permission and replace it - if you need directions for exactly how to do so, please post and I'll dig mine up.

Collapse
7: Re: restart problem (response to 5)
Posted by Antonio Laterza on
Hi Cathy
I "... muddled with permissions ..."
and I need to
"... manually grant The Public read permission on the main site instance.".

Can you post how can I solve my problem?
thanks
and thanks to tekbasse too for help on IRC.