[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Guy Bobenrieth
Hello Ikai, In fact I'm looking for a way to extend the admin console. As I see the evolution in Google apps script ... I thought it would have been a very efficient way to add some new features to the console this way. I see the console app like being a sort of dashboard for the admin

[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Didier Durand
Hi Guy, You can access Google Spreadsheets via its API from App Engine Check out http://code.google.com/apis/spreadsheets/ regards didier On Dec 1, 9:58 am, Guy Bobenrieth guy.bobenri...@gmail.com wrote: Hello Ikai, In fact I'm looking for a way to extend the admin console. As I see the

[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Guy Bobenrieth
Hi Didier, Do you know if the opposite is possible too ? That is to say access the GAEJ data from inside Google Spreadsheets may be with Google Apps Scripts or gadget ? Thanks for help Guy On 1 déc, 10:06, Didier Durand durand.did...@gmail.com wrote: Hi Guy, You can access Google

[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Didier Durand
Hi Guy, Yes, it's possible: just use the write functions of the API to populate the spreadsheet and then it's a regular Google spreadsheet that you can use in any way you want. regards didier On Dec 1, 11:01 am, Guy Bobenrieth guy.bobenri...@gmail.com wrote: Hi Didier, Do you know if the

[appengine-java] Re: updating object with owned one to one relationship.

2010-12-01 Thread clement boret
PLEASE HELP?§ On Nov 27, 2:28 pm, clement boret boret.clem...@gmail.com wrote: hello. I have a problem when trying to update an object that has already been saved in the dataStore An Employee and Contactnfo.  One employee has a contactInfo...

[appengine-java] Is it possible to use the bulk downloader to download nested entities in XML?

2010-12-01 Thread Riley
I'm trying to follow the hierarchical xml download instructions at http://bulkloadersample.appspot.com/ using the java appengine. This is my config file: transformers: - kind: ParentEntity connector: simplexml connector_options: xpath_to_nodes: /Parents/Parent style: element_centric

[appengine-java] Executing Batch gets with Spring and JPA

2010-12-01 Thread michaelvb
I've been struggling to get batch gets working with Spring and JPA. I am basically trying to build a category tree for an e-commerce site. The issues I am running in to seem to be related to transactions. I had set my DAO class for the Category entity to be @Transactional. Everything seemed to

[appengine-java] Re: Is it possible to use the bulk downloader to download nested entities in XML?

2010-12-01 Thread Riley
An important update: By fiddling around with bulkloader_config.py, I have discovered a problem: the value being passed to my the export transform is None. When I swap a place-holding list in for the value, the transform works perfectly, which leads me to believe that the transforms specified in

Re: [appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Ikai Lan (Google)
While you won't be able to extend the admin console, the metadata queries coming in version 1.4.0 will allow you to do things like query for Kind, Property or Namespace information. You'll be able to build a toolkit for building your own admin console. -- Ikai Lan Developer Programs Engineer,

[appengine-java] Re: updating object with owned one to one relationship.

2010-12-01 Thread Didier Durand
Hi, read the last entry by Ikai Lan in this thread http://groups.google.com/group/google-appengine-java/browse_thread/thread/defc6d14445318b8/75a1e7b5bcbc1bb3#75a1e7b5bcbc1bb3 Maybe you should switch to a 3rd party package instead of JDO that seems to have an uncertain future and represents

[appengine-java] Re: How to deserialize a LIST using GSON ?

2010-12-01 Thread Didier Durand
Hi, Can you detail how you (de) serialize ? A code snippet would definitely help. Do you use an ObjectOutputStream or something else ? Let us know so that we can provide good help. I personally use ObjectOutputStream to serialize and then ObjectInputStream to deseriliaze and didn't encounter any

[appengine-java] Latency on email service with yahoo emails?

2010-12-01 Thread Brother
I have created an application that makes use of the JavaMail API and Mail service (for receiving mails). When I send an email to a Google address, everything is getting processed instantly (sending and receiving a mail). When I send an email to a yahoo account, it may take 1-2 minutes before I get

[appengine-java] Re: data in xml format from data store

2010-12-01 Thread pac
Hi Ikai, If you could confirm this - from earlier Stephen's post: then I think you will be safe even though it might take another minute or two for Google's infrastructure to stream it to the client. I have not tested this though. Can anyone confirm or deny this assumption on my part. is

Re: [appengine-java] Re: data in xml format from data store

2010-12-01 Thread Stephen Johnson
I believe Ikai's statement The 30 second limit is imposed on the time it takes the servlet to finish. is confirming what I said. On Wed, Dec 1, 2010 at 5:52 PM, pac parvez.chau...@gmail.com wrote: Hi Ikai, If you could confirm this - from earlier Stephen's post: then I think you will be

[appengine-java] Re: Sending an http request with ClientLogin Token

2010-12-01 Thread Stephen
Hmm still no luck. Instead of using Localhost, I followed your advice and instead had it connect to the deployed version of my GAE app. I also followed the pattern of your blog post in setting the request properties. I think it must be a problem with the ClientLogin procedure I'm using-- I'm not

[appengine-java] Re: no async queries on AsyncDatastoreService for 1.4.0?

2010-12-01 Thread Luke
great, thanks for the insight max. i have a client that will batch together multiple requests into one RPC call to my app on GAE. each of these individual requests may have one or more datastore accesses. this may include some prefetch requests. so i want to build a mechanism that will

[appengine-java] increase rate of 500 resource constraint on incoming xmpp messages

2010-12-01 Thread Jerome
Since we started using the xmpp GAE service late last year, we have always seen on rare occasions the xmpp clients returning a 500 error. It has been so unfrequent that it was not a real worry for us. These past week, we have seen this error rate drastically increase. This has been reported by

[google-appengine] Re: Suitability of App Engine for Database Display App

2010-12-01 Thread adams
Depending on your use case, GAE for business might be of interest: http://code.google.com/appengine/business/ That will support an SQL database. On Nov 28, 4:56 am, smitts smitt...@gmail.com wrote: I'm considering using GAE to host a relatively large (10 Million+ rows, possibly larger)

[google-appengine] increase the time of request handler for one private url

2010-12-01 Thread sahid
Hello community In my app, i will used a Solr to make a good seach between my users But for that, i need to keep my Solr server up to date. The update needs more than 30 secondes. So i need to increase the time of the request handler in a particular path to make it. It is possible? (these

[google-appengine] Re: increase the time of request handler for one private url

2010-12-01 Thread Tim Hoffman
Why do you need 30 seconds to keep solr up to date ? Can't you break up the indexing into smaller documents ? T On Dec 1, 7:59 pm, sahid sahid.ferdja...@gmail.com wrote: Hello community In my app, i will used a Solr to make a good seach between my users But for that, i need to keep my Solr

Re: [google-appengine] Re: increase the time of request handler for one private url

2010-12-01 Thread Sahid Orentino Ferdjaoui
Hum, i thinking... If i want indexing it into smaller documents; I have a model with an updated property. I use it to take the delta. So for example: if i take a group of 50 by 50 every 20seconds I need to sort by updated desc it should works... i'm ridiculous. Thank... i'm sorry for this

[google-appengine] Questions about Channel API experimentation in 1.4.0 pre-release

2010-12-01 Thread Tim Meadowcroft
Hi, I'm checking out the eagerly anticipated Channel API facility in the 1.4.0 pre-release and have some questions while we're waiting for documentation (I'm not in the Trusted Testers group). Background - what I've gathered: server side setup: - all channels are automatically private to your

[google-appengine] Stuck namespace

2010-12-01 Thread songs
I've filed a production issue, but I thought I'd post here in case anyone else has any ideas. Production issue: http://code.google.com/p/googleappengine/issues/detail?id=4172 I ran a mapreduce to delete entities in 2 namespaces. Everything's been done for 13 hours, and I can query one namespace

[google-appengine] Log inconsistencies starting at 11.30am (EST) [critical]

2010-12-01 Thread Sundar
We're having a problem with our logs on one appid. Since 12-01 08:46AM 31.565 we have no debug logs. And all our other logs are truncated. We're having problems that seem to be related to the datastore and memcache, but are unable to figure out what's going on since the logs are incorrect. This

Re: [google-appengine] Log inconsistencies starting at 11.30am (EST) [critical]

2010-12-01 Thread Chris Copeland
Please star this issue: http://code.google.com/p/googleappengine/issues/detail?id=3338 Several people saw similar cuts at 9:52am PST on 11/26/10. My logging came back yesterday but now it is gone again. *Google, will someone please respond even if just to say you are aware of the problem? * On

[google-appengine] mail.send_mail_to_admins raise InvalidSenderError

2010-12-01 Thread 风笑雪
As the document said, there are 3 types of valid sender: http://code.google.com/appengine/docs/python/mail/sendingmail.html But in my app, when I set sender to the current request user, it will raise InvalidSenderError: Unauthorized sender unless the user is admin. I've test it in 2 apps, both

[google-appengine] Outbound emails are getting marked as spam by SpamCop today

2010-12-01 Thread Greg Tracy
Multiple emails are getting bounced back today as marked as spam by SpamCop. The following is a sample description in one of those emails... Technical details of temporary failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the

[google-appengine] Using OpenID with Google App Engine and its UserService

2010-12-01 Thread AmaltasCoder
My application on GAE should work for both Google Accounts and Google Apps accounts. I understand that UserService on app engine makes the task of using OpenID easy. I generate the Login/Logout url's as follows, can someone please check if these are correct calls: Login URL for Google Account:

[google-appengine] Re: Log inconsistencies starting at 11.30am (EST) [critical]

2010-12-01 Thread Peter Ondruska
This is very me too, please start mentioned issue hopefully it gets resolved (soon). On Dec 1, 7:03 pm, Chris Copeland ch...@cope360.com wrote: Please star this issue:http://code.google.com/p/googleappengine/issues/detail?id=3338 Several people saw similar cuts at 9:52am PST on 11/26/10.  My

[google-appengine] Real-Time Log Delivery Via XMPP

2010-12-01 Thread Stephen Johnson
I'm not sure if anyone is interested in this type of capability but I had a use for it for my own debugging and monitoring purposes so I thought I'd share what I came up with especially since people seem to be losing their logs or at least they aren't showing up for a while. You can read my post

Re: [google-appengine] new app gone missing

2010-12-01 Thread Ikai Lan (Google)
All @gmail.com addresses are reserved. There's a bug, however, in that the app ID must match *exactly* the id you used to create your @gmail.comaddress. This is problematic if you created your address with a . character, as this is not a valid application ID. This is a bug because gmail strips out

[google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread Sundar
Since around 2pm CST appengine.google.com keeps giving me: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. Basically this means I can't get to

[google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread Sundar
Since around 2pm CST appengine.google.com keeps giving me: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. Basically this means I can't get to

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Daniel
My admin console is mostly returning 500 errors as well. When it loads it is quite slow. On Dec 1, 2:22 pm, Sundar cyberto...@gmail.com wrote: Since around 2pm CST appengine.google.com keeps giving me: Error: Server Error The server encountered an error and could not complete your request.

Re: [google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread Ikai Lan (Google)
I'm seeing this intermittently. We're looking into it. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Dec 1, 2010 at 11:23 AM, Sundar

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread coltsith
I'm getting 500 errors too. Exactly on the day that I needed to use it for a promotional event no less Honestly, I'm so close to switching to Amazon Web Services that it's not even funny. Unless Google cleans up their act we will not be using GAE for our next commercial application. On Dec

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread mathijs
Lots of 500s here too. Watchmouse (which IMO is much more reliable and matches my 500- encounters much much better than the official AppEngine dashboard, which always says that everything's ok) also shows downtime: http://api-status.com/6404/117406/Google-App-Engine-API Our pushes are also

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread dloomer
Same here. I think the larger issue is the reliability and reusability of the admin console over the past few weeks (possibly longer). If my app performed like that, I don't know how many users I'd have left. And given that I believe the console itself is written in GAE, it makes me a little

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread dloomer
(correction: usability, not reusability). -- 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] Error: Server Error

2010-12-01 Thread Ravi Gupta
I had a deployment failure and ever since i have not been able to log into the app engine home. I am getting this error everytime i try to login. Pl help..this is urgent. Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please

Re: [google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread dloomer
Looks like for some of us, this isn't intermittent: it happens 100% of the time :) -- 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

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Francois Masurel
Yep can't connect at all since a few minutes. On Dec 1, 8:44 pm, dloomer dloo...@gmail.com wrote: Looks like for some of us, this isn't intermittent: it happens 100% of the time :) -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

Re: [google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread Sundar
It's 100% unavailable for me at present. On Wed, Dec 1, 2010 at 2:44 PM, dloomer dloo...@gmail.com wrote: Looks like for some of us, this isn't intermittent: it happens 100% of the time :) -- You received this message because you are subscribed to the Google Groups Google App Engine group.

[google-appengine] Re: Error: Server Error

2010-12-01 Thread dloomer
Take a look at the other topic on this issue. They're looking into it: http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FkN0pSsVy1do%2Fdiscussion -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] App engine webserver failing

2010-12-01 Thread datapharmer
When trying to load the appengine.google.com website I am getting p.p1 {margin: 0.0px 0.0px 16.0px 0.0px; font: 24.0px Times} p.p2 {margin: 0.0px 0.0px 14.0px 0.0px; font: 18.0px Times} span.s1 {text-decoration: underline ; color: #1350ae} Error: Server Error The server encountered an error and

[google-appengine] Re: Error: Server Error

2010-12-01 Thread p_tr1ck
Just got the same error. Browsing the apps in App Brain. -- 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: appengine.google.com returns 500 error

2010-12-01 Thread Amir
It's been down for quite some time now. Any update? -- 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: Error: Server Error

2010-12-01 Thread p_tr1ck
thanks. -- 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] Re: appengine.google.com returns 500 error

2010-12-01 Thread vivpuri
DeadlineExceededError all over the 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] Re: appengine.google.com returns 500 error

2010-12-01 Thread Andy Kim
I'm having the same problem as well. Both my apps and its dashboard are returning 500 error. I haven't changed anything with the app in a about a week or so. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Rmac
Of course I can't deploy right when I am having a production issue and need to get a new release out NOW... the timing for Google's periodic problems couldn't have happened at a worse time. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread datapharmer
I am on the east coast and am experiencing this 100% of the time today. Perhaps http://code.google.com/status/appengine coule be updated to reflect that this isn't exactly working. api-status.com seems to have more accurate data. some test responses: $ curl -I http://appengine.google.com/

[google-appengine] Re: App engine webserver failing

2010-12-01 Thread datapharmer
I see this has already been reported here: http://code.google.com/appengine/forum/?place=topic/google-appengine/kN0pSsVy1do/discussion -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] appengine.google.com returns 500 error

2010-12-01 Thread Rafael Sierra
100% here too On Wed, Dec 1, 2010 at 6:04 PM, datapharmer dataphar...@gmail.com wrote: I am on the east coast and am experiencing this 100% of the time today. Perhaps http://code.google.com/status/appengine coule be updated to reflect that this isn't exactly working. api-status.com seems to

[google-appengine] Re: Real-Time Log Delivery Via XMPP

2010-12-01 Thread Mike Wesner
We would love this type of feature. We currently pull our logs every 15m and store them for analysis, but when the site is busy even that can miss entries. Two things would be nice: 1. Much Much larger log level buffers. (not talking about each log line, I mean total number of entries stored)

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Wesley C (Google)
things should be back to normal now: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/d2b4ce71754bade5 pls join that group if you haven't already! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread dloomer
Thanks for posting that. I've also noticed a lot of sluggishness in the performance of the admin console (when it is working) over the past few weeks as well, and would hope that response times of the console would be reported in the status. Task queue, logs, and datastore viewer can all take an

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread dloomer
I got in once, a few minutes ago, but since then I'm still getting the 500 errors. -- 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

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Jules
I am still getting 500 errors too -- 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: appengine.google.com returns 500 error

2010-12-01 Thread Daniel
Now I'm getting deployment errors, but the admin console is back. On Dec 1, 3:53 pm, Jules jules.wh...@gmail.com wrote: I am still getting 500 errors too -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread dloomer
I think the overarching theme here is that there might be a gap in Google's monitoring, requiring users to report their experience in order to determine if things are working or not (and this isn't the first time I've seen this scenario). Hopefully this can be better automated. If api-status.com

Re: [google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Joshua Smith
+1 On Dec 1, 2010, at 4:00 PM, Daniel wrote: Now I'm getting deployment errors, but the admin console is back. On Dec 1, 3:53 pm, Jules jules.wh...@gmail.com wrote: I am still getting 500 errors too -- You received this message because you are subscribed to the Google Groups

[google-appengine] 503 Errors when Deploying

2010-12-01 Thread Jules
I am getting 100% 503 errors when deploying. The console seems to be fixed now though... -- 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,

[google-appengine] Deployments Currently Failing

2010-12-01 Thread Daniel
Deployments are currently failing with a 503 error. Can't seem to catch a break today... -- 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,

Re: [google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Nick
Since the admin console came back up, I can't deploy my application. Here's the message: Try Again (503) An unexpected failure has occurred. Please try again. Is someone still working on this? Please help. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: 503 Errors when Deploying

2010-12-01 Thread Greg Temchenko
We gotta wait I think... -- 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.

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Amir
It seems to fail during precompilation... output: Precompilation starting. 2010-12-01 16:12:39,897 INFO appcfg.py:1814 HTTP Error (HTTP Error 503: Service Unavailable) Rolling back the update. Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred.

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Amir
it's up... and super fast for me :) -- 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: App Engine serving cluster is under unexpectedly high or uneven load...please contact the App Engine team

2010-12-01 Thread Erwin Streur
As the message subtly indicated the problem is not in the execution of your code handling the request, but the Google System preparing itself for delegating the request to your code. Probably it is trying to startup a new instance, but fails to do so within 10 seconds ( check the Request

Re: [google-appengine] Real-Time Log Delivery Via XMPP

2010-12-01 Thread James Broberg
What a clever idea. I will check it out, thanks! On 2 December 2010 05:59, Stephen Johnson onepagewo...@gmail.com wrote: I'm not sure if anyone is interested in this type of capability but I had a use for it for my own debugging and monitoring purposes so I thought I'd share what I came up

[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread InspiradoGames
Oddly, mine's been working 100% all day until about 30 minutes ago. Now I get this 100% of the time:Rolling back the update.Error 503: --- begin server output --- Try Again (503)An unexpected failure has occurred. Please try again.--- end server output --- Any news on a fix? -- You received this

[google-appengine] create_bulkloader_config is returning ancient relics

2010-12-01 Thread AppEngine Calvin
I used this command to create a bulkloader configuration yaml: appcfg.py create_bulkloader_config --filename=bulkloader.yaml I noticed that the returned data included model definitions that no longer exist in the datastore, or anywhere in my code. Also it returns fields for existing models

[google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-01 Thread NealWalters
Tim, How would I go about your one suggestion: Some other strategies you can adopt to shrink startup times is trying to defer some of your imports until you need to use the stuff. I have what I would consider a very large code base, just not many users at this time. My main.py has probably

[google-appengine] google app engine stopped opening for me! Help!!

2010-12-01 Thread Tony
When I try to open google app engine, it gives me an errors Occurred dialog and tells me to check the log. Here are the log contents: Traceback (most recent call last): File GoogleAppEngineLauncher.py, line 42, in module File wx\_core.pyc, line 7913, in __init__ File wx\_core.pyc, line 7487, in

Re: [google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-01 Thread Robert Kluin
Neal, You might want to consider splitting thing up into separate WSGI apps. Last time I tested, code from separate apps is not executed until it is needed. Also, look into webapp2, it supports lazy handler mappings. http://code.google.com/p/webapp-improved/ Robert On Wed, Dec 1,

Re: [google-appengine] Re: Daemon service

2010-12-01 Thread Robert Kluin
Hi, It sounds like you've got the basic idea. You'll start a task that will fetch the twitter stream you're interested in, that task will insert another task to fetch again, and the process continues. You need to name your tasks to prevent a task-bomb (fork bomb). I think Nick talks about

Re: [google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-01 Thread Eli Jones
Here's one neat article from Nick Johnson's blog: http://blog.notdot.net/2010/02/Webapps-on-App-Engine-part-6-Lazy-loading http://blog.notdot.net/2010/02/Webapps-on-App-Engine-part-6-Lazy-loadingIt shows a method for only loading code for a handler when it is called. You can also see here for a

[google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-01 Thread Tim Hoffman
Hi Neal On Dec 2, 10:00 am, NealWalters nealwalt...@nealwalters.com wrote: Tim,   How would I go about your one suggestion: Some other strategies you can adopt to shrink startup times is trying to defer some of your imports until you need to use the stuff. Its difficult to say stright off

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

2010-12-01 Thread sophware
looks like the server side is up: check http://shell.appspot.com/ (screenshot) http://dl.dropbox.com/u/6919071/Captures/2010-12-01_2341.png Google App Engine/1.4.0 Python 2.5.2 (r252:60911, May 12 2010, 14:18:27) [GCC 4.3.1] On Nov 30, 3:30 pm, Adam Sah adam@gmail.com wrote: On Nov

[google-appengine] Re: mail.send_mail_to_admins raise InvalidSenderError

2010-12-01 Thread keakon
It seems only send_mail_to_admins() not work, send_mail() is OK. I've filed an issue here: http://code.google.com/p/googleappengine/issues/detail?id=4179 -- 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] Unusual delays on TaskQueue

2010-12-01 Thread vlad
I am seeing tasks scheduled with no delay being delayed by up to 1 min. Something is wrong. Currently 23:40pm PST it is easily reproducible affecting most of my tasks. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,