[Zope-CMF] Problem with portal catalog.

Troy Farrell troy@entheossoft.com
Wed, 05 Mar 2003 21:55:14 -0600


Ok, so you don't have any custom code.  What traceback are you getting? 
  A traceback looks like this:


Traceback (innermost last):
   File /home/entheos/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, 
line 150, in publish_module
   File /home/entheos/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, 
line 114, in publish
   File /home/entheos/Zope-2.5.1-src/lib/python/Zope/__init__.py, line 
159, in zpublisher_exception_hook
     (Object: conf)
   File /home/entheos/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, 
line 98, in publish
   File /home/entheos/Zope-2.5.1-src/lib/python/ZPublisher/mapply.py, 
line 88, in mapply
     (Object: index_html)
   File /home/entheos/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, 
line 39, in call_object
     (Object: index_html)
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Shared/DC/Scripts/Bindings.py, 
line 252, in __call__
     (Object: index_html)
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Shared/DC/Scripts/Bindings.py, 
line 283, in _bindAndExec
     (Object: index_html)
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Products/PageTemplates/ZopePageTemplate.py, 
line 210, in _exec
     (Object: index_html)
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Products/PageTemplates/PageTemplate.py, 
line 86, in pt_render
     (Object: index_html)
   File /home/entheos/Zope-2.5.1-src/lib/python/TAL/TALInterpreter.py, 
line 158, in __call__
   File /home/entheos/Zope-2.5.1-src/lib/python/TAL/TALInterpreter.py, 
line 191, in interpret
   File /home/entheos/Zope-2.5.1-src/lib/python/TAL/TALInterpreter.py, 
line 510, in do_useMacro
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Products/PageTemplates/TALES.py, 
line 247, in evaluate
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Products/PageTemplates/Expressions.py, 
line 198, in __call__
   File 
/home/entheos/Zope-2.5.1-src/lib/python/Products/PageTemplates/Expressions.py, 
line 188, in _eval
Undefined: (see above)

You may have to view the document source to find it.  Please send us the 
traceback and error message you are getting so we can help you.

Thanks.
Troy

Paul Naveen Raj Jeyaraj wrote:
> Hi,
> 
> I didn't write any code of my own. I was just trying to catalog 'File'
> objects through 'Find Objects' tab in portal_catalog. 
> I want to catalog all files under my local file system instance. What
> would be the better solution for this requirement?
> Thank you.
> 
> Regards,
> Paul.
> 
> -----Original Message-----
> From: Troy Farrell [mailto:troy@entheossoft.com] 
> Sent: Wednesday, March 05, 2003 10:22 PM
> To: Paul Naveen Raj Jeyaraj; Zope-CMF List
> Subject: Re: [Zope-CMF] Problem with portal catalog.
> 
> 
> Paul, before we can help you, we need a traceback.  If the script 
> causing the problem is custom code, it wouldn't hurt to include the 
> source of the offending code either. :)
> 
> Troy
> 
> Paul Naveen Raj Jeyaraj wrote:
> 
>>Hi,
>> 
>>I have a local file system object in my CMF portal. The LFS instance 
>>is
>>accessing a shared folder residing in some remote server. Now, when I 
>>try to find objects of type 'File', I am not able to succeed. Its 
>>throwing an error. Have I done anything wrong? How do I go about? 
>>Actually I need to catalog all my files under LFS instance in 
>>portal_catalog. Please help. Thank you.
>> 
>>Regards,
>>Paul.