Hi there, This is extremly anoying since I've done this before but forgot how-to. On a NT-box I want to add a local filesystem using UNC notation. I try out something like this. ID: Kalle Title: Basepath: \\Cpqp21-32\Dokument ( Cpqp21-32 is the server and Dokument is the share ) Username kalle Password ****** And I keep getting the same error Zope Error Zope has encountered an error while publishing this resource. Error Type: OSError Error Value: [Errno 2] No such file or directory: '\\\\Cpqp21-32\\Dokument' Can You please help me. This time around I'm to write the solution on my officewall with a nonerasable marker pen. Cheers Fredrik
Could be you're running Zope as a service under an account that doesn't have permissions to access the share. --jfarr ----- Original Message ----- From: "Rubinstein Fredrik" <fredrik.rubinstein@ivf.se> To: <zope@zope.org> Cc: <jfarr@real.com> Sent: Wednesday, May 02, 2001 12:48 AM Subject: [Zope] "Add local filesystem"
Hi there, This is extremly anoying since I've done this before but forgot how-to. On a NT-box I want to add a local filesystem using UNC notation. I try out something like this.
ID: Kalle Title: Basepath: \\Cpqp21-32\Dokument ( Cpqp21-32 is the server and Dokument is the share ) Username kalle Password ******
And I keep getting the same error Zope Error Zope has encountered an error while publishing this resource. Error Type: OSError Error Value: [Errno 2] No such file or directory: '\\\\Cpqp21-32\\Dokument'
Can You please help me. This time around I'm to write the solution on my officewall with a nonerasable marker pen.
Cheers
Fredrik
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I just upgraded my NT4 Zope installation from 2.2.4 to 2.3.2. Both before and after the upgrade, I am using LocalFS v0.10.1. As part of the upgrade, I copied the ../LocalFS directory from Zope224/lib/python/products/ to Zope232/lib/python/products/. Then I copied my Data.fs file from Zope224/var to Zope232/var. I have several LocalFS instances, and all work well before and after the upgrade. However, now I want to create a new LocalFS instance. I can create the instance, but the first time I view it thru either the management or user interface I get: Error type: OSError Error value: [Errno 5] Input/output error Traceback below Just to make sure that the problem is not with NT permissions or networking, I tried it both on: 1. an empty directory which is sibling of an existing LocalFS mounted directory (same inherited permissions). 2. a second mount of an existing LocalFS mounted directory (identical permissions). So, I'm suspecting there is an incompatibility between LocalFS and Zope 2.3.2. Can others confirm this problem or provide a counter example. -- Loren == traceback == Traceback (innermost last): File D:\Intranet\Zope232\lib\python\ZPublisher\Publish.py, line 223, in publish_module File D:\Intranet\Zope232\lib\python\ZPublisher\Publish.py, line 187, in publish File D:\Intranet\Zope232\lib\python\Zope\__init__.py, line 221, in zpublisher_exception_hook (Object: PAdup) File D:\Intranet\Zope232\lib\python\ZPublisher\Publish.py, line 171, in publish File D:\Intranet\Zope232\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: methodBrowse) File D:\Intranet\Zope232\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: methodBrowse) File D:\Intranet\Zope232\lib\python\App\special_dtml.py, line 127, in __call__ (Object: methodBrowse) File D:\Intranet\Zope232\lib\python\DocumentTemplate\DT_String.py, line 538, in __call__ (Object: methodBrowse) File D:\Intranet\Zope224\lib\python\Products\ZDebug\DTMLDebug.py, line 307, in debug_render_blocks File D:\Intranet\Zope224\lib\python\Products\ZDebug\DTMLDebug.py, line 305, in debug_render_blocks File D:\Intranet\Zope232\lib\python\DocumentTemplate\DT_With.py, line 146, in render (Object: _.namespace(default_doc=defaultDocument())) File D:\Intranet\Zope224\lib\python\Products\ZDebug\DTMLDebug.py, line 292, in debug_render_blocks File D:\Intranet\Zope224\lib\python\Products\ZDebug\DTMLDebug.py, line 307, in debug_render_blocks File D:\Intranet\Zope224\lib\python\Products\ZDebug\DTMLDebug.py, line 239, in debugException (Object: renderwob) File D:\Intranet\Zope224\lib\python\Products\ZDebug\DTMLDebug.py, line 305, in debug_render_blocks File D:\Intranet\Zope232\lib\python\DocumentTemplate\DT_In.py, line 653, in renderwob (Object: fileValues(REQUEST.get('spec', _.None))) File D:\Intranet\Zope232\lib\python\DocumentTemplate\DT_Util.py, line 334, in eval (Object: fileValues(REQUEST.get('spec', _.None))) (Info: REQUEST) File <string>, line 0, in ? File D:\Intranet\Zope224\lib\python\Products\LocalFS\LocalFS.py, line 832, in fileValues (Object: PAdup) File D:\Intranet\Zope224\lib\python\Products\LocalFS\LocalFS.py, line 1227, in _ids (Object: PAdup) File D:\Intranet\Zope224\lib\python\Products\LocalFS\LocalFS.py, line 476, in _ids (Object: PAdup) OSError: (see above) == end ==
participants (3)
-
Jonothan Farr -
Loren Stafford -
Rubinstein Fredrik