Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #183 (closed Defect: Cannot reproduce)

Opened 3 years ago

Last modified 10 months ago

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

Changed 3 years ago by wsanchez@…

  • description modified (diff)

Changed 3 years ago by wsanchez@…

  • milestone changed from 1.0 to 1.1

Changed 3 years ago by wsanchez@…

  • milestone changed from 1.1 to 1.2

Changed 3 years ago by wsanchez@…

  • owner changed from cdaboo@… to dreid@…
  • milestone changed from 1.2 to 1.x

David, isn't this the logging system?

Changed 22 months ago by wsanchez@…

  • milestone changed from CalendarServer-1.x to CalendarServer-2.0

Changed 18 months ago by wsanchez@…

  • milestone changed from CalendarServer-2.2 to CalendarServer-2.x

I'm not seeing this any more. Still relevant?

Changed 10 months ago by wsanchez@…

  • status changed from new to closed
  • resolution set to Cannot reproduce
Note: See TracTickets for help on using tickets.