[google-appengine] Multi-Channel App on GAE/J

2010-06-15 Thread John
? If the best way is to use multiple apps, one for each channel, then how do I make sure all apps connect to the same datastore? Sorry if this is a FAQ/dumbie question, I have searched, but not found - so either there's no off the shelf answer, or I'm using the wrong terms. Thanks - Joh

[google-appengine] users.get_current_user() returning None for https requests

2010-07-13 Thread john
I have a handler with the "secure: optional" setting in my app.yaml file. When I make http requests to one of its url's, the data is retrieved and returned no problem. When I make an https to the same url, however, the handler's call to users.get_current_user() returns None, so that the request can

[google-appengine] Re: users.get_current_user() returning None for https requests

2010-07-13 Thread john
hitting your URL using https? > > The cookie you'll receive for http isn't valid for your https URLs, so > you need to login again. > > Andi > > > > On Tue, Jul 13, 2010 at 7:18 PM, john wrote: > > I have a handler with the "secure: optional" s

[google-appengine] Re: Early Christmas Present from Google?

2010-11-08 Thread john
Me too -- my apps are noticeably faster. How these guys at Google do it? On Nov 8, 5:14 am, Aurelian wrote: > Really great job !!! well done !! > > Fromhttp://www.we-sport.com > > On 8 Nov, 09:18, Julian Namaro wrote: > > > > > > > > > Back in July, and even after a maintenance before that I n

[google-appengine] Re: App Gallery no longer available

2010-11-09 Thread john
Thanks for the info. In terms of checking the Reddit page for updates, I don't see any article there with App Gallery in the title. Is there some announcement about dropping it there? If so, would someone please post a link to it? Dropping the App Gallery isn't big deal to me, as I hadn't looked

Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-28 Thread john
work. This might not be your issue, but it's one thing to check. Jeff On Thu, Apr 28, 2011 at 4:55 PM, John Wheeler j...@highvolumeseller.com> wrote: > Just to update. I have copied all my entities over into a new HR datastore, > and I am having the EXACT same pro

Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread john
take what I can get thanks On Apr 29, 2011 10:18am, Alfred Fuller wrote: What is the app id of the High Replication version of your app? On Thu, Apr 28, 2011 at 2:55 PM, John Wheeler j...@highvolumeseller.com> wrote: Just to update. I have copied all my entities over into

Re: Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread john
ast: Date d = (Date) entity.getProperty("somedate") If it is an unindexed property, you have to parse string String mydata = ((Text) entity.getProperty("someunindexedprop")).getValue() On Apr 29, 2011 2:17pm, Ravi Sharma wrote: Thanks John I wished Goole App JDO or Low le

Re: Re: Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread john
PersistenceException (JPA). On Apr 29, 2011 4:39pm, Ravi Sharma wrote: i am not sure..but i think yes...i have not seen docs where it says so...if you can point me to that doc then it will be great. On Sat, Apr 30, 2011 at 12:29 AM, John Wheeler j...@highvolumeseller.com> wrote:

Re: [google-appengine] Re: the min instace time is 24 hours?

2011-09-09 Thread John
There is an issue currently that the billing history comparison does not work like whatever Jon describes - and it may be because of the 3 resident instances. For example with my 3 resident instances being almost idle 100% of the day, I still get a comparison bill which includes 3x24 hours resi

Re: [google-appengine] Re: Why I think it's the time to leave GAE.

2011-09-09 Thread John
"But part of what you are getting with App Engine is the ability to scale when you need to without having to completely re-architect" That's kind of ironic. To start with app engine YOU HAVE to completely re-architect the app to accommodate App Engine (compared to every other platform/framework

[google-appengine] Corrupted datastore - missing entities?

2011-09-09 Thread John
Hi, there seems to have been some outage (M/S datasore) as our datastore is missing entities which have been created on September 2nd. Was there an announcement about this ? If not, we do we contact to investigate the missing entities ? (we have orphan references in our datastore). Can't wait

[google-appengine] Long running tasks impact on scheduler ?

2011-09-10 Thread John
I'd like to know what is the impact of tasks on the scheduler. Obviously tasks have very high latency (up to 10 minutes, but not using much cpu - mostly I/O). What is their impact on the scheduler if any ? Would be nice to have some sample use cases on how the scheduler is supposed to react. Fo

Re: [google-appengine] Re: Long running tasks impact on scheduler ?

2011-09-12 Thread John
What about using the task header X-AppEngine-FailFast ? I understand that the task will be retried if no instance is available to serve it immediately - and no new instance will be spun up. Would that be a good idea ? We'd like to avoid using backend instances for tasks (to avoid paying double).

[google-appengine] NO? App Engine Chat time?!

2011-11-02 Thread John
It's the first Wednesday, but there were no appengine folks on irc://irc.freenode.net/#appengine Is this venue defunct? -- 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/

[google-appengine] Downtime on 6 Dec?

2011-12-06 Thread John
We've seen some announcements, but one would hope there would be something about planned downtime on the status page. Is the datastore still going to maintenance mode at 5:30? -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Downtime on 6 Dec?

2011-12-06 Thread John
There ya go! The status page still doesn't say anything about scheduled maintenance - it says 'investigating' datastore. -- 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/

Re: [google-appengine] Re: Downtime on 6 Dec?

2011-12-06 Thread John
I'm well aware of the announcements DL. The point is the status page is not updated. Letting things slide was fine when we got lots of resources for very little money. Now that's changed, and the service should meet some reasonable level of quality. -- You received this message because you are

Re: [google-appengine] Re: Downtime on 6 Dec?

2011-12-06 Thread John
Yup. Status page still says "investigating"; "Anamoly". -- 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/-/

[google-appengine] Re: Downtime on 6 Dec?

2011-12-06 Thread John
What I understand is that when the datastore is in maintenance, deployment (and at least some aspects of admin console) won't work. -- 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.go

[google-appengine] Re: HTTPS with wildcards subdomains on custom domains

2011-12-08 Thread John
I tried to submit a request to test the SSL for custom domains a few weeks ago, but I haven't heard anything. I have a beta release in about a month and it would be nice to deploy the app that requires SSL on the owned domain using Appengine. -- You received this message because you are subscr

[google-appengine] Isn't .08/hr 1.92/day $59.52/month for a 600 MHZ CPU instance with 128 MB memory a LITTLE EXPENSIVE

2011-12-14 Thread John
Just started thinking about this... but now that we are basically paying for all the datastore reads/writes, and bandwidth separately... Isn't paying $60 a month for a 600 MHZ instance with only 128 MB ram a little expensive? Just taking a quick glance at EBAY, I can buy a > 2 GHZ machines with

[google-appengine] Re: Isn't .08/hr 1.92/day $59.52/month for a 600 MHZ CPU instance with 128 MB memory a LITTLE EXPENSIVE

2011-12-14 Thread John
When it comes to writes I call it the "times two phenomenon". I have NO IDEA why you can't do anything that is not 2 writes??? e.g. If you have a very simple Entity with 5 properties (none set to the NON default status of Unindexed) and you save it, it is 12 writes. Key

Re: [google-appengine] Isn't .08/hr 1.92/day $59.52/month for a 600 MHZ CPU instance with 128 MB memory a LITTLE EXPENSIVE

2011-12-14 Thread John
If computer time is "free", what is up with the exponential memory costs? -- 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/-/8QpGUUoyNJwJ. To post to

Re: [google-appengine] Isn't .08/hr 1.92/day $59.52/month for a 600 MHZ CPU instance with 128 MB memory a LITTLE EXPENSIVE

2011-12-14 Thread John
Using it wrong? Let's see. My first choice is F1 instance with 128 MB ram = .08/hr If I want more, my next available option is F2 with 256 MB ram = .16/hr If I want more, my only next available option is F4 with 512 MB ram = .32/hr Each available choice is double the cost of the previous one...

Re: [google-appengine] Isn't .08/hr 1.92/day $59.52/month for a 600 MHZ CPU instance with 128 MB memory a LITTLE EXPENSIVE

2011-12-14 Thread John
As I stated "Each available choice is double the cost of the previous one". That is exponential. Am I missing something here?? e.g. 2^n where i is the index of the instance choice (0,1,2,...) therefore cost = 2^n * .08 Based on that, if an F8 were to be available, a 1024MB instance would be

Re: [google-appengine] Rescheduled maintenance period?

2012-02-29 Thread John
Please give more than one week notice for planned outages. To this point, the March 7 date hasn't been posted to google-appengine-downtime-not...@googlegroups.com On Wednesday, February 29, 2012 11:43:25 AM UTC-8, Amy Unruh wrote: > > > > On Wed, Feb 29, 2012 at 10:58 AM, Amy Unruh wrote: > >>

[google-appengine] Re: Datastore offline as of 3:40pm PST

2012-03-09 Thread John
It's recommended that we make use of the CapabilitiesService. This lets you get values like "UNKNOWN" and "DISABLED" for things like "DATASTORE_WRITE". I'm curious what value it would have provided during this period. On Friday, March 9, 2012 3:59:36 PM UTC-8, blackpawn wrote: > > The datastore

Re: [google-appengine] Re: Outages?

2012-03-09 Thread John
My app is responding, again. -- 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/-/pJUdXZmD8uwJ. To post to this group, send email to google-appengine@go

[google-appengine] Re: Help, I changed nothing but my application ate all my resources

2012-03-09 Thread John
Indeed, appengine was having a problem and some apps ended up chewing up quite a bit of instance time in order to fail with the sort of error your app encountered. On Friday, March 9, 2012 4:54:51 PM UTC-8, Tony wrote: > > Now it says "Your application is at or near its daily budget limit." It

Re: [google-appengine] Re: Outages?

2012-03-09 Thread John
Our apps seem to be better since about 15:30 PT. On Friday, March 9, 2012 5:56:02 PM UTC-8, Amit Sangani wrote: > > Any update on this? Still seeing many errors & exceptions in the logs. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: Datastore offline as of 3:40pm PST

2012-03-14 Thread John
ur code didn't fare any better than ours in this outage. > On Friday, March 9, 2012 4:10:53 PM UTC-8, John wrote: >> >> It's recommended that we make use of the CapabilitiesService. This lets >> you get values like "UNKNOWN" and "DISABLED" for t

[google-appengine] Need to change authentication mode for a new (undeployed) app

2012-04-26 Thread John
d will still be reserved. We really would like to use the appId that we created (goal-card), so I wonder if there's some way to get help from Google to change the authentication setting or delete the app and be able to create a new one under the current appId (goal-card). Thanks! John -

[google-appengine] Strange behavior with static .png file

2013-05-12 Thread john
I have some .png files in a directory that is configured as a static file handler. When I point my browser to the URL for any of the images, the result is not what I expect: - On Windows/Chrome, the image file is not displayed, but instead it is automatically downloaded. - On OSX/Chrom

[google-appengine] Strange behavior with static .png file

2013-05-12 Thread john
I have some .png files in a directory that is configured as a static file handler. When I point my browser to the URL for any of the images, the result is not what I expect: - On Windows/Chrome, the image file is not displayed, but instead it is automatically downloaded. - On OSX/Chrom

[google-appengine] Re: Strange behavior with static .png file

2013-05-12 Thread john
T > > On Monday, May 13, 2013 9:22:40 AM UTC+8, john wrote: >> >> I have some .png files in a directory that is configured as a static file >> handler. When I point my browser to the URL for any of the images, the >> result is not what I expect: >> >>- O

[google-appengine] Re: Strange behavior with static .png file

2013-05-13 Thread john
.. I know I can workaround things by creating a subdirectory for png files only -- so I can set the mime type explicitly -- but I really suspect there is something wrong in my setup or something else that I am missing. On Sunday, May 12, 2013 11:43:50 PM UTC-4, john wrote: > > Using curl

Re: [google-appengine] Re: Strange behavior with static .png file

2013-05-14 Thread john
yed in an HTML page, they work fine. > > This SO article may also help > > http://stackoverflow.com/questions/15179915/serve-static-png-files-with-an-image-png-content-type-not-image-x-png > > > > > On 14 May 2013 00:41, john > wrote: > >> Yep, my problem stem

[google-appengine] Cannot retry migration to HRD

2013-06-16 Thread john
I tried to migrate my app to HRD, but canceled/reverted it after several hours. The original app was restored OK and is now running, however I cannot try migrating again because the migration tool says there is currently a migration in progress. Is there some way to reset things so I can retry

[google-appengine] A Google Apps URL redirects to my Apps Engine .appsot.com for Go

2013-07-30 Thread John
How to I end this re-direct so Google Apps accesses it as originally done? thx -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr..

[google-appengine] Cron failure on 1.8.3

2013-08-02 Thread john
My daily cron at 00:15 UTC failed last night, and there is no info for it in the logs. My instances changed from 1.8.2 to 1.8.3 yesterday -- did that have something to do with it? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubsc

[google-appengine] Re: Cron failure on 1.8.3

2013-08-03 Thread john
013 4:45:26 PM UTC-4, Vinny P wrote: > > On Friday, August 2, 2013 9:09:02 AM UTC-5, john wrote: > >> My daily cron at 00:15 UTC failed last night, and there is no info for it >> in the logs. > > > > What does your cron page show you? Does it say something like "

[google-appengine] Re: dashboard graph reports 404 as errors

2013-09-24 Thread john
Me too. I've implemented a RESTful interface for my apps, and 404 is a valid reply status. I wish my dashboards would only report 500's as errors, or at least let me hide the "Total Errors" plot. On Friday, September 20, 2013 11:52:22 AM UTC-4, pdknsk wrote: > > I was surprised to have the das

[google-appengine] Error using Google APIs Client Library for Python

2013-10-02 Thread john
My app uses the Google API Client library to access my Google Calendar, but starting Tuesday, an error occurs when the client code tries to refresh the access token to my Google account. The error message indicates that the oauth2 server is returning a 500 error: -- AccessTokenRefreshError('I

Re: [google-appengine] Error using Google APIs Client Library for Python

2013-10-04 Thread john
Thanks, but I have since learned that my Google API project/key got deleted. And how that happened is just a mystery... On Thursday, October 3, 2013 4:33:56 PM UTC-4, Vinny P wrote: > > On Wed, Oct 2, 2013 at 11:35 AM, john > > wrote: > >> My app uses the Google API Cli

[google-appengine] Same email problem here.

2008-09-03 Thread John
Whew... I'm glad to hear it's not just us. I was going nuts trying to debug this. What I find strange is that if I revert the site to an older version, the email processing works again. I'm wondering if there was some change to the appEngine that causes this... Any thoughts? thx, -J --~--~--

[google-appengine] Re: Development Console - Datastore Error

2008-09-19 Thread John
Thanks, I followed Marzias recommendation, and changed the line, (also deleted the pyc file) and restarted the local server and it now I can view my admin console again. I'm running win XP. On Sep 17, 11:33 pm, Roy Leban <[EMAIL PROTECTED]> wrote: > Yup, that fixes it. I'm going to add a little

Re: [google-appengine] Re: Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-19 Thread john
+1 I also lament the loss of the turnkey environment that app engine used to provide. I can only presume that the business model for it isn’t very profitable, otherwise someone else would reproduce it. On Monday, March 16, 2020 at 2:47:25 AM UTC-4, Nickolas Daskalou wrote: > > Same experien

[google-appengine] Re: app engine is down?

2010-02-24 Thread John
down for me! On Feb 24, 10:53 am, Andrei wrote: > me too > > On Feb 24, 10:52 am, vivpuri wrote: > > > > > +1 > > > Admin console and app, both, HTTP 500 > > > On Feb 24, 10:51 am, kang wrote: > > > > Error: > > > Server Error > > > > -- > > > Stay hungry,Stay foolish. -- You received this me

[google-appengine] Re: Bulk Upload Images

2009-07-06 Thread John
obProperty()) > property. I have no idea how to insert the image files/data into the > CSV. So that I can upload the data through the bulk uploader tool. > > I tried Microsoft Excel, but I cannot insert an image into a single > cell (lol). > > Does anyone have an idea on

[google-appengine] Re: Bulk Upload Images

2009-07-06 Thread John
is time, the entity has an image (db.BlobProperty()) > > property. I have no idea how to insert the image files/data into the > > CSV. So that I can upload the data through the bulk uploader tool. > > > > I tried Microsoft Excel, but I cannot insert an image into a single > &

[google-appengine] Re: Create additional applications

2009-07-15 Thread John
eed to dig out another phone? > >> > >> -- > >> Nick Johnson, App Engine Developer Programs Engineer > >> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration > >> Number: 368047 > > > >

[google-appengine] Re: Need input: developers and Azure VS GAE

2009-07-15 Thread John
your choice of development > platform. The Azure SDK will install and run on Vista or Windows > Server 2008, and you will need a Visual Studio 2008 license. On the > other hand, you can build AppEngine applications on Windows (XP, > Vista, 7, etc), MacOS or Linux. > > >

[google-appengine] Re: Upload data

2009-07-25 Thread John
of chat requests to understand what your > developers created. > > See my posting > > http://groups.google.de/group/google-appengine/browse_thread/thread/2969e1134d5444d1?hl=en > > Kind regards, > Holger > > > > -- Cheers, John Creative Director / Software En

[google-appengine] appcfg upload authentication problem

2009-08-17 Thread John
://localhost:8000/remote_api any help on this is much appreciated, John. --~--~-~--~~~---~--~~ 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@googlegro

[google-appengine] Issues with App Upload

2009-08-26 Thread John
les to the existing one and upload. Its able to execute a few things but it is unable to the new html templates. 5. I have a feeling that the new files that I have added to the app directory are not uploaded to the server. Is there a way to check the files that are uploaded ? Thanking You, Since

[google-appengine] IP addresses from which webservice requests can come from

2008-11-04 Thread John
I need to use a third party webservice that authenticates requests as coming from specific IP addresses (yes, I know... how 20th century. Can't help it, third party, you know.) Is there a known list of IP addresses of gateways that appengine requests can be coming from, so I can provide that list

[google-appengine] Re: IP addresses from which webservice requests can come from

2008-11-05 Thread John
nd/or pressure the vendor to change their authentication? On Nov 5, 9:55 am, Jeff S <[EMAIL PROTECTED]> wrote: > Hi John, > > As a general rule we don't provide official IP address lists, in part > because they tend to change fairly often. > > Cheers, > > Jeff >

[google-appengine] clean urls?

2009-02-17 Thread John
I'm trying to do the following: In app.yaml: - url: /product/id/([0-9]*)/ script: product.py?id=\1 but its not working, seems to ignore the query string. Is there any way I can get this to work? thanks --~--~-~--~~~---~--~~ You received this message because y

[google-appengine] how to server app on my own domain?

2009-02-21 Thread John
I've created my first app and I would like it to have its own domain (ie www.mydomain.com). I know this is possible since others are doing it (ie www.giftag.com). How can I accomplish this? I've already tried creating a cname but that didn't work, it just loads the google homepage. --~--~

[google-appengine] Re: Counting more than 1000 results.

2009-02-21 Thread John
I don't believe there is a way. I think you will need to create a counter and store that information. This article might help: http://code.google.com/appengine/articles/sharding_counters.html On Feb 21, 6:42 pm, ehmo wrote: > Hey guys, i want to know amout of data from specific query. there is

[google-appengine] Re: how to server app on my own domain?

2009-02-22 Thread John
Is there a solution other than google apps? It appears google apps is a paid service for businesses. On Feb 21, 10:47 pm, Alexander Kojevnikov wrote: > On Feb 22, 5:08 pm, John wrote: > > > I've created my first app and I would like it to have its own domain > > (iewww

[google-appengine] App Engine SDK Cheat Sheet

2009-03-11 Thread John
Hi All, Not sure if you saw the blog post this morning, but we created a cheat sheet: http://googleappengine.googlecode.com/files/google_app_engine_cheat_sheet_119_1.pdf We'd love your feedback. Feel free to post it on this thread. If you're attending SxSW, please say hello! Che

[google-appengine] upload_data authentication problem

2009-05-04 Thread John
Hi group, I am having some problem with upload_data. I get an authentication error without even being asked for email and password. ~/Sites/appengine $ appcfg.py upload_data --config_file=app-id/ country_loader.py --filename=app-id/countries.csv --kind=Country app- id/. I tried with these few

[google-appengine] How to point multiple cname aliases to my custom domain

2009-05-04 Thread John
I have set up my custom domain on google apps for google app engine like... http://www.a.com points to http:myapp.appspot.com, then I created a cname on another domain like test.b.com to point www.a.com. http://www.a.com works fine, but my cname (test.b.com) pointing to http://www.a.com does no

[google-appengine] cname aliasing

2009-05-04 Thread John
Can I point other cnames to my custom domain's cname alias? For example: My app is called http://myapp.appspot.com . I go into google apps and point my custom domain to www.a.com to my app(this works). Can I then point another cname like www.b.com to www.a.com. I have set this up but get a 404? -

[google-appengine] Splitting app into multiple .py files

2009-05-28 Thread John
Hello, I'm trying to split my app into multiple py files instead of having it all in one py file, I created a new file 'customers.py' and placed: "import cgi import os from datetime import * from google.appengine.api import users from google.appengine.ext import webapp from google.appengine.ext

[google-appengine] Re: Splitting app into multiple .py files

2009-05-28 Thread John
:02AM 33.030 : No module named customer Traceback (most recent call last): File "/base/data/home/apps/support-system/1.333807561572604767/ scripts/support-system.py", line 12, in from customer import MainPage_Handler (I tried it with and without the scripts. prefix) On May 28, 3:13 

[google-appengine] Re: Splitting app into multiple .py files

2009-05-28 Thread John
Solved. On May 28, 6:04 pm, John wrote: > At the end I meant: > 148.197.104.166 - - [28/May/2009:10:02:33 -0700] "GET / HTTP/1.1" 500 > 0 - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 > (KHTML, like Gecko) Chrome/2.0.172.28 Safar

[google-appengine] Re: Gae is down ?

2009-06-26 Thread John
gt; Server Error > > > > > > A server error has occurred. > > > > > > Return to Applications screen » <http://appengine.google.com/> > > > -- Cheers, John Creative Director / Programmer Digital Eternal (http://www.digitaleternal.com) Branding, Web D

[google-appengine] Re: upload_data authentication problem

2009-06-27 Thread John
django-based application? I have production data I want to transfer over to the app engine datastore. On May 5, 8:40 pm, "Nick Johnson (Google)" wrote: > Hi John, > > Are you using a Google Apps account as an administrator? If your app > is set to allowauthenticationfrom a

[google-appengine] Re: upload_data authentication problem

2009-06-29 Thread John
Oh thanks. In the meantime I exposed my models using rest and added those items that way. On Tue, May 5, 2009 at 8:40 PM, Nick Johnson (Google) < nick.john...@google.com> wrote: > > Hi John, > > Are you using a Google Apps account as an administrator? If your app > is set to

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

2010-11-19 Thread John
Wow, this great stuff, definitely looking forward to the channel api:) Great job App Engine team! On Nov 18, 5:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.

[google-appengine] Deployment failures during clonefiles

2010-12-17 Thread John
Beginning about 5:30PT, we've been unable to deploy to Appengine for Java. We get a 500 error on clonefiles in most cases. We did make a change to add some 0.5MB media files to the deployment. Is there a problem with deployment? -- You received this message because you are subscribed to the Goog

[google-appengine] Strange error calling images.get_serving_url(): 'BlobKey' has no len()

2011-01-02 Thread john
Using the dev server, I am trying to display some image files stored in the blobstore. However, when I call images.get_serving_url(), I get a python error saying that the BlobKey passed in to the function has no len() method. I wouldn't expect BlobKey to have a len() method, so I presume something

[google-appengine] Console 500 error and Datastore timeout

2011-01-05 Thread John
At about 13:15 PT on 5-Jan, started getting Datastore timeout from one of my apps. Tried looking at GAE console and got 500 error. -- 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...@google

[google-appengine] Re: Requests are timing out and GAE is slow...

2011-01-05 Thread john
Both my apps are down too. Actually, one of my apps has static files and they still seem to be serving. The dynamic pages are all 500's On Jan 5, 4:26 pm, Chris Vaughn wrote: > I'm seeing the same thing.  Lots of 500's and the last request logged was 20 > minutes ago. -- You received this me

[google-appengine] Re: Requests are timing out and GAE is slow...

2011-01-05 Thread john
And yep, my pages seem to have returned also. On Jan 5, 4:29 pm, john wrote: > Both my apps are down too. > > Actually, one of my apps has static files and they still seem to be > serving. The dynamic pages are all 500's > > On Jan 5, 4:26 pm, Chris Vaughn wrote: >

[google-appengine] Re: Strange error calling images.get_serving_url(): 'BlobKey' has no len()

2011-01-05 Thread john
wo lines in the ServerHandler.get() method. If someone can help me get the images.get_serving_url() function to "work", I would really appreciate it. I've been dead in the water on this for days. On Jan 2, 3:54 pm, john wrote: > Using the dev server, I am trying to display

[google-appengine] Re: Requests are timing out and GAE is slow...

2011-01-05 Thread john
Neither of my apps use Task Queues On Jan 5, 4:40 pm, Chris Vaughn wrote: > Are any of you guys using Task Queues? > > It seems that some of my Tasks aren't running but the Task Queues admin page > is giving me a 500 so I can't check on them. -- You received this message because you are subscr

[google-appengine] Re: Strange error calling images.get_serving_url(): 'BlobKey' has no len()

2011-01-05 Thread john
info.key())) # wrapped the key > in a str() call > """ > > thanks for the report, > robert > > On Jan 5, 1:48 pm, john wrote: > > > I can crash the dev server when it is running the Blobstore "Complete > > Sample App" > >

[google-appengine] Can't Deploy 500 errors

2011-02-07 Thread John
Getting: Server: appengine.google.com. Scanning files on local disk. Scanned 500 files. Initiating update. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- -- You received this message because you are subscribed to the

[google-appengine] Re: Can't Deploy 500 errors

2011-02-07 Thread John
Nevermind DB in Maintenance Mode. -- 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...@googlegrou

[google-appengine] Re: Is app engine down?

2011-03-08 Thread john
My app isn't *completely* down, but has been suffering an extremely high rate of errors (maybe 50% of requests) for over an hour. The system status page indicates "Normal", and nothing has been posted to http://groups.google.com/group/google-appengine-downtime-notify, so let's hope it's at least is

[google-appengine] Can't create application

2011-03-28 Thread John
I've created a Google App Engine account, but I'm falling at the first hurdle. When it asks me for my mobile number with country code, I type it in but it gives me an error - There were errors:Mobile Number or Username I've definitely entered the country code and removed the leading zero from my n

[google-appengine] My apps account after "the transition" can sign into GAE app's default authentication

2011-04-07 Thread john
My Google Apps account was recently updated to the Google Accounts transition (http://www.google.com/support/accounts/bin/static.py? page=guide.cs&guide=29934). It turns out that I can now sign into my GAE application using my Google Apps account, even though the GAE app is set up for standard Goog

[google-appengine] Re: Appengine datastore resets on OSX

2010-07-14 Thread John Gardner
The datastore is created, by default, in /tmp, which OSX wipes by default on reboot. You can set a different path for the datastore in the launcher parameters, to someplace where that is not nuked on reboot, e.g. "--datastore_path=/somewhere/golden" On Jul 14, 10:07 am, Bernard Matthews wrote: >

[google-appengine] Re: Logging Console in Mac Launcher

2010-08-18 Thread John Gardner
Know what would be better? A pause button. With ajax requests going and lots of logging, the console is pretty unusable; you can't even copy/paste unless you are inhumanly fast. On Aug 17, 7:56 pm, Matt H wrote: > Yup. I <3 this. > > On Aug 17, 11:37 pm, Jason C wrote: > > > > > OMG! There is

[google-appengine] Re: Logging Console in Mac Launcher

2010-08-20 Thread John Skidgel
Hi John, How would pause work? And have any of you tried searching in the logging console yet? Cheers, John On Aug 18, 2:53 pm, John Gardner wrote: > Know what would be better?  A pause button. > > With ajax requests going and lots of logging, the console is pretty > unusable; yo

[google-appengine] Automatically expiring paths to blobstore entities

2010-08-25 Thread John McLaughlin
do this already. My searching forums and docs hasn't turned up anything relevant. If nobody has this already I'd be happy to generalize what I have and post it. Thanks, John -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Re: Detect Mobile Phone

2010-08-25 Thread John McLaughlin
If you're just trying to determine if it's mobile and nothing else -- grepping the HTTP_USER_AGENT for "Mobile" and "Blackberry" will catch most smart phones (iPhones, Androids, Blackberrys). Grepping for about 10 patterns of manufacture names should get you to 99%. See http://en.wikipedia.org/wi

[google-appengine] Re: Automatically expiring paths to blobstore entities

2010-09-01 Thread John McLaughlin
n > store the random key into memcache and just let the expiration mechanism > handle it, the only drawback here is the potential for volatility. > > On Wed, Aug 25, 2010 at 2:39 PM, John McLaughlin < > > > > > > johnmclaugh...@massanimation.com> wrote: > &

[google-appengine] Datastore viewer query by key.

2010-09-02 Thread John Gardner
This is probably obvious, but: I cannot for the life of me figure out how to fetch a known entity by key in the viewer. The GQL reference doesn't specify key syntax, since you can do a db.get(key) from code. I've tried: SELECT * FROM entity where __key__ = "string-key" SELECT * FROM entity where

[google-appengine] Programatically uploading blobs to the datastore

2010-09-02 Thread John Boxall
imes out because it can only handle a single request at a time - and this handler spawns a second request to the application. However it's also failing on AppEngine itself with a "DownloadError: ApplicationError: 5" exception. Is it not possible to programatically upload blobs? C

[google-appengine] Re: Programatically uploading blobs to the datastore

2010-09-02 Thread John McLaughlin
This seems very closely related to: http://groups.google.com/group/google-appengine-python/browse_thread/thread/879821e0d91a61e7# On Sep 2, 11:25 am, John Boxall wrote: > Hey AppEnginites, > > I'm trying to programatically uploading blobs to the datastore from my > application v

[google-appengine] Re: Programatically uploading blobs to the datastore

2010-09-02 Thread John Boxall
Hey John, Thanks for the link - it's exactly the same problem. I'll continue the discussion there! Cheers, John On Sep 2, 12:23 pm, John McLaughlin wrote: > This seems very closely related > to:http://groups.google.com/group/google-appengine-python/browse_thread/... > &

[google-appengine] Re: Uploading to the blobstore directly

2010-09-06 Thread John McLaughlin
I think you've got the picture. I was dealing with this sort of thing a couple weeks ago and wrote a cookbook page that kinda-sorta makes it a one step process. http://appengine-cookbook.appspot.com/recipe/just-in-time-blobstore-upload-urls Let me know if it's helpful. -- John On Se

[google-appengine] Re: get_serving_url and DDOS attacks

2010-09-06 Thread John McLaughlin
addresses that are hammering a "get_serving_url" URL? Another concern is being able to take immediate action to take down offensive or illegal material. John On Sep 6, 6:38 am, Niklasro wrote: > On Sep 5, 8:47 am, Flips wrote:> Hi, > > > I am actually planning a new

[google-appengine] Make a simple uploader interface for war

2010-09-13 Thread John Tadros
difficult to handle in Java. So any idea how can i handle this case of password prompt ? Also anyone has an idea if this has been already done before and can point me to that already done work as I didn't find anything on Google Regards John -- You received this message because you are subscribed t

[google-appengine] Re: Retrieving image from a Blob

2010-09-14 Thread John McLaughlin
The one thing that looked off to me is that the line in ServePhoto photo = db.get(self.request.get("photo_id")) might want to be photo = Photo.get(self.request.get("photo_id")) I think db.get is a datastore method, not an inherited method from db.Model On Sep 13, 8:09 pm, Robert Klu

  1   2   3   4   5   6   >