Re: [Zope-dev] Retracting Zope 2.9.7, Zope 2.10.3 releases because of a zopectl start problem

2007-03-26 Thread Damien Baty

Hello,

Le 26/03/07 18:38, Willi Langenberger a écrit :

According to Andreas Jung:

I decided to retract the latest 2.9.7 and Zope 2.10.3 releases
for now because of this problem:

http://mail.zope.org/pipermail/zope/2007-March/171086.html

I could confirm that zopectl start does not work properly.
[...]


At the risk of saying something obvious...

strace showed, that the spawned process exits with 


  raise ValueError('No REQUEST parameter in callable signature')
[...]


  I guess that someone has already found this too, but I share it 
nonetheless: 'ApplicationManager.manage_restart()' in 
'lib/python/App/ApplicationManager.py' does not have any 'REQUEST' 
parameter. The new 'postonly()' function therefore raise the above 
mentionned error. Changing the method signature to:


manage_restart(self, URL1, REQUEST=None):

  makes Zope start. 'REQUEST' is not used in this method, though. 
However, it is also not used in 'manage_shutdown()' but appears in its 
signature. I guess that adding it to 'manager_restart()' should not have 
any side-effect.


Regards,

--
Damien Baty
Pilot Systems - 9, rue Desargues - 75011 Paris
Tél : +33 (0)1 44 53 05 55 - http://www.pilotsystems.net
Hébergement Zope et Plone gratuit - http://www.objectis.org
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] freezope dot org in trouble?

2007-02-05 Thread Damien Baty

Hello,

Bryan Simmons a écrit :

I have noticed a serious lack of free zope hosting sites.
I mean, there's a lot of sites out there that will give anyone a free
web page, but none that I can find that will give a free zope folder
or plone instance or something like that.


  Objectis used to provide free Zope, Plone, Silva and CPS hosting. We 
have decided to temporarily disable the opening of new Zope/Silva/CPS 
accounts. Still, Plone and Zwook accounts are still available for thos 
who have been given a validation code. See the FAQ to know how to get 
such a code.


  We hope to be able to allow again Zope accounts (and possibly other 
types of accounts) soon. Stay tuned.


Regards,

--
Damien Baty
Pilot Systems - 9, rue Desargues - 75011 Paris
Tél : +33 (0)1 44 53 05 55 - http://www.pilotsystems.net
Free Zope  Plone hosting - http://www.objectis.org
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )