[ZCM] [ZC] 1549/ 2 Reject "zserver doesn't start !!!!"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Fri Oct 22 06:11:11 EDT 2004


Issue #1549 Update (Reject) "zserver doesn't start !!!!"
 Status Rejected, ZServer/bug medium
To followup, visit:
  http://zope.org/Collectors/Zope/1549

==============================================================
= Reject - Entry #2 by chrisw on Oct 22, 2004 6:11 am

 Status: Pending => Rejected

Sounds like some kind of virus. In any case, not something that should be put in the collector.

Stick to the zope at zope.org mailing list.
________________________________________
= Request - Entry #1 by Anonymous User on Oct 22, 2004 3:54 am

I don't understand what append in my computer.
Yesterday and today I want to start my zope instance (I start her every day) and she doesn't start:
004-10-22T09:29:30 ERROR(200) Zope Couldn't install TemporaryFolder
Traceback (most recent call last):
  File "/opt/Zope-2.7/lib/python/OFS/Application.py", line 732, in install_product
    initmethod(context)
  File "/opt/Zope-2.7/lib/python/Products/TemporaryFolder/__init__.py", line 34, in initialize
    visibility=0 # dont show this in the add list for 2.7+ (use dbtab)
TypeError: registerClass() got an unexpected keyword argument 'constructor3'
Traceback (most recent call last):
  File "/opt/Zope-2.7/lib/python/Zope/Startup/run.py", line 49, in ?
    run()
  File "/opt/Zope-2.7/lib/python/Zope/Startup/run.py", line 19, in run
    start_zope(opts.configroot)
  File "/opt/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 51, in start_zope
    starter.startZope()
  File "/opt/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 230, in startZope
    Zope.startup()
  File "/opt/Zope-2.7/lib/python/Zope/__init__.py", line 46, in startup
    _startup()
  File "/opt/Zope-2.7/lib/python/Zope/App/startup.py", line 93, in startup
    OFS.Application.initialize(application)
  File "/opt/Zope-2.7/lib/python/OFS/Application.py", line 279, in initialize
    initializer.initialize()
  File "/opt/Zope-2.7/lib/python/OFS/Application.py", line 306, in initialize
    self.install_products()
  File "/opt/Zope-2.7/lib/python/OFS/Application.py", line 553, in install_products
    return install_products(app)
  File "/opt/Zope-2.7/lib/python/OFS/Application.py", line 584, in install_products
    folder_permissions, raise_exc=debug_mode)
  File "/opt/Zope-2.7/lib/python/OFS/Application.py", line 732, in install_product
    initmethod(context)
  File "/opt/Zope-2.7/lib/python/Products/TemporaryFolder/__init__.py", line 34, in initialize
    visibility=0 # dont show this in the add list for 2.7+ (use dbtab)
TypeError: registerClass() got an unexpected keyword argument 'constructor3'

Bizar , so today I update the server to 7.2  and when I start it I have the error:
[bin]# ./runzope

Traceback (most recent call last):
  File "/opt/zserver/lib/python/Zope/Startup/run.py", line 50, in ?
   [bin]# ./runzope
Traceback (most recent call last):
  File "/opt/zserver/lib/python/Zope/Startup/run.py", line 50, in ?
    run()
  File "/opt/zserver/lib/python/Zope/Startup/run.py", line 19, in run
    start_zope(opts.configroot)
  File "/opt/zserver/lib/python/Zope/Startup/__init__.py", line 45, in start_zope
    starter.setupZServerThreads()
AttributeError: ZopeStarter instance has no attribute 'set5pZServerThreads'

I notice that I have the number '5' instead of  'u' in the second case and '3' instead of 's' (constructor3) in the first case. So I edit run.py , I replace  setupZServerThreads by setupServerThreads . I restart , I have a normal error "AttributeError: ZopeStarter instance has no attribute 'setupServerThreads' . I replace setupServerThreads by setupZServerThreads and the zope server run. Incredible !!!!
I don't know why I have this. If you have an explanation I am interested.
Regards youenn boussard
==============================================================



More information about the Zope-Collector-Monitor mailing list