Re: [Zope-dev] help w/ LocalFS

2003-09-09 Thread Dieter Maurer
Roberto Benitez wrote at 2003-9-6 16:49 -0700:
  I am trying to use LocalFS to access a directory in my
  linux server (zope running on same suse linux server)
  
  i am able to see the directory listing, but when i try
  to access any file i get the following error message
  
  
  The object at ../../5741.RPT has an empty or missing
  docstring. Objects must have a docstring to be
  published.

What object type do you see in the directory listing
(I am not sure, that you can see the type there)?
Your files might be mapped to a somewhat broken object.

If this does not reveal easily the cause of your problem,
I would start debugging.

On

  http://www.dieter.handshake.de/pyprojects/zope

you find a small module (Interactive debugging support)
that lets you build the publishing environment in
an interactive interpreter. Build a request and
traverse to your object. Hopefully, you will get the same
error which you can now analyse with the pm (post mortem)
function of pdb (the Python debugger).


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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-dev] help w/ LocalFS

2003-09-07 Thread robert
Does the user zope is run as (normaly 'zope') have all the neccessary rights 
to access the files ?
You can set the user zope is run under with the -u parameter when starting 
zope.
Robert
Am Sunday 07 September 2003 01:49 schrieb Roberto Benitez:
 I am trying to use LocalFS to access a directory in my
 linux server (zope running on same suse linux server)

 i am able to see the directory listing, but when i try
 to access any file i get the following error message

 
 The object at ../../5741.RPT has an empty or missing
 docstring. Objects must have a docstring to be
 published.

 

 i get the same error when attempting to access any
 file

 i also have a zope server runnin on a couple of other
 windows computers and it seems to work just fine. the
 LocalFS is of course treated like a local folder.

 i would appreciate any help on this issue



 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com

 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 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 )

-- 
mit freundlichen GrĂ¼ssen

Robert Rottermann
www.redCOR.ch


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )


[Zope-dev] help w/ LocalFS

2003-09-06 Thread Roberto Benitez
I am trying to use LocalFS to access a directory in my
linux server (zope running on same suse linux server)

i am able to see the directory listing, but when i try
to access any file i get the following error message


The object at ../../5741.RPT has an empty or missing
docstring. Objects must have a docstring to be
published.



i get the same error when attempting to access any
file

i also have a zope server runnin on a couple of other
windows computers and it seems to work just fine. the
LocalFS is of course treated like a local folder.

i would appreciate any help on this issue



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )