Hello Patricia, 500 errors usually mean a temporary issue with the API. It can be avoided by optimizing the code and making sure no weird requests are sent to the API. Would you mind sharing the part of your code that creates the calendar (by removing any private data)?
Also, the more calendar a user has, the more likely the API will fail as processing too many calendar in the allocated time (for a web request) might not be possible. Thanks! Alain On Thu, Sep 22, 2011 at 9:56 PM, Patricia Goldweic < [email protected]> wrote: > My web application creates Google Apps calendars among other types of > content, and it has been failing often since yesterday, in approximately > 10-25% of calendar creation requests. The application uses the Java gdata > client apis, and has been getting the following type of error: > > com.google.gdata.util.ServiceException: Internal Server Error > Internal Error > > at > > com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataR > equest.java:624) > at > > com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGD > ataRequest.java:563) > at > > com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest > .java:552) > at > > com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java: > 530) > at > > com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.j > ava:535) > at com.google.gdata.client.Service.insert(Service.java:1409) > at > com.google.gdata.client.GoogleService.insert(GoogleService.java:606) > at > > edu.northwestern.at.bboogle.gint.data.gservices.GintCalendarService.insertCa > lendarEntry(GintCalendarService.java:132) > > Is this a known bug in Google Apps Calendars, or a temporary issue? Please > note that I have successfully submitted later requests to create the same > type of calendar (with the same names) and they have succeeded. > > Thanks in advance, > -Patricia > > > > -- > You received this message because you are subscribed to the Google > Groups "Google Calendar Data API" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
