[google-appengine] Re: Django url pattern

2021-02-08 Thread 'Juan Carlos Gomez' via Google App Engine
The webapp2 format for query variables is: whereas the django one is: On Wednesday, February 3, 2021 at 9:19:35 AM UTC+1

Re: [google-appengine] Re: Python App

2020-12-02 Thread 'Juan Carlos Gomez' via Google App Engine
Hello, this group is for App Engine and should be kept in topic. You are trying to execute a Python script from a GCE instance, the python scripts shows an error that says `FileNotFoundError` when trying to find the file `Output/Persons 3011201921.csv`. You need to contact the author of this

[google-appengine] Backend

2020-10-12 Thread Carlos Gonzales
Hola quisiera saber si puedo instalar en un servidor de Google Cloud, todo un sistema de Aplicacion web: Front-End : Angular 10 Backend: Laravel 7 Base de datos: PostgreSQL para todo una aplicacion web para una empresa. Ayuda porfavor tengo dudas. -- You received this message because you are

[google-appengine] GAE PHP con SQL Server

2020-09-18 Thread Juan Carlos Rodríguez Sulca
Hello, It is possible to connect the app engine standard environment to a SQL Server database (either Cloud SQL or an external one on Compute Engine) Thanks Juan Carlos -- *AVISO DE CONFIDENCIALIDAD:* "La información contenida en este correo y cualquiera de sus anexos es confidenc

[google-appengine] Re: Debugging large gap between appLatencySeconds and latencySeconds

2020-09-17 Thread 'Juan Carlos Gomez' via Google App Engine
Hello, appLatencySeconds and latencySeconds are equal to nginx variables. With, appLatencySeconds == $upstream_response_time [1] and latencySeconds == $request_time[2]. For clarity I'll include the definitions: appLatencySeconds :$upstream_response_time: keeps time spent on receiving the

[google-appengine] Generate Runbook - Error during listVcVms

2020-08-31 Thread Carlos
as a data source. We have read the system logs but unfortunately we couldn´t find the rootcause. Has anyone seen this problem before? Could you please help us? Thanks in advance. Carlos Plaza -- You received this message because you are subscribed to the Google Groups "Google Ap

Re: [google-appengine] Re: Very slow connection to Cloud storage and Cloud SQL

2020-07-14 Thread 'Juan Carlos Gomez' via Google App Engine
You are right, I twisted the effects. Is this happening consistently for the requests in your App Engine? If so, I suggest you create a ticket in the Cloud Support [1] so you can share information such as your project-id, bucket names, ... through a private channel. Best regards, Juan Carlos

[google-appengine] Re: Very slow connection to Cloud storage and Cloud SQL

2020-07-13 Thread 'Juan Carlos Gomez' via Google App Engine
Hello, Thank you for your post. I understand that you have a Cloud SQL instance and Cloud Storage bucket in the us-central region and the access to both of this servers from your local machine is slow. This could be for many reasons external to the Cloud Platform scope such as: + Temporary bad

[google-appengine] Re: cron.yaml timezone throw an error

2020-06-22 Thread 'Juan Carlos Gomez' via Google App Engine
tion was to > update the gcloud SDK to version 297.0.1 > > Regards > > El viernes, 19 de junio de 2020, 4:58:55 (UTC-4), Juan Carlos (GCP > Support) escribió: >> >> Hi, >> >> I copied and pasted your cron.yaml file, deploed with `gcloud app deploy >

[google-appengine] Re: cron.yaml timezone throw an error

2020-06-19 Thread 'Juan Carlos Gomez' via Google App Engine
Hi, I copied and pasted your cron.yaml file, deploed with `gcloud app deploy cron.yaml` and go $ gcloud app deploy cron.yamlERROR: (gcloud.app.deploy) An error occurred while parsing file: [/home/hello_world/cron.yaml]Missing required value [schedule]. in "/home/hello_world/cron.yaml", line

[google-appengine] Re: appEngine stopping automatically earlier than configured

2020-04-21 Thread 'Juan Carlos Gomez' via Google App Engine
Hi, Generally speaking the app engine instances can be shutdown for planned and unplanned reasons shown here [1]. There are some planned shutdowns on the instances with automatic_scaling to update the libraries in the host machines and in the runtime environments, the instances are shut down

[google-appengine] Re: Migrate to Java 8 runtime

2018-06-01 Thread Carlos Lee
of course, include the > gson lib on gradle) > > > > On Friday, June 1, 2018 at 2:25:16 PM UTC+1, Carlos Lee wrote: >> >> Thanxs for your help George. >> >> >> I'm working on this migration task. Sorry to bother, I also need one more >>

[google-appengine] Re: Migrate to Java 8 runtime

2018-06-01 Thread Carlos Lee
. at frolic.br.brainexercises.backend.MyEndpoint.getGameRankingV2 (MyEndpoint.java:228) Do you have any clue why I started to have this issue? Regards Carlos Eduardo Ki Lee Em quinta-feira, 31 de maio de 2018 19:15:18 UTC-3, George (Cloud Platform Support) escreveu: > > Hello Carlos, > > Y

[google-appengine] Migrate to Java 8 runtime

2018-05-31 Thread Carlos Lee
build.gradle, there are two variables: sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7 Should I need to upgrade those versions to: VERSION_1_8? Regards Carlos Eduardo Ki Lee -- You received this message because you are subscribed to the Google

[google-appengine] 502 Bad Gateway

2018-02-27 Thread Carlos Martínez
I deployed my django project in GAE and I get the 502 Bad Gateway error on all pages except the main one. The previous version was working, but is not working since I added API calls for storage (storages.backends.gcloud.GoogleCloudStorage). I added environment variable

[google-appengine] Re: cloud shell

2018-02-24 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Rajesh, I would definitely try using the console from different networks and different devices to try to isolate the issue. Using MTR might also help. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: 2 Instances | 1 Static IP | Help With College Project

2018-02-13 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
For additional information on Free Tier you can visit this article . You will not be able to request additional quota while using this tier. As previously stated, you can always check the resource quota

[google-appengine] Re: Error creating invoice data for free Google Cloud Platform trial

2018-01-12 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Antonio, The best route to address your issue is by opening a ticket with our billing support departmen t. You can also try to create the account using an incognito window

[google-appengine] Re: app declares a dependency from configuration 'compile' to configuration 'android-endpoints' which is not declared in the descriptor for project :backend.

2017-12-26 Thread Carlos Lee
backend.iml to fix the error: "Unable to find the webapp directory ../build/exploded-app." As per: https://groups.google.com/forum/#!topic/google-appengine/c6EByy2_2U0: *Change:* To: Regards Carlos Eduardo Ki Lee Em terça-feira, 26 de dezembro de 2017 16:44:54 UTC-2, Geo

[google-appengine] app declares a dependency from configuration 'compile' to configuration 'android-endpoints' which is not declared in the descriptor for project :backend.

2017-12-24 Thread Carlos Lee
I have a Androiud project that uses Android Studio with backend module. I'm trying to migrate google appengine from V1 To V2 as per tutorial: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating After perform all changes as per tutorial, I'm getting following error in

[google-appengine] Re: Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the an

2017-12-23 Thread Carlos Lee
Dear Gerge, I've added: android { ... defaultConfig { ... javaCompileOptions { annotationProcessorOptions { includeCompileClasspath false } } } } Into my project and It worked now. Thx! Em sexta-feira, 22 de dezembro

[google-appengine] Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annota

2017-12-21 Thread Carlos Lee
I'm trying to migrate google appengine from V1 To V2 as per tutorialo: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating and I'm getting the following error: *Annotation processors must be explicitly declared now. The following dependencies on the compile classpath

[google-appengine] Re: Cryptocurrency and ICO allowed or not

2017-12-06 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Thank you for your post. According to this document during your free trial you may not use GCP to engage on mining cryptocurrency. It does not mention further restrictions. Therefore mining should be fine as long as your project

[google-appengine] quiero cerrar mi cuenta en google cloud

2017-11-25 Thread Carlos Torres
Quiero cerrar mi cuenta en google cloud definitivamente, para que no me lleguen mas facturaciones por cero pesos ¿adonde tengo que hacerlo? -- 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] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-20 Thread Juan Carlos García Sigüenza
st/v1/apps.domainMappings#DomainMapping> > in > the 'Request body'. Also ensure you turn on 'Authorize requests using OAuth > 2.0' so that you may prove your ownership over the project ID 'appsId' found > in the Cloud Console > <https://console.cloud.google.com/cloud-resourc

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-18 Thread Juan Carlos García Sigüenza
any notices about the issue? I have the same problem El jueves, 12 de octubre de 2017, 22:59:23 (UTC+2), Glenn Goodrich escribió: > > @Kenworth, > > I have the same issue and have opened an issue with issue tracker. Do you > know any more about this problem? I have attached screenshots of my

[google-appengine] Re: How to remove custom domain from project

2017-11-18 Thread Juan Carlos García Sigüenza
I have the same problem, I think that I have a mapping in a old project and I cant to map my new project with my custom domain, the error is "Custom URL is already mapped to another project" but I dont see the mapping in any other project (app engine, firebase, cloud dns) I am triying to

[google-appengine] Re: Online shop in Google Compute Engine. Legal Aspects. Spain

2017-10-20 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Juan Jose, I found this article related to the EU Data Protection Directive . The parent link might also be of your interest. If you need further information, you can

[google-appengine] Re: Assigning a URL to Redis Google Cloud Launcher One Click Deploy

2017-07-11 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Jason, I believe what you are looking for is described in these articles and discussions by proposing the setup of a reverse proxy. [1] https://www.haproxy.com/blog/haproxy-advanced-redis-health-check/ [2] https://www.quora.com/How-do-you-load-balance-Redis-instances [3]

[google-appengine] Re: Memcache cas never updating

2017-02-13 Thread Carlos
te code. On Monday, February 13, 2017 at 12:07:58 PM UTC-6, Nicholas (Google Cloud Support) wrote: > > Thanks for the quick response. I will also await feedback from Carlos > about this workaround as well. > > For the time being, I would suggest setting it explicitly for

[google-appengine] Re: Memcache cas never updating

2017-02-12 Thread Carlos
For what it's worth, I have an application where the "client.cas(key, counter+1)" which has worked for years, and it practically a direct copy of Guido's code on the page below, is suddenly failing in the past few days. http://neopythonic.blogspot.com/2011/08/compare-and-set-in-memcache.html

[google-appengine] Re: Billing problem in migrating existing projects to Organization level..

2017-01-24 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Baji We will proceed with this discussion on the GCE thread . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Why cannot open Compute Engine

2016-11-18 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Shimon, I have removed/edited part of your message to avoid exposing sensitive information. At the moment your project is associated with a billing account that is closed. You can find additional information on these articles [1]

[google-appengine] GAE Search API and Golang

2016-08-17 Thread 'Carlos Sura' via Google App Engine
Hello, I've been trying to find examples on how to implement search API on golang for a current project which is taking too long using a live search plugin, but I've been unable to find examples for golang. So, I am wondering if someone can give me references (links, examples, docs) on how

[google-appengine] Re: Process terminated because the request deadline was exceeded. (Error code 123)

2016-05-17 Thread Carlos Vieira
I'm experiencing the same problem... terça-feira, 17 de Maio de 2016 às 12:54:45 UTC+1, Мария Кокаия escreveu: > > All requests to the Google Cloud SQL are returning instant errors: > "Process terminated because the request deadline was exceeded. (Error code > 123)". We have only 1 active

Re: [google-appengine] Help migrating from Files API

2015-08-03 Thread Carlos Lallana
As a quick response: uuid1() http://docs.python.org/2/library/uuid.html#uuid.uuid1 may compromise privacy since it creates a UUID containing the computer’s network address. uuid4() http://docs.python.org/2/library/uuid.html#uuid.uuid4 creates a random UUID. Refer to this answer

[google-appengine] Re: Spring components or EJB or other object, you recommend for processing in Google Endpoint API.

2015-03-24 Thread Carlos Lallana
Hey Maciej, You may want to take a look to this article https://cloud.google.com/appengine/kb/general#frameworks from the docs, that explains what frameworks does Google App Engine support. On Monday, February 2, 2015 at 12:48:15 PM UTC+1, Maciej Pietroń wrote: I started learning google

Re: [google-appengine] Search API Cost question

2015-02-27 Thread Carlos Lallana
Hi Kaan, It is indeed not easy to reach the 10 GB size for an index, but yet not impossible. As you can read here https://cloud.google.com/appengine/docs/quotas#search, when an app tries to exceed this amount, an insufficient quota error is returned. Note that if you have purchased one of our

Re: [google-appengine] Search API Cost question

2015-02-26 Thread Carlos Lallana
Hey Kaan, As stated in this section of the documentation [1], the maximum size per index is 10 GB, with an unlimited number of indexes allowed. [1] https://cloud.google.com/appengine/docs/python/search/#Python_Search_API_quotas On Thursday, February 19, 2015 at 9:55:52 PM UTC+1, Kaan Soral

[google-appengine] Re: [Report bug]Bug on the documentation

2015-02-10 Thread Carlos Lallana
Quick update! Changes have been submitted and they will take 1 or 2 days to be visible. Thanks again for keeping an eye on the small details! On Saturday, February 7, 2015 at 2:57:50 AM UTC+1, Jonas Mayer wrote: Hi, I found a bug on the page

[google-appengine] Re: Oops! We couldn't retrieve your list of Kinds. Datastore API, Datastore Viewer and Datastore Admin problems

2014-05-30 Thread Carlos
I just encountered this error message on a fresh instance. My solution was to make sure there is data written to the datastore in the default namespace, not just in a particular namespace. As soon as the Datastore Viewer can render a Kind and data in the default space, the page should render

[google-appengine] DataStore Read Operations growing up

2014-03-12 Thread Carlos Montero Padilla
I have a web application in App engine with Java and a Datastore with information that need the web app. When received a request page the rate of Datastore Read Operations resource grow up 6%. If the limit is 0.05 Millons Op, the 6% are 3000 read operations, but my app only access to 20

[google-appengine] I've been notified to be the owner of an app I can't see or delete

2014-02-11 Thread Carlos Ospina
Hello. I found with surprise that I'm the owner of this app: s~maximal-coast-361 I have done some appengine development, but I don't remember this app and its not on my admin panel. Since I don't know it, I want to delete it, but I can't because I don't have access to it. Any ideas? How do I

Re: [google-appengine] call SOAP webservice from external application

2013-12-28 Thread Carlos Bologna
Hi! Can you show me your code? I made the same thing that you said, but it doesn't work for me yet. Thanks! Em quarta-feira, 9 de outubro de 2013 04h26min45s UTC-3, giuseppe giorgio escreveu: Ok, i've solved my problem. first of all i've build separate function for generate xml message.

[google-appengine] GAE and HttpSessionEvent

2013-12-26 Thread Carlos Sergio de Paiva Araujo
these events? And why I'm not receiving the HttpSessionEvent when the session times out? Thank you and hope you can help me! Carlos -- 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] BPM on GAE? whats the best choice?

2013-11-01 Thread Luis Carlos Ramírez Rodríguez
So my company uses GAE to host all our business intelligence and more often than not we stumble upon the need to define business process using some flavor of process definition (BPEL? BPMN?). I've google my way into trying to find a way to run a process engine on GAE to no avail. So my last

[google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-21 Thread Carlos Aguilar Moreno
I'm a bit dissapointed. Why next version isn't 1.6.7? What's the big improve? On Jun 20, 9:00 pm, Christopher Ramírez blindedbythed...@gmail.com wrote: Thanks Guido! I addressed the issue thank to Alfred Fuller and Timh.  

Re: [google-appengine] Re: Datastore Statistics Not Updating

2012-06-13 Thread Carlos Aguilar
the datastore stats on a daily basis, and we're investigating potential fixes. I'll send out an update as soon as we have more information. -- Chris On Mon, Jun 11, 2012 at 9:49 AM, Carlos Aguilar cagui...@pgrconsultores.es wrote: *Last updated: 6 days, 5:32:22 ago and increasing

Re: [google-appengine] Re: Datastore Statistics Not Updating

2012-06-11 Thread Carlos Aguilar
*Last updated: 6 days, 5:32:22 ago and increasing!!!* * * *Can anyone explain me how can be the billing updated if the statistics hasn't been updated for 6 months??* El lunes, 11 de junio de 2012 12:36:36 UTC+2, Marcel Manz escribió: Hi Takashi I would be really happy if the issue with the

[google-appengine] Downgrading API Java Version

2012-06-11 Thread Carlos Aguilar
I've upgraded our SDK to 1.6.6 and the Eclipse Plugin to 3.7. We've noticed some problems with 1.6.6 so I'm trying to go back to 1.6.5 and it's being impossible. Eclipse Plugin always copy 1.6.6 jars to WEB-INF co when I deploy the app, always takes the 1.6.6 How can I fixed it? -- You

[google-appengine] Re: Datastore Statistics Stuck

2012-06-11 Thread Carlos Aguilar
I have the same problem. I've reported a Production issue but no answer yet. We've been working to reduce our datastore (1,19 Gb) but because the statistics are stucked we've no information about it. Now, I wonder, what information is using Google for billing? Carlos El lunes, 11 de junio de

[google-appengine] Firebird

2012-04-12 Thread Juan Carlos Aranda
Hello, I am creating an application that uses a database developedin Firebird. I managed to launch my application in Google AppEngine, and runs correctly, but when it comes time to access thedatabase shows me the following message: No suitable driver found for jdbc:

[google-appengine] Re: Java Channel API limits

2012-03-22 Thread Carlos
, March 20, 2012 9:51:51 PM UTC+2, Carlos wrote: Thank you Richard, I have put the question on stacksoverflow :) I hope to get luck :D El lunes 19 de marzo de 2012 19:16:40 UTC+1, Richard Watson escribió: I gotcha. I think that if you pay the $500 a month support protection-money you get more

[google-appengine] Re: Java Channel API limits

2012-03-20 Thread Carlos
Thank you Heiko, but I have sent a message to this link two weeks ago to get information... and I'm still waiting the answer. :( El lunes 19 de marzo de 2012 20:36:52 UTC+1, Heiko Roth escribió: You can increase limits at: http://code.google.com/intl/de-DE/appengine/docs/quotas.html resp.

[google-appengine] Re: Java Channel API limits

2012-03-20 Thread Carlos
haven't done that myself. One alternative is to put a what's the highest channel-creation rate possible type question on stackoverflow and hope that elicits an answer from someone seeking karma. On Monday, March 19, 2012 7:41:18 PM UTC+2, Carlos wrote: I sent this question to that url two

[google-appengine] Java Channel API limits

2012-03-19 Thread Carlos
In http://code.google.com/intl/es-ES/appengine/docs/quotas.html#Channel you can read that with billing enabled the maximum channel created rate is 60 creations/minute. Does it mean that we can created only 86,400 channels/day. It's very low rate, isn't it? And if i have estimated that I could

[google-appengine] Re: Java Channel API limits

2012-03-19 Thread Carlos
I sent this question to that url two weeks ago. But I have not been answered yet. My problem is that I'm developing a project and I need to know if java channel api will be a solution for us or it doesn't. And the number of channels created it's critical. I can't develop my solution using that

Re: [google-appengine] Channel API billing when channel expires

2012-03-16 Thread Carlos
I though that the channel expires 2 hours since the creation and it can not waste more than 1 channel if you don't recreate it, isn't it? Have you to disconnect the channel? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this

[google-appengine] Re: Eclipse + GAE, Problem in project clean

2012-03-13 Thread Carlos
I have found the solution to my problem. It seems to be the length of the arguments passed to the enhacer... follow this link: http://stackoverflow.com/questions/1890410/base-class-does-not-seem-to-have-been-enhanced-after-upgrade-of-google-app-eng Carlos -- You received this message because

[appengine-java] SDK 1.6.2.1 update

2012-02-07 Thread Carlos Aguilar
I'm trying to update to 1.6.2.1 but Eclipse doesn't allow me. I see that in WEB-INF/lib the plugin copy 1.6.2.1 and 1.6.1 libraries. If I delete the 1.6.1 libraries the compiler show me an error. How can I update SDK with the Eclipse plugin? Do I have to wait until Google release the plugin fot

[google-appengine] Google shows 'Title' in Google but uses proxyseekkety.appspot.com url

2011-11-13 Thread Carlos .
Dear Google, We have a problem with 2 of our sites in Google. Gokkasten.nl and Videoslots.nl are displayd with our 'Title' in google but the urls are wrong. Our customers will think our site does not work. -- Using the search word 'gokkasten' --- Gokkasten.nl -

[google-appengine] Send message only to the recipients using MailService

2011-11-07 Thread Carlos
Hello, I'm trying to send a mail from google app engine. The problem is that each time i send a mail, the message is sending also to the Sender. First time, i tried with the Transport java class and later with MailService, always with the same result. Two mails were sent, to the recipient of the

[google-appengine] Image Gurus: Reading and Modifying images pixels on google app engine

2011-10-10 Thread carlos combidesign
Hi all, hope someone can give us a hint! We are stuck while transforming images on google app engine. We basically want to achieve the following: 1) Generate a QRCode using google chartapi - DONE 2) Use urlfetch to get the qrcode just generated and use pngw/pngr (image library for appengine) to

Re: [appengine-java] Help with fileupload (primefaces)

2011-06-27 Thread Carlos Martins
at: http://cagataycivici.wordpress.com/2010/08/09/primefaces-and-jsf-2-0-on-google-app-engine/ http://primefaces-rocks.appspot.com/ Regards, On Mon, Jun 27, 2011 at 11:17 AM, Carlos Martins guttomartt...@gmail.com wrote: Hello. I am a Brazilian student and would like help to set in JSF

[appengine-java] GAE + primefaces + eclipse

2011-06-21 Thread Carlos Martins
Hi everyone. I'm brasilian study and want know about tutorial about GAE and PrimeFaces -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

Re: [appengine-java] Re: Google SQL Service Trusted Testers Signup

2011-03-01 Thread Carlos Aguilar Moreno
We're in the same situation. We've more experience in relational databases, but we need to know when it would be in production...and reliable, because we're trying to start a new project. Also is important pricing. El 01/03/2011, a las 09:16, Marcel Overdijk escribió: I understand Amit, np

Re: [google-appengine] How can I debug an incoming email with attachments?

2011-02-24 Thread Carlos Aguilar Moreno
Thanks. But, how can I attach a file if I can't have access to the disk from de development server? Carlos El 24/02/2011, a las 05:53, Robert Kluin escribió: You could construct the email and post it to /_ah/mail yourself. Or, you could certainly setup a test instance or different version

[google-appengine] How can I debug an incoming email with attachments?

2011-02-23 Thread Carlos Aguilar
? Thanks. Carlos -- 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-appengine+unsubscr...@googlegroups.com. For more

[appengine-java] Remote_api in Java works in Development Server?

2011-02-17 Thread Carlos Aguilar
to debug with the same data. Is this impossible with appengine? Carlos -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Security issues

2011-02-17 Thread Carlos Aguilar
I'm developing an app in AppEngine but my client is asking me about security issues. I've been searching information and I've seen that Google Apps is SAS70 type 2 audited satisfactorily. However I can't find anything about AppeEngine and/or about any official certification that I could give to

[google-appengine] DeadlineExceededError blobstore.FetchData()

2011-02-15 Thread Carlos
Suddenly my app started showing this error (after only around 5 seconds of processing) when attempting to pull 500k PDF files from the blobstore, to serve through a custom handler: *DeadlineExceededError: The API call blobstore.FetchData() took too long to respond and was cancelled. *

[google-appengine] Re: DeadlineExceededError blobstore.FetchData()

2011-02-15 Thread Carlos
Are yours related to blobstore.FetchData() too? Or a different function? -- 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

[appengine-java] Re: Blobstore doesn't redirect

2010-10-29 Thread Carlos Gama
My servlet has a code to do the redirectthe problem is, my servlet doesn't is called...the rewritten request to my app not is done... In the browser I see a blank page with a URL like that ..._ah/upload/

[appengine-java] Blobstore doesn't redirect

2010-10-28 Thread Carlos Gama
People I have a problem with de blobstore, the engine doesn't redirect to my servlet after the upload. My form is submitted and the upload is done, i can see the file in blob viewer. but the path that i put blobstoreService.createUploadUrl(/admin) doens't is called. In the browser the addres

[google-appengine] Re: How to mock or instantiate App Engine Entity when unit testing

2010-10-28 Thread Carlos Ble
App Engine is so great that you can not write unit tests using entities even if you don't persist them. Just calling the constructor of an entity makes all the datastore stuff load which is slow. You do not want your unit test to take 1 minute to run, do you? What we have done to be able to write

[google-appengine] Re: Latency spikes and aborted requests in the last 24 hours

2010-10-27 Thread Carlos Ble
Same here. We are just planning a migration out of GAE :-( On 27 oct, 19:44, johnP j...@thinkwave.com wrote: Appengine has been horrible since the last maintenance.  Periodic waves of Request was aborted after waiting too long... and DeadlineExceededErrors...  Flurries of 25-100 of these in a

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-26 Thread Carlos Ble
Is there a way to optimize Gae-Django-Helper load time? Thanks On 26 oct, 00:37, Geoffrey Spear geoffsp...@gmail.com wrote: On Oct 25, 12:37 pm, Carlos Ble ble.jur...@gmail.com wrote: This answer does not help Ikai. We are facing this problem even in urls that just load and render a simple

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-25 Thread Carlos Ble
(ClassLoader.java:336) Other versions of my app also end with 500 very frequently. Thanks in advance, Pomu 2010/10/20 Carlos Ble ble.jur...@gmail.com: More info: 10-20 04:41AM 48.795 / 500 38679ms 919cpu_ms - (DeadeLineExceededError) Instances: Total number of instances

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-20 Thread Carlos Ble
Hi, We are facing several DeadlineExceededError since yesterday. Appid = mavencharts 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms At that time Average QPS was about 0.04 and there was 2 instances running. Thanks On 18 oct, 12:03, Stepan stepan.wag...@gmail.com wrote: Last 3-4 days my app has

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-20 Thread Carlos Ble
31.8 MBytes Is there anything we can do to make our site work again? On 20 oct, 12:40, Carlos Ble ble.jur...@gmail.com wrote: Hi, We are facing several DeadlineExceededError since yesterday. Appid = mavencharts 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms At that time Average QPS

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-20 Thread Carlos Ble
MBytes 0.033 320.5 ms31.2 MBytes On 20 oct, 12:40, Carlos Ble ble.jur...@gmail.com wrote: Hi, We are facing several DeadlineExceededError since yesterday. Appid = mavencharts 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms At that time Average QPS was about 0.04 and there was 2

[google-appengine] Re: Still getting errors sending mail

2010-10-11 Thread Carlos Ble
It just has happened to our app (id=mavencharts). 12:55PM Pacific time. File /base/python_runtime/python_lib/versions/1/google/appengine/api/ apiproxy_rpc.py, line 126, in CheckSuccess\nraise self.exception\n \nDeadlineExceededError: The API call mail.Send() took too long to respond and was

[google-appengine] Re: Still getting errors sending mail

2010-10-11 Thread Carlos Ble
However the user just told us the he has got the email this time. Does it always tries to resend the email after the failure? Can we make sure every time Send is cancelled, it is processed at some point later? On 11 oct, 21:43, Carlos Ble ble.jur...@gmail.com wrote: It just has happened to our

[google-appengine] Re: Latency spikes and aborted requests in the last 24 hours

2010-09-29 Thread Carlos Ble
We are still facing as many DeadlineExceededError as the past days, but now it is happening while sending emails: DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled So the app loads, it works and it gets this exception just trying to send a single email to

Re: [google-appengine] For the source when sending mail to the administrator

2010-09-27 Thread Carlos Ble
/google-appengine?hl=en. -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- 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

Re: [google-appengine] Re: Latency spikes and aborted requests in the last 24 hours

2010-09-25 Thread Carlos Ble
...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- 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

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
Jesus! the sooner I write the email, the sooner I get the 500 again :'-( I better shut up 2010/9/23 Carlos Ble ble.jur...@gmail.com Hi guys, Yesterday we deployed a version using precompilacion. app.yaml: ... api_version: 1 derived_file_type: - python_precompiled handlers: ... We

Re: [google-appengine] Indexes problem after deployment

2010-09-23 Thread Carlos Ble
?hl=en. -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- 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

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
://groups.google.com/group/google-appengine?hl=en. -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- 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

Re: [google-appengine] Latency spikes and aborted requests in the last 24 hours

2010-09-23 Thread Carlos Ble
this group at http://groups.google.com/group/google-appengine?hl=en. -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- 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

[google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Carlos Ble
Hi, We are having the same problem. We have had the service down for almost 20minutes. We also use Django 1.1 and I understand than importing all modules might take time but it usually works in less than 500ms, and now it is producing DeadlineExceededError just in the imports, so before any query.

[google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Carlos Ble
Someone from Google can explain this, please? Thanks -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- 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

[google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Carlos Ble
We are also facing this problem. Too many DeadlineExceededError. We also use Django 1.1 but the same app usually loads within 500ms, and today we have been down for about 20 minutes. Now we have deployed the version precompiling the app (just changing app.yaml and deploying) and so far we haven't

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-27 Thread Carlos Rodrigues
to see if there's a certificate update, though I believe this is not a recent CA. --Matthew On Aug 26, 10:45 am, Robert Kluin robert.kl...@gmail.com wrote: Interesting.  You are right, I probably checked using a XP vm not a Win 7 vm. On Thu, Aug 26, 2010 at 10:44, Carlos Rodrigues

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-27 Thread Carlos Rodrigues
proxy servers (corporate users, mostly). Best regards, On Aug 27, 10:13 am, Carlos Rodrigues cefrodrig...@gmail.com wrote: The Equifax certificate is there, but the problem is with the intermediate CA's certificate (Google's), which isn't found. If it works for you on Windows 7, maybe you have

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-26 Thread Carlos Rodrigues
://test.xx.appspot.com.  I do not get errors going tohttps://xx.appspot.com. I tested with IE and Chrome and Windows. Robert On Wed, Aug 25, 2010 at 05:27, Carlos Rodrigues cefrodrig...@gmail.com wrote: Hi again, Any ideas? This is a show-stopper as far as secure applications go... Best

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-26 Thread Carlos Rodrigues
BTW, this is not a problem exclusive to GAE. The certificate for code.google.com also seems to have changed recently and I just got a warning from TortoiseSVN that the new certificate cannot be validated because the certificate chain is incomplete. Best regards, On Aug 26, 3:42 pm, Carlos

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-25 Thread Carlos Rodrigues
Hi again, Any ideas? This is a show-stopper as far as secure applications go... Best regards, On Aug 23, 12:39 pm, Carlos Rodrigues cefrodrig...@gmail.com wrote: Hi all, I'm developing a small application on GAE that requires HTTPs, however I'm having some trouble with the *.appspot.com

[google-appengine] *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-23 Thread Carlos Rodrigues
the intermediate CAs certificate (for example, on Apache this would be the SSLCertificateChainFile /path/to/intermediate-ca.crt option). Google App Engine does not appear to do this. Best regards, Carlos Rodrigues -- You received this message because you are subscribed to the Google Groups Google App

  1   2   >