help ... i installed the FSSession-Product on Zope 2.1.6, also using GUF and MySQL-Connections. everything works fine till suddenly (when i try to access a site where the FSSession> is called) ... Error Type: SystemError Error Value: Failed to import class r from module Record Traceback (innermost last): File /zope/Zope-2.1.6/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /zope/Zope-2.1.6/lib/python/ZPublisher/Publish.py, line 179, in publish File /zope/Zope-2.1.6/lib/python/Zope/__init__.py, line 202, in zpublisher_exception_hook (Object: ElementWithAttributes) File /zope/Zope-2.1.6/lib/python/ZPublisher/Publish.py, line 165, in publish File /zope/Zope-2.1.6/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: userInsertForm) File /zope/Zope-2.1.6/lib/python/ZPublisher/Publish.py, line 102, in call_object (Object: userInsertForm) File /zope/Zope-2.1.6/lib/python/OFS/DTMLDocument.py, line 166, in __call__ (Object: userInsertForm) File /zope/Zope-2.1.6/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__ (Object: userInsertForm) File /zope/Zope-2.1.6/lib/python/Products/FSSession/FSSession.py, line 116, in __call__ (Object: FSSession) File /zope/Zope-2.1.6/lib/python/Products/FSSession/FSSession.py, line 142, in load (Object: FSSession) SystemError: (see above) any ideas? urs mailto:ub@swissonline.ch
"urs.beyeler" wrote:
help ... i installed the FSSession-Product on Zope 2.1.6, also using GUF and MySQL-Connections. everything works fine till suddenly (when i try to access a site where the FSSession> is called) ...
Error Type: SystemError Error Value: Failed to import class r from module Record
I hate to have to tell you this but that's a nasty error! Could it be that you're running out of virtual memory or disk space or something? What platform are you running on?
Traceback (innermost last): ... File /zope/Zope-2.1.6/lib/python/Products/FSSession/FSSession.py, line 142, in load (Object: FSSession) SystemError: (see above)
You might try contacting the author of FSSession directly. Shane
On Thu, 18 May 2000, urs.beyeler wrote:
line 142, in load (Object: FSSession) SystemError: (see above)
any ideas?
The error seems to result from an instance stored in FSSession that cannot find its class object. I am not sure it is an FSSession error. Do you have any custom classes with instances of those stored in FSSession? Pavlos
participants (3)
-
Pavlos Christoforou -
Shane Hathaway -
urs.beyeler