[Zope] GUF KeyError problem

Mabe, Brad BRADLEY.D.MABE@saic.com
Fri, 14 Jul 2000 10:55:20 -0400


I am attempting to get GUF (using sql methods for authentication) working on
an HPUX box and am running into a bit of a snag.  Running ZOPE in debug mode
yields the following:

ERROR(200) GUF http://sidr:8080/test/acl_users/userRoles raised an exception
((<class exceptions.KeyError at 40051d58> <exceptions.KeyError instance at
40576958>, <traceback object at 40574628>))
----
INFO(0) GUF Successful authentication for user test
(http://sidr:8080/test/acl_users)
----
ERROR(200) GUF http://sidr:8080/test/acl_users/userRoles raised an exception
((<class exceptions.KeyError at 40051d58> <exceptions.KeyError instance at
40575700>, <traceback object at 403c9900>))
----
INFO(0) GUF Failed authorization for user test
(http://sidr:8080/test/acl_users)

As usual I'm at a loss to what the problem is.  I have been successful in
getting GUF & sql methods  working on an NT box running zope, but never ran
into this problem.  Any help will be greatly appreciated.

        -=Brad=-