Ticket #183 (closed Defect: Cannot reproduce)
Assertion error in reactor main loop
| Reported by: | cdaboo@… | Owned by: | dreid@… |
|---|---|---|---|
| Priority: | 2: Expected | Milestone: | CalendarServer-2.4 |
| Component: | Calendar Server | Severity: | Serious |
| Keywords: | Cc: |
Description (last modified by wsanchez@…) (diff)
2007-05-16 18:13:13-0700 [-] [caldav-8010] [HTTPChannel,15324,127.0.0.1] PROPFIND /calendars/users/xxx/inbox/ HTTP/1.1 2007-05-16 18:13:59-0700 [-] [caldav-8009] [-] Unhandled Error 2007-05-16 18:14:00-0700 [-] [caldav-8009] Traceback (most recent call last): 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/scripts/_twistd_unix.py", line 214, in postApplication 2007-05-16 18:14:00-0700 [-] [caldav-8009] app.runReactorWithLogging(self.config, self.oldstdout, self.oldstderr) 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 113, in runReactorWithLogging 2007-05-16 18:14:00-0700 [-] [caldav-8009] reactor.run() 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/posixbase.py", line 220, in run 2007-05-16 18:14:00-0700 [-] [caldav-8009] self.mainLoop() 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/posixbase.py", line 228, in mainLoop 2007-05-16 18:14:00-0700 [-] [caldav-8009] self.runUntilCurrent() 2007-05-16 18:14:00-0700 [-] [caldav-8009] --- <exception caught here> --- 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/base.py", line 561, in runUntilCurrent 2007-05-16 18:14:00-0700 [-] [caldav-8009] call.func(*call.args, **call.kw) 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/channel/http.py", line 750, in _startNextRequest 2007-05-16 18:14:00-0700 [-] [caldav-8009] self.resumeProducing() 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/protocols/basic.py", line 179, in resumeProducing 2007-05-16 18:14:00-0700 [-] [caldav-8009] self.transport.resumeProducing() 2007-05-16 18:14:00-0700 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/abstract.py", line 326, in resumeProducing 2007-05-16 18:14:00-0700 [-] [caldav-8009] assert self.connected and not self.disconnecting 2007-05-16 18:14:00-0700 [-] [caldav-8009] exceptions.AssertionError:
Seen several times on a production server.
Change History
Note: See
TracTickets for help on using
tickets.
