[google-appengine] Python AppEngine down

2011-03-22 Thread Justin
Hi, My Python app has been unavailable since approx 06:52 UTC today; looks like the app can't find the AppEngine runtime libraries; is this a general outage ? Thanks, Justin -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to th

[google-appengine] Re: Python AppEngine down

2011-03-22 Thread Justin
Apologies, my error; left a trailing bracket in an import library :-( On Mar 22, 7:02 am, Justin wrote: > Hi, > > My Python app has been unavailable since approx 06:52 UTC today; looks like > the app can't find the AppEngine runtime libraries; is this a general outage > ? > > Thanks, > > Justin

Re: [google-appengine] Re: Prerelease SDK 1.4.3 now available for download

2011-03-22 Thread Jeff Schnitzer
On Mon, Mar 21, 2011 at 1:56 PM, Matija wrote: > Can you explain 'concurrent requests for Java' ? (warning: I don't work for the big G) Believe it or not, all GAE/Java requests are all single-threaded right now... similar to the GAE/Python architecture. It doesn't matter much for your app since

RE: [google-appengine] Re: Python AppEngine down

2011-03-22 Thread Brandon Wirtz
If you version your pushes you can always check if you blew something up by failing back to a last good version with the 1.myapp.appspot.com -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Justin Sent: Tuesday, March 22,

[google-appengine] What's the syntax of the cron job for "the first day of every month"?

2011-03-22 Thread 王宇辉
Hey, I want to generate a monthly report on the first day of the month, any idea on doing this with cron jobs? -- Best regards, Yuhui -- 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@go

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Eric Ka Ka Ng
me 2. Have integrated the SES service within our GAE apps. work good and solved our problems sure it would be more nice if GAE can provide email service at the quality level similar to the Amazon SES one (at least would not be classified as SPAM), so we dont need to manage both . could we make th

Re: RE: [google-appengine] HR Issues (But Up time is great)

2011-03-22 Thread Simon Knott
I'm glad to hear it's now working for you! -- 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...@g

Re: [google-appengine] Re: Prerelease SDK 1.4.3 now available for download

2011-03-22 Thread Simon Knott
I agree with Jeff - anyone who is used to developing with a servlet container realises that they are dealing with a multi-threaded environment and should already be coding with this in mind. I'm honestly really surprised that this support isn't there already - thankfully it's performed well eno

[google-appengine] Re: GQL performance slow

2011-03-22 Thread adhi
Hi Ikai, is there a measure to say the entities are large? is it about the number of columns or blob or text? if so in my entities I have string and number properties only. Yes. I need all the 2000 (some times bit more) entities at once for reporting. Currently I'm not seeing a way where I can spl

[google-appengine] Re: emails are not received

2011-03-22 Thread VTR Ravi Kumar
hi Binu, You can have multiple cname entries like mail..com - ghs.google.com docs..com - ghs.google.com Calendar..com - ghs.google.com blog..com - ghs.google.com etc., On Mar 12, 1:13 pm, Binu vm wrote: > Hi Ravi, > > Thanks for the quick reply. > I have added one cname entry. > Should I enter

Re: [google-appengine] What's the syntax of the cron job for "the first day of every month"?

2011-03-22 Thread Robert Kluin
Hi, Have you tried: cron: - description: monthly summary job url: /tasks/summary/monthly schedule: 1 of month 00:00 Robert On Tue, Mar 22, 2011 at 04:12, 王宇辉 wrote: > Hey, I want to generate a monthly report on the first day of the month, any > idea on doing this

[google-appengine] Re: Prerelease SDK 1.4.3 now available for download

2011-03-22 Thread Adam
Thanks for the fantastic news Ikai. Can't wait to play with the pre- release when I finish work today :) Keep up the great work! -- 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@googlegr

[google-appengine] Can't create a new app using the Google App Engine...

2011-03-22 Thread Tony O Dowd
I've created my first App on the Google App Engine and everything went well, however, now when I try to create a new application it asks me to Verify my Account using SMS. As I've already done this previously, it will not allow me to specify my phone number again. I've tried using other phone numbe

[google-appengine] Re: Gobo-tools

2011-03-22 Thread knj77
Hi, It seems like a same problem as http://code.google.com/p/googleappengine/issues/detail?id=4603 How about follow above? -knj77 On Mar 22, 1:51 pm, VHT Corp wrote: > hi! > > i work with Google App Engine, I used Gobo-tools to backup and > restores data, i has an erorr: > > Problem accessing

[google-appengine] Re: Gobo-tools

2011-03-22 Thread knj77
Hi, It seems like the same problem as http://code.google.com/p/googleappengine/issues/detail?id=4603 How about following the above? Thanks, Kenji, On Mar 22, 1:51 pm, VHT Corp wrote: > hi! > > i work with Google App Engine, I used Gobo-tools to backup and > restores data, i has an erorr: > > P

[google-appengine] Re: It's so sad.

2011-03-22 Thread 李晓东
Thanks all your guys! On Tue, Mar 22, 2011 at 8:35 AM, Brandon Donnelson wrote: > Sad. Wish it worked for you better. > > Brandon > -- 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@goog

[google-appengine] Re: channel.js not returning the correct mime type

2011-03-22 Thread Moishe
There's a fix for this rolling out soon (should be within a week). In the meantime, you can copy the file locally and serve it statically from your app (with the correct mime type). I realize that's not an ideal solution, but it should work. On Mar 21, 8:34 pm, "Navraj S. Chohan" wrote: > Is the

Re: [google-appengine] Re: Prerelease SDK 1.4.3 now available for download

2011-03-22 Thread Ross M Karchner
Is there some sample code for the matcher API, out in the wild? On Mon, Mar 21, 2011 at 5:19 PM, Adam wrote: > Thanks for the fantastic news Ikai. Can't wait to play with the pre- > release when I finish work today :) > > Keep up the great work! > > -- > You received this message because you are

Re: [google-appengine] Can't create a new app using the Google App Engine...

2011-03-22 Thread Barry Hunter
A common cause of this, when using a Google Apps domain, you should access it the admin at http://appengine.google.com/a/yourdomainhere.com/ Otherwise you will run into issues. ... if you not using Google Apps, then I dont have any suggestions :( On 22 March 2011 15:08, Tony O Dowd wrote: >

[google-appengine] UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-22 Thread Kwame
'ascii' codec can't decode byte 0x8a in position 2: ordinal not in range(128) I've read so many solutions about this problem, even Nick's Blog: http://blog.notdot.net/2010/07/Getting-unicode-right-in-Python ...which addresses the problem very well. So I've been able to resolve this unicode issue

Re: [google-appengine] HR Issues (But Up time is great)

2011-03-22 Thread Ikai Lan (Google)
Good to hear it's working. If I hear anything about what changed, I'll let you guys know. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Mar 21, 2011 at 7:

[google-appengine] Re: UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-22 Thread Geoffrey Spear
On Mar 22, 12:45 pm, Kwame wrote: > 'ascii' codec can't decode byte 0x8a in position 2: ordinal not in > range(128) > > I've read so many solutions about this problem, even Nick's > Blog:http://blog.notdot.net/2010/07/Getting-unicode-right-in-Python > > ...which addresses the problem very well.

[google-appengine] Serving talkgadet.google.com through your own app

2011-03-22 Thread Westmark
Hi! I was just wondering how much of problem it would be to add the possibility to serve the channel API through your own app instead of via talkgadget.google.com. Kind of like how you serve the Remote API by adding the handler to your app.yaml without actually writing any code for it. BR / Fredr

Re: [google-appengine] Re: GQL performance slow

2011-03-22 Thread Ikai Lan (Google)
I think you should run AppStats and see what's going on. 2000 entities is never going to be particularly fast, but 3 seconds might be a bit on the high side. Run the tool to be sure. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://t

Re: [google-appengine] Re: Python AppEngine down

2011-03-22 Thread Ikai Lan (Google)
A general tip: Deploy a NON default version to stage your application, then run a quick visual verification. When you're happy with the release, switch that new version over to become the new default. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com

[google-appengine] how to make gae and gwt sdks work together?

2011-03-22 Thread Ania
Hi, I am developing web application where I use gwt and gae sdks.In a client module I'm using Users api and when i try to compile the app i'm getting an error that all gae imports and classes cannot be resolved.I was wondering if there is any special way to make them work together? Thank you for

[google-appengine] appcfg error: No address associated with hostname

2011-03-22 Thread Ruggero Turra
I got this error every time I use appcfg doing updating, dowloading, ... I found some other threads with this problem and the reason was related to the use of a proxy, but I'm not under a proxy. ~/google_appengine/appcfg.py --noisy --email=giurr...@gmail.com update myapplication Application: m

Re: [google-appengine] blogging drop-in package

2011-03-22 Thread vlad
bloog seems to be abandoned. No updates since 2008 there Will check out blogart Thank everyone! -- 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 th

[google-appengine] Is HTTPS blobstore Upload Realy Secure ?

2011-03-22 Thread Mahron
If you setup the upload example from the documentation and use it using an https url the upload url returned from create_upload_url will be https://*.appspot.com/_ah/upload/*. The File is uploaded but the Secure Incoming Bandwidth in the Quota Details of the admin remains at 0%. So is the file r

Re: [google-appengine] Is HTTPS blobstore Upload Realy Secure ?

2011-03-22 Thread Ikai Lan (Google)
Yes, it is encrypted. If it's not showing up in bandwidth, that could be a bug. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Tue, Mar 22, 2011 at 1:55 PM, Mah

Re: [google-appengine] Re: Upcoming scheduled maintenance for April

2011-03-22 Thread Ikai Lan (Google)
HR applications will still have access to Memcache. I don't believe it will be flushed. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Thu, Mar 17, 2011 at 7:34

[google-appengine] Re: Is HTTPS blobstore Upload Realy Secure ?

2011-03-22 Thread Mahron
Ok, 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-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more optio

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Ikai Lan (Google)
I actually think we are moving away from this direction. For customers sending large volumes of email or who require delivery guarantees, we'll be encouraging the use of services that are specifically designed for this functionality. Ikai Lan Developer Programs Engineer, Google App Engine Blog: ht

[google-appengine] Task queue operation while datastore is in readonly mode.

2011-03-22 Thread Alexander Maslov
I'm really sorry, if this question has already been answered, but I haven't found any clear answer. Is task queue fully operational, while datastore is in readonly mode? Do we still able to add new tasks? In my case I have to add log entry in the datastore on each request. I don't mind if this l

Re: [google-appengine] Prerelease SDK 1.4.3 now available for download

2011-03-22 Thread Jeff Schnitzer
On Mon, Mar 21, 2011 at 11:27 AM, Ikai Lan (Google) wrote: > Java 1.4.3 > = > - Deferred library support now available in Java. >     http://code.google.com/p/googleappengine/issues/detail?id=2381 This looks really great. You guys did a good job with the API. Jeff -- You received

[google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Jamie H
Ikai, On that note, do you have any services besides SES that you recommend? SES works well with GAE however you must slowly up your quotas, forcing you to send some mail via SES and some through GAE until your quotas are adjusted high enough... On Mar 22, 4:29 pm, "Ikai Lan (Google)" wrote: >

[google-appengine] Re: UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-22 Thread Kwame
Sure Geoffrey. Sorry about that. class Person(db.model): name = db.StringProperty() description = db.TextProperty() class PersonHandler(webapp.RequestHandler): def get(self): pers = Person() pers.name = unicode(encrypt_data(self.request.get('name'))) pers.description = unicode(

Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-22 Thread Robert Kluin
Have you tried it with Python 2.5? Robert On Tue, Mar 22, 2011 at 16:09, Ruggero Turra wrote: > I got this error every time I use appcfg doing updating, dowloading, ... I > found some other threads with this problem and the reason was related to the > use of a proxy, but I'm not under a

[google-appengine] Re: how to make gae and gwt sdks work together?

2011-03-22 Thread Brendan Doherty
Are you trying to use the appengine sdk from client code that is compiled into javascript? That won't work. You'll need to make requests from the client to the server, and have the code on the server call the appengine sdk. Have a read of the following links: - http://code.google.com/web

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread James Broberg
SendLabs is another option: http://dyn.com/enterprise-email/sendlabs-solutions On 23 March 2011 09:57, Jamie H wrote: > Ikai, > > On that note, do you have any services besides SES that you > recommend?  SES works well with GAE however you must slowly up your > quotas, forcing you to send some m

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Eric Ka Ka Ng
Hi Ikai, thx for your note. with this, we could better decide on which cases we would like to send emails through GAE and which we would like to use other external services. and would it be more formally stated in any documents, or any guideline for these considerations be documented? if i'm a ne

Re: [google-appengine] Serving talkgadet.google.com through your own app

2011-03-22 Thread Nick Johnson (Google)
Hi Fredrik, This isn't possible - the Channel API provides a service that isn't available otherwise through App Engine - if you could serve it yourself, there'd be no need for the Channel API. What are you trying to accomplish? -Nick Johnson On Wed, Mar 23, 2011 at 4:32 AM, Westmark wrote: > H

[google-appengine] upload fail

2011-03-22 Thread dhaval
i have not being able to upload to app engine for quite sometime now. I have tried command line as well as app launcher. I only get this 500 Server Error Error: Server Error The server encountered an error and could not complete your request.If the problem persists, please http://code.google

[google-appengine] my app was disabled

2011-03-22 Thread @@
I have a blog app running on appengine, and i didn't update the app or content for a long time. Today i just find that this app was disabled, how can i find out why my app was disabled and how to enable it? Thanks. -- You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Re: upload fail

2011-03-22 Thread Jay Herrick
I'm seeing the same thing... I also can't log into the dashboard. Is there currently an outage. I've been seeing this for the last 30 minutes or so. -Jay -- 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] Error: Server Error

2011-03-22 Thread Jay Herrick
I'm getting this when I log into appengine.google.com or if I try to use the appcfg.sh tool: Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please reportyour problem and mention

[google-appengine] Re: Error: Server Error

2011-03-22 Thread Jay Herrick
A few minutes later it all came back. -Jay -- 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...@

Re: [google-appengine] Serving talkgadet.google.com through your own app

2011-03-22 Thread Fredrik Westmark
Ok, I see. My devious plan is to circumvent all the webfilters out there which are already blocking talkgadget.google.com due to Google Talk. I have several friends stuck behind such filters and they want to be able to use all the features on my site. So I was hoping that my domain could act as a p

[google-appengine] Re: Error: Server Error

2011-03-22 Thread Christopher Hilla
I'm getting the same thing. Deploys were giving me trouble and now the app is up and down. Seems intermittent. Keep an eye on http://code.google.com/status/appengine --Chris On Mar 23, 2:27 am, Jay Herrick wrote: > I'm getting this when I log into appengine.google.com or if I try to use the > ap