[CMF-checkins] CVS: CMF/CMFSetup/tests - conformance.py:1.7
Grange, Phillip
Phillip_Grange at Intuit.com
Tue Mar 15 12:37:30 EST 2005
Thanks for the reply!
I am a bit of a newbie so.....
I was not completely sure what to do with the (def test_Iset.... Etc) info -
so added it the __init__.py file in the CMFTypes directory (as that is where
it was having issues.
I did look for conformance.py - but I don't have that file on my
installation (Zope 2.5.1 Python 2.1) - so looking at my debug log that
seemed like a place to start. Interestingly enough if I don't use the first
line (def...) I get stlightly less errors on start up;-)
SO to help - I have added the debug log (taken out any specific stuff to my
server)(and yes we have lots of other errors...)
Starting Zope...------
2005-03-15T17:31:20 ERROR(200) Zope Could not import Products.CMFTypes
Traceback (innermost last):
File /usr/lib/zope/lib/python/OFS/Application.py, line 531, in
import_product
File /usr/lib/zope/lib/python/Products/CMFTypes/__init__.py, line 14, in ?
ImportError: No module named CMFSetup.tool
------
2005-03-15T17:31:21 PROBLEM(100) Init Ambiguous name for method of
Products.PlugIns.PlugIns.PlugInGroup: "manage_workspace" != "manage_main"
------
2005-03-15T17:31:21 PROBLEM(100) Init Ambiguous name for method of
Products.LoginManager.LoginMethods.BasicCookieLogin: "manage_propertiesForm"
!= "manage_main"
------
2005-03-15T17:31:21 ERROR(200) Zope Could not import Products.TypesExample
Traceback (innermost last):
File /usr/lib/zope/lib/python/OFS/Application.py, line 531, in
import_product
File /usr/lib/zope/lib/python/Products/TypesExample/__init__.py, line 4,
in ?
(Object: package_home)
ImportError: cannot import name process_types
------
2005-03-15T17:31:21 ERROR(200) Zope Could not import Products.Typescustom
Traceback (innermost last):
File /usr/lib/zope/lib/python/OFS/Application.py, line 531, in
import_product
File /usr/lib/zope/lib/python/Products/Typescustom/__init__.py, line 4, in
?
(Object: package_home)
ImportError: cannot import name process_types
2005-03-15T17:31:21 ERROR(200) Zope Could not import Products.ZPsycopgDA
Traceback (innermost last):
File /usr/lib/zope/lib/python/OFS/Application.py, line 531, in
import_product
File /usr/lib/zope/lib/python/Products/ZPsycopgDA/__init__.py, line 92, in
?
File /usr/lib/zope/lib/python/Products/ZPsycopgDA/DA.py, line 91, in ?
File /usr/lib/zope/lib/python/Products/ZPsycopgDA/db.py, line 99, in ?
ImportError: No module named psycopg
------
2005-03-15T17:31:25 INFO(0) ZODB Opening database for mounting:
'143475256_1042654618.332229'
------
2005-03-15T17:31:25 INFO(0) ZODB Mounted database
'143475256_1042654618.332229' at /temp_folder
------
2005-03-15T17:31:25 INFO(0) Zope Default Object Creation
/usr/lib/zope/lib/python/../../import/Examples.zexp examples import file
could not be found.
------
2005-03-15T17:31:25 PROBLEM(100) Zope No such file or directory:
/usr/lib/zope/lib/python/Products/CMFCalendar/help
------
2005-03-15T17:31:27 PROBLEM(100) Zope No such file or directory:
/usr/lib/zope/lib/python/Products/LoginManager/help
------
2005-03-15T17:31:27 PROBLEM(100) Zope No such file or directory:
/usr/lib/zope/lib/python/Products/PlugIns/help
------
2005-03-15T17:31:27 PROBLEM(100) Zope No such file or directory:
/usr/lib/zope/lib/python/Products/ZPatterns/help
------
2005-03-15T17:31:27 INFO(0) Zope New disk product detected, determining if
we need to fix up any ZClasses.
------
2005-03-15T17:31:27 INFO(0) Plone Database Init
No config file found, this is probably fine [exceptions.IOError, [Errno 2]
No such file or directory: '/var/lib/zope/plone.ini']
------
2005-03-15T17:31:27 INFO(0) ZServer HTTP server started at Tue Mar 15
17:31:27 2005
Hostname: xxxxxxxxxxxxxxxxxxxxxxxxxxx
Port: xxxx
------
2005-03-15T17:31:27 INFO(0) ZServer FTP server started at Tue Mar 15
17:31:27 2005
Hostname: xxxxx
Port: xxxx
------
2005-03-15T17:31:27 INFO(0) ZServer PCGI Server started at Tue Mar 15
17:31:27 2005
Unix socket: /var/lib/zope/var/Z2-pcgi.soc
------
2005-03-15T17:31:43 PROBLEM(100) ZODB Could not import class 'GeneratorTool'
from module 'Products.CMFTypes.GeneratorTool'
------
2005-03-15T17:37:59 PROBLEM(100) ZODB Could not import class 'custom' from
module 'Products.Typescustom.custom'
Cheers
Phil
More information about the CMF-checkins
mailing list