Hi,
Just wanted to let you know that my code just received a 'Service
Unavailable' exception from Google. For more details, this was an
attempt to add an entry to the acl for a particular Google document
and I am using the Java apis.
The exception stacktrace follows:

----------------------------------------------------------
com.google.gdata.util.ServiceException: Service Unavailable
An unknown error has occurred.

        at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse
(HttpGDataRequest.java:529)
        at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse
(GoogleGDataRequest.java:558)
        at com.google.gdata.client.http.HttpGDataRequest.checkResponse
(HttpGDataRequest.java:480)
        at com.google.gdata.client.http.HttpGDataRequest.execute
(HttpGDataRequest.java:459)
        at com.google.gdata.client.http.GoogleGDataRequest.execute
(GoogleGDataRequest.java:530)
        at com.google.gdata.client.Service.insert(Service.java:1164)
        at com.google.gdata.client.GoogleService.insert
(GoogleService.java:560)
        at com.google.gdata.client.media.MediaService.insert
(MediaService.java:318)
        at
edu.northwestern.at.gint.servlets.data.GintServiceObject.insertEntry
(GintServiceObject.java:56)
        at edu.northwestern.at.gint.servlets.data.ShareRequest.process
(ShareRequest.java:35)
        at
edu.northwestern.at.gint.servlets.GintShareRequestServlet.handleRequest
(GintShareRequestServlet.java:193)
        at
edu.northwestern.at.gint.servlets.GintShareRequestServlet.processRequest
(GintShareRequestServlet.java:96)
        at
edu.northwestern.at.gint.servlets.GintShareRequestServlet.doGet
(GintShareRequestServlet.java:77)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
617)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
717)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service
(CoyoteAdapter.java:286)
        at org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:845)
        at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run
(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
------------------------------------------------------------------

Is this something that I should worry about (a code issue), or it it
really a service unavailability by Google that I can't do anything
about?

Thanks in advance for any info on this,
-Patricia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base 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://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to