This had us scratching our heads for a while some time back... Are you starting up zope in debug mode from the console, and then logging out? If this is the case, then the console handle has disappeared and the logger can't write to it. If you want to start zope in debug mode and log out again, try running it inside a screen session. hth, -- Marcus
-----Original Message----- From: Jatwood@bwanazulia.com [mailto:Jatwood@bwanazulia.com] Sent: 22 February 2000 15:57 To: zope@zope.org Subject: [Zope] GenericUserFolder Help
Here are the steps I took.
1 - Installed GUF and restarted ZOPE (ok) 2 - Created a test folder called "test_guf" with acl_users and index_html 3 - Erased acl_users 4 - Installed a GUF with cookie based authentication
A the point I got a logon screen and entered "jorge" "secret"
and got this.. "Error Type: IOError Error Value: [Errno 5] Input/output error"
and this at the end.. File /usr/local/zope/lib/python/Products/GenericUserFolder/User.py, line 211, in authenticate File /usr/local/zope/lib/python/zLOG.py, line 198, in LOG File /usr/local/zope/lib/python/Zope/ZLogger/ZLogger.py, line 18, in log_write File /usr/local/zope/lib/python/Zope/ZLogger/stupidFileLogger.py, line 40, in __call__ File /usr/local/zope/lib/python/Zope/ZLogger/stupidFileLogger.py, line 62, in stupid_log_write IOError: (see above)
I know it has something to do with the Zlogger and writing to a file, but for the life of my there should be no problem doing that.
Any help would be great, after this I am going to try and get it to work with SQL as per the HOW-TO.
Thanks, JMA
_______________________________________________ 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 )
Hey Marcus, That was the bonus answers. Now I just have to figure out what all this user stuff is about. (just one more HOW-TO to write). JMA
From: Marcus Collins <mcollins@sunesi.com> Date: Tue, 22 Feb 2000 16:27:43 +0200 To: "'Jatwood@bwanazulia.com'" <Jatwood@bwanazulia.com> Cc: "'zope@zope.org'" <zope@zope.org> Subject: RE: [Zope] GenericUserFolder Help
This had us scratching our heads for a while some time back...
Are you starting up zope in debug mode from the console, and then logging out? If this is the case, then the console handle has disappeared and the logger can't write to it.
If you want to start zope in debug mode and log out again, try running it inside a screen session.
hth,
-- Marcus
-----Original Message----- From: Jatwood@bwanazulia.com [mailto:Jatwood@bwanazulia.com] Sent: 22 February 2000 15:57 To: zope@zope.org Subject: [Zope] GenericUserFolder Help
Here are the steps I took.
1 - Installed GUF and restarted ZOPE (ok) 2 - Created a test folder called "test_guf" with acl_users and index_html 3 - Erased acl_users 4 - Installed a GUF with cookie based authentication
A the point I got a logon screen and entered "jorge" "secret"
and got this.. "Error Type: IOError Error Value: [Errno 5] Input/output error"
and this at the end.. File /usr/local/zope/lib/python/Products/GenericUserFolder/User.py, line 211, in authenticate File /usr/local/zope/lib/python/zLOG.py, line 198, in LOG File /usr/local/zope/lib/python/Zope/ZLogger/ZLogger.py, line 18, in log_write File /usr/local/zope/lib/python/Zope/ZLogger/stupidFileLogger.py, line 40, in __call__ File /usr/local/zope/lib/python/Zope/ZLogger/stupidFileLogger.py, line 62, in stupid_log_write IOError: (see above)
I know it has something to do with the Zlogger and writing to a file, but for the life of my there should be no problem doing that.
Any help would be great, after this I am going to try and get it to work with SQL as per the HOW-TO.
Thanks, JMA
_______________________________________________ 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 )
participants (2)
-
J. Atwood -
Marcus Collins