[google-appengine] "Request was aborted after waiting too long"

2010-05-05 Thread Benjamin Schuster-Böckler
I'm getting loads of these. It's ok with the deferred tasks, as they are rescheduled, but the cron jobs (to be run every 10min) just don't run if this happens, causing unpredictable behaviour of my app. Effectually, the cron only runs eery few hours, because most of the time, this error occurs.

[google-appengine] Cannot create additional applications

2010-05-05 Thread chris
Hello, Although I successfully created/uploaded/deployed my first application yesterday, when I now try to create a new application from the "My Applications" page (at either appengine.google.com or appengine.google.com/a/mydomain.com), I am redirected to the "Verify Your Account by SMS" page (htt

[google-appengine] Error code 203

2010-05-05 Thread Graph
HI Guys, recently I began to receive warning message : A serious problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you should cont

[google-appengine] How can I keep my password long time for updating content?

2010-05-05 Thread SuperNova
Now when I run this command: /usr/bin/python ~/google_appengine/appcfg.py update ~/cdn I should write email and password. And it is keeping some time, but after a day, I should write email and password again. How can I keep my auntification (email and password) for long time (month, year)? --

[google-appengine] Request was aborted after waiting too long...

2010-05-05 Thread Mikkel Krautz
Hi, My app at alsmicdk.appspot.com has been getting the following error: Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, p

[google-appengine] ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hello, I'm trying to consume a web service (using URLFetchService) through https, requiring a mutual SSL authentication. (soap ws, using axis2 with custom HTTP Transport layer, using URLConnection - URLFetchService) Without HTTPS, everything works fine. In my java google app, I've set the follow

[google-appengine] JSP File Uploading Issues on Google App Engine

2010-05-05 Thread deporter
Can anyone help me for constructing a simple JSP file upload page with related Servlet class. I have tried to find sources on the net but they were not complete or with errors. Regards, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] GPL but not 'open'

2010-05-05 Thread Prof. Ebral
I am a little curious about Google approaches an app on there page that is designated as GPL, but the current developer wont release the code. When I say 'current' developer, I am not implying the 'original' developer(s) either. Just some guy that has developed for the GPL software. The applicatio

Re: [google-appengine] GPL but not 'open'

2010-05-05 Thread Patrick Cornelißen
Hi! 2010/5/4 Prof. Ebral : > I am a little curious about Google approaches an app on there page > that is designated as GPL, but the current developer wont release the > code. > > When I say 'current' developer, I am not implying the 'original' > developer(s) either. Just some guy that has develop

Re: [google-appengine] how-to add custom appengine into google apps

2010-05-05 Thread Ikai L (Google)
If the App Engine application is developed as a marketplace application, then yes. On Tue, May 4, 2010 at 10:39 PM, Pablo Francavilla wrote: > Hi guys, I would like to know if it's possible to add appengine application > to a google apps account in the same way you can add marketplace > applicati

Re: [google-appengine] JSP File Uploading Issues on Google App Engine

2010-05-05 Thread Ikai L (Google)
Here's some throwaway code I wrote a while ago: http://github.com/ikai/DateEngine/blob/master/src/com/dateengine/controllers/PhotoServlet.java It uses Apache Commons File Upload. On Wed, May 5, 2010 a

Re: [google-appengine] Cannot create additional applications

2010-05-05 Thread Robert Kluin
Have you tried to clear your browser cookies/cache and then log in at: https://www.appspot.com/a/bioanalyticalcomputing.com? Robert On May 4, 2010, at 17:08, chris wrote: Hello, Although I successfully created/uploaded/deployed my first application yesterday, when I now try to create a

[google-appengine] Re: Datastore error:Authentication Failed while downloading data

2010-05-05 Thread suri
Thanks wooble that's working now On May 4, 6:02 pm, Wooble wrote: > On May 4, 5:08 am, suri wrote: > > > Hi, > > I am new to Google App Engine.I am trying to download data from > > deployed application. but while executing download command it raised > > exception that > > 1.Exception during auth

Re: [google-appengine] Cannot create additional applications

2010-05-05 Thread Christopher Fraser
Yes, and I get the same result (I'm redirected to the "Verify Your Account by SMS" page). Chris On Wed, May 5, 2010 at 7:56 AM, Robert Kluin wrote: > Have you tried to clear your browser cookies/cache and then log in at: > https://www.appspot.com/a/bioanalyticalcomputing.com? > > > Robert > >

[google-appengine] Re: Request was aborted after waiting too long...

2010-05-05 Thread bsb
See my post on the exact same topic earlier today, too... On May 5, 10:21 am, Mikkel Krautz wrote: > Hi, > > My app at alsmicdk.appspot.com has been getting the following error: > > Request was aborted after waiting too long to attempt to service your > request. This may happen sporadically when

[google-appengine] Re: Total Stored Data - can someone explain please ??

2010-05-05 Thread Perica Zivkovic
Nick, this is the data stored - 347 entities Breakdown by Property Type Property Type Size Blob 3 MBytes String 24 KBytes Date/Time9 KBytes Text 7 KBytes Integer 7 KBytes Key 3 KBytes Boole

Re: [google-appengine] Re: Total Stored Data - can someone explain please ??

2010-05-05 Thread 风笑雪
You must have many properties on your entity, otherwise Metadata wouldn't be so large. And I think most of your properties are indexed, it's very reasonable why it takes so many space. -- keakon -- You received this message because you are subscribed to the Google Groups "Google App En

Re: [google-appengine] How can I keep my password long time for updating content?

2010-05-05 Thread 风笑雪
Put your password in a text file and try this: /usr/bin/python ~/google_appengine/appcfg.py update --email=...@gmail.com --passin ~/cdn < password.txt -- keakon -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group

Re: [google-appengine] ssl connection mutual authentication

2010-05-05 Thread Nick Johnson (Google)
Hi Steve, It's not possible to verify certificates using the URL Fetch service. -Nick Johnson On Tue, May 4, 2010 at 12:45 PM, Steve favez wrote: > Hello, > > I'm trying to consume a web service (using URLFetchService) through > https, requiring a mutual SSL authentication. (soap ws, using axi

[google-appengine] Tasks queues not working?

2010-05-05 Thread dan
Our tasks stopped running last night around 7pm pacific. Currently tasks are piling up in our queues, although we are still well under quota (API calls 0%, task count 4%, task bytes 8%). However, it's only a certain type of task! That is, we have a common task that is not running, but a rare task

[google-appengine] Re: Tasks queues not working?

2010-05-05 Thread dan
And no, none of our other quotas are exceeded. We are fully under quota. Dan On May 5, 11:31 am, dan wrote: > Our tasks stopped running last night around 7pm pacific. > > Currently tasks are piling up in our queues, although we are still > well under quota (API calls 0%, task count 4%, task byte

[google-appengine] Connect users to Google profiles

2010-05-05 Thread John Tantalo
Is there an automated or opt-in method to connect my logged-in users with their Google profiles? I would like to be able to discover, at least, the URL of their Google profile. It would be nice to have the URL of their avatar, too. -- You received this message because you are subscribed to the Go

[google-appengine] Re: Total Stored Data - can someone explain please ??

2010-05-05 Thread Perica Zivkovic
No I don't have many properties on my entities and most of them are not indexed. So it is not reasonable why it takes so much space. On May 5, 6:01 pm, 风笑雪 wrote: > You must have many properties on your entity, otherwise Metadata > wouldn't be so large. > > And I think most of your properties a

[google-appengine] Re: JSP File Uploading Issues on Google App Engine

2010-05-05 Thread deporter
Thank you very much. However it would be better to have scripts for any files, not just photos. And this code uses dataengine package which I is not available to me. I'm trying to make something working and consisting of simple JSP (HTML form part) and Servlet class.apache libraries are used. On

[google-appengine] Memcache not working

2010-05-05 Thread Denis
Hello, Memcache stopped working for my app at some point on May 4. And on May 5 it still not functioning. All memcache.set(...) calls return False today. I tried to upload new versions, change key names - to no avail. The value I'm trying to store is a very short string (6 characters long) so it

Re: [google-appengine] Memcache not working

2010-05-05 Thread Pieter Coucke
See here: http://code.google.com/p/googleappengine/issues/detail?id=3195 -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: GPL but not 'open'

2010-05-05 Thread samwyse
Go read this: http://en.wikipedia.org/wiki/Affero_General_Public_License The AGPL was designed to close a perceived application service provider "loophole" (the "ASP loophole") in the ordinary GPL, whereby when using but not distributing the software, the copyleft provisions are not triggered. Th

[google-appengine] Re: ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hi Nick, thanks for the quick reply. Do you plan to add this feature in a future release ? Otherwise, what do you think to use secure data connector as a proxy. ??? ... (kind of workaround if I really need to call a web service requiring ssl mutual authentication.) ? Thanks - Steve Favez On 5

[google-appengine] Re: "Request was aborted after waiting too long"

2010-05-05 Thread bsb
I also get the same error with cron jobs in another app of mine. This has only started happening recently. Can someone @ Google please take a look at this? On May 5, 10:18 am, Benjamin Schuster-Böckler wrote: > I'm getting loads of these. It's ok with the deferred tasks, as they are > reschedule

[google-appengine] send_mail sender restrictions and Google Apps Premier

2010-05-05 Thread Brandon Bloom
Hi, My app sends and receives mail on a variety of @mydomain addresses. These addresses are Google Apps user accounts, but after initial setup, all of their mail is forward to an appspotmail address and these users never login. I set it up this way due to GAE's send_mail sender restrictions [1].

[google-appengine] Error Deploying

2010-05-05 Thread Joshua Smith
I'm getting this error: Application: mesonstreaming; version: 9. Server: appengine.google.com. Scanning files on local disk. Initiating update. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- Not much to go on! Any thoughts? -Jo

Re: [google-appengine] Error Deploying

2010-05-05 Thread Joshua Smith
D'oh! Scheduled maintenance. Nevermind. On May 5, 2010, at 4:25 PM, Joshua Smith wrote: > I'm getting this error: > > Application: mesonstreaming; version: 9. > Server: appengine.google.com. > Scanning files on local disk. > Initiating update. > Error 500: --- begin server output --- > > Serv

[google-appengine] Re: appcfg.py update Server Error (500)

2010-05-05 Thread Ricardo Sánchez-Sáez
I also started experiencing this. I just updated the GData files in my app and this started showing. Did you find a solution? On Apr 28, 10:48 pm, Jesse Hammons wrote: > tried it 5 times, I'm getting this error message: > > Server: appengine.google.com. > Scanning files on local disk. > Initiati

[google-appengine] * TIME SENSITIVE * Capabilities API is not working during downtime

2010-05-05 Thread Jeffrey Rosen
The capabilities API is not returning as expected :( I set up my app to use the following code from: http://blog.notdot.net/2010/03/Handling-downtime-The-capabilities-API-and-testing More specifically datastore_write_enabled = capabilities.CapabilitySet('datastore_v3', capabilities=['write']).i

[google-appengine] Re: Where to start? Who to talk to?

2010-05-05 Thread Rob
Thanks for your reply Ikai. How does one contact these Gurus? Is there a way to contact them directly, in the context of Google personnel? I think I really need to pick someone's brains for half an hour. Regards, Rob On May 4, 7:24 pm, "Ikai L (Google)" wrote: > One place you can start is by

[google-appengine] Re: * TIME SENSITIVE * Capabilities API is not working during downtime

2010-05-05 Thread Greg
*** SECONDED *** Well done to the team for the shorter than usual maintenance outage, BUT COME ON GUYS... our customers and their customers get 500s instead of the outage message - I'm livid. We try to manage customer expectations about these outages to limit the damage they do. We send out warni

[google-appengine] can't vacuum index

2010-05-05 Thread frogrod
i can't vacuum an index in error state i get Deleting a composite index failed: ApplicationError: 1 appid: burningpickles -- 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-appeng...@googlegroups.c

[google-appengine] Re: Memcache not working

2010-05-05 Thread nickmilon
May be this is releavant ? : Reminder: there will be a scheduled maintenance period for App Engine TOMORROW, May 5th, at 1:00 PM Pacific Time (PDT) for up to one hour. The datastore will be in read-only mode during this time period; all datastore writes and transactions will throw an exception. D

[google-appengine] Re: can't vacuum index

2010-05-05 Thread frogrod
the dashboard ww_wwunit type_ ▲ , level ▲ Serving type_ ▲ , level ▼ Serving type_ ▲ , origin ▲ , level ▲ Error this is what i got for output appcfg.py vacuum_indexes BurningPickles This index is no longer defined in your index.yaml file. kind: ww_wwunit properties: - name: type_ - name: origin

[google-appengine] Datastore related question - fetch random records

2010-05-05 Thread Ankur
Hello All, I have a datastore related question. Here is the scenario: * I am keeping a master table which has all the records and each record has a unique id. * For a given category (e.g.- male or female), I want to fetch N random records from BigTable. What are the ways to achieve this? I want

[google-appengine] Re: Tasks queues not working?

2010-05-05 Thread dan
Tasks started executing again just an hour or two. So, we had an unexpected, unexplained outage of about 8 hours in the ability to run tasks, with no quotas exceeded and no error logs. That sucks, but I don't know how to find out any more about it. Dan On May 5, 11:34 am, dan wrote: > And no,

[google-appengine] Re: can't vacuum index

2010-05-05 Thread frogrod
i found this in the admin logs 2010-05-05 15:22:39 frog...@gmail.com Delete failed; attempting to move 1 index(es) to Error kinds=ww_wwunit 2010-05-05 15:22:39 frog...@gmail.com Deleted 1 index(es) kinds=ww_wwunit On May 5, 3:18 pm, frogrod wrote: > the dashboard > ww_w

[google-appengine] can't delete entities, old versions from dashboard

2010-05-05 Thread frogrod
i can't delete any entities from the blob store data store old application version server error 500 Server Error A server error has occurred. Return to Applications screen » -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to thi

[google-appengine] Index error -- vacuum error, too

2010-05-05 Thread Charlie
My app id is litl-developer-dev First I got an error because I was missing the index for a query. So, I added the index but that immediately caused an error and now the index is in the Error state. Trying to vacuum the index so I could perhaps recreate it, I also get an error: kind: forum_threa

[google-appengine] GWT with GAE Blobstore

2010-05-05 Thread Perugini
I am trying to use GAE Blobstore with GWT. I have changed the sample they have online: http://code.google.com/appengine/docs/java/blobstore/overview.html I replaced the jsp page with a GWT page (below). I replaced the call to "<%= blobstoreService.createUploadUrl("/upload") %>" with a RPC call wh

[google-appengine] Re: Query with ancestor and JDO

2010-05-05 Thread Jaroslav Záruba
Did you get any answer please? Also I wonder how can I query all items of a certain kind that do not have a parent. On Apr 16, 2:50 pm, timwhunt wrote: > In case my original post was too long and confusing, here's the basic > question: > > How can I do a query in JDO to find entities that are a c

[google-appengine] No 'Stay signed in' option for Google Accounts

2010-05-05 Thread Anders
When signing in to a GAE application with Google Accounts the 'Stay signed in' option is only shown the first time a user signs in. For consecutive sign ins the 'Stay signed in' option is missing. It would be good IMO if the option was shown/available for all sign ins. -- You received this messag

Re: [google-appengine] Re: GPL but not 'open'

2010-05-05 Thread Patrick Cornelißen
Hi! 2010/5/5 samwyse : > Go read this:  http://en.wikipedia.org/wiki/Affero_General_Public_License > > The AGPL was designed to close a perceived application service > provider "loophole" (the "ASP loophole") in the ordinary GPL, whereby > when using but not distributing the software, the copyleft