[CalendarServer-dev] [CalendarServer] #293: CalDAVRevertEntityQueueableOperation failure
CalendarServer
trac at macosforge.org
Thu Jul 17 15:04:00 PDT 2008
#293: CalDAVRevertEntityQueueableOperation failure
----------------------------------+-----------------------------------------
Reporter: cabanela at mnstate.edu | Owner: wsanchez at apple.com
Type: Defect | Status: closed
Priority: 5: Not set | Milestone:
Component: Calendar Server | Version:
Severity: Serious | Resolution: worksforme
Keywords: |
----------------------------------+-----------------------------------------
Changes (by wsanchez at apple.com):
* status: assigned => closed
* resolution: => worksforme
Comment:
This happens if the GUID for an account doesn't have at least 4 characters
in it. GUIDs have a specific format (for example, `3b3b4553-0d5a-40e3
-849a-1e5239af2f75`) which must be used.
That said, we do cheat in the `conf/accounts-test.xml` file and used GUIDs
in there which are, in fact, invalid GUIDs. That's because of some
expectations in CalDAVTester which need to be fixed.
So I'm going to assume that you saw this bad example and did something
similar with your XML file. I recommend that you not enter `<guid>`
elements into the accounts XML file, in which case the server will
generate GUIDs based on the realm name (`<accounts realm="Test Realm">`)
and the `<uid>` element value. This is safe as long as you don't change
the realm name or UIDs. Otherwise, use valid GUIDs.
Re-open this if I'm not right about what's going on here.
--
Ticket URL: <https://trac.calendarserver.org/ticket/293#comment:3>
CalendarServer </>
HTTP/WebDAV/CalDAV Server
More information about the calendarserver-dev
mailing list