[appengine-java] Re: Timeout using GData API

2009-11-13 Thread dsay
Even I am getting same error for sites

On Nov 6, 11:54 am, Roy  wrote:
> Recently I've started getting timeouts fetching a spreadsheet using
> the Gdata API library. How do I increase the timeout?
>
> Stack trace follows:-
>
> java.io.IOException: Timeout while 
> fetching:http://spreadsheets.google.com/feeds/worksheets/tPigPq5454wZIlYT_Vy7j...
> Timeout while 
> fetching:http://spreadsheets.google.com/feeds/worksheets/tPigPqwZIlYT_Vy7jY-b2...
> com.google.appengine.api.urlfetch.URLFetchServiceImpl.handleApplicationExce­ption
> (URLFetchServiceImpl.java:69)
>  com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch
> (URLFetchServiceImpl.java:42)
> com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> $Connection.fetchResponse(URLFetchServiceStreamHandler.java:408)
> com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> $Connection.getInputStream(URLFetchServiceStreamHandler.java:290)
> com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> $Connection.getResponseCode(URLFetchServiceStreamHandler.java:131)
> com.google.gdata.client.http.HttpGDataRequest.checkResponse
> (HttpGDataRequest.java:535)
> com.google.gdata.client.http.HttpGDataRequest.execute
> (HttpGDataRequest.java:515)
>  com.google.gdata.client.http.GoogleGDataRequest.execute
> (GoogleGDataRequest.java:515)
> com.google.gdata.client.Service.getEntry(Service.java:1270)
> com.google.gdata.client.GoogleService.getEntry(GoogleService.java:567)
> com.google.gdata.client.Service.getEntry(Service.java:1196)
> com.google.gdata.data.spreadsheet.SpreadsheetEntry.getDefaultWorksheet
> (SpreadsheetEntry.java:143)
> couk.cleverthinking.cc.server.google.GoogleDoc.fetchSpreadsheetContents
> (GoogleDoc.java:225)

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=.




[appengine-java] Re: Timeout using GData API

2009-12-15 Thread Vinay
Any progress on this issue? I've been seeing the same exact thing.  I
tried setting the service read and connect timeouts to 0 (which is
supposed to disable timeouts), as well as very large numbers, but I
continue to get the same error.  I am doing batch operations.  The
operations appear to complete, but that error gets thrown still.

On Nov 13, 1:43 pm, dsay  wrote:
> Even I am getting same error for sites
>
> On Nov 6, 11:54 am, Roy  wrote:
>
> > Recently I've started getting timeouts fetching a spreadsheet using
> > the Gdata API library. How do I increase the timeout?
>
> > Stack trace follows:-
>
> > java.io.IOException: Timeout while 
> > fetching:http://spreadsheets.google.com/feeds/worksheets/tPigPq5454wZIlYT_Vy7j...
> > Timeout while 
> > fetching:http://spreadsheets.google.com/feeds/worksheets/tPigPqwZIlYT_Vy7jY-b2...
> > com.google.appengine.api.urlfetch.URLFetchServiceImpl.handleApplicationExce­ption
> > (URLFetchServiceImpl.java:69)
> >  com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch
> > (URLFetchServiceImpl.java:42)
> > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> > $Connection.fetchResponse(URLFetchServiceStreamHandler.java:408)
> > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> > $Connection.getInputStream(URLFetchServiceStreamHandler.java:290)
> > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> > $Connection.getResponseCode(URLFetchServiceStreamHandler.java:131)
> > com.google.gdata.client.http.HttpGDataRequest.checkResponse
> > (HttpGDataRequest.java:535)
> > com.google.gdata.client.http.HttpGDataRequest.execute
> > (HttpGDataRequest.java:515)
> >  com.google.gdata.client.http.GoogleGDataRequest.execute
> > (GoogleGDataRequest.java:515)
> > com.google.gdata.client.Service.getEntry(Service.java:1270)
> > com.google.gdata.client.GoogleService.getEntry(GoogleService.java:567)
> > com.google.gdata.client.Service.getEntry(Service.java:1196)
> > com.google.gdata.data.spreadsheet.SpreadsheetEntry.getDefaultWorksheet
> > (SpreadsheetEntry.java:143)
> > couk.cleverthinking.cc.server.google.GoogleDoc.fetchSpreadsheetContents
> > (GoogleDoc.java:225)

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Timeout using GData API

2010-01-20 Thread smile laugh
I also get same error

is there someone can help me out
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Timeout using GData API

2010-03-18 Thread Ice13ill
Everybody says that using the setConntectionTimeout() can set the
maximum timeout to 10 seconds.
I also tried setting service.setConnectionTimeout() (witch sets the
timeout for the HttpUrlConnectiion object used to fetch data) but with
no effect (contrary to what it says here:
http://code.google.com/appengine/docs/java/urlfetch/overview.html#Requests).
I have read somewhere that this pb was fixed in an early release but
it doesn't appear so.
Can anyone help ?


On Jan 20, 7:42 am, smile laugh  wrote:
> I also get same error
>
> is there someone can help me out

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Timeout using GData API

2010-03-18 Thread Alexandru Farcas
i have the same problem ...

in some cases, for some searches I get this error and is very annoying
because I can not increase the timeout ...
It's very urgent to me ... so, if anyone can help me/us to resolve
this "problem"...

On Mar 18, 1:25 pm, Ice13ill  wrote:
> Everybody says that using the setConntectionTimeout() can set the
> maximum timeout to 10 seconds.
> I also tried setting service.setConnectionTimeout() (witch sets the
> timeout for the HttpUrlConnectiion object used to fetch data) but with
> no effect (contrary to what it says 
> here:http://code.google.com/appengine/docs/java/urlfetch/overview.html#Req...).
> I have read somewhere that this pb was fixed in an early release but
> it doesn't appear so.
> Can anyone help ?
>
> On Jan 20, 7:42 am, smile laugh  wrote:
>
>
>
> > I also get same error
>
> > is there someone can help me out

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Timeout using GData API

2010-03-28 Thread Kenyth
The same issue here. Has someone found a solution so far?

On Mar 26, 3:55 am, "Shinichiroh Takezaki [Virtual Technology]"
 wrote:
> Hi
>
> I made a patch that the GData API library to execute asynchronously.
>
> see:http://code.google.com/p/reflexworks/source/browse/trunk/gdataclientp...
>
> source:http://code.google.com/p/reflexworks/source/browse/#svn/trunk/gdatacl...
>
> Takezaki
>
> 2010/3/19 Alexandru Farcas 
>
>
>
> > i have the same problem ...
>
> > in some cases, for some searches I get this error and is very annoying
> > because I can not increase the timeout ...
> > It's very urgent to me ... so, if anyone can help me/us to resolve
> > this "problem"...
>
> > On Mar 18, 1:25 pm, Ice13ill  wrote:
> > > Everybody says that using the setConntectionTimeout() can set the
> > > maximum timeout to 10 seconds.
> > > I also tried setting service.setConnectionTimeout() (witch sets the
> > > timeout for the HttpUrlConnectiion object used to fetch data) but with
> > > no effect (contrary to what it says here:
> >http://code.google.com/appengine/docs/java/urlfetch/overview.html#Req...).
> > > I have read somewhere that this pb was fixed in an early release but
> > > it doesn't appear so.
> > > Can anyone help ?
>
> > > On Jan 20, 7:42 am, smile laugh  wrote:
>
> > > > I also get same error
>
> > > > is there someone can help me out
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> _/ 有限会社バーチャルテクノロジー 竹嵜 伸一郎
> _/ Virtual Technology, Ready to Cloud
> _/http://www.virtual-tech.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Timeout using GData API

2010-03-29 Thread Kenyth
FYI, I appended messages to this issue (
http://code.google.com/p/googleappengine/issues/detail?id=1559 ) to
describe my case. Surprisingly, this issue claims to be fixed on Sep
03, 2009?!

On Mar 29, 2:21 pm, Kenyth  wrote:
> The same issue here. Has someone found a solution so far?
>
> On Mar 26, 3:55 am, "Shinichiroh Takezaki [Virtual Technology]"
>
>  wrote:
> > Hi
>
> > I made a patch that the GData API library to execute asynchronously.
>
> > see:http://code.google.com/p/reflexworks/source/browse/trunk/gdataclientp...
>
> > source:http://code.google.com/p/reflexworks/source/browse/#svn/trunk/gdatacl...
>
> > Takezaki
>
> > 2010/3/19 Alexandru Farcas 
>
> > > i have the same problem ...
>
> > > in some cases, for some searches I get this error and is very annoying
> > > because I can not increase the timeout ...
> > > It's very urgent to me ... so, if anyone can help me/us to resolve
> > > this "problem"...
>
> > > On Mar 18, 1:25 pm, Ice13ill  wrote:
> > > > Everybody says that using the setConntectionTimeout() can set the
> > > > maximum timeout to 10 seconds.
> > > > I also tried setting service.setConnectionTimeout() (witch sets the
> > > > timeout for the HttpUrlConnectiion object used to fetch data) but with
> > > > no effect (contrary to what it says here:
> > >http://code.google.com/appengine/docs/java/urlfetch/overview.html#Req...).
> > > > I have read somewhere that this pb was fixed in an early release but
> > > > it doesn't appear so.
> > > > Can anyone help ?
>
> > > > On Jan 20, 7:42 am, smile laugh  wrote:
>
> > > > > I also get same error
>
> > > > > is there someone can help me out
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google App Engine for Java" group.
> > > To post to this group, send email to
> > > google-appengine-j...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.
>
> > --
> > _/ 有限会社バーチャルテクノロジー 竹嵜 伸一郎
> > _/ Virtual Technology, Ready to Cloud
> > _/http://www.virtual-tech.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Timeout using GData API

2010-03-25 Thread Shinichiroh Takezaki [Virtual Technology]
Hi

I made a patch that the GData API library to execute asynchronously.

see:
http://code.google.com/p/reflexworks/source/browse/trunk/gdataclientpatch/lib/readme.txt

source:
http://code.google.com/p/reflexworks/source/browse/#svn/trunk/gdataclientpatch/src/com/google/gdata/client/http

Takezaki

2010/3/19 Alexandru Farcas 

> i have the same problem ...
>
> in some cases, for some searches I get this error and is very annoying
> because I can not increase the timeout ...
> It's very urgent to me ... so, if anyone can help me/us to resolve
> this "problem"...
>
> On Mar 18, 1:25 pm, Ice13ill  wrote:
> > Everybody says that using the setConntectionTimeout() can set the
> > maximum timeout to 10 seconds.
> > I also tried setting service.setConnectionTimeout() (witch sets the
> > timeout for the HttpUrlConnectiion object used to fetch data) but with
> > no effect (contrary to what it says here:
> http://code.google.com/appengine/docs/java/urlfetch/overview.html#Req...).
> > I have read somewhere that this pb was fixed in an early release but
> > it doesn't appear so.
> > Can anyone help ?
> >
> > On Jan 20, 7:42 am, smile laugh  wrote:
> >
> >
> >
> > > I also get same error
> >
> > > is there someone can help me out
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
_/ 有限会社バーチャルテクノロジー 竹嵜 伸一郎
_/ Virtual Technology, Ready to Cloud
_/ http://www.virtual-tech.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Timeout using GData API

2010-03-29 Thread Andrei Cosmin Fifiiţă
I noticed that too... I'll try async fetch... Hope it works...

2010/3/29 Kenyth 

> FYI, I appended messages to this issue (
> http://code.google.com/p/googleappengine/issues/detail?id=1559 ) to
> describe my case. Surprisingly, this issue claims to be fixed on Sep
> 03, 2009?!
>
> On Mar 29, 2:21 pm, Kenyth  wrote:
> > The same issue here. Has someone found a solution so far?
> >
> > On Mar 26, 3:55 am, "Shinichiroh Takezaki [Virtual Technology]"
> >
> >  wrote:
> > > Hi
> >
> > > I made a patch that the GData API library to execute asynchronously.
> >
> > > see:
> http://code.google.com/p/reflexworks/source/browse/trunk/gdataclientp...
> >
> > > source:
> http://code.google.com/p/reflexworks/source/browse/#svn/trunk/gdatacl...
> >
> > > Takezaki
> >
> > > 2010/3/19 Alexandru Farcas 
> >
> > > > i have the same problem ...
> >
> > > > in some cases, for some searches I get this error and is very
> annoying
> > > > because I can not increase the timeout ...
> > > > It's very urgent to me ... so, if anyone can help me/us to resolve
> > > > this "problem"...
> >
> > > > On Mar 18, 1:25 pm, Ice13ill  wrote:
> > > > > Everybody says that using the setConntectionTimeout() can set the
> > > > > maximum timeout to 10 seconds.
> > > > > I also tried setting service.setConnectionTimeout() (witch sets the
> > > > > timeout for the HttpUrlConnectiion object used to fetch data) but
> with
> > > > > no effect (contrary to what it says here:
> > > >
> http://code.google.com/appengine/docs/java/urlfetch/overview.html#Req...).
> > > > > I have read somewhere that this pb was fixed in an early release
> but
> > > > > it doesn't appear so.
> > > > > Can anyone help ?
> >
> > > > > On Jan 20, 7:42 am, smile laugh  wrote:
> >
> > > > > > I also get same error
> >
> > > > > > is there someone can help me out
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "Google App Engine for Java" group.
> > > > To post to this group, send email to
> > > > google-appengine-j...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-appengine-java+unsubscr...@googlegroups.com
> 
> >
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine-java?hl=en.
> >
> > > --
> > > _/ 有限会社バーチャルテクノロジー 竹嵜 伸一郎
> > > _/ Virtual Technology, Ready to Cloud
> > > _/http://www.virtual-tech.net/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.