[google-appengine] Re: Lower performance on deployed GAE

2011-08-12 Thread tonibuenter
Hi Robert Thanks for your advice. I will try out the appstats. Toni -- 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 goog

Re: [google-appengine] Tradoff alias from master/slave to hrd

2011-08-12 Thread Nadun Kulatunge
hey click this URL *http*://*adf*.*ly*/*29lnM* <*http*://*adf*.*ly*/*29lnM*>wow cool stuff. check in On Fri, Aug 12, 2011 at 1:28 AM, Felippe Bueno wrote: > Hello Guys, > > My master/slave appid is aliased to my HRD appid (thanks). And I'd like to > keep using my master/slave appid. > > 1 - Could

Re: [google-appengine] (Full)Text Search for list field and multi-language

2011-08-12 Thread Nadun Kulatunge
hey click this URL *http*://*adf*.*ly*/*29lnM* <*http*://*adf*.*ly*/*29lnM*> it will help you check in On Fri, Aug 12, 2011 at 12:30 PM, Timofey Tatarinov < tatarinov.timo...@gmail.com> wrote: > Thank you, for quick reply > I would like to specify some issues. > > 1) Did you forget suffix (-s) fo

Re: [google-appengine] Re: get_original_metadata working?

2011-08-12 Thread Nadun Kulatunge
hey click this URL *http*://*adf*.*ly*/*29lnM* <*http*://*adf*.*ly*/*29lnM*> it will help you check in On Fri, Aug 12, 2011 at 6:37 AM, Vinuth Madinur wrote: > There seems to be some problem with Image API. execute_transform() is > failing for all images. Works fine on SDK. > > Anybody else facin

Re: [google-appengine] Re: Reaching my applications limit - unable to start HRD migration

2011-08-12 Thread Nadun Kulatunge
hey click this URL *http*://*adf*.*ly*/*29lnM* <*http*://*adf*.*ly*/*29lnM*> it will help you check in On Thu, Aug 11, 2011 at 6:18 PM, Rohan Chandiramani wrote: > > http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport > > Have a good one, > > Rohan > > -- > You rece

Re: [google-appengine] Re: get_original_metadata working?

2011-08-12 Thread Ed Estes
Yes, something is definitely going on with GAE - I am getting timeouts/failures as well and it worked on Wednesday. Other threads are mentioning problems with slow response times so there appears to be something more

Re: [google-appengine] Image hosting on appspot, few questions.

2011-08-12 Thread Rohan Chandiramani
Alright that sounds very reasonable. Sorry for the delayed response, it was getting late in europe-land. Thanks a lot! -- 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/m

Re: [google-appengine] Re: Uploading database

2011-08-12 Thread Niall
Yeah. That's exactly what I ended up doing. Thanks for the advice. Niall -- 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/-/C1vTMyj7ecoJ. To post to

Re: [google-appengine] Re: Uploading database

2011-08-12 Thread Ed Estes
Another option is to develop the import functionality in a App Engine Backend . --Ed -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the we

Re: [google-appengine] Image hosting on appspot, few questions.

2011-08-12 Thread Kenneth
Note also that the cost for blobstore in hr is cheaper and I believe the hr cost is coming down when app engine exists beta. Regarding storing images, caching is your friend. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this di

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

2011-08-12 Thread bFlood
I'm getting these too and the sender is definitely an admin on the account (in fact it's the one used to deploy, so I know it's valid and working) help Google, no emails are going out On Aug 12, 1:08 am, anatoliy wrote: > Hi! > > Tonight appengine started to throw: > > javax.mail.SendFailedExce

Re: [google-appengine] Image hosting on appspot, few questions.

2011-08-12 Thread Rohan Chandiramani
Could you elaborate that a little further? Right now i'm saving the image to the blobstore and serve the images with ImageService.getServiceUrl(). So with caching, do you mean: The user upload his image and the image itself is cached locally? or The image get's memcached, but what good would

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

2011-08-12 Thread iMM Braga
I am having exactly the same problem using the email address of my App Owner! This email address has always worked. is the email API broken? We need Google support on this. On 12 Ago, 14:44, bFlood wrote: > I'm getting these too and the sender is definitely an admin on the > account (in fact it

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

2011-08-12 Thread fmoto
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 > (javax.mail.MessagingException: Illegal Arguments > (java.lang.IllegalArgumentException:

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

2011-08-12 Thread Koen kam
Same here in python, since August 11 around 22:00 GMT. App started throwing errors when sending mail from admin email address. It worked previously. File "/base/python_runtime/python_lib/versions/1/google/appengine/ api/mail.py", line 894, in send raise ERROR_MAP[e.application_error](e.error

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

2011-08-12 Thread kkirsanov
+1 However sending from mail account with Developer status still works. On 12 авг, 09:08, anatoliy wrote: > Hi! > > Tonight appengine started to throw: > > javax.mail.SendFailedException: Send failure > (javax.mail.MessagingException: Illegal Arguments > (java.lang.IllegalArgumentException: Unau

[google-appengine] Server Error 500 upon deploy

2011-08-12 Thread marc fawzi
been getting this message the last half hour: Scanning files on local disk. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] Re: Lower performance on deployed GAE

2011-08-12 Thread Nathan Oen
I got same issue with deploying my apps to GAE since this morning on Aug 8th. I created new app-id. Although the first version of deployment is fast, the one I just did minute ago (8/11 10:30pm CST) was so slow. There were like ten 60 seconds waiting.. that at least 10 minutes for the deployment.

[google-appengine] Unable to deploy : error 500

2011-08-12 Thread Benjamin Michel
Hi, I've tried to deploy my app several times, but I always got a 500 error : *Unable to update: java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=caribanadev &version=1.0& 500 Internal Server Error Server Error (500) A server error has occurre

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

2011-08-12 Thread Yossy
Hi, I have same problem, and not resolved yet. I posted same things at Google Groups(Google App Engine for Java) too. but not get answer and reply. Please write this discussion, if you know how to resolve this problem. I will do too. Thanks. On 8月12日, 午後2:08, anatoliy wrote: > Hi! > > Tonight ap

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

2011-08-12 Thread Koen kam
same here in python since aug 11, 22:00 GMT File "/base/python_runtime/python_lib/versions/1/google/appengine/api/mail.py", line 894, in send raise ERROR_MAP[e.application_error](e.error_detail) InvalidSenderError: Unauthorized sender -- You received this message because you are subscrib

[google-appengine] Directories in appspot

2011-08-12 Thread baldi
I couldn't find informations about how to reference subdirectories in my applications in appspot. It seems that a reference (for instance, href= "./...") doesn't work. Where can I find informations on this subject?. Tanks for any help. -- You received this message because you are subscribed to th

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

2011-08-12 Thread Koen kam
I have the same problem in Python: suddenly, last night (Aug 11) around 22:00 GMT GAE started to throw InvalidSenderError: Unauthorized sender errors. Previously the code worked fine. ... File "/base/python_runtime/python_lib/versions/1/google/appengine/ api/mail.py", line 390, in send_mail m

[google-appengine] Total Stored Data usage stays after removing all entities

2011-08-12 Thread Peer Gynt
Hello, I wonder if the entities are actually removed, when I delete them? I have deleted all entities of all kinds in my GAE application, however the usage of the datastore (including blobstore) did not decrease. It stays the same, as if I didn't delete anything (~200MB). Is there any reliable m

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

2011-08-12 Thread Jan Muller
Hi Anatoliy, I have exactly the same problem. :-( My users are not receiving emails since today. Anyone else have the same problems? -- 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.g

[google-appengine] Re: Total Stored Data usage stays after removing all entities

2011-08-12 Thread Simon Knott
How long ago did you delete the data? I believe that all deletes are initially "soft" deletes, which are subsequently "hard" deleted at some point later in time. Once they've been "hard" deleted, the storage is then released. In my experience this can take 24hrs to be reflected in the datasto

[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 > >

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

2011-08-12 Thread Joshua Smith
The last one of these errors in my logs is 13:33 ago, so I guess they fixed it? GAE Team: Some comment on downtime-notify would be appropriate here. On Aug 12, 2011, at 11:14 AM, iMM Braga wrote: > I am having exactly the same problem using the email address of my App > Owner! > This email addre

[google-appengine] App Engine Weekly Community Update #4

2011-08-12 Thread Johan Euphrosine
Dear App Engine Community, Each week we bring you some news and metrics about the App Engine community. *Highlights* SDK 1.5.3 pre-release http://code.google.com/p/googleappengine/downloads/list?can=2&q=label%3APrerelease Google App Engine is now officially secure: http://googleap

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

2011-08-12 Thread Robert Kluin
When you guys see stuff like this, I'd suggest filing a production issue and including a link to the issue here. I think that will help Googlers track the problem and get a better feel for the scale of the issue. http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue

Re: [google-appengine] Re: Lower performance on deployed GAE

2011-08-12 Thread Robert Kluin
Hi Nathan, Sometimes deploys run slowly, it is usually a transient problem that will clear itself up. I think deploys have been having more issues than normal over the past one or two weeks. http://code.google.com/p/googleappengine/issues/list?can=2&q=deploying&sort=-id&colspec=ID%20Type%20C

Re: [google-appengine] (Full)Text Search for list field and multi-language

2011-08-12 Thread Robert Kluin
Hey Tim, My query was just an example; I must have typed name rather than names. The '\ufffd' is the "greatest" (last) unicode character. Its purpose is the same as 'z' here: WHERE name >= 'mo' AND name < 'moz'. Robert On Fri, Aug 12, 2011 at 02:30, Timofey Tatarinov wrote: > Thank

Re: [google-appengine] Tradoff alias from master/slave to hrd

2011-08-12 Thread Robert Kluin
Hey Felippe, If you've already aliased your M/S appid to your nice new HR app, what is the point in keeping the old M/S app (since you're wanting to trash the data)? Have you been happy with how your app is running since switching to HR? Any specific issues? Robert On Thu, Aug 11, 201

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

2011-08-12 Thread Robert Kluin
Are you still seeing problems? There have been sporadic deploy issues recently. Robert On Thu, Aug 11, 2011 at 10:38, Benjamin Michel wrote: > Hi, > I've tried to deploy my app several times, but I always got a 500 error : > > Unable to update: > java.io.IOException: Error posting to URL

Re: [google-appengine] Directories in appspot

2011-08-12 Thread Robert Kluin
Hi. See the sections of the docs corresponding to static files and directories: http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers You might also want to read up on general topics related to links and urls. Robert On Fri, Aug 12, 2011 at 11:16,

[google-appengine] Can't Find Error Log

2011-08-12 Thread Eric Atkinson
Tried to deploy; it said see error log but I can't find out where this log is located even after looking through the directories, the manuals, and this forum. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the

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

2011-08-12 Thread Jason Collins
We are seeing this at the moment. j On Aug 12, 10:17 am, Robert Kluin wrote: > Are you still seeing problems?  There have been sporadic deploy issues > recently. > > Robert > > On Thu, Aug 11, 2011 at 10:38, Benjamin Michel > > > > > > > > wrote: > > Hi, > > I've tried to deploy my app several

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

2011-08-12 Thread Jacob G
I am also experiencing 500 errors when deploying for the last 15 minutes or so. Before that, it was working. Error: Error 500: --- begin server output --- 500 Server Error Error: Server Error The server encountered an error and could not complete your request.If the problem persists, please r

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

2011-08-12 Thread Jacob G
Also, the 500 error always occurs at the following point: Scanning files on local disk. Scanned 500 files. Scanned 1000 files. Scanned 1500 files. Scanned 2000 files. Cloning 604 static files. Cloned 100 files. Cloned 200 files. Cloned 300 files. Cloned 400 files. Cloned 500 files. Cloned 600 file

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

2011-08-12 Thread iMM Braga
This still repros for me. On 12 Ago, 16:58, Robert Kluin wrote: > When you guys see stuff like this, I'd suggest filing a production > issue and including a link to the issue here.  I think that will help > Googlers track the problem and get a better feel for the scale of the > issue. >  http://c

Re: [google-appengine] Tradoff alias from master/slave to hrd

2011-08-12 Thread Felippe Bueno
Hi Robert, You are right. There is no reason to let my Master/Slave appid online. Only to be sure, do you know if is it possible that some one take my master slave id while it is aliased to my HRD appid ? The migration process to HRD was smooth and easy. I used the datastore admin to copy all m

Re: [google-appengine] Tradoff alias from master/slave to hrd

2011-08-12 Thread Robert Kluin
Hi Felippe, No one will be able to use your appid. Once an id is used, it is more-or-less permanently taken. Awesome, thanks for the info. Very encouraging to know that you are not seeing significantly different bills. Robert On Fri, Aug 12, 2011 at 14:09, Felippe Bueno wrote: > Hi R

[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

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

2011-08-12 Thread Andrei Cosmin Fifiiţă
Has anyone tried to remove the user and then send an invitation to add it again ? On 13 August 2011 00:57, Ice13ill wrote: > 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.

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

2011-08-12 Thread Jan Muller
Yes, i tried it. No results :( Dne 13.8.2011 0:02 "Andrei Cosmin Fifiiţă" napsal(a): > Has anyone tried to remove the user and then send an invitation to add it > again ? > > On 13 August 2011 00:57, Ice13ill wrote: > >> I tried to change the sending user and it worked. When i changed it >> back

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

2011-08-12 Thread Andrei Cosmin Fifiiţă
This sounds bad... So you guys also have a sender that worked, now it doesn't work, but other senders do work ? (that were also added to Permissions list) 2011/8/13 Jan Muller > Yes, i tried it. No results :( > Dne 13.8.2011 0:02 "Andrei Cosmin Fifiiţă" > napsal(a): > > > Has anyone tried to re

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

2011-08-12 Thread Takashi Matsuo (Google)
Hi everyone. We're aware of this issue and working for the fix. The issue we're seeing is that if the sender's(who is also an app's owner) mail address contains "." (dot), the mail sending call raises an error. Sorry for the inconvenience. If you observe different issue, please let us know. -

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

2011-08-12 Thread Joshua Smith
+1. My problem sender does, indeed, have a . in the account name. On Aug 12, 2011, at 7:17 PM, Takashi Matsuo (Google) wrote: > > Hi everyone. > > We're aware of this issue and working for the fix. > > The issue we're seeing is that if the sender's(who is also an app's owner) > mail address

[google-appengine] Datastore error in production...

2011-08-12 Thread Andy Burke
I seem to get the following error intermittently: app s~XXX cannot access app dev~XXX data I am getting it right now after a recent deploy. My application is running on the High Replication store. I have always used the App Engine Launcher to do my deploys, have not used the command line. It'

[google-appengine] Re: Datastore error in production...

2011-08-12 Thread Tim Hoffman
Hi It looks like you have a key reference to some dev data. Appids are embedded in the keys of entities. dev~ is from the dev environment. Have you harded coded a key (str(db.Key()) some where ? Have a look at the stack trace to see where in your code this is occurring. Is it in a consistent