SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

ResourceNotFoundException being thrown for existing document acl feeds #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I am using the java client api to retrieve an acl feed for a document 
(using Service.getFeed()), and suddenly I'm being unable to retrieve ALL 
the document acl feeds I search for, all of which were working before! 
(does not seem to be happening with calendars). 
In every case, I am getting an exception with the following stacktrace: 
a 'com.google.gdata.util.ResourceNotFoundException: Not Found
<HTML>
<HEAD>
<TITLE>Not Found</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Not Found</H1>
<H2>Error 404</H2>
</BODY>
</HTML>

        at 
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse
(HttpGDataRequest.java:554)
        at 
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse
(GoogleGDataRequest.java:543)
        at com.google.gdata.client.http.HttpGDataRequest.checkResponse
(HttpGDataRequest.java:535)
        at com.google.gdata.client.http.HttpGDataRequest.execute
(HttpGDataRequest.java:514)
        at com.google.gdata.client.http.GoogleGDataRequest.execute
(GoogleGDataRequest.java:515)
        at com.google.gdata.client.Service.getFeed(Service.java:1034)
        at com.google.gdata.client.Service.getFeed(Service.java:897)
        at com.google.gdata.client.GoogleService.getFeed
(GoogleService.java:631)
        at com.google.gdata.client.Service.getFeed(Service.java:916)

I am using version 1.33 of the Java client libraries, and I'm running this 
on Red Hat.

Original issue reported on code.google.com by pgoldw...@northwestern.edu on 13 Jul 2009 at 8:11

GoogleCodeExporter commented 9 years ago
Looks like you hit the service when it was down.  Are you consistently getting 
this
error?  

This bug tracker is intended for java client library related issues.  The error 
is
either because of service unavailability or a real service API issue.  Please 
post
this in gdata-issues (http://code.google.com/p/gdata-issues/issues/list) forum 
or
Docs API group (http://groups.google.com/group/Google-Docs-Data-APIs)

Original comment by vbarat...@gmail.com on 23 Jul 2009 at 1:48

GoogleCodeExporter commented 9 years ago
I am not seeing this problem anymore. It looks like it lasted only during the 
day I 
reported it, which means you're probably right suggesting I was hitting the 
Google 
server while it was down. Thanks for the reply.

Original comment by pgoldw...@northwestern.edu on 23 Jul 2009 at 1:59