RE: Zope2.2.0b2 not workink on win98
On my Win box Zope dont allow add _no one_ objects (eg. Folder), dont allow enter Control Panel if product incorect installed, etc.. Zope 2.1.6 and 2.1.7 (with apropriate patches) works very well.
What I am doing wrong or eventually how can I help to avoid this problems ?
platform: Win98, Zope2.2.0b2 from official installer, empty (default) Data.fs
Eg. if i try to add a Folder that is happend:
<STRONG>Error Type: SuperCannotOwn</STRONG><BR> <STRONG>Error Value: Objects cannot be owned by the superuser</STRONG><BR>
<snip>
Adam, In Zope 2.2 and above, the superuser should *only* be used to bootstrap your system and create management users. The superuser can not own objects in Zope now for security reasons. Please see the "upgrading to Zope 2.2.0" document on Zope.org for more information on this. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
Hello! I started to do experiments with 2.2.0b2 (I skipped b1). Looks good. I lpayed a little and found tutorial.zexp in directory import. I tried to import, but Zope complains. Other than that it's working nice. I installed SiteAccess2 - nohram. I didn't do an extensive testing of SA, will do it later. I remember DC promises to add a screen to configure the number of threads instead of default 7, but I didn't found the screen. Will it be added later? Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
On Fri, 23 Jun 2000, Oleg Broytmann wrote:
I installed SiteAccess2 - nohram. ^^^^^^ "No harm", of course :)
Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
On Fri, Jun 23, 2000 at 01:59:22PM +0000, Oleg Broytmann wrote:
I remember DC promises to add a screen to configure the number of threads instead of default 7, but I didn't found the screen. Will it be added later?
I think you are confusing some issues. You can use the -t switch to z2.py to set the number of threads (which defaults to 4). This is the number of request serving threads, there are other threads for other tasks in Zope you don't have any influence over. Each of these serving threads has it's own connection to the ZODB. And there _is_ a hardwired limit to the number of connections, which, IIRC, is set to 10 or something. There has been talk of changing that number, or, even better, have it dynamically change to suit the circumstances. But this is all from vague memory, so don't go quoting me on this. -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server ---------------------------------------------
On Fri, 23 Jun 2000, Martijn Pieters wrote:
Each of these serving threads has it's own connection to the ZODB. And there _is_ a hardwired limit to the number of connections, which, IIRC, is set to 10 or something. There has been talk of changing that number, or, even better, have it dynamically change to suit the circumstances. But this is all from vague memory, so don't go quoting me on this.
Yes, exactly - that was about web-interface to change this limit. Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Brian Lloyd -
Martijn Pieters -
Oleg Broytmann