apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

Exception rendering: #276

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

ivan@… originally submitted this as ticket:346


Hi, I installed CalendarServer this morning, everything all right. But in a crazy moment I deleted the CalendarServer folder. I download again with svn and run the server, everything OK, but when I try to access to the admin calendar whith Thunderbird+Lightning I got this error-

2009-08-05 20:10:09+0200 [-] [caldav-8009]  [AMP,client] [twistedcaldav.extensions#info] HEAD /calendars/users/admin/calendar/ HTTP/1.1
2009-08-05 20:10:09+0200 [-] [caldav-8009]  [PooledMemCacheProtocol,client] Exception rendering:
2009-08-05 20:10:09+0200 [-] [caldav-8009]  [PooledMemCacheProtocol,client] Unhandled Error
2009-08-05 20:10:09+0200 [-] [caldav-8009]      Traceback (most recent call last):
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/Twisted/twisted/internet/defer.py", line 769, in gotResult
2009-08-05 20:10:09+0200 [-] [caldav-8009]          _inlineCallbacks(r, g, deferred)
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/Twisted/twisted/internet/defer.py", line 749, in _inlineCallbacks
2009-08-05 20:10:09+0200 [-] [caldav-8009]          result = g.send(result)
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/CalendarServer/twistedcaldav/extensions.py", line 154, in authenticate
2009-08-05 20:10:09+0200 [-] [caldav-8009]          result = (yield request.portal.login(pcreds, None, *request.loginInterfaces))
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/Twisted/twisted/cred/portal.py", line 115, in login
2009-08-05 20:10:09+0200 [-] [caldav-8009]          return maybeDeferred(self.checkers[i].requestAvatarId, credentials
2009-08-05 20:10:09+0200 [-] [caldav-8009]      --- <exception caught here> ---
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/Twisted/twisted/internet/defer.py", line 104, in maybeDeferred
2009-08-05 20:10:09+0200 [-] [caldav-8009]          result = f(*args, **kw)
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/CalendarServer/twistedcaldav/directory/aggregate.py", line 159, in requestAvatarId
2009-08-05 20:10:09+0200 [-] [caldav-8009]          return credentials.authnPrincipal.record.service.requestAvatarId(credentials)
2009-08-05 20:10:09+0200 [-] [caldav-8009]        File "/opt/CalServer/CalendarServer/twistedcaldav/directory/directory.py", line 119, in requestAvatarId
2009-08-05 20:10:09+0200 [-] [caldav-8009]          return d.addCallback(_verify)
2009-08-05 20:10:09+0200 [-] [caldav-8009]      exceptions.AttributeError: 'bool' object has no attribute 'addCallback'
2009-08-05 20:10:09+0200 [-] [caldav-8009]

I see in other tickets that this error was resolve, but why this morning CalendarServer was fine and now got a error??

Thanks.

macosforgebot commented 15 years ago

ivan@… originally submitted this as comment:1:⁠ticket:346

macosforgebot commented 15 years ago

ivan@… originally submitted this as comment:2:⁠ticket:346


Today's new version it's OK!! Thank you so much!

macosforgebot commented 15 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:346


ok cool