Re: [google-appengine] my app was disbled, can i re-enable it?

2015-07-11 Thread Iron Mountain Foundry
How can I re-enable my application using the new dashboard? On Sunday, July 21, 2013 at 10:37:26 AM UTC-7, Vinny P wrote: On Thu, Jul 18, 2013 at 4:24 AM, Noom Assawin wrote: my app was disabled, can I re-enable it? Yes, you can reenable a disabled application. Go to your application

[google-appengine] Re: PayPal service upgrade for merchants on AppEngine

2015-06-06 Thread Iron Mountain Foundry
Cross-referencing another thread discussing this same topic: https://groups.google.com/forum/#!topic/google-appengine/YyTC6PBgYxw -- 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

[google-appengine] PayPal service upgrade for merchants on AppEngine

2015-06-04 Thread Iron Mountain Foundry
PayPal is upgrading their SSL certificates this year, according to their [Merchant Security System Upgrade Guide][1]. It the guide, it says to: - Discontinue use of the Verisign G2 Root Certificate and use the G5 Root Certificate, and - Update to the SHA-256 signing algorithm My merchant

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-17 Thread Iron Mountain Foundry
Yes, +1 for Karl's feedback! Please treat this like a professional product, and don't treat us like beta testers. We want to rely on GCP but it still feels like a collection of services hacked together. We want better documentation, examples and more mainstream tools, and a more polished

[google-appengine] Re: Google App Engine SDK 1.9.18 is now available

2015-02-20 Thread Iron Mountain Foundry
There is an annoying behavior in this newest release that requires confirmation in a browser window every time the Deploy button is clicked: http://stackoverflow.com/questions/28622954/annoying-new-confirmation-page-in-google-app-engine-launcher -- You received this message because you are

[google-appengine] Re: what may cause this and how to avoid? This request caused a new process to be started for your application...

2014-04-07 Thread Iron Mountain Foundry
I am seeing the same thing. It seems to have really increased since April 1 to the point that every single request causes a new process. I posted this on another thread titled Processes are expiring way too soon. I will follow this thread instead. My application already allows warmup

[google-appengine] Processes are expiring way too soon

2014-04-04 Thread Iron Mountain Foundry
I am seeing new process startups almost every time I refresh a page. This started happening a couple of days ago. Is there a new control somewhere that specifies how long a process waits before expiring? This request caused a new process to be started for your application, and thus caused

[google-appengine] Re: BREACH attack - is App Engine vulnerable?

2013-08-06 Thread Iron Mountain Foundry
I'm not from Google, but this seems a little to slick of a presentation. They already have a glossy website with a custom domain name, complete with bios on the authors. Just because it's associated with BlackHat doesn't mean it's a class 1 emergency. Reading up on the details shows that

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-09 Thread Iron Mountain Foundry
+1 to everything jon said. On Saturday, June 8, 2013 5:26:54 PM UTC-7, jon wrote: I will migrate to GCS if: * All conditions stated by Chris Ramsdale are met * It is fully compatible with Blobstore's dynamic resize feature (eg the =s parameter still works) * It allows for a file upload

[google-appengine] App is encountering errors after maintenance period ended

2013-05-24 Thread Iron Mountain Foundry
My app, eticketexpress, never recovered after the maintenance period ended. When I request any page from my site, I get Error: Server Error pages. Please fix this asap! Thank you, Brent Washburne -- You received this message because you are subscribed to the Google Groups Google App

Re: [google-appengine] Migrating to HRD with an existing app id

2012-09-29 Thread Iron Mountain Foundry
that the old id (which becomes inaccessible) points to the new app instead. On Sat, Sep 29, 2012 at 4:14 AM, Iron Mountain Foundry brentwa...@gmail.com javascript: wrote: I need some assistance from the Google App Engine team. I have two application names reserved, both using the Master

Re: [google-appengine] Migrating to HRD with an existing app id

2012-09-29 Thread Iron Mountain Foundry
of a created app. And you can't delete an app to recreate it as a different type. Instead you create a new app, that uses the id of the old one. On Sat, Sep 29, 2012 at 8:54 PM, Iron Mountain Foundry brentwa...@gmail.com javascript: wrote: Hi Barry, Thanks for the quick reply. My problem

[google-appengine] Migrating to HRD with an existing app id

2012-09-28 Thread Iron Mountain Foundry
I need some assistance from the Google App Engine team. I have two application names reserved, both using the Master/Slave datastore. Only one is active. I had reserved the second one (a while ago) in anticipation of the HRD migration, in order to retain the app name. I would like to change

[google-appengine] Re: Pipeline InvalidEmailError

2011-08-16 Thread Iron Mountain Foundry
threads there has been discussion about this possibly being related to having a period ('.') in the sender's email address.    http://code.google.com/p/googleappengine/issues/detail?id=5575 Robert On Mon, Aug 15, 2011 at 11:17, Iron Mountain Foundry brentwashbu...@gmail.com wrote

[google-appengine] Zipimport

2011-08-16 Thread Iron Mountain Foundry
OK, I had asked this as part of another posting, but it was ignored. Here it is again, all by itself: Has anyone successfully used zipimport in Python on appengine (for something besides Django)? Do you put the .zip file in the top level directory? In a subdirectory, do you reference it using

[google-appengine] Pipeline InvalidEmailError

2011-08-15 Thread Iron Mountain Foundry
This is strange. I'm experimenting with the Pipeline API (so I'm probably doing something wrong). My pipeline created a fanout with multiple tasks, and each one terminated with this message: Pipeline ID c8d2d7f5c70011e092a8d5ae72c9b590 in bad state for purpose abort: aborted Is it saying that

[google-appengine] Using MapReduce as a zipimport

2011-08-14 Thread Iron Mountain Foundry
Hi all, I'm trying out the MapReduce library as a way to handle long- running tasks. The very first thing in the Getting Started page ( http://code.google.com/p/appengine-mapreduce/wiki/GettingStartedInPython ) is to download the library into the application directory. This adds about 100

[google-appengine] Re: Error was: 'module' object has no attribute 'TaskLeaseExpiredError'

2011-07-16 Thread Iron Mountain Foundry
there is a new bug in the taskqueue module that causes a problem if you import everything. It seems to have been introduced in the last week. Thanks to Peter for his assistance in diagnosing this! On Jul 14, 4:04 pm, Iron Mountain Foundry brentwashbu...@gmail.com wrote: Some more information

[google-appengine] Error was: 'module' object has no attribute 'TaskLeaseExpiredError'

2011-07-14 Thread Iron Mountain Foundry
My application was working fine until today, when the pages started returning the message There was an error while handling your request. The logs show every single request has this error: ViewDoesNotExist: Tried yyy in module xxx.views. Error was: 'module' object has no attribute

[google-appengine] Re: Error was: 'module' object has no attribute 'TaskLeaseExpiredError'

2011-07-14 Thread Iron Mountain Foundry
:04 pm, Iron Mountain Foundry brentwashbu...@gmail.com wrote: My application was working fine until today, when the pages started returning the message There was an error while handling your request.  The logs show every single request has this error: ViewDoesNotExist: Tried yyy in module

[google-appengine] Re: Google Checkout

2011-03-06 Thread Iron Mountain Foundry
I have fully implemented Google Checkout on my app, but I am less than happy with the service. For the most part, it works as advertised and I'm fine with that. I use Python and my own code to handle the API requests and callbacks, and technically the system seems fine. But there were two times

[google-appengine] Re: appengine seems fast today!

2011-02-06 Thread Iron Mountain Foundry
+1 On Feb 5, 9:27 am, Dennis dennisf...@gmail.com wrote: Today I'm noticing my (python) app is responding very fast! The datastore status page confirms very fast gets and puts -- great job!! Can we look forward to response times like this in the future??  ;-) Dennis -- You received this

[google-appengine] Re: Where can I find commercial successfully websites created using GAE?

2011-02-01 Thread Iron Mountain Foundry
I have built a set of websites on GAE. ePaymentExpress.net is the home site, with links to eTicketExpress.com , eRegisterExpress.com and eFundraiserExpress.com . They all use Python/Django and Google Checkout for online payments. We are currently running two school plays with assigned seating

[google-appengine] Re: WYSIWYG JavaScript text editor

2011-01-25 Thread Iron Mountain Foundry
simply display it using Django's |safe filter. Hi Brian, Thanks for your quick reply. This is a great forum! Brent Washburne Iron Mountain Foundry, LLC On Jan 22, 4:05 pm, Oboero Admin oboerosy...@gmail.com wrote: clEditor fromhttp://www.premiumsoftware.nethas worked well for me

[google-appengine] WYSIWYG JavaScript text editor

2011-01-21 Thread Iron Mountain Foundry
Has anyone successfully installed a WYSIWYG text editor (like TinyMCE) on App Engine? Do you have instructions? I am currently using Python/Django, so any help would be appreciated. Thanks! -- You received this message because you are subscribed to the Google Groups Google App Engine group.

[google-appengine] Re: Huge amount of database error in the last few hours

2011-01-20 Thread Iron Mountain Foundry
+1 On Jan 20, 5:54 am, Raymond C. windz...@gmail.com wrote: The status page shows nothing so I have no choice but to ask here... For the last few hours, 15% of the requests end with DeadlineExceededError on db get() or put().  Anyone else having the same database issue?  All errors have the

[google-appengine] Re: Tasks in Task Queue are not being executed

2010-09-29 Thread Iron Mountain Foundry
I'm seeing delays of over an hour today as well (Sep 28, 2010). Are you saying that the global task queue affects our individual queues? That makes sense, but can we see how much the task execution is impacted for everyone? I'd like to see an estimated delay before my task(s) can be executed.