[google-appengine] Re: cannot delete old version of my application

2010-06-15 Thread Ice13ill
I have the same problem. Some of the versions cannot be accessed (404 - Not found). Those versions cannot be deleted (same error) I also got a message when deploying my app, that there were to many open files. On Jun 15, 2:15 pm, Ohad R wrote: > im updating versions. i remember the limit of 10 ve

[google-appengine] App engine stats page

2010-10-06 Thread Ice13ill
Is there a tutorial where i can read about the App engine stats page ? (call traces + api call times, etc) Or at least where i can find more information on how to interpret those graphics exactly. -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: Missing entities from datastore

2010-11-02 Thread Ice13ill
Hello, unfortunately the model name or the namespace were not changed (and i don't think i could have changed them by mistake... the changes made before that last deploy, had nothing to do with that entity kind). More, i cannot explain those 2 weird things: the test app (the one deployed) behave ex

[google-appengine] High rate for errors of type 500 ?

2010-11-03 Thread Ice13ill
It's just me (and my app) or the 500 type errors are extremely often ?? Is there anyone who didn't experienced this problem in the last horurs ? -- 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-app

[google-appengine] Re: Early Christmas Present from Google?

2010-11-25 Thread Ice13ill
Hmm... unfortunately it seams that some of the issues have reappeared (high 500 error rate, high latencies, etc). Is this happening to other apps or just mine ? On Nov 9, 5:43 pm, Chris wrote: > Are you able to share any details on what exactly happened behind the > scenes? > > On 8 Nov., 20:15,

[google-appengine] Regarding 500 errors and high latencies

2010-11-26 Thread Ice13ill
I was wondering if anyone knows if this the problems related to the frequency of the 500 errors and very high latencies queries are somehow related to localization (geographical position) of the users, servers etc for our applications. -- You received this message because you are subscribed to th

[google-appengine] Re: App engine is down for me

2010-12-03 Thread Ice13ill
Same here... On Dec 3, 2:15 pm, "Raymond C." wrote: > very unstable for me too. > > yet, the status page is all green without absolute zero error rate. > > On Dec 3, 7:26 pm, Kenneth wrote: > > > > > > > > > Everything include app and console timing out. > > > Bloody hell google. -- You recei

[google-appengine] Re: Version 1.4.0 is out!

2010-12-03 Thread Ice13ill
Regarding the Channel API, i am quite curious if what's behind is a wrapper across the pulling mechanism, (client sends request and waits for it until the server has an answer, or smth like that). or IN FACT, the server pushes data to client somehow... On Dec 3, 1:23 pm, Sahid Orentino Ferdjaoui

[google-appengine] Re: Announcing the High Replication Datastore for App Engine

2011-01-06 Thread Ice13ill
Will this release have an impact on the latencies and error rates for applications that use (and will use) Master/Slave ? (hopefully in a better way) I was wondering if the increase of the latencies and errors in the last few months were caused by the intense work of making the new option available

[google-appengine] GAE / BigTable articles

2010-01-03 Thread Ice13ill
Hello, can anyone tell me where can I find some articles or documentation (link, blog, etc) about the google BigTable or G. App Engine Datastore, regarding the management/administration aspect... ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

[google-appengine] Re: GAE / BigTable articles

2010-01-04 Thread Ice13ill
astore/overview.html > > And here is a blog:http://gae-java-persistence.blogspot.com/ > > Hope that helps, > > Jorge Gonzalez > > On Jan 3, 12:35 pm, Ice13ill wrote: > > > Hello, can anyone tell me where can I find some articles or > > documentation (link, b

[google-appengine] Upload and download files (Blob)

2010-02-12 Thread Ice13ill
If I save a file as a Blob (let's say i have a class with a key,String filename and Blob data) how do i restore the file and send it to the client ? -- 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

[google-appengine] Re: Upload and download files (Blob)

2010-02-12 Thread Ice13ill
So that is the only way ? I saw that is experimental... that's still ok right ? On Feb 12, 7:01 pm, kang wrote: > http://code.google.com/appengine/docs/python/blobstore/overview.html > > > > On Sat, Feb 13, 2010 at 12:58 AM, Ice13ill wrote: > > If I save a file as

[google-appengine] Huge latencies and so many 500 errors/Deadline Exceeded

2011-03-30 Thread Ice13ill
In the last few days the rise in 500 errors (Deadline Exceeded most of them) made the interaction with my application almost impossible. It seams that the requests from client side don't even reach our implemented servlet methods (GWT RPC). Until a few days ago, some 500/203 errors spawned once i

[google-appengine] Re: Huge latencies and so many 500 errors/Deadline Exceeded

2011-03-31 Thread Ice13ill
gine@googlegroups.com > > [mailto:google-appengine@googlegroups.com] On Behalf Of Ice13ill > Sent: Wednesday, March 30, 2011 2:11 PM > To: Google App Engine > Subject: [google-appengine] Huge latencies and so many 500 errors/Deadline > Exceeded > > In the last few days the rise in

[google-appengine] Re: SDK 1.4.3 has been released!

2011-03-31 Thread Ice13ill
What dies thread safe really mean ? ("your application code needs to use proper thread synchronization before you enable "). Can someone give some hints? On Mar 31, 10:53 am, Simon Knott wrote: > Ah ignore my message, I've just tested it - in SDK 1.4.2 it throws an error > and in SDK 1.4.3 it doe

[google-appengine] Re: Huge latencies and so many 500 errors/Deadline Exceeded

2011-04-05 Thread Ice13ill
I have a minor problem: if i want to enable datastore admin (java application) i need to use the python script (appcfg.py), but when i upload the files, i get an error for the appengine sdk jar (which is larger that 10mb). The app is in production so i cant set that app default because it does not

[google-appengine] Re: Huge latencies and so many 500 errors/Deadline Exceeded

2011-04-05 Thread Ice13ill
i get this message: ERROR appcfg.py:1865 Ignoring file 'war/WEB-INF/lib/appengine-api-1.0- sdk-1.4.3.jar': Too long (max 10485760 bytes, file is 16520949 bytes) On Apr 5, 2:19 pm, Ice13ill wrote: > I have a minor problem: if i want to enable datastore admin (java > application) i

[google-appengine] Re: Problem with built in indices and lists of properties

2011-04-13 Thread Ice13ill
So there were 2 different "tables" with different field structures and the error appeared on exactly the same queries ? On Apr 12, 2:54 pm, Alexandru Farcas wrote: > Hello, i have a problem with default indexes when executing a query > with equality filters on a list of properties. > > When query

[google-appengine] Re: Problem with built in indices and lists of properties

2011-04-13 Thread Ice13ill
So, that technique will not work on lists with more than 10-20 words ? And also, when i have that error too, the number of results in that query is between 10 and 100 most of the cases... On Apr 13, 8:27 pm, Robert Kluin wrote: > Hi Alexandru, >   I suspect some of those key_words are common acro

[google-appengine] Re: Task Creation failing at a high rate since 1.5 pre release

2011-05-04 Thread Ice13ill
I get this exception too... It seams that there is a problem when adding tasks to a queue ? On May 4, 5:55 pm, nischalshetty wrote: > Hi, > > I'm seeing a lot of task failures after the announcement of the pre release > 1.5 sdk. I haven't changed my sdk (I'm on 1.4.2 java sdk for gae).  Tasks > a

[google-appengine] Re: ConcurrentModificationExceptions thrown by SUCCESSFUL transactions

2011-07-12 Thread Ice13ill
This is kinda awkward... I mean, don't we use these exceptions to rollback and try again BECAUSE some operations are needed to be executed correctly and ONCE ?. For example, to increment a simple counter, to obtain unique successive values based on that counter. I don't think redesigning the whole

[google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-13 Thread Ice13ill
It seams the explanation to "The datastore now never requires an exploding index" is incomplete. Can you give an example that illustrates the difference? (before/now ) On Jul 13, 11:06 am, PK wrote: > A lot of great long expected features. Thanks!! > > I just started to experiment and the dev~ p

[google-appengine] Multiple datastores

2009-08-03 Thread Ice13ill
Hello, i'm using GWT and app engine (eclipse plugin) to create an application. I was wondering if i can use more than one "database". If i have a running version and a test version, i need to hava a datastore with witch to test updates. Can anyone tell me what do i need to configure or give a link

[google-appengine] Re: Suddenly started to get "Unauthorized sender" when sending emails

2011-08-12 Thread Ice13ill
+1 I use Java SDK 1.5.0 On Aug 12, 10:11 am, fmoto wrote: > I have same problem in GAE/Python. > InvalidSenderError: Unauthorized sender > > On Aug 12, 2:08 pm, anatoliy wrote: > > > > > > > > > Hi! > > > Tonight appengine started to throw: > > > javax.mail.SendFailedException: Send failure > >

[google-appengine] Re: Suddenly started to get "Unauthorized sender" when sending emails

2011-08-12 Thread Ice13ill
I tried to change the sending user and it worked. When i changed it back the the original one i still received the javax.mail.SendFailedException: Send failure error. It worked fine until today (the user was added to Permissions as Developer; I tried to change it to Owner and still no success). Wh

[google-appengine] Re: Suddenly started to get "Unauthorized sender" when sending emails

2011-08-15 Thread Ice13ill
Me too... Let us know at least if there is a workaround available. On Aug 13, 11:16 pm, Vivek Ramachandran wrote: > Is this resolved for anyone yet? > > I am still seeing errors in my application. > > Funny that the mail API status seems > ok:http://code.google.com/status/appengine > > On Sat, A

[google-appengine] Re: Suddenly started to get "Unauthorized sender" when sending emails

2011-08-15 Thread Ice13ill
15, 11:46 am, Jan Muller wrote: > I had the same problem and i solved it by replacing sender email with email > without dots. And it is working now. > > Jan Müller > > > > > > > > On Mon, Aug 15, 2011 at 10:40 AM, Ice13ill wrote: > > Me too... Let us know a

[google-appengine] Re: Error at running application version after deploy - Classes cannot be found

2011-09-07 Thread Ice13ill
We tried another deploy, just a few moments ago... but still the problem persists. \ It is strange that no one else has encountered this situation... Or is there another thread with a similar subject ? On Sep 7, 4:32 pm, Renan Mobile wrote: > When i did an operation at first time the class always

[google-appengine] Re: Error at running application version after deploy - Classes cannot be found

2011-09-07 Thread Ice13ill
I want to add that on local development server everything is ok. On Sep 7, 6:25 pm, Ice13ill wrote: > We tried another deploy, just a few moments ago... but still the > problem persists. \ > It is strange that no one else has encountered this situation... Or is > there another t

[google-appengine] Re: App Engine SDK 1.5.4 released!

2011-09-13 Thread Ice13ill
I've been expecting the new datastore query improvement... I have a question related to that feature: i have deployed a new version with Java SDK 1.5.4 to test queries that previously failed, but it seams they still fail immediately, also requesting an index that is already built. Also, these queri

[google-appengine] URL fetch timeout bigger than 10 sec

2011-09-15 Thread Ice13ill
Hello, is there a way that i can execute an url fetch which takes more than 10 sec and is triggered by a client request ? I saw that Backend instances allow url fetches for more that 10 seconds... If this is correct, is there a way that a client can use them directly ? -- You received this messa

[google-appengine] Maximum concurrent user requests

2011-10-16 Thread Ice13ill
Hello, i know that you can allow concurrent user requests, for example, in java, by specifying threadsafe = true in your appengine- web.xml, but how many requests can be actually executed by a servlet in parallel ? For example, if N users make a request at the same moment, will there be a number of

[google-appengine] Re: App Engine SDK 1.5.5 released!

2011-10-18 Thread Ice13ill
A question related to URL fetch deadline: using the methods setConnectTimeout(0) and setReadTimeout(0) will enable maximum deadline of 60 seconds ? Or do I have to update an .xml config file ? (I tried setting connectTimeout to 0 but the deadline remained at 10 seconds) On Oct 13, 2:24 am, Steve

[google-appengine] Idle instances and pending latency management advice

2011-11-07 Thread Ice13ill
Hello, my app has about 7-9 user requests per minute and my settings for idle instances and pending latencies are set to Automatic. These requests also trigger tasks creation (for some background computing and datastore writes). I need some basic advice for managing my settings on idle instances an

[google-appengine] Help with appstats values

2011-11-08 Thread Ice13ill
Hello, I use Java SDK with low-level api, but my question is related to the interpretation of the values in appstats page (CPU, API, RPC, Grand total times, etc) For example: 1. I run a query using low level api to get only the keys for some entities. 2. query with the list of keys to get the entit

[google-appengine] Re: Help with appstats values

2011-11-09 Thread Ice13ill
After further investigation I managed to determine the exact time spend on my post-query processing... Also indeed, some computing was unnecessary so rearranging my code will have a great impact on performance... On Nov 8, 1:27 pm, Ice13ill wrote: > Hello, I use Java SDK with low-level api,

[google-appengine] Idle instances do not turn off automatically. Please help

2011-11-23 Thread Ice13ill
I deployed yesterday a version of my app for testing purposes. I checked the number of instances on that version today and I noticed that there were 5 instances active, each one with 24h of age (aprox.). But I didn't do any tests in the last 15-16 hours. I also checked if there the number of reques

[google-appengine] Re: Idle instances do not turn off automatically. Please help

2011-11-23 Thread Ice13ill
and one is with 1 request, the other with 2. > Another instance with 1h33m age has 4 requests... so the instances will not > shutdown after 15 min of inactivity. > > On 23 November 2011 13:30, Ice13ill wrote: > > > > > > > > > I deployed yesterday a ve

[google-appengine] Re: Idle instances do not turn off automatically. Please help

2011-11-24 Thread Ice13ill
omatically. Please help > > I am having something of similar problem with instances not turning off. > > The resident instances do nothing and stay idle while other instances serve. > Not entirely sure if it is related to your issue. > > I get charged for mine :( > &g

[google-appengine] Re: Idle instances do not turn off automatically. Please help

2011-11-25 Thread Ice13ill
are being spun up > in the background; naturally this means that they have to remain idle while > waiting for a traffic spike that will require them. > > -Nick Johnson > > > > > > > > > > > > > I get charged for mine :( > > > On Nov 23, 6:30 am

[google-appengine] Question about indexing of properties

2011-11-26 Thread Ice13ill
Hi, I was wandering which of the following data models are ore efficient. Let's say i have three fields form my entity: name (a simple fileld), some_property (simple field), list_of_properties (a list of properites). - case 1. index: ^name, ^some_propery, ^list_of_properties. - case 2. index: ^name

[google-appengine] Re: Question about indexing of properties

2011-11-30 Thread Ice13ill
gt; > Ikai Lan > Developer Programs Engineer, Google App Engine > > plus.ikailan.com <http://plus.ikailan.com/>  | twitter.com/ikai > > On Sat, Nov 26, 2011 at 4:17 AM, Ice13ill wrote: > > Hi, I was wandering which of the following data models are ore > efficie

[google-appengine] Re: Question about indexing of properties

2011-12-02 Thread Ice13ill
this group can. > > Also, one more general tip that would have made the original question > easier to understand: don't overgeneralize the problem (type, property, > value). You probably aren't going to reveal any secret details, and it's > easier for readers to con

[google-appengine] Sending email without warning "This message may not have been sent by..."

2011-12-21 Thread Ice13ill
I use a noreply type account (@gmail.com) to send emails from my app engine application. This account is added to the admins list so i can send easily send emails. The problem is that when sending emails to a group, I receive this warning: "This message may not have been sent by..." ("Learn more" "

[google-appengine] Re: Sending email without warning "This message may not have been sent by..."

2011-12-21 Thread Ice13ill
Just to be clear: the email is sent with no problems. The warning "This message may not have been sent by..." ("Learn more" "Report phishing") is displayed when a user (that belongs to that group) receives the email. On Dec 21, 11:50 am, Ice13ill wrote:

[google-appengine] Problem sending email from an apps account to a list

2012-01-03 Thread Ice13ill
Hello, I'm trying to send email from an apps account to an email representing a list, but the mail is not being delivered. The sender account is added to Permissions list in App engine as Viewer. When sending from my application I test with 2 receipts, for ex. a...@mydomain.com, myemaill...@mydomai

[google-appengine] Problem with mail quota

2012-02-08 Thread Ice13ill
In SDK 1.6.2 is stated that: "Mail Quota for App Engine apps that have signed up for billing will only be increased after the first payment for the app is processed. " In the documentation I found this: "100 recipients until first charge cleared; 2000 recipients free and no maximum thereafter" T

[google-appengine] Redirect to original href when using federated login

2012-02-13 Thread Ice13ill
I'm using federated login for my app authentication and I have the following issue: when users connect with google OpenID the auth service doesn't redirect to my original href (redirects to my domain + the url params but ignores all information after "#"). To create the login link I use "www.google

[google-appengine] App Engine - High latencies for HR Datastore (Java)

2012-03-26 Thread Ice13ill
Hello, I'm experiencing very high latencies in the last few days on my app (HR Datastore, Java SDK) in the last few days (last week almost). My instances show latencies of about 300 to 14000 ms (2000 to 5000 ms very frequently). Does anyone else has this issue ? -- You received this message becau

[google-appengine] Re: Every day around 9.10 AM Brussels time, huge drop in GAE performances

2013-02-05 Thread Ice13ill
I also have trouble with GAE. I get lots of deadline exceeded exception and I cannot fetch external URLs most of the time. I use Java SDK. I did not have this problem until about 30-60 minutes ago. On Tuesday, February 5, 2013 10:18:55 AM UTC+2, gafal wrote: > > I've been experiencing this for

Re: [google-appengine] Dashboard not loading, logs not viewable

2013-02-22 Thread Ice13ill
I also encounter this error. I cannot access any section of the App engine console. On Friday, February 22, 2013 5:05:14 PM UTC+2, Julie wrote: > > It's happening to me too when I'm logged in to my Google account. It was > working about 15 minutes ago, but now I get error 503 > An unexpected fai

[google-appengine] Re: Multiple AppEngine 104 errors

2016-04-28 Thread Ice13ill
Same for me. Also, many 500 and 404 errors and very high latencies. On Thursday, April 28, 2016 at 1:06:08 PM UTC+3, Alexandru Farcaş wrote: > > Hi, > > I have multiple errors with error code 104. I have this behaviour since > 11:50am EEST. > I receive a lot of errors at task creation. I receive

[google-appengine] Re: Multiple AppEngine 104 errors

2016-04-28 Thread Ice13ill
uccess! > It seems that the application is running as it used to run .. > > On Thursday, April 28, 2016 at 1:17:43 PM UTC+3, Ice13ill wrote: >> >> Same for me. >> Also, many 500 and 404 errors and very high latencies. >> >> On Thursday, April 28, 2016 at 1:06:

[google-appengine] High 104 error rates for default module and versions requests

2016-08-31 Thread Ice13ill
Hello, I'm experiencing a lot of issues for incoming requests on the default version of my app. The issues appeared around 9:30 AM EEST and most of them had code 123 (deadline issues). Now the requests fail with code 104. I'm not sure about the percent of the requests that fail, but it seems i

[google-appengine] Re: High 104 error rates for default module and versions requests

2016-08-31 Thread Ice13ill
months ago: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/google-appengine/NnO4_1oTPcs/oD48OuS8BAAJ On Wednesday, August 31, 2016 at 12:21:06 PM UTC+3, Ice13ill wrote: > > Hello, > I'm experiencing a lot of issues for incoming requests on the default &

[google-appengine] Notice from Cloud Platform: Upgrade to the latest version of the Google Stackdriver Monitoring Agent

2016-09-05 Thread Ice13ill
I have received a noticed regarding: Upgrade to the latest version of the Google Stackdriver Monitoring Agent The notice stats that: "As we communicated earlier, starting on *Tuesday 6 September 2016*, Google Stackdriver Monitoring will begin to roll out a new alerting system for agent metrics

[google-appengine] Re: High 104 error rates for default module and versions requests

2016-09-06 Thread Ice13ill
team member or should I contact a specific support section. Please advise! On Wednesday, August 31, 2016 at 12:21:06 PM UTC+3, Ice13ill wrote: > > Hello, > I'm experiencing a lot of issues for incoming requests on the default > version of my app. > The issues appeared aro

[google-appengine] Re: High 104 error rates for default module and versions requests

2016-09-12 Thread Ice13ill
Hi Nick, thank you for your response. It seams that in time, many request have begun to need more and more memory, and some requests that need more processing time (they take longer and need new instances). I believe there are some memory problems, but I am not sure because many requests simply

[google-appengine] Re: too many appengine frontend instances

2014-05-08 Thread Ice13ill
I have the same issue, about 230 open Frontend instances. All instances seam to be running on version 1.9.5. On Friday, May 9, 2014 6:40:19 AM UTC+3, blackdew wrote: > > my server make too many Frontend instances > > may be it make instance per request > > from 2 hours ago > > and my last deploy

[google-appengine] 500 error when using Fererated login with Yahoo

2014-11-18 Thread Ice13ill
I'm using federated login in my app and I receive a 500 error when redirected to app engine login link www.myhost/_ah/login_redir?claimid=yahoo.com&continue=...?locale=ro Error: Server ErrorThe server encountered an error and could not complete your request. Please try again in 30 seconds. Ple

[google-appengine] Dropped support for OpenID 2.0

2015-07-30 Thread Ice13ill
I've recently seen this post https://cloud.google.com/appengine/docs/deprecations/open_id saying that Google App Engine will drop support for OpenID 2.0 (Users API). I would like to know if this applies only to Google login or all support for all federated login providers will be dropped, inclu