Re: [google-appengine] Limits for Google App Engine for Business

2010-10-22 Thread A. Stevko
Thanks! On Thu, Oct 21, 2010 at 10:52 AM, Ikai Lan (Google) < ikai.l+gro...@google.com > wrote: > > On another note, I've banned the gentleman who has been responding about > India and Skype. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger: http://googleappengine.blog

Re: [google-appengine] Logging with INFO level (Java)

2010-10-22 Thread A. Stevko
did you use this? my.package.PrintServlet.level=INFO On Fri, Oct 22, 2010 at 1:34 PM, megaswin wrote: > Hi guys. > > Am I rigtht in thinking that what I need to do for loging with INFO > level is just change .level param to INFO in logging.properties file? > And then I can write something like

Re: [google-appengine] Re: download_app

2010-10-23 Thread A. Stevko
IMO, I think source code download is a great disaster recovery option that should have a $$$ price tag associated with it. On Sat, Oct 23, 2010 at 5:08 AM, Tim Hoffman wrote: > Hi > > This was nearly introduced, and the community overwhelmingly rejected > the proposal. > There are a number of i

Re: [google-appengine] Blobstore returning 500 on upload, is OAuth to blame?

2010-11-02 Thread A. Stevko
could it be this problem? http://code.google.com/p/googleappengine/issues/detail?id=2771 On Tue, Nov 2, 2010 at 12:17 PM, tempy wrote: > Hello, > I have yet to get the blobstore functioning correctly in my app. My > code works in development, but not in production. > > I use the built-in oauth

[google-appengine] GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
app id: ninuku-archivist I'm used to having some of these 500 responses but now that is all my customers are getting! Request was aborted after waiting too long to attempt to service your request -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

[google-appengine] Re: GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
Also my task queues are backed up with a thousand backlogged, 50 executed in the minute, and Retries pushing 100. On Tue, Nov 23, 2010 at 9:32 AM, A. Stevko wrote: > app id: ninuku-archivist > > I'm used to having some of these 500 responses but now that is all my > cust

[google-appengine] Re: GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
Lastly when something does execute, it is throwing catch (java.lang.RuntimeException with null message. Basically my site is DOWN!!! On Tue, Nov 23, 2010 at 9:36 AM, A. Stevko wrote: > Also my task queues are backed up with a thousand backlogged, 50 executed > in the minute, and R

Re: [google-appengine] Re: GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
now. > > johnP > > > On Nov 23, 9:40 am, "A. Stevko" wrote: > > Lastly when something does execute, it is throwing catch > > (java.lang.RuntimeException with null message. > > > > Basically my site is DOWN!!! > > > > > > > >

Re: [google-appengine] Re: GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
ouple of pdfs. ---Andrew Stevko www.ninuku.com On Tue, Nov 23, 2010 at 12:23 PM, Robert Kluin wrote: > Have you tried to increase the rates on the queue so it is not backing > up as much? > > > > > > > > > > On Tue, Nov 23, 2010 at 15:01, A. Stevko wrote: >

Re: [google-appengine] Re: GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
Please star & comment on ticket 4113and maybe we'll get some visibility. I hope someone is firefighting this situation - the admin server just melted down with repeated 500 responses and my latest deployment just asked me to authoriz

Re: [google-appengine] Re: app dashboard not accessible

2010-11-23 Thread A. Stevko
Better of staring ticket 4113, Ikai has Acknowledged it. http://code.google.com/p/googleappengine/issues/detail?id=4113 On Tue, Nov 23, 2010 at 1:10 PM, Philip wrote: > A production issue was created, please star it if you are also > affected: http://code.google.com/p/googleappengine/issues/deta

Re: [google-appengine] Re: GAE down?? Thousands of 500 Request was aborted after waiting too long

2010-11-23 Thread A. Stevko
Yeah - talking about eating their own dog food. On Tue, Nov 23, 2010 at 1:17 PM, observer247 wrote: > https://appengine.google.com/ is down ! > > 500 Server Error > > Is there a status page where we can see the status of app engine in > general. Using python. > >

Re: [google-appengine] Re: app dashboard not accessible

2010-11-23 Thread A. Stevko
t; > > > > > > > Looking at it. > > > > > -- > > > Ikai Lan > > > Developer Programs Engineer, Google App Engine > > > Blogger:http://googleappengine.blogspot.com > > > Reddit:http://www.reddit.com/r/appengine > > > Twit

Re: [google-appengine] Re: System Status page misleading

2010-11-25 Thread A. Stevko
My best guess is that the "10 second 500 too long response" is the system load throttle. I agree that the 100% availability sign when the system is throttling is a bit misleading. How would you want to read when some hosts are being throttled and other hosts are idle? I created a ticket stating

Re: [google-appengine] App Engine serving cluster is under unexpectedly high or uneven load...please contact the App Engine team

2010-11-30 Thread A. Stevko
@micdearmas, These are pretty much a fact of life these days. I suggest star'ing this issue http://code.google.com/p/googleappengine/issues/detail?id=2396#c34 On Tu

Re: [google-appengine] Re: App Engine serving cluster is under unexpectedly high or uneven load...please contact the App Engine team

2010-11-30 Thread A. Stevko
;records" and 40 > "columns" to return 2 or 3 (max 12) records causes problems like this; > then, we have a problem. > The most basic relational DB would handle that in a breeze. > You shouldn't have to go through the pain of implementing > "caching" (what

[google-appengine] migration to 1.4.0 task queues

2010-12-06 Thread A. Stevko
I would like to take advantage of these fine features associated with 1.4 task queues but cannot today afford the delay associated with proofing against the new SDK release. Do I need to migrate to the 1.4 release in order to... a) take advantage of the expanded request duration available associat

Re: [google-appengine] Downloading and processing an archive

2010-12-15 Thread A. Stevko
Using Java, You can use the url fetch service to retrieve up to 32 M http://code.google.com/appengine/docs/java/urlfetch/overview.html Then you can use ZipInputStream to slice a zip into a separate streams for each file. http://download.oracle.com/javase/1.5.0/docs/api/java/util/zip/ZipInputStream

Re: [google-appengine] Re: Newbie Q - Public IP address_DNS Server?

2010-12-16 Thread A. Stevko
Nope - the best I can think of ghs.google.com although that is where inbound traffic is going to and not necessarily where url fetch hits originate from. I can't imaging all the traffic from the url fetch pool coming from any single ip address. FWIW, A web service whitelisting an ip address is p

[google-appengine] Anyone see a bounce forwarded from the mail service?

2010-12-16 Thread A. Stevko
Does anyone get bounced email delivered to the From: address as per the spec "the error message is sent by email to the address of the sender for the message." Ever since my public launch, I've been sending out lots (many thousands) of emails but have never seen a bounce from the mail service. The

[google-appengine] Re: Anyone see a bounce forwarded from the mail service?

2010-12-17 Thread A. Stevko
Digging thru the tickets, My guess is nobody has seen an email bounce since mid 2009. If you want to be a good responsible email citizen please star http://code.google.com/p/googleappengine/issues/detail?id=1800 so that you can handle address typos. On Thu, Dec 16, 2010 at 9:09 PM, A. Stevko

Re: [google-appengine] Re: Newbie Q - Public IP address_DNS Server?

2010-12-17 Thread A. Stevko
I agree with Barry - setting up a proxy forwarder is the simplest work-around when compared to porting a self managed app instance. Folks with apps serving China and Turkey are doing exactly that. There are plenty of cheap/free apache mod_rewrite hosts that can be configured to give you a static ip

Re: [google-appengine] Images Python API: Two issues regarding PNG transparency

2010-12-20 Thread A. Stevko
nsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- A. Stevko === "If everything seems under control, you're just n

Re: [google-appengine] Re: my app has been "disabled"

2010-12-21 Thread A. Stevko
> > >>>> To unsubscribe from this group, send email to >> > > >>>> google-appengine+unsubscr...@googlegroups.com >> >> > >> > > >>>> . >> > > >>>> For more options, visit this group at >>

Re: [google-appengine] How to map www to my GAE app?

2010-12-22 Thread A. Stevko
cribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at >

Re: [google-appengine] Url fetch Services cann't fetch ipv6 websites

2010-12-24 Thread A. Stevko
ngine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?h

Re: [google-appengine] SoceketFactory class Error : connect database using JIQL by JDBC driver

2010-12-27 Thread A. Stevko
xecutor > $Worker.run(ThreadPoolExecutor.java:603) >at java.lang.Thread.run(Thread.java:636) > > -- > 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...@go

Re: [google-appengine] My cron jobs hasn't been run

2010-12-27 Thread A. Stevko
ng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- A. Stevko === "If everything seem

Re: [google-appengine] Re: How to create an empty model object

2010-12-27 Thread A. Stevko
st to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- -- A. Ste

Re: [google-appengine] Re: Update an Existing object in the datastore - Problem

2010-12-31 Thread A. Stevko
ro > > > > > -- > > > 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 f

Re: [google-appengine] add minutes to calendar

2010-12-31 Thread A. Stevko
his group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- -- A. Stevko === "If everything seems under control, you're just not going fast enough.&

Re: [google-appengine] GAE pricing clarification updates and/or timeline?

2011-01-02 Thread A. Stevko
e topic, > > -Phil G > > -- > 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...@googlegroups.com. > To unsubscribe from this group, send email to

Re: [google-appengine] Re: Very high task queue delays

2011-01-03 Thread A. Stevko
peng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- A. Stevko === "If everything

Re: [google-appengine] Mass email on GAE

2011-01-05 Thread A. Stevko
ups > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/

Re: [google-appengine] Re: Is there anyway to log.info in dev server?

2011-01-05 Thread A. Stevko
subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this grou

Re: [google-appengine] Re: Cannot access to Datastore Admin

2011-01-05 Thread A. Stevko
bscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- -- A. Stevko === "If everything seems under control, you're just not going fast enough." M. Andretti -- You received this message because

Re: [google-appengine] Mass email on GAE

2011-01-06 Thread A. Stevko
to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- A. Stevko === "If everything seems under control, you're just not going fast enough." M. Andretti -- You

Re: [google-appengine] Limit on length of characters in Text property

2011-01-07 Thread A. Stevko
mail to >> google-appengine+unsubscr...@googlegroups.com >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google

Re: [google-appengine] Limit on length of characters in Text property

2011-01-08 Thread A. Stevko
the > metadata's overhead. > > http://code.google.com/appengine/docs/java/datastore/overview.html#Quotas_and_Limits > > > Robert > > > > > > > On Sat, Jan 8, 2011 at 00:09, A. Stevko wrote: > > I can't say for sure but I believe I've sto

Re: [google-appengine] Re: Twitter issues

2011-01-14 Thread A. Stevko
ine" 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 options, visit this group at > http://groups.google.com/group/google-appengine?hl=

Re: [google-appengine] Deal Breaker: App not visible in China

2011-01-15 Thread A. Stevko
ooglegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- A. Stevko === "If everything seems

Re: [google-appengine] HTTPS CPU cost?

2011-01-24 Thread A. Stevko
roups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- A. Stevko === "If everything seems under co

Re: [google-appengine] Re: Is dos protection actually works?

2011-02-19 Thread A. Stevko
To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- -- A. Stevko === "If everything seems under control, you're jus

Re: [google-appengine] How to monitoring error/exceptions of the code?

2011-03-14 Thread A. Stevko
send email to >> google-appengine+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> > > > -- > *Med vänliga hälsningar* > Rickard Nordström Pettersson > > -- >

Re: [google-appengine] Re: how to change username for deployment in eclipse plugin

2011-06-13 Thread A. Stevko
groups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- -- A. Stevko === "If everything seems under control, you're