Hi, I'm relatively new to Zope. However, have installed and used various products succesfully. Unfortunately I can't get the LocalFS Product working. In /Control_Panel/Products/LocalFS I Keep getting this traceback after I restart Zope. Import Traceback Traceback (most recent call last): File "/etc/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/etc/Zope-2.5.1-linux2-x86/lib/python/Products/LocalFS/__init__.py", line 65, in ? traceback.print_exc() File "/etc/Zope-2.5.1-linux2-x86/lib/python2.1/traceback.py", line 210, in print_exc print_exception(etype, value, tb, limit, file) File "/etc/Zope-2.5.1-linux2-x86/lib/python2.1/traceback.py", line 122, in print_exception _print(file, 'Traceback (most recent call last):') File "/etc/Zope-2.5.1-linux2-x86/lib/python2.1/traceback.py", line 13, in _print file.write(str+terminator)IOError: [Errno 5] Input/output error I don't know what could be wrong. Any suggestions? kind regards, Eric
something is trying to write a log entry to a log file or the console that the zope process was started from. try running zope using nohup. jens On Monday, August 5, 2002, at 07:00 , Eric van Riet Paap wrote:
Hi,
I'm relatively new to Zope. However, have installed and used various products succesfully. Unfortunately I can't get the LocalFS Product working. In /Control_Panel/Products/LocalFS I Keep getting this traceback after I restart Zope.
Import Traceback Traceback (most recent call last): File "/etc/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/etc/Zope-2.5.1-linux2-x86/lib/python/Products/LocalFS/__init__.py", line 65, in ? traceback.print_exc() File "/etc/Zope-2.5.1-linux2-x86/lib/python2.1/traceback.py", line 210, in print_exc print_exception(etype, value, tb, limit, file) File "/etc/Zope-2.5.1-linux2-x86/lib/python2.1/traceback.py", line 122, in print_exception _print(file, 'Traceback (most recent call last):') File "/etc/Zope-2.5.1-linux2-x86/lib/python2.1/traceback.py", line 13, in _print file.write(str+terminator)IOError: [Errno 5] Input/output error
I don't know what could be wrong. Any suggestions?
kind regards, Eric
participants (2)
-
Eric van Riet Paap -
Jens Vagelpohl