[google-appengine] Re: I can only receiving mail from Gmail

2010-06-17 Thread Bibhas
Receiving emails from other domains besides gmail.com is possible on app engine. Not sure what the cause of your problem might be, though. On Jun 17, 1:22 pm, Adam Faal wrote: > Hello, I am using the Mail Service to receive email into my app. It > works fine when I send from my Gmail address, but

[google-appengine] simulating two users with dev_appserver / gaesessions

2010-06-17 Thread Ryan
I am using gaesessions to keep track of sessions in my app. I am trying to simulate two users using my app simultaneously. I have tried using different browsers, incognito mode, and a browser running in virtual box. In every case, the messages get crossed and sometimes go to one browser, sometim

[google-appengine] Re: Proper app version numbers

2010-06-17 Thread gops
i know in python , you can have any version number. its just a string. ( and not number. ) so , latest1, latest2, daily, onceinmonth can also work i think. google just add timestamp to it to caculate minor version. i.e. daily.234552352323 On Jun 18, 2:15 am, Jeff wrote: > I'd like to request t

Re: [google-appengine] Re: Appengine 1.3.4 userService.createLoginURL for google openid causing firefox warning

2010-06-17 Thread Rajkumar Radhakrishnan
Hi, Wanted to add that the issue that Tomas Isdal has reported (first post in this thread), is affecting my app's users too. The default URL for App Engine apps (or services) from the Google Apps dashboard is with "https://"; which will be used in the login URL, resulting in this error. If this w

[google-appengine] Re: Appengine 1.3.4 userService.createLoginURL for google openid causing firefox warning

2010-06-17 Thread Isdal
Hi Ikai and thanks for the prompt response. I think I found a couple bugs in the 1.3.4 openid implementation, let me know if I should file a bug report for each of them: I am using appengine 1.3.4 in eclipse on OS X 10.6. Note that this is a pain to debug since it has to be done on a live appengin

Re: [google-appengine] Re: High 500 errors rate

2010-06-17 Thread Jeff Schwartz
You've got to wonder how long Google intends to maintain the beta label for AppEngine. It does give them some an out for these sort of issues but then again many developers are already paying them to go over quota. Perhaps Google might want to rethink this policy and make AppEngine totally free unt

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread Jan Z
For whatever it's worth, a 30 minute outage is NOT brief. Describing it as such comes across as dismissive and patronizing - as if we were all just running fun little hobby projects here. Yes we know it's pre-release, beta, whatever - and we support you through the teething problems, but comms li

[google-appengine] Re: Prerelease SDK 1.3.5 is out!

2010-06-17 Thread hawkett
Hi Ikai - release sounds great - I just wanted to query the HTTPS with remote API - we were under the impression this was already the case - remote_api_stub.ConfigureRemoteDatastore(app_id=app_id, path='/ remote_api', auth_func=auth_func, servername=host, secure=secure, save_cookies=True) i.e. wh

[google-appengine] Proper app version numbers

2010-06-17 Thread Jeff
I'd like to request that google support propper version numbering for appengine apps. The current restriction as I understand it makes version numbers pointless for anything other than google's own house keeping. Something along the lines of major.minor.subminor numbering would be a good idea thoug

[google-appengine] Re: need an administrator here.

2010-06-17 Thread yiku
thinks ! -- 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+unsubscr...@googlegroups.com. For more options,

[google-appengine] Do field name lengths impact write performance?

2010-06-17 Thread Blake
I'm curious as to whether field name lengths impact performance when you have a high volume of writes on a very simple object type to the datastore. I know it's not the case for relational dbs, but for the datastore I'm not certain how field names are stored/maintained for every object of a partic

[google-appengine] I can only receiving mail from Gmail

2010-06-17 Thread Adam Faal
Hello, I am using the Mail Service to receive email into my app. It works fine when I send from my Gmail address, but when I send from my work address it never reaches the app. I haven't found anything in the docs or faqs about this. Cheers, Adam Faal -- You received this message because you ar

Re: [google-appengine] Datastore entities no more accessible

2010-06-17 Thread Ikai L (Google)
>From an off-list email - looks like you are having issues when you try to view the entities, since you did an XOR on the String. The error is happening when the String is being converted to UTF8. Can you post the code demonstrating how you are saving the Strings? On Thu, Jun 17, 2010 at 10:11 AM

Re: [google-appengine] Appengine 1.3.4 userService.createLoginURL for google openid causing firefox warning

2010-06-17 Thread Ikai L (Google)
Can you try supplying an HTTPS url as the continue URL? This error is likely occurring because you are forwarding from an HTTPS page to an HTTP page. On Wed, Jun 16, 2010 at 11:01 PM, Isdal wrote: > I considering switching my appengine app from the "old" google auth to > federated login using op

Re: [google-appengine] Datastore entities no more accessible

2010-06-17 Thread Ikai L (Google)
Can you post reproduction steps? What do you mean when you say you get strange results? On Thu, Jun 17, 2010 at 8:58 AM, dflorey wrote: > I'm in trouble, because some of my datastore entities are not > accessible anymore. I can request them using queries, but when trying > to access certain prop

Re: [google-appengine] Verify Your Account by SMS

2010-06-17 Thread Ikai L (Google)
You'll want to put yourself on the SMS waitlist: http://groups.google.com/group/google-appengine/search?group=google-appengine&q=sms+verification&qt_g=Search+this+group http://code.google.com/appengine/kb/*sms*.html#issues On Wed, Jun 16, 2010 at 9:57 PM, Rob wrote: > Hi G Engine, > > Please e

Re: [google-appengine] Prerelease SDK 1.3.5 is out!

2010-06-17 Thread Ikai L (Google)
It's a prerelease - you can't actually use these features in production yet. I suspect the error you're seeing may be related to a brief outage we had this morning, though, and not from a version mismatch. On Wed, Jun 16, 2010 at 1:23 PM, Bart Thate wrote: > On Wed, Jun 16, 2010 at 8:11 PM, Ika

Re: [google-appengine] Cache performance

2010-06-17 Thread Ikai L (Google)
20ms seems pretty reasonable to me. It's not that the cache is slow; it's that getting an object by Key is always very fast. That being said, I remember there being some talk about us reducing the serialization and deserialization overhead for Memcache, but the performance will still be in the bal

[google-appengine] 500 Server Error

2010-06-17 Thread ed209
Hi All, I'm looking at using app engine for a project, but during testing there have been a couple of instances where the app engine is down - right now in fact. How reliable is this service? Do any of you experience regular issues? Thanks. -- You received this message because you are subscribed

[google-appengine] stuck index

2010-06-17 Thread sc
hello - assuming this is still the place to request assistance with stuck indexes... I have an index that's been stuck for like a year. app id: rmcloudscore one of the indexes has the status "building" and has had this for a long time. I tried removing the index from my yaml file, but that didn'

[google-appengine] Appengine 1.3.4 userService.createLoginURL for google openid causing firefox warning

2010-06-17 Thread Isdal
I considering switching my appengine app from the "old" google auth to federated login using openid. I am using the new userservice api introduced in 1.3.4. I have a test app running at http://listshuffle.appspot.com/ (sorry for the terrible ui... and complete lack of functionality, it does show t

[google-appengine] Verify Your Account by SMS

2010-06-17 Thread Rob
Hi G Engine, Please enable Apps Engine for us. The "Verify Your Account by SMS" doesn't seem to work and shows us errors when attempting SMS verification. Any advice? Thank you kindly, Rob -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Prerelease SDK 1.3.5 is out!

2010-06-17 Thread Bart Thate
On Wed, Jun 16, 2010 at 8:11 PM, Ikai L (Google) wrote: > Hey developers! Hoi Ikai ! > We've release the prerelease SDK for 1.3.5. Get it here: > http://code.google.com/p/googleappengine/downloads/list > If you want to try out new features locally before they go live, here's your > chance. We we

[google-appengine] Cache performance

2010-06-17 Thread EveningSun
Hello, I'm new to app engine and I'm using Java, JPA. Currently I'm using the cache API of app engine to cache the entities retrieved from datastore. But according to AppStats every time I call cache.get() there will be an RPC and will cost about 0.02 sec, pretty much the same time as retrieving a

[google-appengine] Datastore entities no more accessible

2010-06-17 Thread dflorey
I'm in trouble, because some of my datastore entities are not accessible anymore. I can request them using queries, but when trying to access certain properties, I get strange results. When trying to open these entities from the datastore viewer I get 500 errors. Any ideas? I've the feeling that it

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread Kenneth
That was fast, thank you! I have my warm happy app engine feeling back. On Jun 17, 4:38 pm, App Engine Team wrote: > Yes, App Engine experienced a brief outage this morning.  For more > information, please see this post on downtime > notify:http://groups.google.com/group/google-appengine-downti

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread App Engine Team
Yes, App Engine experienced a brief outage this morning. For more information, please see this post on downtime notify: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/9bf08a279138bf45 Kenneth, we corrected the Status Site to properly indicate the service outa

[google-appengine] Re: 500 error

2010-06-17 Thread App Engine Team
App Engine experienced a brief outage this morning. For more information, please see this post on downtime notify: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/9bf08a279138bf45 On Jun 17, 3:14 am, Jaroslav Záruba wrote: > same here > > On Thu, Jun 17, 2010

[google-appengine] Re: HTTP500s once again

2010-06-17 Thread App Engine Team
Yes, App Engine experienced a brief outage this morning. For more information, please see this post on downtime notify: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/9bf08a279138bf45 On Jun 17, 3:24 am, vivpuri wrote: > Wish these days were over once for al

[google-appengine] Re: 500 Server Error - Admin console

2010-06-17 Thread App Engine Team
Yes, App Engine experienced a brief outage this morning that would have also affected the admin console. For more information, please see this post on downtime notify: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/9bf08a279138bf45 On Jun 17, 3:21 am, Françoi

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread Kenneth
And yet we have Google claiming: "Investigation Complete - Issue Resolved We have determined that this spike did not affect the performance or uptime of applications. If you feel we have incorrectly diagnosed this issue please inform us by posting in our developer forum. " I know this is a canned

[google-appengine] Re: Request was aborted after waiting too long to attempt to service your request

2010-06-17 Thread Tristan
How are you keeping the application alive by running a job every minute? Are you queueing tasks to run every second? On Jun 17, 2:17 am, Eduardo Perrino wrote: > My cron runs every minute because it is the minimal period that gae > supports. > > 2010/6/16 Tristan > > > > > From my understanding

[google-appengine] Re: moving projects in GAE without changing the database from mysql to gae datastore

2010-06-17 Thread barryhunter
There is no MySQL on appengine. Nor can Appengine apps connect to an externally hosted mysql database (eg amazon RDS) But you might be able to create a mysql snub that emmulates the functionality required from mysql with the datastore. You likly wont get full mysql support (eg not all queries will

[google-appengine] Re: need an administrator here.

2010-06-17 Thread Jerome
Yiki, AppEngine lets you create 10 apps by default. It sounds like you have not created any app yet, but another developer gave you admin roles on 6 apps. Therefore, you have 6 apps showing in your account, and you can still create 10 more apps. I do not think there is anything missing based on w

[google-appengine] need an administrator here.

2010-06-17 Thread yiku
My Applications list page show "You have 10 applications remaining." but only six of them on the list, please help me find other four missing apps make them connect with my account. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread Ulrich
Had similar problems, too. Very high response time for all request and datastore writes failed. The dashboard shows a lot of errors, but I can't see any error in the logs. Now it is working again. When I signed up for App Engine, I thought it would be rock-solid, because it is powered by Google. Mo

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread l.denardo
Seems up again, even if apps have high response time. On Jun 17, 12:46 pm, vivpuri wrote: > Same for my app -- 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 unsubsc

Re: [google-appengine] 500 error

2010-06-17 Thread Prashant
same here :( -- 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+unsubscr...@googlegroups.com. For more opti

[google-appengine] Re: High 500 errors rate

2010-06-17 Thread vivpuri
Same for my app -- 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+unsubscr...@googlegroups.com. For more o

[google-appengine] High 500 errors rate

2010-06-17 Thread l.denardo
I'm currently facing (15m or so) 500 errors both in Administration Console and all of my applications. No announcements on downtime notify, system status shows 100% uptime and no issue on Java (but anomalies in datastore and task queues). Regards Lorenzo by the way also got errors from other Goo

[google-appengine] HTTP500s once again

2010-06-17 Thread vivpuri
Wish these days were over once for all. AppEngine is throwing HTTP 500s all over once again. Admin Console. App, . Not good at all. This is really impacting us. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send

Re: [google-appengine] 500 error

2010-06-17 Thread Prashant
it's gone... app up again... -- 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+unsubscr...@googlegroups.co

Re: [google-appengine] 500 error

2010-06-17 Thread Miroslav Genov
On my side too. It seems that GAE is down. Regards, Miroslav On 06/17/2010 01:14 PM, Jaroslav Záruba wrote: same here On Thu, Jun 17, 2010 at 12:11 PM, Michael > wrote: I'm getting 500 server error on my app right now (and in admin console too). Anyone experie

Re: [google-appengine] 500 error

2010-06-17 Thread Daniel Roberts
Yes, but only on the app so far. 2010/6/17 Jaroslav Záruba > same here > > > On Thu, Jun 17, 2010 at 12:11 PM, Michael wrote: > >> I'm getting 500 server error on my app right now (and in admin console >> too). Anyone experience the same problems? >> >> app id: sovpad >> >> -- >> You received

[google-appengine] 500 Server Error - Admin console

2010-06-17 Thread François Masurel
Can't connect to admin console at the moment. -- 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+unsubscr..

Re: [google-appengine] 500 error

2010-06-17 Thread Jaroslav Záruba
same here On Thu, Jun 17, 2010 at 12:11 PM, Michael wrote: > I'm getting 500 server error on my app right now (and in admin console > too). Anyone experience the same problems? > > app id: sovpad > > -- > You received this message because you are subscribed to the Google Groups > "Google App Eng

[google-appengine] 500 error

2010-06-17 Thread Michael
I'm getting 500 server error on my app right now (and in admin console too). Anyone experience the same problems? app id: sovpad -- 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...@googlegr

[google-appengine] moving projects in GAE without changing the database from mysql to gae datastore

2010-06-17 Thread jitendra singh
Hi, Actually we want to move around 9-10 different projects with mysql on GAE and as these are already running projects so we can't change database from mysql to gae datastore. so, is there any possibility of moving these projects in GAE without changing the database. -- You received this message

[google-appengine] Re: Best practice? (to lock or not to lock)

2010-06-17 Thread Blixt
I think you should ignore the "available games in list" case entirely. It doesn't matter if your datastore lists the game as available even if it's not for 100ms. It'll still be less time than it takes for player B to get a response just before player A joined and respond to it anyways, so you can'

Re: [google-appengine] Timezone in Admin logs

2010-06-17 Thread Jaroslav Záruba
There are at least two feature/enhancement requests for that: http://code.google.com/p/googleappengine/issues/detail?id=76 http://code.google.com/p/googleappengine/issues/detail?id=734 Regards JZ On Thu, Jun 17, 2010 at 8:33 AM, Fredrik Bonander < carl.fredrik.bonan...@gmail.com> wrote: > Is t

Re: [google-appengine] Re: Request was aborted after waiting too long to attempt to service your request

2010-06-17 Thread Eduardo Perrino
My cron runs every minute because it is the minimal period that gae supports. 2010/6/16 Tristan > From my understanding this error happens when a request hits an > application instance but is put on a queue and becomes stale before > other requests in front of it get out of the way and execute