Re: [Zope] zope gets killed on startup

2006-10-05 Thread Martijn Pieters
On 10/5/06, Philip Kilner <[EMAIL PROTECTED]> wrote: Is there any reason I can't zap this and revert to a standard acl_users folder? No idea, back up and find out. Let us know! -- Martijn Pieters ___ Zope maillist - Zope@zope.org http://mail.zope.o

Re: [Zope] zope gets killed on startup

2006-10-05 Thread Philip Kilner
Hi Martijn, Martijn Pieters wrote: > Note that Plone 2.5 uses PlonePAS, which for some reason feels the > need to replace the root-level acl_users folder when you create a > Plone site. > I've just been bitten by this, and aren't at all happy. Is there any reason I can't zap this and revert to

Re: [Zope] zope gets killed on startup

2006-10-05 Thread Martijn Pieters
On 10/5/06, Martijn Pieters <[EMAIL PROTECTED]> wrote: Note that Plone 2.5 uses PlonePAS, which for some reason feels the need to replace the root-level acl_users folder when you create a Plone site. (and to finish that email) That means that if you had Plone 2.5 installed, then removed it fro

Re: [Zope] zope gets killed on startup

2006-10-05 Thread Martijn Pieters
On 10/4/06, Einar Næss Jensen <[EMAIL PROTECTED]> wrote: Yes. I guessed that somehow, the acl_users in the root object, had been deleted (or was missing). Why this happened I do not know. I do not think I did it myselfe ( I certanly do not have a memory of doing so). Note that Plone 2.5 uses Pl

Re: [Zope] zope gets killed on startup

2006-10-03 Thread Einar Næss Jensen
On 10/3/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: Einar Næss Jensen wrote at 2006-10-2 21:12 +0200:>the full traceback and the error is this:>>2006-10-02 21:07:15 ERROR BeforeTraverse Error while invoking hook:>"acl_users">Traceback (most recent call last): >  File "/usr/local/zope/zope295/lib /

Re: [Zope] zope gets killed on startup

2006-10-03 Thread Dieter Maurer
Einar Næss Jensen wrote at 2006-10-2 21:12 +0200: >the full traceback and the error is this: > >2006-10-02 21:07:15 ERROR BeforeTraverse Error while invoking hook: >"acl_users" >Traceback (most recent call last): > File "/usr/local/zope/zope295/lib /python/ZPublisher/BeforeTraverse.py", >line 145,

Re: [Zope] zope gets killed on startup

2006-10-02 Thread Einar Næss Jensen
sorry. the full traceback and the error is this: 2006-10-02 21:07:15 ERROR BeforeTraverse Error while invoking hook: "acl_users"Traceback (most recent call last):   File "/usr/local/zope/zope295/lib /python/ZPublisher/BeforeTraverse.py", line 145, in __call__    meth(*(container, request, None)[

Re: [Zope] zope gets killed on startup

2006-10-02 Thread Einar Næss Jensen
On 10/2/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: Looks as if something have send your Zope process a "kill -KILL".Sometimes the operating system does this, e.g. when the processoverflows the C runtime stack or allocates excessive memory. I have lots of memory-related messages in /var/log/messag

Re: [Zope] zope gets killed on startup

2006-10-02 Thread Dieter Maurer
Einar Næss Jensen wrote at 2006-10-2 02:22 +0200: > ... >My zope will not start, after running fine for a few days, after installing >plone 2.5, When I try to start it, it just ends with a "killed". How may I >find out what killed my zope? (I guess I did, in some way, but not how. It >just suddenl

Re: [Zope] zope gets killed on startup

2006-10-01 Thread Paul Winkler
On Mon, Oct 02, 2006 at 02:22:24AM +0200, Einar N?ss Jensen wrote: > My zope will not start, after running fine for a few days, after installing > plone 2.5, When I try to start it, it just ends with a "killed". How may I > find out what killed my zope? (I guess I did, in some way, but not how. It

Re: [Zope] zope gets killed on startup

2006-10-01 Thread robert rottermann
Einar, start zope with debug mode on. you can do this by going to the bin directory of your instance (this is something like /var/zopeinstnce/bin) and start zope with zopectrl fg you should then get more feedback HTH robert Einar Næss Jensen wrote: > My zope will not start, after running fine f