[google-appengine] Mystery data usage

2010-11-08 Thread Erik
mysteriously being used in my empty datastore? Many thanks, -Erik -- 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

[google-appengine] Re: deploy failures

2010-11-09 Thread Erik
EVERE: Received IOException parsing the input stream for /home/erik/ workspace/wikihop/war/WEB-INF/web.xml java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) ... SEVERE: Received exception processing /home/erik/workspace/wikihop/war/ WEB-INF/we

[google-appengine] Re: Mystery data usage

2010-11-09 Thread Erik
rmous increase. Datastore statistics say only 131MB is being used with 71% of that as metadata. Any other ideas? Thanks, -Erik On Nov 8, 1:03 pm, Robert Kluin wrote: > Hi Erik, >   Several common sources of datastore stats / quota number funkiness: >      1) The numbers are not update

[google-appengine] Re: Mystery data usage

2010-11-09 Thread Erik
Thanks for the information and tips Robert, somehow I missed that AppEngine automatically indexes properties. Simply adding the unindexed extension to the JDO class should eventually clear the auto-generated indexes? Cheers & thanks again, -Erik On Nov 9, 10:52 am, Robert Kluin wrote:

[google-appengine] Re: Mystery data usage

2010-11-10 Thread Erik
oogleappengine.blogspot.com > Reddit:http://www.reddit.com/r/appengine > Twitter:http://twitter.com/app_engine > > On Tue, Nov 9, 2010 at 2:44 PM, Erik wrote: > > > Thanks for the information and tips Robert, somehow I missed that > > AppEngine automatically indexes propertie

[google-appengine] Re: Bulk data deletion woe

2010-11-14 Thread Erik
If you check in the datastore viewer you might be able to find and delete your jobs from one of the tables. You may also need to go into your task queues and purge the default. On this topic, why does deleting data have such a large difference between actual time spent and billed time? For inst

[google-appengine] Re: Bulk data deletion woe

2010-11-14 Thread Erik
ou have (composite and single property)? This was using only 1 shard per kind that was being deleted, so effectively there should be no parallelism occurring, unless there is something I am missing? Deleted about ~300k entities, each with a single indexed collection. > On Sun, Nov 14, 2010 at

[google-appengine] Re: Bulk data deletion woe

2010-11-14 Thread Erik
inute = 333.33 entities per > second > > So, if 333.33 entities are being deleted per second serially then the > average latency would be 3ms per delete which seems rather unlikely. > > My thoughts. Hope it helps (and I hope my math is right), > Steve > > On Sun, Nov

[google-appengine] Re: Bulk data deletion woe

2010-11-17 Thread Erik
> > Like I said.. this is anecdotal and there could be no real difference in > performance.. but the Datastore Admin delete took up way more CPU time than > it seemed it should have, and I didn't bother to use it or test it again. > > On Sun, Nov 14, 2010 at 11:47 PM

[google-appengine] Re: Unable to deploy due to "500 server error"

2010-11-18 Thread Erik
I have been receiving a ton of 500 errors on deployment, vacuum_indexes, and datastore viewer. On Nov 18, 7:23 pm, "Ikai Lan (Google)" wrote: > We're been working on addressing the issues. > > Besides deploy, is anyone seeing issues with login or receiving reports from > end users about login fai

[google-appengine] Re: Incredible traffic saving with the header "Cache-control: public"???

2010-12-07 Thread Erik
Hi Gonzo, If you have a lot of authenticated users the difference you are seeing is probably in the cached authenticated requests. >From http://www.mnot.net/cache_docs/: > My pages are password-protected; how do proxy caches deal with them? > By default, pages protected with HTTP authentication

[google-appengine] Re: Memcache broken with Always On?

2010-12-17 Thread Erik
Not sure if it is related, but I was getting some interesting memcache errors that I had to work around: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.lang.String com.WikiHop

[google-appengine] Re: Memcache broken with Always On?

2010-12-17 Thread Erik
(MemcacheServiceImpl.java: 283) ... 43 more On Dec 17, 3:56 am, Erik wrote: > Not sure if it is related, but I was getting some interesting memcache > errors that I had to work around: > > javax.servlet.ServletContext log: Exception while dispatching incomin

[google-appengine] Request for Experimental App Feedback

2010-12-22 Thread Erik
g the site, good and bad. This is the 'grand opening', so any feedback you can provide about usability will go a long ways. Many thanks and happy holidays! -Erik -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To pos

[google-appengine] Re: Request for Experimental App Feedback

2010-12-23 Thread Erik
in/) and Hacker News (http://news.ycombinator.com/item?id=2034381) if anyone is interested. (Feel free to re-post it somewhere else if you want.) Thanks to everyone for their help while developing this! On Dec 23, 12:58 pm, Norlesh wrote: > Hi Erik, are you using an old or partial index f

[google-appengine] Re: Request for Experimental App Feedback

2010-12-23 Thread Erik
to ping them again. :) At least the clicks I have gotten today should cover the donation to Wikipedia this morning, but still a long way from putting the site into black financially. On Dec 23, 7:26 pm, Matt H wrote: > Hi Erik! > > Brilliant app -- I love it! I don't see the poin

[google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
performed without a query. Always on is enabled, app-id is wiki-hop. Thanks, -Erik -- 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 g

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
ms=657252 api_cpu_ms=0 cpm_usd=18.257237 Cheers, -Erik -- 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-app

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
description = ", from " + pageA.replace("\"", """) + " to " + pageB.replace("\"", """); result = search.find(pageA, pageB); } ca

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-25 Thread Erik
Am I horribly misusing a RemoteServiceServlet? Thanks again, -Erik -- 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 e

Re: [google-appengine] JSP Excessive CPU warnings

2011-01-26 Thread Erik
Don't see anything obvious in RemoteServiceServlet.java, at least it has an empty constructor, and destroy() didn't seem to make a difference. Would be happy to provide any other info. Cheers, -Erik -- You received this message because you are subscribed to the Google Groups &

[google-appengine] Google Apps Full Accounts

2010-08-27 Thread Erik Karulf
The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. This persists for other users in my domain as well. Thanks! -Erik -- You received this message because you are

[google-appengine] Re: Google Apps Full Accounts

2010-08-31 Thread Erik Karulf
ot; system. If I dedicate a Chrome incognito session to just my Google Apps account it still works. I can provide a trace of all the 301 responses if that helps, but I'm a bit wary about posting my authentication process on a public forum :) --Erik On Aug 30, 10:21 am, Matthew Blain w

[google-appengine] GAE Bigtable / database management

2010-10-09 Thread Erik Oosterwaal
so be nice to be able to browse around your datastore to check if there's any orphaned/unused data or just to see what's exactly in there. I haven't been able to find a tool that does this with BigTable. Thanks, Erik -- You received this message because you are subscribed to t

[google-appengine] appcfg.py upload_data to localhost partially fails on OSX

2011-04-19 Thread Erik Kallevig
I'm having an issue uploading data to my localhost datastore on OSX. It hits a certain point during the upload process and dies, while some entities do in fact get uploaded. It doesn't matter how small the datastore file being uploaded. Now this works perfectly with the same commands

Re: [google-appengine] appcfg.py upload_data to localhost partially fails on OSX

2011-04-20 Thread Erik Kallevig
I had been using python 2.6. I just upgraded to 2.7.1 and I get the same problem. I just downgraded to 2.5 per your suggestion, same problem. I've tried limiting threads, increasing batch size, nothing seems to work. The other weird issue is that I can only run this command once and it has t

[google-appengine] Re: appcfg.py upload_data to localhost partially fails on OSX

2011-05-10 Thread Erik Kallevig
uploaded to a local Java app on a Mac. On Apr 20, 10:58 am, Erik Kallevig wrote: > I had been using python 2.6.  I just upgraded to 2.7.1 and I get the same > problem.  I just downgraded to 2.5 per your suggestion, same problem.  I've > tried limiting threads, increasing batch size,

[google-appengine] Re: The API call search.IndexDocument() required more quota than is available

2012-06-21 Thread Erik Martino
I have the same problem, com.google.apphosting.api.ApiProxy$OverQuotaException: The API call search.IndexDocument() required more quota than is available. at com.google.apphosting.runtime.ApiProxyImpl$AsyncApiFuture.success(ApiProxyImpl.java:479) at com.google.apphosting.runtime

[google-appengine] Paid app states Recipients Emailed: 100 of 100 Limited

2013-12-17 Thread erik . zivkovic
Hi, My paid app has reached the ceiling of the e-mail quota, but I have a paid app so it should raise automatically? What am I doing wrong? App Id is s-map-location Best Regards Erik -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Paid app e-mail quota 100 of 100, but not automatically raised?

2013-12-17 Thread erik . zivkovic
Hi, My app has hit it's e-mail quota 100/100 e-mails, but I have an paid app and it should be raised automatically, right? Users can't verify their e-mails until the quota is raised, what am I doing wrong in my configuration? BR Erik -- You received this message because you are

Re: [google-appengine] Paid app e-mail quota 100 of 100, but not automatically raised?

2013-12-19 Thread erik . zivkovic
On Wednesday, December 18, 2013 5:06:49 AM UTC+1, Vinny P wrote: > > On Tue, Dec 17, 2013 at 6:34 AM, > > wrote: > >> My app has hit it's e-mail quota 100/100 e-mails, but I have an paid app >> and it should be raised automatically, right? >> >> Users can't verify their e-mails until the quota is

[google-appengine] Re: Paid app e-mail quota 100 of 100, but not automatically raised?

2013-12-19 Thread erik . zivkovic
4:33 AM UTC-6, erik.z...@sonymobile.comwrote: >> >> Hi, >> >> My app has hit it's e-mail quota 100/100 e-mails, but I have an paid app >> and it should be raised automatically, right? >> >> Users can't verify their e-mails until the quota is raised, what

[google-appengine] Re: Paid app e-mail quota 100 of 100, but not automatically raised?

2013-12-19 Thread Erik Zivkovic
n is to use an external mail relay. I think there's one > Google has a partnership with for discounted rates. > > On Thursday, December 19, 2013 4:57:38 AM UTC-6, Erik Zivkovic wrote: >> >> >> >> On Wednesday, December 18, 2013 9:04:16 PM UTC+1, Chad Vincent

Re: [google-appengine] Re: Paid app e-mail quota 100 of 100, but not automatically raised?

2013-12-19 Thread Erik Zivkovic
On Thursday, December 19, 2013 8:44:42 PM UTC+1, Vinny P wrote: > > On Thu, Dec 19, 2013 at 4:57 AM, > > wrote: > >> I have done that, but it was three days ago, and we have 4000+ users >> waiting to start using the service but only 100 per day can get in... >> >> Not all of them are registeri

[google-appengine] Re: Do background threads prevent instances created with basic scaling from getting shut down?

2015-12-14 Thread Erik Kuefler
checks the last request time, killing all of my background threads if it sees no request has come in for the past 10 minutes or so. On Friday, December 11, 2015 at 10:00:36 AM UTC-8, Nick (Cloud Platform Support) wrote: > > Hey Erik, > > It seems that /_ah/stop is only appearing as a

[google-appengine] Quota error without being over quota

2016-11-21 Thread Fred Erik
Hi, I'm getting the following error: com.google.apphosting.api.ApiProxy$OverQuotaException: The API call blobstore.CreateUploadURL() required more quota than is available. But my quotas are nowhere near to be depleted. Is there any other reason for this exception? Best, Frederik -- You recei

[google-appengine] External subdomain is not routed to service with the same name but to default service

2016-12-04 Thread Fred Erik
Hi, I want to setup one subdomain console-sandbox.my-domain.store for my sandbox project and one subdomain console.my-domain.store for my production project. The web frontend service is called console-sandbox / console, thus matching the subdomains. My API service is the default service in both

[google-appengine] Re: External subdomain is not routed to service with the same name but to default service

2016-12-07 Thread Fred Erik
Thank you for the answer, I got it working setting up a dispatch.yaml file. Still I don't get why the default routing does not apply. It doesn't matter anymore for me but other users might run into it as well. Am Sonntag, 4. Dezember 2016 22:19:48 UTC+1 schrieb Fred Erik: > > H

[google-appengine] Re: External subdomain is not routed to service with the same name but to default service

2016-12-08 Thread Fred Erik
Thank you for the extensive answer. Now I understand, what I got wrong. I referred to: https://service-dot-app-id.appspot.com http://service.my-custom-domain.com and registered service.my-custom-domain.com to my AppEngine, but you only had to register my-custom-domain. With registering service.

[google-appengine] Getting "Security issue: Signature length not correct: got 256 but was expecting 128" since about one hour ago.

2015-06-11 Thread Erik Zivkovic
t was expecting 128", it is being thrown from GoogleIdTokenVerifier.verify There seems to be a similar issue for OAuth: http://stackoverflow.com/questions/30780407/google-oauth2-jwt-token-verification-exception Someone else experiencing the same issue? BR Erik -- You received this messa

[google-appengine] Re: Getting "Security issue: Signature length not correct: got 256 but was expecting 128" since about one hour ago.

2015-06-11 Thread Erik Zivkovic
You can subclass GoogleIdTokenVerifier for now package com.my.project.package; import java.io.IOException; import java.security.GeneralSecurityException; import java.security.PublicKey; import com.google.api.client.auth.openidconnect.IdTokenVerifier; import com.google.api.client.googleapis.aut

[google-appengine] Do background threads prevent instances created with basic scaling from getting shut down?

2015-12-09 Thread Erik Kuefler
The description of basic scaling is a little vague about the exact conditions that cause an instance created with basic scaling to be shut down. It says an instance is evicted when it "has not received a re

[google-appengine] Re: Do background threads prevent instances created with basic scaling from getting shut down?

2015-12-10 Thread Erik Kuefler
ctual > duration, which should be subtracted from the time of the log line to > determine when the process started. Since this request (to /_ah/background) > is "being handled" and "has not returned yet", the instance stays up. > > On Wednesday, December 9,

[google-appengine] get_serving_url for images available in Ruby gem?

2018-08-20 Thread Erik Lyngved
Hi, I'm trying to host a Ruby app on the App Engine. I'd like to get the serving URL for images to be able to use the GAE Image API for resizing, cropping, etc. Is it possible to do that with the Ruby client? I started digging into the Python function code but it got a bit hairy :) -- You rec

[google-appengine] get_serving_url for Ruby gem?

2018-08-20 Thread Erik Lyngved
Hi, I am trying to host a Ruby app on Google App Engine. I see the Python get_serving_url function and I'd like to use the Image API to crop/resize/etc. Is there any way to get the magic URL via Ruby? Thank you! -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Google App No Longer Loads And Nothing Was Changed

2009-10-23 Thread Erik Vold
static.evold.ca (aka evold-static.appspot.com) used to display a simple html page, and nothing has been changed in the last 2 days, but this no longer works?? what could be wrong?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[google-appengine] Mixing user authentication

2009-03-27 Thread Erik Froese
| or: sign in with your google account (linked) Has anyone tried to do this? Erik --~--~-~--~~~---~--~~ 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-a

[google-appengine] Datastore quota full, statistics reports ~10% usage

2011-02-08 Thread Erik Lindblad
Hello! I've been experimenting with GAE for a couple of weeks. My project is a leaderboard java/js app for an online game. It's currently backed by ~200k data point entities that should use <200 mb of storage. The datastore statistics tab reports that size of all entities (153k) is 105mb. I have

Re: [google-appengine] Datastore quota full, statistics reports ~10% usage

2011-02-08 Thread Erik Lindblad
ntil they expire (as I do)". Cheers, Erik On Tue, Feb 8, 2011 at 19:47, Ikai Lan (Google) wrote: > Hi Erik, > Can you post the definition for one of your entities? I look at look at your > dashboard, and here's what I see: > - 105mb used by datastore entities > - 0 ta

Re: [google-appengine] Datastore quota full, statistics reports ~10% usage

2011-02-09 Thread Erik Lindblad
put(asList); Unfortunately I'm out of quota for the day, so I can't confirm that this will work. Will it work? --Erik On Wed, Feb 9, 2011 at 06:15, Robert Kluin wrote: > Hi Erik, >   If you mark them as unindexed, new entities will not be indexed, > but you'll have to re-put

Re: [google-appengine] Re: Anyone experiencing the new console log view being a bit busted?

2017-06-14 Thread &#x27;Erik Pintar' via Google App Engine
Hello - I'm an engineer from the Logging UI team. Thanks for this feedback! This was part of an experiment, yes, and we have rolled it back for now. The aim was to help clarify and "group" these long-running requests split across multiple log entries. From this and other feedback, we are purs

Re: [google-appengine] Re: Anyone experiencing the new console log view being a bit busted?

2017-08-09 Thread &#x27;Erik Pintar' via Google App Engine
Thank you both for your feedback about this issue! It helped influence our re-work of this feature, which has been just re-deployed. You should now see "first of _", "part of _" annotations in correlated log entries, but the nested entries are still split across the various entries. On Thursday