Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-2007, 04:10 PM
Junior Member
 
Posts: 5
Default Exception: Out of Date

Hello,

I've run into an error that I can't seem to figure out and only started occuring very recently. I am getting an Out of Date exception when I shouldn't be. I am trying to send a modify appointment request to change an appointment to december 17th, 4:00pm that by definition isn't out of date. Any help would be greatly appreciated. Thank you



</soap:Header>
<soap:Body>
<ModifyAppointmentRequest id="22401-22423" comp="0" xmlns="urn:zimbraMail">
<m d="1197501672">
<inv method="REQUEST" type="event" fb="B" transp="O" status="CONF" allDay="0" name="Confirmed Home Inspection - 123 Chalk Road - # 20071412" loc="123 Chalk Road">
<s tz="(GMT-05.00) Eastern Time (US &amp; Canada)" d="20071217T160000"/>
<e tz="(GMT-05.00) Eastern Time (US &amp; Canada)" d="20071217T190000"/>
<or a="test@test.com" role="CH" /> <at a="test@test.com" lang="en-US" role="REQ" ptst="AC" cutype="IND" /> </inv> <e a="test@test.com" t="t"/> <mp ct="multipart/alternative">
<mp ct="text/plain">
<content>
The following is a new appointment request: Subject: Confirmed Home Inspection - 123 Chalk Road - # 20071412 Organizer: test@test.com Location: 123 Chalk Road Time: 12-17-2007, 4:00 PM *~*~*~*~*~*~*~*~*~*
</content>
</mp>
<mp ct="text/html">
<content>
&lt;html&gt;
&lt;body&gt;
&lt;h3&gt;
The following is a new meeting request:&lt;/h3&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table border='0'&gt;
&lt;tr&gt;
&lt;th align='left'&gt;
Subject:&lt;/th&gt;
&lt;td&gt;
Confirmed Home Inspection - 123 Chalk Road - # 20071412 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th align='left'&gt;
Organizer:&lt;/th&gt;
&lt;td&gt;
test@test.com&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table border='0'&gt;
&lt;tr&gt;
&lt;th align='left'&gt;
Location:&lt;/th&gt;
&lt;td&gt;
123 Chalk Road &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th align='left'&gt;
Date:&lt;/th&gt;
&lt;td&gt;
12-17-2007, 4:00 PM&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;div&gt;
*~*~*~*~*~*~*~*~*~*&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
</mp>
</mp>
<su>test</su>
</m>
</ModifyAppointmentRequest>
</soap:Body>
</soap:Envelope>
SOAP RECIEVED:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra">
<change token="16015"/>
</context>
</soap:Header>
<soap:Body>
<soap:Fault id="22401-22423">
<soap:Code>
<soap:Value>soap:Sender</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text>The specified Invite is out of date (has been updated): 43385964-bf65-41ce-ba10-b11f27e52340:22401-22423</soap:Text>
</soap:Reason>
<soapetail>
<Error xmlns="urn:zimbra">
<Code>mail.INVITE_OUT_OF_DATE</Code>
<Trace>com.zimbra.cs.mailbox.MailServiceExceptio n: The specified Invite is out of date (has been updated): 43385964-bf65-41ce-ba10-b11f27e52340:22401-22423
at com.zimbra.cs.mailbox.MailServiceException.INVITE_ OUT_OF_DATE(MailServiceException.java:341)
at com.zimbra.cs.service.mail.ModifyCalendarItem.hand le(ModifyCalendarItem.java:92)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:266)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:163)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:85)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:220)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:709)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:152)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11 ConnectionHandler.processConnection(Http11BaseProt ocol.java:667)
at org.apache.tomcat.util.net.PoolTcpEndpoint.process Socket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThr ead.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)
</Trace>
</Error>
</soapetail>
</soap:Fault>
</soap:Body>
</soap:Envelope>


Eric Moreau
Reply With Quote
  #2 (permalink)  
Old 12-13-2007, 07:30 AM
Junior Member
 
Posts: 5
Default

Just to update, there was a point where it was working then stopped. Then started working again, then stopped. Its quite frustrating
Reply With Quote
  #3 (permalink)  
Old 12-13-2007, 07:54 AM
Zimbra Consultant & Moderator
 
Posts: 20,314
Default

Which version/release of Zimbra is this?
__________________
Regards


Bill
Reply With Quote
  #4 (permalink)  
Old 12-13-2007, 08:04 AM
Junior Member
 
Posts: 5
Default

we're running 4.5.9 at the moment
Reply With Quote
  #5 (permalink)  
Old 12-13-2007, 09:35 AM
Zimbra Consultant & Moderator
 
Posts: 20,314
Default

Can you check the details of this bug and see if it matches what you're doing?
__________________
Regards


Bill
Reply With Quote
  #6 (permalink)  
Old 12-13-2007, 10:35 AM
Junior Member
 
Posts: 5
Default

It is similar. In my case though I am just trying to change the date and time of the appointment already on the calendar. Dragging and drop works fine but sending the xml request does not
Reply With Quote
  #7 (permalink)  
Old 12-14-2007, 06:58 PM
Special Member
 
Posts: 151
Default

that bug says its "kinda" fixed in release 4.5.0 right?

So how do we prevent this from happening for now, until we move up to release 5.0 in Jan?

Just send them slower? or put in a slight delay of some kind?
Reply With Quote
  #8 (permalink)  
Old 12-17-2007, 12:50 PM
Junior Member
 
Posts: 5
Default

is there a recommended time that we should slow it down or delay it?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.