On Fri, Apr 12, 2013 at 7:25 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com]
> > Subject: java.net.SocketTimeoutException: Read timed out
>
> > The stack trace below is the exception that occurred today. Does this
> look
> > like a tomcat or google calendar issue?
>
> It has nothing to do with Tomcat; it's your webapp that opened the
> connection to Google - Tomcat is completely unaware of it.  Whether it's a
> Google limitation or a bug in your webapp can't be determined from just the
> stack trace.  Best if you could get a network traffic capture for the
> incident and see if the request to Google is malformed, which might well
> result in the Google server ignoring it.
>
>  - Chuck
>
>
I agree, Chuck. Honestly, I didn't think it was my app, but your response
lead me to believe that I may need to take a closer look at the (data I'm
sending in the) request. I know that I'm sending google-maps URLs in the
google calendar event description, and that may lead to this exception
(should have provided that earlier).


com.google.api.client.googleapis.json.GoogleJsonResponseException: 503
Service Unavailable
{
  "code" : 503,
  "errors" : [ {
    "domain" : "global",
    "message" : "Backend Error",
    "reason" : "backendError"
  } ],
  "message" : "Backend Error"
}
at
com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:159)
at
com.google.api.client.googleapis.json.GoogleJsonResponseException.execute(GoogleJsonResponseException.java:203)
at
com.google.api.client.googleapis.services.GoogleClient.executeUnparsed(GoogleClient.java:237)
at
com.google.api.client.http.json.JsonHttpRequest.executeUnparsed(JsonHttpRequest.java:207)
at
com.google.api.services.calendar.Calendar$Events$Insert.execute(Calendar.java:2775)
at
utils.googleCalendar.GoogleCalendarUtil.addEventToCalendar(GoogleCalendarUtil.java:134)







> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to