Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #246 (closed Defect: Cannot reproduce)

Opened 3 years ago

Last modified 17 months ago

Unhandled error. http 500

Reported by: ckotil@… Owned by: cdaboo@…
Priority: 4: Nice to have Milestone: CalendarServer-2.2
Component: Calendar Server Severity: Other
Keywords: Cc:

Description

One of my users experienced this bug when importing a calendar. Ive included the error he saw:

This account (test2) appears to be offline because of a network or server problem. Request for "Discussion regarding monitoring Cienas -- edial access: 0142503#" in "calendar" in account "test2" failed. The server responded with "HTTP/1.1 500 Internal Server Error" to operation CalDAVWriteEntityQueueableOperation. Would you like to go online now?

The error in the DCS console screen:

2008-01-24 09:35:15-0500 [-] [caldav-80] [HTTPChannel,1259,129.79.9.9] PUT /calendars/users/luke/calendar/MM-GLOBAL-ID[3116694307,2975534980,3997448904].ics HTTP/1.1 2008-01-24 09:35:15-0500 [-] [caldav-80] [HTTPChannel,1259,129.79.9.9] Exception rendering: 2008-01-24 09:35:15-0500 [-] [caldav-80] [HTTPChannel,1259,129.79.9.9] Unhandled Error 2008-01-24 09:35:15-0500 [-] [caldav-80] Traceback (most recent call last): 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/web2/resource.py", line 86, in renderHTTP 2008-01-24 09:35:15-0500 [-] [caldav-80] d = self.checkPreconditions(request) 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/web2/static.py", line 90, in checkPreconditions 2008-01-24 09:35:15-0500 [-] [caldav-80] response = maybeDeferred(method, request) 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/internet/defer.py", line 107, in maybeDeferred 2008-01-24 09:35:15-0500 [-] [caldav-80] result = f(*args, **kw) 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/internet/defer.py", line 677, in unwindGenerator 2008-01-24 09:35:15-0500 [-] [caldav-80] return _deferGenerator(f(*args, **kwargs), Deferred()) 2008-01-24 09:35:15-0500 [-] [caldav-80] --- <exception caught here> --- 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/internet/defer.py", line 576, in _deferGenerator 2008-01-24 09:35:15-0500 [-] [caldav-80] result = g.next() 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/web2/dav/method/put.py", line 55, in preconditions_PUT 2008-01-24 09:35:15-0500 [-] [caldav-80] x.getResult() 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/internet/defer.py", line 555, in getResult 2008-01-24 09:35:15-0500 [-] [caldav-80] self.result.raiseException() 2008-01-24 09:35:15-0500 [-] [caldav-80] File "/usr/local/Twisted/twisted/python/failure.py", line 303, in raiseException 2008-01-24 09:35:15-0500 [-] [caldav-80] raise self.type, self.value, self.tb 2008-01-24 09:35:15-0500 [-] [caldav-80] exceptions.ValueError: need more than 1 value to unpack 2008-01-24 09:35:15-0500 [-] [caldav-80] 2008-01-24 09:39:22-0500 [-] [caldav-80] [HTTPChannel,1260,129.79.9.43] PUT /calendars/users/chad/calendar/567BE209-BA1C-4B0E-8BB7-24337B2F2054.ics HTTP/1.1

And the .ics file that caused the unhandled error:

BEGIN:VEVENT SEQUENCE:0 DTSTART;TZID=America/New_York:20071109T150000 DTSTAMP:20071101T144822Z SUMMARY:Discussion regarding monitoring Cienas -- edial access: 0142503 # ATTENDEE;CN="Christian Todorov";CUTYPE=INDIVIDUAL;PARTSTAT=NEEDS-ACTION; ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:ctodorov@internet2.edu ATTENDEE;CN="John Graham";CUTYPE=INDIVIDUAL;PARTSTAT=NEEDS-ACTION;ROLE=R EQ-PARTICIPANT;RSVP=TRUE:MAILTO:johng@grnoc.iu.edu ATTENDEE;CN="Eric Boyd";CUTYPE=INDIVIDUAL;PARTSTAT=NEEDS-ACTION;ROLE=REQ -PARTICIPANT;RSVP=TRUE:MAILTO:eboyd@internet2.edu ATTENDEE;CN="Aaron Brown";CUTYPE=INDIVIDUAL;PARTSTAT=NEEDS-ACTION;ROLE=R EQ-PARTICIPANT;RSVP=TRUE:MAILTO:aaron@internet2.edu ATTENDEE;CN="Internet2-Huron Conf. Room / 8";CUTYPE=INDIVIDUAL;PARTSTAT= ACCEPTED;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:email.address@not.availab le ATTENDEE;CN="Luke Fowler";CUTYPE=INDIVIDUAL;PARTSTAT=ACCEPTED;ROLE=REQ-P ARTICIPANT:MAILTO:luke@grnoc.iu.edu ATTENDEE;CN="Steve Cotter";CUTYPE=INDIVIDUAL;PARTSTAT=NEEDS-ACTION;ROLE= REQ-PARTICIPANT;RSVP=TRUE:MAILTO:scotter@internet2.edu DTEND;TZID=America/New_York:20071109T160000 LOCATION:Internet2-Huron Conf. Room / 8 DESCRIPTION:734-615-7474 [local and international]\n866-411-0013 [toll-f ree]\n800-392-6130 [alternate toll-free]\n\nAccess: 0142503# UID:MM-GLOBAL-ID[3116694307\,2975534980\,3997448904] TRANSP:OPAQUE ORGANIZER;CN="Sue Boff":MAILTO:sboff@internet2.edu CREATED:20071101T144944Z END:VEVENT

Change History

Changed 2 years ago by cdaboo@…

  • status changed from new to assigned
  • owner changed from wsanchez@… to cdaboo@…

I am not able to reproduce this problem with the above calendar data.

Can you still reproduce this? If so, can you attach the actual calendar data being imported and include the set of actions being used to do the import.

Changed 17 months ago by wsanchez@…

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