Re: [google-appengine] Billing Issue, Who can I contact with appengine support?

2012-04-07 Thread doright
Yes, there seem to be massive issues with Billing for the lat few days (at least). It cost me 4 hours of downtime for a production app already. I emailed the address the recommended on the billing page, and raised in issue, but heard nothing about this.

[google-appengine] Re: Google checkout must die

2012-04-07 Thread doright
+1 https://groups.google.com/forum/?fromgroups#!topic/google-appengine/ug3wkV4-1cw during my 4 hour production outage last night - during Easter Bank Holiday weekend, my clients busiest so far this year - I had plenty of time to think of analogies. here's my favorite: Google is the NASA of

Re: [google-appengine] Re: No reply from Google support concerning pricing

2012-04-07 Thread doright
I've just found this thread. 3 weeks after the OP the same email address still appears on the support page when you have billing questions: appengine_updated_pric...@google.com If you're not monitoring this address can't you at least remove this address from the page and tell us what to do

[google-appengine] AppEngine + CloudSQL + Hibernate: @Transactional is forbidden

2012-04-07 Thread fabio.bozzo
Referring to question Spring Autowiring stopped working on GAEhttp://stackoverflow.com/questions/9783773/spring-autowiring-stopped-working-on-gae I ask: *why doesn't AppEngine allow me to use @Transactional hibernate-jpa annotation?* AOP (aspectj) configuration does not work, too. It uses

[google-appengine] Unable to edit Application settings in gae python app

2012-04-07 Thread Kwame
2 days ago I started the process of migrating my python gae app to python27 by creating a duplicate application in Application settings. Since then my original app's Application settings console is no longer allowing me make any changes to the Max idle instances or Min pending latency.

Re: [google-appengine] App down due to Quotas exceeded

2012-04-07 Thread Kwame
I'm having the exact same problem now, only for me it's been 2 days, and still not able to edit my billing settings! Also I'm not able to edit my Application settings, so now my app has Max idle settings set to the maximum and Min Pending latency set to the minimum - both of these settings are

[google-appengine] Re: Admin Settings: Number of Instances of my Application

2012-04-07 Thread Kwame
The slider is not working for me either. This is the only way provided to restrict the number of instances of the app. I'm wondering if there's a bug in te system now. On Friday, April 6, 2012 7:51:44 AM UTC-4, Ijaja wrote: Hi, is there a way to restrict the number of instances for my

Re: [google-appengine] App down due to Quotas exceeded

2012-04-07 Thread Matthew Jaggard
I'm pretty sure I'm not the only one who's now considering whether going live with an app on GAE is a bad idea. On 7 April 2012 11:36, Kwame iweg...@gmail.com wrote: I'm having the exact same problem now, only for me it's been 2 days, and still not able to edit my billing settings! Also I'm

Re: [google-appengine] App down due to Quotas exceeded

2012-04-07 Thread Eric Ka Ka Ng
we got the same prb last week. after 3-4 days we get replies from google helping to fix the issue. we lost business, customers, and repetition during the down time. yes, i'm sure that's an internal bug for them and many others face the similar problem. this problem affects many apps, and many

[google-appengine] Re: SSL certificate issue for appspot domain

2012-04-07 Thread willi
I've used it like that for several months now. I'll try the workaround. Thanks. On Apr 6, 11:18 pm, Barry Hunter barrybhun...@gmail.com wrote: Are you sure it worked? I think this has long been an issue.

[google-appengine] Deferred, exception DeadLineError

2012-04-07 Thread Julio Heras Jiménez
### Here the code: class wpAnalysisProcess( webapp.RequestHandler ): _user_email = None _domain = None _results = {} def _query( self ): _query = dbmodels.dbPlugin.all() _query.order( '__key__' ) return _query def

[google-appengine] Deferred, DeadLineException

2012-04-07 Thread Julio Heras Jiménez
### Here the code: class wpAnalysisProcess( webapp.RequestHandler ): _user_email = None _domain = None _results = {} def _query( self ): _query = dbmodels.dbPlugin.all() _query.order( '__key__' ) return _query def _plugin_request(

[google-appengine] SDK Problem - dev_appserver.datastore is unmodified since 25.03.2012

2012-04-07 Thread Kaan Soral
I guess my development efforts were concentrated on non-db stuff all these time so I am just realizing this now. Whenever I reset a project, all of the new data is lost, I see that dev_appserver.datastore is not written. This may be happening since I upgraded to 1.6.4 or it is probably

[google-appengine] DeferredTask always gives NotSerialisable exception

2012-04-07 Thread Deepak Singh
Hi, I am doing some database operation on GAE-JAVA using Objectify 3.0.1 through Deferedtask as follows, class TaskOp implements DeferredTask, Serializable { @Override public void run() { try{ enq.setStatus(Constant.CANCELLED_ENQUIRY); objectify.put(enq); ListPackageConversationDTO convList =

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-07 Thread stevep
Wow, very sorry to see that. The last few weeks of threads have been increasingly worrisome. I read a very candid interview with Netflix CIO recently about AWS. He noted that AWS is always behind feature- wise because they never want to screw things up for their production users. My sense is that

[google-appengine] Re: Google checkout must die

2012-04-07 Thread Daniel Florey
I've also enabled billing for a lot of apps and it turns out that in many cases activating billing just redirects the user to the payment screen over and over again. After a while billing may be activated, even though the success page is never displayed. This is indeed annoying ... but on the

[google-appengine] Re: SDK Problem - dev_appserver.datastore is unmodified since 25.03.2012

2012-04-07 Thread Kaan Soral
I'm on Windows, I've tried many things, It used to work flawless for years I've tried changing the location of the datastore file, when the file doesn't exist, it is not created, when I copy the existing datastore file, it is read, but never modified, I don't think its a permission problem

[google-appengine] Re: SDK Problem - dev_appserver.datastore is unmodified since 25.03.2012

2012-04-07 Thread Kaan Soral
I switched to sqlite3, here is the behavior: Non administrator: - Creates the rdbms file on custom location, populates the file - Throws an unable to read datastore file exception Administrator: - Works perfectly It wasn't working for non-sqlite3 even with the administrator privileges and it

[google-appengine] Re: SSL certificate issue for appspot domain

2012-04-07 Thread Rick Mangi
Ditto for us. This has worked for months and now it's not working. Opened an issue with google enterprise support but no response so far. This is beyond incredible. On Friday, April 6, 2012 7:19:08 PM UTC-4, Nathaniel Stensland wrote: Just stopped working for me too. Worked fine before.