[Zope] Problems with LocalFS and Zope 2.2.x

"Uwe_Kluge"@lkca.de "Uwe_Kluge"@lkca.de
Mon, 18 Dec 2000 09:47:46 +0100


Hi everyone,

recently I moved to Zope release 2.2.4 (under WinNT).
Everything works great, but there is a issue related to LocalFS.
If I try to create a new LocalFS object I get the error message:

Error Type: AttributeError
Error Value: objectValues

 Traceback (innermost last):
   File D:\Zope\Zope224\lib\python\ZPublisher\Publish.py, line 222, in
 publish_module
   File D:\Zope\Zope224\lib\python\ZPublisher\Publish.py, line 187, in publish
   File D:\Zope\Zope224\lib\python\Zope\__init__.py, line 221, in
 zpublisher_exception_hook
   File D:\Zope\Zope224\lib\python\ZPublisher\Publish.py, line 171, in publish
   File D:\Zope\Zope224\lib\python\ZPublisher\mapply.py, line 160, in mapply
     (Object: manage_addLocalFS)
   File D:\Zope\Zope224\lib\python\ZPublisher\Publish.py, line 112, in
 call_object
     (Object: manage_addLocalFS)
   File D:\Zope\Zope224\lib\python\Products\LocalFS\LocalFS.py, line 1248, in
 manage_addLocalFS
   File D:\Zope\Zope224\lib\python\OFS\ObjectManager.py, line 267, in _setObject
     (Object: Traversable)
   File D:\Zope\Zope224\lib\python\AccessControl\Owned.py, line 276, in
 manage_fixupOwnershipAfterAdd
     (Object: LWE)
   File D:\Zope\Zope224\lib\python\Products\LocalFS\LocalFS.py, line 869, in
 objectValues
     (Object: LWE)
 AttributeError: (see above)

Target is a local harddisk and I connected as "normally " manager.
Are there similar experiences or workarounds?

Best thanks in advance!

Uwe Kluge