Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Emanuele Ziglioli
Hi everyone, After a lot of digging I've given up on GAE's implementation of jaxws. Their implementation can't be found by the Factory classloader, period. So I've picked the Force.com Web Services Connector and managed to make it work. There were bugs in the code generation process, in the gene

Re: [google-appengine] Re: Startup time exceeded...on F4?!

2012-07-25 Thread Jeff Schnitzer
On Wed, Jul 25, 2012 at 8:42 PM, David Hardwick wrote: > > Amazing, Andrei. If you can get those startup times going with GWT and the > complexities you mentioned in your app, then clearly stripping out DI and > using low-level API (and likely jar'ing everything) is a mega contributor to > reduci

[google-appengine] Re: Startup time exceeded...on F4?!

2012-07-25 Thread David Hardwick
Amazing, Andrei. If you can get those startup times going with GWT and the complexities you mentioned in your app, then clearly stripping out DI and using low-level API (and likely jar'ing everything) is a mega contributor to reducing startup time. I would hate to have to spend the team's tim

[google-appengine] Correction: Google Compute Engine G+ hangout, Tue., 31st July, at 4pm

2012-07-25 Thread Amy Unruh
A correction to my earlier message (which I am going to delete in an attempt to avoid confusion): the Compute Engine hangout is actually on *Tuesday* the 31st, at 4pm Pacific time (23:00 UTC). - This might be of interest to many on this list. There will be a hangout on "Getti

[google-appengine] Re: App Engine hangout Wed. 25th July, 4pm PDT - Projection Queries

2012-07-25 Thread Amy Unruh
For those who tuned in, here's the link to the short set of slides on projection queries: http://projqueries.aju-slides.appspot.com/ And, for those interested in the Cloud Endpoints Trusted Tester program, here's the form: http://endpoints-trusted-tester.appspot.com On 25 July 2012 15:44, Amy Unr

[google-appengine] Is there a Discussion Forum functionality to plug-in to App Engine Apps?

2012-07-25 Thread Bill Graham
I am a AppEngine (and Python) newbie. Is anyone aware of Discussion Forum functionality that can be plugged into a customer App Engine Application (Python27/Datastore)? I need one where I would be able to get at the data from the application. I would not like to reinvent the wheel, however, s

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Emanuele Ziglioli
Yes! +1 is there a way to do it? I'm also experiencing a different problem on the production server: http://stackoverflow.com/questions/11643218/error-in-javax-xml-ws-service-initialization-on-app-engine Deepak, it sounds you found a workaround for issue 4910, it that's the case, could you sh

[google-appengine] Google Compute Engine G+ hangout, Wed., 31st July, at 4pm

2012-07-25 Thread Amy Unruh
This might be of interest to many on this list. There will be a hangout on "Getting started with Google Compute Engine" on Wed., 31st July, at 4pm Pacific time (23:00 UTC). Visit this event to find the hangout when it starts up: https://developers.google.com/live/shows/ahNzfmdvb2dsZS1kZXZlbG9wZXJ

[google-appengine]

2012-07-25 Thread Joey Bernsen
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...

[google-appengine] Re: Google App Engine File Upload Canceled. Where is the HTTP 32MB size limit?

2012-07-25 Thread André Pankraz
hmm don't know GWT and your form code doesn't seem to be related to the following stuff, but I have seen the mentioned 5 seconds in a similar context. at least with the URLFetch service there is a default timeout of 5 seconds and there you have to do something like: // default is 5

[google-appengine] C2DM gives 401 UNATHORIZED

2012-07-25 Thread Theis Borg
OK - I am kind of lost here. I have a site with several thousand users and it has been running fine with C2DM for more than a year now. But suddenly it comes back with a: UnauthorizedUnauthorizedError 401 For all my users. So I guess that it is my sender account that has been messed up? How can

Re: [google-appengine] Suggestion: Python Requests library

2012-07-25 Thread Robert Schuppenies
You can file a feature request, but rather unlikely IMO. Two reasons that come to mind: - requests is pure Python so bundling it with your app is not hard (as for example numpy) - we don't want to commit to supporting libraries unless the previous reason is true or a lot of people ask for it (avoid

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Deepak Singh
Hi Takashi, How can we increase the deadline in case of SOAP client ? Thanks Deepak On Wed, Jul 25, 2012 at 7:50 PM, Thiago Catoto wrote: > Thanks Takashi! > > And sorry about the wrong info Emanuele... > > On Wed, Jul 25, 2012 at 11:01 AM, Takashi Matsuo wrote: > >> >> For clarification, it u

[google-appengine] Always Warm Pick your QoS mix your code base auto-fix your HTML

2012-07-25 Thread Drake
Fine I'm tired of people who want to optimize the scheduler for low traffic users, so I fixed it. (And made it better for High Volume users with Mixed task latencies) The CDN in a box platform is now available as a Java or a Python frontend, and has support for managing backend instances. T

[google-appengine] Channel API Javascript Lib broken for Android 1.6

2012-07-25 Thread Andrin von Rechenberg
FYI the javascript lib of the Channel API is broken for Android 1.6 Please star: http://code.google.com/p/googleappengine/issues/detail?id=7894 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-app

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Thiago Catoto
Thanks Takashi! And sorry about the wrong info Emanuele... On Wed, Jul 25, 2012 at 11:01 AM, Takashi Matsuo wrote: > > For clarification, it used to be 10 secs, but now the maximum deadline of > the urlfetch is 60 seconds for online requests, 600 seconds for offline > requests(taskqueue and cro

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Takashi Matsuo
For clarification, it used to be 10 secs, but now the maximum deadline of the urlfetch is 60 seconds for online requests, 600 seconds for offline requests(taskqueue and cron). -- Takashi On Wed, Jul 25, 2012 at 10:36 PM, Thiago Catoto wrote: > Hi, > > I'm pretty sure Appengine has the limit of

[google-appengine] Google App Engine File Upload Canceled. Where is the HTTP 32MB size limit?

2012-07-25 Thread André Salvati
Hi, could someone from App Engine team take a look at this?? http://stackoverflow.com/questions/11637121/google-app-engine-file-upload-canceled Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web vis

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Thiago Catoto
Hi, I'm pretty sure Appengine has the limit of 10s for UrlFetch ( https://developers.google.com/appengine/docs/java/urlfetch/overview). You may need to change the request to Task Queue if you have the need of longer requests, but it would get more complicated to handling the response to the SOAP

[google-appengine] Re: Startup time exceeded...on F4?!

2012-07-25 Thread Andrei Volgin
I have a large GWT app with over 50 complex data entities with very complicated relationships between them. There are over 100 RPC methods, and I use various GAE services (Users, Memcache, Blobstore, Images, and Mail). My new instance startup time ranges from 4 to 5 sec on F1. Sometimes it goe

[google-appengine] Re: Db Acces Online like PhpMyAdmin

2012-07-25 Thread suatatan
Datastore Viewer from admin console is a good solution for only 'viewing' to datum. Unfortunately, Datastore viewer haven't functionality same as PHPMyadmin. For example querying for RefernceProperty or editing key names etc... are very difficult and have some limitations. It's not big problem