[google-appengine] Traffic redirect to google.com

2015-04-22 Thread Igor Artamonov
I have several appengine apps (all paid, all with custom domains), and I see that most of them lost about 80% of traffic today. I mean traffic for last 24 hours, compared to previous 24 hours. Depends on app actually, but definitely less than usual. I tried to investigate it and found that

[google-appengine] NoSuchMethodError for sun.security.ssl.Handshaker

2015-04-08 Thread Igor Artamonov
Started getting following exception: java.lang.NoSuchMethodError: sun.security.ssl.Handshaker.sessionKeysCalculated()Z at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1102) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344) at

[google-appengine] a lot of errors for last 1-2 hours

2014-04-07 Thread Igor Artamonov
For last hour or two GAE launching new instances, and killing them just in a minute. Have ~10 instances on launch state all the time. A lot of errors, users are unhappy, etc. I know that gae have this issue, but usually this thing happened for 10-15 minutes. How for hours. What's happening now?

[google-appengine] Google Auth throws 500

2013-09-28 Thread Igor Artamonov
Cannot login into my app, getting 500 Error on /_ah/conflogin (redirector to there from https://appengine.google.com/_ah/loginform) App ID konspektovnet-hrd -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and

[google-appengine] Re: Absolutely red-faced by app engine errors during customer visit today.

2013-09-28 Thread Igor Artamonov
I've an external monitoring for my GAE app, and it shows that real availability (for last 30 days) is 97.296%. Or 99.054 for last 365 days. On Friday, September 27, 2013 8:06:55 AM UTC+7, husayt wrote: David has a point, these hickups happen way too often for 99.5% SLA. I had quite a few

[google-appengine] Re: GAE with major problems currently

2013-09-23 Thread Igor Artamonov
Same for me. Seems that GAE is trying to start new instances, but shutdown just after 1-3 minutes of use (there about 10 instances, all with Age 3 min) AppID: konspektovnet-hrd PS it's not for today only, last 2-3 weeks GAE is pretty unstable On Monday, September 23, 2013 10:45:59 PM

[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2013-08-15 Thread Igor Artamonov
I've filled the form few days ago, but have no response/credit/etc. Is it still working? -- 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] Groovy ActiveRecord

2013-05-14 Thread Igor Artamonov
Hi! I'd like to introduce my project called Garfa: https://github.com/splix/garfa Garfa is a Active Record for Groovy on Appengine, it extends your Groovy classes with methods for querying, storing and updating models for Appengine database. Basically it allows you to write code like:

[appengine-java] Migrate from Python to Java

2011-06-03 Thread Igor Artamonov
Does anybody there tried to migrate existing Python GAE app to Java GAE app? I mean that db storage and app will stay the same, but code have rewritten and deployed into same place Can be there any problems with it? Any thoughts? -- You received this message because you are subscribed to the

[appengine-java] SecurityException when using Apache HttpClient classes from Groovy

2011-03-26 Thread Igor Artamonov
I'm using MultipartEntity from Apache HTTP Components 4.1, to making request with attachments. I'm not using other classes, just MultipartEntity because it can easily prepare all required headers and binary data to send. It was working fine for several weeks, but today i always receive

[appengine-java] Current tasks count at Task Queue

2010-05-23 Thread Igor Artamonov
Are there any ways to get count of current unfinished tasks at appengine development server? I need it for making my integration test. I found a way to get this when running it local (just in mem), as described at appengine docs[1]. But when i'm running it as a standalone server, from maven,