Re: [google-appengine] Re: How To Access REST Web-service Deployed In My Instance?

2020-06-22 Thread Peter Cheung
I set the server port in 'applicationl.yml' to be 8080, that was I assumed to be (couldn't find the message in log the port that the service was listening to). I changed to access the standard HTTPS port 443 in the REST request, then I got the 401 eror: - Mon Jun 22 11:54:19 EDT

[google-appengine] How To Access REST Web-service Deployed In My Instance?

2020-06-22 Thread Peter Cheung
I have a REST end-point (POST) in the application (written in Java) that was deployed successfully. I am able to access and get successful response when the service is running locally. However, the connection was refused when I tried accessing the same end-point (with SoapUI using HTTPS). I

[google-appengine] Re: {err:ENOENT} on deploy

2020-04-16 Thread Peter Hassaballah
, 2020 at 2:38:41 PM UTC+2, Peter Hassaballah wrote: > > I successfully cloned my repo into google cloud when I run it using *npm > start *it works fine in the webpreview > when I try to run *gcloud app deploy *it runs smoothly however the link > generated by *gcloud app browse*

[google-appengine] {err:ENOENT} on deploy

2020-04-16 Thread Peter Hassaballah
I successfully cloned my repo into google cloud when I run it using *npm start *it works fine in the webpreview when I try to run *gcloud app deploy *it runs smoothly however the link generated by *gcloud app browse* gives a 404 HTTP error . My repo is in express.js Node.js . Any Ideas on how

[google-appengine] How can I use appengine memcache in django cache setting?

2019-07-20 Thread Peter Chen
There's no IP I can link to like following: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }} -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Trying to create redis instance, but says location not found

2019-07-20 Thread Peter Chen
I used the following command, europe-west is the region of my appengine app gcloud redis instances create pro-redis --size=1 --region=europe-west --redis-version=redis_4_0 I got this: ERROR: (gcloud.redis.instances.create) PERMISSION_DENIED: Location europe-west is not found or access is

[google-appengine] Can't connect to redis instance in memorystore

2019-07-20 Thread Peter Chen
I created a redis instance in memorystore, but I can't connect to it in my appengine flexible django app, times out each time. Can't ping the private ip of the redis instance in terminal either. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Can't open different version of appengine in flexible environment

2019-06-19 Thread Peter Chen
I also don't have a dispatch file. On Tuesday, June 18, 2019 at 5:18:28 PM UTC+2, Peter Chen wrote: > > Do I have to change dispatch.yaml each time I deploy? By the way, I am > deploying a react app. > > On Thursday, June 13, 2019 at 9:07:36 PM UTC+2, Amit Sinha wrote: &g

[google-appengine] How to change the location of my server?

2019-06-19 Thread Peter Chen
I have a Django app on appengine flexible, but I want to change the location of it, where do I do it? Also I want to change the location of the postgresql database server location, how do I do it? -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Can't open different version of appengine in flexible environment

2019-06-18 Thread Peter Chen
Do I have to change dispatch.yaml each time I deploy? By the way, I am deploying a react app. On Thursday, June 13, 2019 at 9:07:36 PM UTC+2, Amit Sinha wrote: > > Hello Peter, > > As Nicolas mentioned, this error usually related to app.yaml file > configuration issue. H

[google-appengine] Re: Can't open different version of appengine in flexible environment

2019-06-13 Thread Peter Chen
That's not the reason, I tried the url set in the urls file, still same error with a different request url. On Wednesday, June 12, 2019 at 1:38:37 AM UTC+2, Nicolas (Google Cloud Platform Support) wrote: > > Hi Peter, > > Thank you for your report, > > You can access differen

[google-appengine] Can't open different version of appengine in flexible environment

2019-06-11 Thread Peter Chen
I deployed several versions of a Django app on appengine flexible environment, but when I click on the version number, it says Error: Not FoundThe requested URL / was not found on this server. How can I visit different versions of the app? -- You received this message because you are

[google-appengine] Problem deploying Django on flexible environment

2019-06-10 Thread Peter Chen
This is the error I got, don't know what it means. ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build 75c8d138-d005-4dab-8577-7df4d5799359 status: FAILURE. Build error details: {"error":{"errorType":"BuildError","canonicalCode":"INVALID_ARGUMENT","errorId":"FADDF2EA","errorMessage":"10

[google-appengine] What software can I use to create account billing for my customer using Google Cloud?

2018-07-26 Thread Peter Polz
Hi! What software can I use to create account billing for my customer using Google Cloud? thx Peter -- 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, sen

[google-appengine] Re: How do I find out what I am being billed for?

2017-11-05 Thread Peter Camilleri
On Monday, 6 November 2017 10:54:14 UTC+11, Ani Hatzis wrote: > > > > On Sunday, 5 November 2017 23:59:42 UTC+1, Peter Camilleri wrote: >> >> Last night at 12:00 I recorded this from the billing page >> >> App Engine Flex Instance Core Hours 8,640.47 M

[google-appengine] Re: How do I find out what I am being billed for?

2017-11-05 Thread Peter Camilleri
November 2017 05:11:04 UTC+11, Ani Hatzis wrote: > > > > On Sunday, 5 November 2017 17:06:37 UTC+1, Peter Camilleri wrote: >> >> >> I didnt choose an instance class. How do I do this? Isn't that more >> something you do in the compute engine? Not the app engine?

[google-appengine] Re: How do I find out what I am being billed for?

2017-11-05 Thread Peter Camilleri
On Sunday, 5 November 2017 05:11:43 UTC+11, Ani Hatzis wrote: > > Hi Peter, > > $75 per week sounds a lot for a non-used tutorial app, that normally > should stay below the free tier. Maybe there is more than one app running > since you played with the tutorials. One other

[google-appengine] How do I find out what I am being billed for?

2017-11-04 Thread Peter Camilleri
I started playing with GAE a couple weeks ago. I've only played around with the tutorials so far. I successfully deployed the bookshelf and visit apps. I checked my billing today and found that I have burnt through about 1/5th of my free 300$ credit. This seems pretty extreme. The billing page

[google-appengine] 502 bad request from Facbook Canvas

2017-04-07 Thread Peter Adams
Hi Can someone help me with a strange problem. We have out website at Google Cloud and we have Cloudflare activated on the domain. Our website is fine, however the same website within and iframe on facebook Canvas is intermittently returning 502 bad request errors. Can anyone help me fix

[google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-02 Thread Peter K
Hi George: can you please expand what you mean by this that does not parse for me? "The discrepancy in app engine release numbers appears of little consequence to an outsider, seen that you plan to anyhow start using the Cloud SDK in a couple of weeks." wrt the Cloud SDK tool, a few months

[google-appengine] "Failed to save settings" when trying to add a Daily spending limit.

2016-12-19 Thread Peter Magnusson
Hi, I can not set my daily spending limit to anything above 0 in my App Engine project. I do have a working Billing account, with a healthy budget of about 2 months. The project is assigned to the billing account and everything that I am able to find is OK except... ...the daily spending

Re: [google-appengine] Re: Using gcloud instead of the GAE SDK to develop GAE standard

2016-11-03 Thread Peter K
Maybe I did not make myself clear: It appears that right now there are two ways to develop with GAE Standard. (1) The original way: Use the Google App Engine SDK (GAESDK) (see the optional step in https://cloud.google.com/appengine/docs/python/download

[google-appengine] Re: How do I list all of the files I've uploaded to the datastore?

2016-05-18 Thread Peter S
s you a method called >> get_uploads() - use this instead of looking at the POST args. >> >> So you have something like: >> >> class UploadFile(blobstore_handlers.BlobstoreUploadHandler): >> def post(self): >> >> >> >> >> O

[google-appengine] Re: How do I list all of the files I've uploaded to the datastore?

2016-05-16 Thread Peter S
toreFile.timestamp) > for file in files: > self.response.write(' %s' % file.filename) > > self.response.write(""" > ** > > Upload File: > > > """.format(upload_url)) > > > Also, look into using templates

[google-appengine] How do I list all of the files I've uploaded to the datastore?

2016-05-13 Thread Peter S
I'm completely new to GAE and trying to figure some things out. I'm trying to write a small app which will allow a user to upload files, and display a list of those files already uploaded. I am having trouble getting my app to list the files already uploaded. The code works in so far as it

[google-appengine] Re: GeoSpatial Alpha Invite

2016-03-03 Thread Peter Riisager
Is it possible to say anything about when the Beta release may be available? On Thursday, January 21, 2016 at 11:35:50 PM UTC+1, Zeehad (Cloud Platform Support) wrote: > > There isn't any guarantee but if you have a sales point of contact, you > can get in touch with them to see if they can

[google-appengine] Re: Java webpage is downloading itself instead of rendering in browser

2015-06-20 Thread Peter Reguli
working despite no changes were made to it. response.setContentType(text/html); in the servlet serving index solved the problem for me. Peter -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

[google-appengine] Java webpage is downloading itself instead of rendering in browser

2015-06-19 Thread Peter Reguli
was not developing this project and the guy who managed it is no longer working in our company. So I'm a total newbie to the AppEngine and I have no idea how to fix this. Any feedback would be highly appreciated. Thank you very much, Peter Reguli -- You received this message because you are subscribed

[google-appengine] Google App Engine (Question about using Google app engine and Java)

2015-05-26 Thread peter valencic
Hi,this is my firs post on this group. I'am looking for some clarification about using google app engine with java. I have this kind of problem to resolve: (It's quite simple for me to do this in java and oracle database with oracle tables and triggers but in this case I must use only google

Re: [google-appengine] Re: Google App Engine (Question about using Google app engine and Java)

2015-05-26 Thread peter valencic
in terms of tables. Read the overview section for every piece, then read in-depth for the pieces that seem most appropriate. Yes, it's going to take some time. But you want the expertise, right? Jeff On Tue, May 26, 2015 at 10:17 AM, peter valencic petervalen...@gmail.com wrote: Hi Jeff

Re: [google-appengine] Re: Google App Engine (Question about using Google app engine and Java)

2015-05-26 Thread peter valencic
it on google cloud.. then I must know what means memchache and datastore (what are the difference and how to use them.. i will try to search also on youtube).. but if someone has some good example please let me know regards PEter On Tue, May 26, 2015 at 6:38 PM, Jeff Schnitzer j...@infohazard.org

[google-appengine] Help Google Appengine, domain and data bases

2015-04-30 Thread Peter Anderson Vargas Grajales
Hello , I have an application on Google AppEngine , and need to configure a domain that was hosting another , but do not know how. I also need to configure the database in Google AppEngine , I set up my bank card, I have a visa electron card, but does not allow me to configure it, and I went to

[google-appengine] Re: Announcing PHP 5.5 with improved performance, ImageMagick and cURL support

2015-03-18 Thread Peter McKenzie
Just a reminder to upgrade those PHP 5.4 Apps to PHP 5.5. On Wednesday, February 25, 2015 at 8:11:04 PM UTC-8, Josselin Cornou wrote: Dear App Engine developers, You are receiving this important update because you are an owner or developer of an App Engine project that uses PHP. In

Re: [google-appengine] Any body know why I always got pre-compilation failed when I try to deploy my app recently, It works fine for few years. Thanks!

2014-11-24 Thread Peter Teoh
. -- Regards, Peter Teoh -- 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+unsubscr...@googlegroups.com. To post to this group, send email to google

Re: [google-appengine] Any body know why I always got pre-compilation failed when I try to deploy my app recently, It works fine for few years. Thanks!

2014-11-24 Thread Peter Teoh
-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout. -- Regards, Peter Teoh -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Re: OpenID Connect support

2014-06-06 Thread Peter McKenzie
Please create a feature request on the issue tracker. On Tuesday, May 27, 2014 12:22:45 PM UTC-7, Ronoaldo José de Lana Pereira wrote: +1 for this feature. Em terça-feira, 27 de maio de 2014 14h32min19s UTC-3, Diego Duclos escreveu: With registrations for using the old OpenID 2.0

Re: [google-appengine] dos.xml

2013-10-29 Thread Peter Ondruška
Well, if only GAE's DOS protection had whitelist option you would blacklist everything and whitelist CF (or perhaps your customers' networks). http://code.google.com/p/googleappengine/issues/detail?id=5464 On Monday, 28 October 2013 19:33:17 UTC+1, Vinny P wrote: On Mon, Oct 28, 2013 at 1:19

Re: [google-appengine] Is it possible to run tidy at google app engine PHP

2013-10-22 Thread Peter McKenzie
Also, feel free to create an issue on the Issue Tracker to request the tidy extension (or any other extension you need). No guarantees, but we do listen. On Monday, October 21, 2013 7:00:15 PM UTC-7, Vinny P wrote: On Thu, Oct 10, 2013 at 11:40 AM, William willia...@gmail.comjavascript:

[google-appengine] Do pull queues exhibit consistent read behaviour when leasing?

2013-09-10 Thread Peter D
If I add a task to a named pull queue synchronously, and after the enqueue operation I lease from that queue immediately (locally or via a notified backend), is it guaranteed that the task will be there? Or is it similar to the datastore, in that after adding a task, it may or may not be there

[google-appengine] Re: Finding all the locations in a given radius with GQL

2013-08-29 Thread Peter McKenzie
Another option is to use the Search API: https://developers.google.com/appengine/docs/python/search/query_strings#Python_Queries_on_geopoint_fields On Friday, August 30, 2013 5:07:48 AM UTC+10, Jason Collins wrote: In this past, we've used a repeated property to encode a Quadtree (

[google-appengine] Channel API token reuse broken?

2013-08-09 Thread Peter D
Is there some magic to getting token re-use to work? In my situation, I want to make sure that clients reuse a token at least in the case of page refreshes for example, so I store their token in a cookie. Both in production and the dev_appserver (1.8.3), whenever I re-use a token, the channel

Re: [google-appengine] Re: Flood of warm up requests!

2013-07-25 Thread Peter Backx
Same issue for me right now. I'm going to try the redeploy trick. Peter On Friday, June 28, 2013 1:35:41 AM UTC+2, husayt wrote: We experience the same issue with thousands of warmup requests. What is going on? Why nobody from google has not replied yet? On Wednesday, 26 June 2013 17:43

Re: [google-appengine] Re: Flood of warm up requests!

2013-07-25 Thread Peter Backx
-requests On Thursday, July 25, 2013 5:20:11 PM UTC+2, Stefano Ciccarelli wrote: I've noticed that this kind of behaviour started at least three weeks ago and I've posted about it at least two weeks ago without responses. 2013/7/25 Peter Backx peter...@gmail.com javascript: Same issue

[google-appengine] Re: Channels broken in 1.8.2 development server?

2013-07-19 Thread Peter D
using a mac and I'm having the same problem. I reverted to 1.8.0 and channels are working again. On Thursday, 18 July 2013 20:46:01 UTC+10, Peter D wrote: I have a very basic Python app, and after upgrading to 1.8.2, channel.send_message does nothing. No errors or sign of failure, except

[google-appengine] Channels broken in 1.8.2 development server?

2013-07-18 Thread Peter D
I have a very basic Python app, and after upgrading to 1.8.2, channel.send_message does nothing. No errors or sign of failure, except no client ever receives a message. Doing nothing except swapping my path to my 1.8.1 app engine install fixes it. Anyone else experiencing similar? I am on

[google-appengine] Re: Channels broken in 1.8.2 development server?

2013-07-18 Thread Peter D
Just to add, I am using the Windows Python SDKs. On Thursday, 18 July 2013 11:46:01 UTC+1, Peter D wrote: I have a very basic Python app, and after upgrading to 1.8.2, channel.send_message does nothing. No errors or sign of failure, except no client ever receives a message. Doing nothing

[google-appengine] Moving application to European datacenter?

2013-07-10 Thread Peter D
In the app engine documentation, I saw this point: *For developers that do not have a Premier account, you will need to enable billinghttps://developers.google.com/appengine/docs/billing#Enabling_Paid_Appsfor applications that should reside in the European Union. * (taken from

[google-appengine] Error: Server Error The server encountered an error and could not complete your request.

2013-06-08 Thread Peter Odhiambo
I really can't figured how to solve this error. every time i try to run my app i get the error Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please reporthttp://code.google.com/appengine/community.html your problem and mention

[google-appengine] Re: Wordpress + AppEngine = PressEngine

2013-06-05 Thread Peter McKenzie
a capital 'P'). cheers, Peter On Thursday, June 6, 2013 3:22:05 AM UTC+10, @Mlaynes wrote: more details about running Wordpress directly on GAE platform : https://developers.google.com/appengine/articles/wordpress best and happy coding.. @Mlaynes -- You received this message because you

[google-appengine] OT: Spam to group members

2013-04-30 Thread Peter Ondruška
Sorry for offtopic I would ask Veersoft Solutions and AppScale Systems and possibly others (who think about it) to stop using this group to gather email addresses to spam members off the list with offers on their solutions. Thanks -- You received this message because you are subscribed to

[google-appengine] Djangoform not supported anymore for python2.7, Any recommendation for replacement

2013-04-17 Thread Peter Chen
the djangoform back into my application? Peter -- 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+unsubscr...@googlegroups.com. To post to this group, send

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

2013-04-10 Thread Peter Cigéhn
I'm also getting the appengine-api-1.0-sdk-1.7.7.jar is too large when trying to deploy. Is that expected and what are you supposed to do? Den onsdagen den 10:e april 2013 kl. 21:15:04 UTC+2 skrev Sekhar: I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too large error when deploying. Are we

[google-appengine] unusual traffic from your computer network

2013-04-02 Thread Peter Warren
on this issue. Thanks for any help, Peter -- 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+unsubscr...@googlegroups.com. To post to this group, send

[google-appengine] unusual traffic from your computer network

2013-04-01 Thread peter
Engine itself? Thanks for any help, Peter -- 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+unsubscr...@googlegroups.com. To post to this group

[google-appengine] unusual traffic from your computer network

2013-04-01 Thread peter
around for years and clearly is still a huge problem. It would be great to get some transparency. Thanks for any help, Peter -- 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] Re: Problem with new Chrome v26, Asynchronous DNS, and localhost

2013-03-28 Thread Peter Ondruška
This is more related to IPv6. The new dev_appserver seems to like IPv6 too much and it is not related to Chrome. Just open http://[::1]:8080 instead or as you have already done explicitly start at your IPv4 localhost (127.0.0.1). On Thursday, March 28, 2013 7:20:39 AM UTC+1, GAEfan wrote:

[google-appengine] Google acquired Talaria

2013-03-17 Thread Peter Ondruška
http://talariatech.com/ seems like good news for GAE/J -- 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+unsubscr...@googlegroups.com. To post

[google-appengine] problems usually come before new release

2013-03-13 Thread Peter Ondruška
Maybe you noticed and maybe it is just rare coincidence but problems we see usually come before new release(?) Is it only me to observed this? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

Re: [google-appengine] problems usually come before new release

2013-03-13 Thread Peter Ondruška
. (and that is aside from any bugs, or incompatibltities (intentional or otherwise) that a new version may bring) On Wed, Mar 13, 2013 at 8:55 AM, Peter Ondruška peter.o...@kaibo.eujavascript: wrote: Maybe you noticed and maybe it is just rare coincidence but problems we see usually come before new

[google-appengine] Re: Error number of requests display for Top 25 visitor IP address in Console

2013-03-08 Thread Peter McKenzie
Please create a bug on the issue tracker. On Tuesday, March 5, 2013 8:58:54 PM UTC+11, Cymun wrote: I'm having the the same problem, Since 2-3 weeks my blacklist is full of 1000k entries, I don't see anything suspicious neither in the dashboard nor in the logs but Google Bot started

Re: [google-appengine] giving up with GAE

2013-02-04 Thread Peter Ondruška
?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- S pozdravem, Peter Ondruška -- 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

[google-appengine] Re: Google Apps No Longer Free

2012-12-19 Thread Peter Frandsen
Exactly - this will be bad for us, Google, and the open web. These organizations will end up setting up facebook pages instead of creating web sites... Den søndag den 9. december 2012 09.27.17 UTC+1 skrev Scott Sims: What about personal accounts? Google has screwed those users as well. No

[google-appengine] App Engine Unit tests problem with JPA 2.0

2012-12-16 Thread Peter
to resolve this? My code if it's helps: protected final LocalServiceTestHelper helper = new LocalServiceTestHelper( new LocalDatastoreServiceTestConfig()); ... helper.setUp(); ... Thanks, Peter -- You received this message because you are subscribed to the Google Groups Google App Engine group

Re: [google-appengine] Re: Google Apps No Longer Free

2012-12-07 Thread Peter Liu
Some question and feedback: 1. I am not sure it's related. Last Sunday one of our new google apps account we created for GAE domain was suddenly deleted. Users can't hit GAE app with that domain, and Google 404 page is shown. We quickly re-register the domain with Google apps and added back

[google-appengine] Re: instance scheduling mystery

2012-12-07 Thread Peter Warren
Thanks for the tip! Upping the max idle instances makes a huge difference (see attached chart). Previously I had it capped at 3 max idle instances and then 5 for testing. Our latency has gone up but our instance graph is way, way more stable. -- You received this message because you are

[google-appengine] Re: Distinct Recipients Emailed Quota limit ?

2012-11-28 Thread Peter Ondruška
I could not resist to write that Google's description of this billing item is more sexy :-) -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: GAE keeps starting new instances causing lots of user facing loading requests

2012-11-28 Thread Peter Ondruška
If you use appspot domain SSL is available and you might benefit of SPDY, https://developers.google.com/appengine/docs/python/runtime#SPDY -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: 500 Server Error

2012-11-28 Thread Peter Ondruška
Check your application log. On Wednesday, November 28, 2012 4:21:54 PM UTC+1, bo wrote: Hi, I just tried my first java servlet with google app engine. It works fine at localhost (Eclipse: Run As Web Application), but it dosen't work at the Google App Engine (500 Server Error). The error

[google-appengine] Re: Update on our GAE Experience

2012-11-20 Thread Peter Ondruška
Yes, AWS, and I am sure I am not alone. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/uTU8h55uZvcJ. To post to this group, send email to

[google-appengine] URL fetch purge method?

2012-11-09 Thread Peter Warren
Alternatively I can set up a remote service as a proxy to receive a GET from app engine and then send the PURGE request. It's clunky to add a middle-man though if I don't need to. Thanks, Peter -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] double gzip workarounds?

2012-11-06 Thread Peter Warren
crazy for us to unzip and then rezip the same object when servicing a single web request. At this point I'm thinking of setting up a Varnish cache on AWS to sit in front of our GAE apps just to avoid this. Are there other, better ideas? Thanks! Peter -- You received this message because you

[google-appengine] Re: Datastore Viewer broken - URGENT.

2012-09-21 Thread Peter McKenzie
Please create a bug on the issue tracker. On Friday, September 21, 2012 11:43:49 PM UTC+10, aswath wrote: Further narrowing down on the issue. If there are fewer namespaces in the app-id, then a dropdown is shown to select the namespace. Then everything is fine for the app-id. However, if

Re: [google-appengine] Using SMTP on GAE

2012-09-21 Thread Peter McKenzie
FYI: the Sockets API lets you use SMTP (authenticated SMTP only). If you're interested in trying it out, please sign up for the trusted tester program: https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dF9QR3pnQ2pNa0dqalViSTZoenVkcHc6MQ On Thursday, September 20, 2012 4:55:40

[google-appengine] What are the costs of SSL on a custom domain?

2012-09-14 Thread Peter Armitage
I don't have a strong understanding of the technology behind SNI/VIP, but I am confused why it costs $120/$1200 per year to enable HTTPS on a custom domain. Are there significant infrastructure costs Google has to make to support this? Does it have to buy IPv4 address space?

Re: [google-appengine] Re: APP DOWN: App suddenly no longer starts, no code changes

2012-09-13 Thread Peter Magnusson
point taken. i agree. On Thu, Sep 13, 2012 at 12:11 PM, Per per.fragem...@gmail.com wrote: Hi Peter, I'm sure it's extremely(!) hard to host this many applications reliably and at a sane cost. I won't try to make any suggestions about that. But what concerns me is the support situation

Re: [google-appengine] new Google Cloud Platform Developers Google+ page

2012-09-02 Thread Peter Ondruška
...@googlegroups.com javascript:_e({}, 'cvml', 'google-appengine%2bunsubscr...@googlegroups.com');. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- S pozdravem, Peter Ondruška -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: URLFetch Quota Is Stupid

2012-08-30 Thread Peter McKenzie
Hi Brandon, I agree it may make sense to special case intra-App URLFetches. Please file a bug on the issue tracker. thanks, Peter On Friday, August 31, 2012 4:29:35 AM UTC+10, Brandon Wirtz wrote: Ok, so I get that you don’t want me to build a DDoS platform with GAE. But why the frak

Re: [google-appengine] Custom expires/cache-control for get_serving_url images

2012-08-30 Thread Peter Ondruška
');. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- S pozdravem, Peter Ondruška -- 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

[google-appengine] Re: mapping Google Apps to Appengine error 1000

2012-07-20 Thread Peter Ondruška
This particular domain is an alias to primary domain, I can ever create mapping for names different from www. There is a thread on this issue here with more details: https://productforums.google.com/d/topic/apps/JuvJrTMJmAs/discussion On Friday, July 20, 2012 10:42:24 AM UTC+2, Alexis wrote:

[google-appengine] mapping Google Apps to Appengine error 1000

2012-07-18 Thread Peter Ondruška
If I want to add mapping to Google Apps I get this error: We are unable to process your request at this time. Please try again later. (Error #1000) -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] 500 Server error on http://codereview.appspot.com/5615049/

2012-07-16 Thread Peter Barnes
, please reporthttp://code.google.com/appengine/community.html your problem and mention this error message and the query that caused it. This problem has existed since last night ~12 PM PDT, ~ 07:00 UTC TIA for your help, Peter -- You received this message because you are subscribed to the Google

[google-appengine] JPA transactions and entity keys

2012-07-12 Thread Peter
{ if (tx.isActive()) { tx.rollback(); } em.close(); } I saw somehow I can set a parent key to the keys but I think in this way I'll loose the automatic id generation. Is there a good way to resolve this problem? Thanks, Peter -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: google, FT Search quota API calls 20,000, cuts me off after 499

2012-06-21 Thread Peter McKenzie
You're probably running into a burst quota (per minute quota) which limits you to adding ~100 documents/minute. More discussion here: http://stackoverflow.com/questions/10567267/quotas-on-appengine-search-api-for-java/ We'll likely remove this burst quota fairly soon. On Thursday, June 21,

[google-appengine] How to contact billing? Sales tax and invoices

2012-06-11 Thread Peter Backx
: * I have entered my VAT ID, but I am still charged Sales tax (VAT). How come? * Is it possible to receive invoices? or are the checkout mails all we get? Without these solved, it's very hard to continue using AppEngine for me. Thanks, Peter -- You received this message because you

[google-appengine] Re: SEARCH API: Problem in Adding Documents To An Index

2012-05-20 Thread Peter McKenzie
The issue here is that the Index.add() signature has changed between 1.6.5 and 1.6.6. The impact is that Index.add() will stop working as 1.6.6 rolls out (but other Search functionality is unaffected). We try to avoid breakages like this, and expect them to be rare, but they are part of an API

[google-appengine] Re: The Schedule Format of cron.xml

2012-05-20 Thread Peter McKenzie
Please create an issue on the issue tracker for this feature request. On Thursday, May 17, 2012 6:15:38 PM UTC+10, Ian Marshall wrote: Thank you - You're welcome. In option 1: Do you mean using *etaMillis of **TaskOptions *using to specify the execute time?

[google-appengine] Re: SEARCH API: Problem in Adding Documents To An Index

2012-05-18 Thread Peter McKenzie
Looking like a problem on our side. We're working on it. On Friday, May 18, 2012 7:24:59 PM UTC+10, Santosh Ravindranath wrote: I am facing this issue too. java.lang.NoSuchMethodError:

[google-appengine] Re: ApiProxy$ArgumentException DATASTORE_V3/MEMCACHE

2012-05-03 Thread Peter Lon
.impl.client.RpcClientInternalContext.runCallbacks(RpcClientInternalContext.java: 903) On May 2, 10:15 am, Peter Lon ifrtest2...@gmail.com wrote: Strange error logs in my application (sometime works sometimes not): ApiProxy$ArgumentException: An error occurred parsing (locally or remotely

[google-appengine] Re: Outage again

2012-05-02 Thread Peter Lon
ApiProxy$ArgumentException: An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.RunQuery ApiProxy$ArgumentException: An error occurred parsing (locally or remotely) the arguments to MEMCACHE.Get() On Apr 11, 11:15 pm, Mos mosa...@googlemail.com wrote: Anyone else?

[google-appengine] ApiProxy$ArgumentException DATASTORE_V3/MEMCACHE

2012-05-02 Thread Peter Lon
Strange error logs in my application (sometime works sometimes not): ApiProxy$ArgumentException: An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.RunQuery ApiProxy$ArgumentException: An error occurred parsing (locally or remotely) the arguments to MEMCACHE.Get()

[google-appengine] Re: Datastore Small Operations - datastore.get(key)

2012-04-20 Thread Peter Han
However, you can convert queries into keys-only queries followed by batch get()s; this will cost small datastore operations for cache hits rather than full read operations keys-only query is a small datastore operation thats is clear, but batch get of entities by key also? Thank you. On Apr

[google-appengine] Phone number cannot be used to receive sms verification code

2012-04-02 Thread Peter Zandbergen
cannot log in to the admin console. Can someone help me to solve this issue? Cheers, Peter Zandbergen -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine

[google-appengine] Re: yet another pending latency question

2012-03-12 Thread Peter Warren
Setting latency to auto/auto does seem to help. New instances are still spawned sporadically, but much less frequently. Thanks for the tip! -- 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] yet another pending latency question

2012-03-10 Thread Peter Warren
volume, and spawning new instances kills the response time. Thanks for any tips! Peter -- 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

[google-appengine] Re: yet another pending latency question

2012-03-10 Thread Peter Warren
Additionally I just changed the max pending latency setting to 15 secs and still see app engine spawning new instances. Given a min latency of 15 secs and a max latency of 15 secs, I would think that app engine would definitely not spawn a new instance until a request had been in the queue for 15

[appengine-java] Re: Metadata in Datastore Statistics

2012-03-04 Thread Peter Han
Indexes... On Mar 2, 11:25 am, Aswath Satrasala aswath.satras...@gmail.com wrote: Hello, I am looking at the Datastore Statistics screen What is Metadata, that is showing in the pie chart in that screen -Aswath -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: JPA Query setMaxResult vs DB Read Ops number

2012-02-24 Thread Peter Han
amen :-) On Feb 24, 3:13 pm, Matthew Jaggard matt...@jaggard.org.uk wrote: The first one :-) On 22 February 2012 21:01, Peter Han devifr...@gmail.com wrote: situation: - user entities in db (properties id, name, sex, age) - you want to get the oldest of them with min. age 10

[appengine-java] JPA Query setMaxResult vs DB Read Ops number

2012-02-23 Thread Peter Han
situation: - user entities in db (properties id, name, sex, age) - you want to get the oldest of them with min. age 10 createQuery(select u from User u where u.age=10 order by age desc) query.setMaxResults(1) !!! query.getResultList(); how GAE handles this situation? 1. search in index table

[appengine-java] cross group transactions java sdk 1.6.1.1 ant compile fails with missing method transactionsoptions.builder.withXG(boolean)

2012-01-25 Thread peter
I can not create a transactionoptions object with transactionoptions.builder.withXG(true) I get missing method error withXG(boolean) I can create a transactionoptions object with transactionoptions.builder.withDefaults() But apart from that not enabling cross group transactions, the

[google-appengine] cross group transactions SOLVED

2012-01-25 Thread peter
Using the java sdk 1.6.1 I was having an issue compiling with ant I was getting missing method error withXG(boolean) This was because the app was originally created using version 1.5.3 and the compiler must have been using the 1,5,3 versions of the libraries which had been copied to the lib

  1   2   3   4   5   >