Re: [google-appengine] Java PDF engines and licensing

2012-09-01 Thread Richard Watson
Hi Hugues, Thanks much, but I got it running yesterday already. I haven't uploaded images (was that tricky?) so I'll shout if I need any help with that, but so far I have it creating PDF's and storing them in my blobstore, serving them, all happy. It's a great solution. The core benefit is t

[google-appengine] myeclipse 10.6 can't sign in to Google Service

2012-09-01 Thread Zunguang Cai
when i sign in to google service, i got one error like the following picture: how can i do? -- You received this message b

Re: [google-appengine] Re: Weird Instance Scheduler

2012-09-01 Thread Jeff Schnitzer
Yeah, baffling. JDO startup costs come with the construction of the PersistenceManagerFactory, so that should be "in your code". That 400ms - is that measured from a filter at the outermost layer? An interesting thing to try is to set up a handler for the warmup request which issues an actual qu

Re: [google-appengine] Re: G+ hangout on Wed., 8th Aug., at 4pm PDT - Cloud Endpoints

2012-09-01 Thread Simon Shaw
Hi Amy, I have been signed up for almost 2 months now for the trusted tester program without any response. As you say that the almost all of those interested have been signed up, what is the chance of me joining the group of testers in the close future. Thanks, Simon On Friday, August 10, 20

Re: [google-appengine] Java PDF engines and licensing

2012-09-01 Thread hugues2
Hi Richard, If it can help, I can provide you with the code samples I used to integrate with Docmosis. I am using GAE/Java. I managed to interface through their JSON interface. The type of services I use are : --> Render templates (that is, the standard service they offer) --> Upload and dele

RE: [google-appengine] Re: Python on GAE Live Stream at 7:30 PST

2012-09-01 Thread Drake
I'll look. That's a weird number for us because we pre-prime the edge cache, and if you manage to hit the home page out side the cache it takes about 2 minutes to build. This is more typical http://tools.pingdom.com/fpt/#!/KLsG5Tvgr/www.unpartial.com From: google-appengine@googlegroups.

RE: [google-appengine] URLFetch requests to accounts.google.com time out

2012-09-01 Thread Drake
How long is your time out set? Did you try upping it? From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Muthu Kannan Sent: Saturday, September 01, 2012 5:01 AM To: google-appengine@googlegroups.com Subject: [google-appengine] URLFetch requests t

Re: [google-appengine] Re: Weird Instance Scheduler

2012-09-01 Thread Carl Schroeder
The following two log entries appeared next to one another. The whole page usually loads in under 3 seconds. There is 1 resident instance. The first network request sent by the page is the first log entry. It was not served by the resident instance. There were no dynamic instances at the time of

[google-appengine] Re: Python on GAE Live Stream at 7:30 PST

2012-09-01 Thread Marcel Manz
Cold start issue? (see attachment) Took over 30 seconds until the page started loading. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/QnAFAA8QYb

[google-appengine] URLFetch requests to accounts.google.com time out

2012-09-01 Thread Muthu Kannan
Hello, My Go app is trying to obtain OAuth tokens for Picasa, and is failing at this stage: https://developers.google.com/accounts/docs/OAuth2WebServer#handlingtheresponse. Google calls the callback URL I provide; I make a POST request back to Google requesting OAuth tokens. This POST reque

Re: [google-appengine] Nearest match in the database

2012-09-01 Thread Rerngvit Yanggratoke
Store n-gram indexes and search by that (http://en.wikipedia.org/wiki/N-gram). You probably have to limit n to small numbers (ex. 5) to reduce database size. On Fri, Aug 31, 2012 at 11:18 PM, Sadaf Noor wrote: > Hello, > > How can i retrieve nearest match from a database? > > Suppose, I have a t

[google-appengine] seeking GAE/J expert for part-time consultancy & programming

2012-09-01 Thread doright
see details on Elance if you're interested: https://www.elance.com/j/gae-j-consultancy/33183006/ Individuals and TRUE EXPERTS only please. many thanks, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web vi

Re: [google-appengine] Java PDF engines and licensing

2012-09-01 Thread Richard Watson
Definitely possible. If anyone tries it, please post. I'm going to have a go with Docmosis just so I can tick the issue off for now. On Friday, August 31, 2012 10:17:44 PM UTC+2, Joakim wrote: > > Them using document-files as templates got me thinking, it doesn't seem > all that hard to automat