Re: [google-appengine] Re: Pipeline InvalidEmailError

2011-08-16 Thread Robert Kluin
Hi, You should file a bug with the mapreduce or pipeline project. The ~ in the domain portion of the address is no good. Also, the ~ in the local portion doesn't play nice with some email services. http://code.google.com/p/appengine-mapreduce/source/browse/trunk/python/src/mapreduce/lib/pi

Re: [google-appengine] Re: Serious problem: Rollback of data on HRD

2011-08-16 Thread Robert Kluin
The HR datastore can handle a lower number of writes / second to the same entity group. That's probably why you're seeing those warnings more often. I wonder if some of those requests are eventually failing completely? As I recall, the transaction will retry three times by default then fail. R

[google-appengine] Re: Put() failing silently on HR - HELP!

2011-08-16 Thread Robert Kluin
On Jul 7, 10:30 pm, Greg wrote: > Thanks for the suggestions. It's not an eventual consistency issue, > and I get datastore timeout exceptions so there can't be a blind try- > except. The code does a put() for one or more entities inside > run_in_transaction(), then does a raw put() for another

Re: [google-appengine] blobs acess

2011-08-16 Thread Robert Kluin
It is pretty straightforward: Python: http://code.google.com/appengine/docs/python/blobstore/blobreaderclass.html Java: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreInputStream.html On Tue, Aug 16, 2011 at 20:52, rrbaldi wrote: > I nee

Re: [google-appengine] High performance image service broken?

2011-08-16 Thread Robert Kluin
The interesting thing is that all of the non-working short links seem to be the same length. On Tue, Aug 16, 2011 at 22:30, Rohan Chandiramani wrote: > The issue seems to have been resolved now both the server and client side > are showing the same 'longer' links. > I don't know how or what

[google-appengine] Re: Sudden 1000 requests

2011-08-16 Thread kawasaki
Thanks for your all responses. > Philip I think my custom domain setting is correct, but I don't understand deeply and I'm afraid I have mistakes. Could you tell me how to confirm the settings correct or not? Access to http://mydomain.jp/test/ will be redirected to http://example.com/, this is an

Re: [google-appengine] High performance image service broken?

2011-08-16 Thread Rohan Chandiramani
The issue seems to have been resolved now both the server and client side are showing the same 'longer' links. I don't know how or what or why, but thanks for the help :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discuss

[google-appengine] Re: Serious problem: Rollback of data on HRD

2011-08-16 Thread Raymond C.
I do notice there are a lot of "Transaction collision. Retying..." warning in my app, but I thought those are "ok to ignore" warning. I just noticed that it wasnt there while at M/S though. I have no idea if those warning makes my db.put() fail or not though. Since you are mentioning it, I r

[google-appengine] Re: Is it possible to associate multiple domain names with 1 app?

2011-08-16 Thread Greg
On Aug 17, 5:05 am, Lobo2010 wrote: > Is this implemented via Google apps business account?  Is there a change for > multiple domains or is this part of the free offering? I don't believe there is a charge - you should be able to do this with a free account. I've never done this for more than one

Re: [google-appengine] 'The 3000 limit' Guido has change the ticket status from accepted to started

2011-08-16 Thread James Broberg
It seems the cat picture was the clincher. On 17 August 2011 09:36, Mario César wrote: > I have goose bumps. > > → http://code.google.com/p/googleappengine/issues/detail?id=4639#c17 > > -- Mario César > > -- > You received this message because you are subscribed to the Google Groups > "Google App

[google-appengine] Re: Serious problem: Rollback of data on HRD

2011-08-16 Thread Greg
Please check your logs for a warning "Transaction collision. Retying...". Something very similar is happening on my app, where DB put()s silently fail (equivalent to the entity being rolled back) very occasionally. This has only started happening after moving to HR. In my app, I get this warning

Re: [google-appengine] Should Google deprecate Master/Slave data store option?

2011-08-16 Thread Ikai Lan (Google)
Wow, thanks for the update, Mike! HR isn't 100% problem free yet. We're still working through some of the issues. Addressing infrastructure issues is one of our top priorities right now, but we can only do so much for master/slave, which has been through a bit of a rough patch lately. I do want t

Re: [google-appengine] Serious problem: Rollback of data on HRD

2011-08-16 Thread Raymond C.
Since they are player's data and they will be keep updating the entity, is it still useful if I give you the app id + key of the entities once they are already updated after a rolled back? The entity is actually relatively large (historically problem on the design), may I know what could happen

[google-appengine] Should Google deprecate Master/Slave data store option?

2011-08-16 Thread Mike Lawrence
Just burned several days with Google Enterprise Support trying to troubleshoot intermittent long latencies; unnecessary dynamic instance starts; and failures during dynamic instance starts on a multi-threaded GAE Java app running on Master/Slave (MS) data store. My typical app latencies on M

[google-appengine] Re: Google Storage for Developers with Appengine

2011-08-16 Thread Tim Hoffman
Hi "with" statement is actually a feature of later releases of python. However in 2.5 you can get access to it by doing the following import from __future__ import with_statement Rgds Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] blobs acess

2011-08-16 Thread rrbaldi
I need to access the content of the blobs in the blobstore of my appspot application? Are there methods to acomplish this task? Or can I just have blobs uploaded/served from/to clients? Any help is welcome! Tanks. -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Google Storage for Developers with Appengine

2011-08-16 Thread Mark Brenneman
I have been having a tough time getting appengine to work with google storage for developers. I have poked around gslib, google storage documentation, and a few random blog posts and stackexchange pages but can't seem to get it to work. I am currently trying to import boto into my project, but

[google-appengine] 'The 3000 limit' Guido has change the ticket status from accepted to started

2011-08-16 Thread Mario César
I have goose bumps. → http://code.google.com/p/googleappengine/issues/detail?id=4639#c17 -- Mario César -- 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

Re: [google-appengine] High performance image service broken?

2011-08-16 Thread Ikai Lan (Google)
The second, longer link works for me, but not the shorter link. Could you be truncating the string somewhere? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Aug 16, 2011 at 4:14 PM, Rohan Chandiramani wrote: > Oh sure! > > I have actually

[google-appengine] Re: Zipimport

2011-08-16 Thread Tim Hoffman
Hi You can just put the path (including the zipefilename) into sys.path. I use it for all sorts of things. It also gets used under the hood if you have zipped eggs. Rgds T -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this di

Re: [google-appengine] High performance image service broken?

2011-08-16 Thread Rohan Chandiramani
Oh sure! I have actually created an production issue of it and it's acknowledged but i'l provide the details nonetheless. http://code.google.com/p/googleappengine/issues/detail?id=5601 http://screenpasta-hr.appspot.com/ is my app and /screenpasta/link is the serving module My module source: h

Re: [google-appengine] Is it possible to associate multiple domain names with 1 app?

2011-08-16 Thread Tim Hoffman
You can setup multiple free google apps accounts. They dont have to be business ones Rgds T -- 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/-/WQ7

Re: [google-appengine] Sending email results in InvalidSenderError: Unauthorized sender

2011-08-16 Thread Jay
Yeah, I have tested this. It seems to impact authorized senders where the email address has a period in the name. -- 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/goo

Re: [google-appengine] Jar too large

2011-08-16 Thread Ikai Lan (Google)
Is that the largest JAR file, or could you have other JAR files? I wonder if another possibility is that you just have a large file, and you're getting a wrong error message? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Aug 16, 2011 at

Re: [google-appengine] java.lang.VerifyError, When Writing Files to the Blobstore (Experimental)

2011-08-16 Thread Ikai Lan (Google)
What version of the SDK are you using? I assume you're doing this locally? This works fine for me - I just tried running the code you sent: FileService fileService = FileServiceFactory.getFileService(); AppEngineFile file = fileService.createNewBlobFile("text/plain"); No errors in a servlet.

Re: [google-appengine] How to enable https/ssl in the dev server ?

2011-08-16 Thread Ikai Lan (Google)
You can't do it locally. Locally it listens on whatever port you assign it to. What's the use case here? If you really need SSL you can put an Nginx/Apache proxy in front of it, but you'll still likely get certificate warnings unless you jump through some hoops. -- Ikai Lan Developer Programs Engi

Re: [google-appengine] High performance image service broken?

2011-08-16 Thread Ikai Lan (Google)
Can you give us any more information about these URLs? Could they have been truncated or something? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Mon, Aug 15, 2011 at 7:31 PM, Rohan Chandiramani wrote: > Greetings gentlemen, > > I've just put

[google-appengine] Zipimport

2011-08-16 Thread Iron Mountain Foundry
OK, I had asked this as part of another posting, but it was ignored. Here it is again, all by itself: Has anyone successfully used zipimport in Python on appengine (for something besides Django)? Do you put the .zip file in the top level directory? In a subdirectory, do you reference it using sy

[google-appengine] Re: Pipeline InvalidEmailError

2011-08-16 Thread Iron Mountain Foundry
Hi Robert, Thanks for the link. I'd be happy to use my own email address as the sender, but the code in mapreduce/lib/pipeline/pipeline.py generates the sender as "s~my-app@s~my- app.appspotmail.com". line 810:sender = '%s@%s.appspotmail.com' % (app_id, app_id) I don't see a place t

Re: [google-appengine] Serious problem: Rollback of data on HRD

2011-08-16 Thread Ikai Lan (Google)
This doesn't sound right to me. If you can get the keys and app IDs of some objects that are being "rolled back" we can take a look to see if there's something inherently wrong with those entities. There's a known issue with objects that are too large - for instance, objects with lots of list prope

Re: [google-appengine] URL DECODE PROBLEM

2011-08-16 Thread Ikai Lan (Google)
If it's getting cut off, I wonder if it's being URL encoded correctly? Can you look into this? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Aug 9, 2011 at 8:33 AM, Chathum Henegama wrote: > Hi I am trying to get values sent in the url s

Re: [google-appengine] Host appengine.google.com returned an invalid certificate

2011-08-16 Thread Ikai Lan (Google)
Chances are you are behind a proxy or something else is interfering with the SSL handshaking. Alternatively, can you check your time settings? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Mon, Aug 8, 2011 at 2:49 PM, 刘梁 wrote: > I meet this

Re: [google-appengine] Help me!! How to output imaes( Like Verification code) whith Java?

2011-08-16 Thread Ikai Lan (Google)
You're going to want to read the docs. There are classes that aren't allowed, and ImageIO isn't on the class whitelist. Instead, you'll want to use the images API: http://code.google.com/appengine/docs/java/images/ If you're looking to build a captcha, you should probably use something like reCap

RE: [google-appengine] Re: Sudden 1000 requests

2011-08-16 Thread Brandon Wirtz
Works for me. We spike well over this from 20 to 2000 qps in under 10 seconds -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Philip Sent: Thursday, August 11, 2011 1:19 AM To: Google App Engine Subject: [google-appengine]

[google-appengine] New thing to worry about...

2011-08-16 Thread Joshua Smith
DeadlineExceededError: The API call blobstore.CreateUploadURL() took too long to respond and was cancelled. First time I've ever seen this one. There are two of these in my logs. I'm betting this would even impact HR (I'm still M/S). Since I only create the URL on the off chance that the pers

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

2011-08-16 Thread Hani Naguib
I also have the same problem, and my email does indeed have a dot in it. My problem is that changing that email is going to be a pain, so a fix would be nice. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

Re: [google-appengine] Is it possible to associate multiple domain names with 1 app?

2011-08-16 Thread Lobo2010
Is this implemented via Google apps business account? Is there a change for multiple domains or is this part of the free offering? -- 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.go

Re: [google-appengine] Sending email results in InvalidSenderError: Unauthorized sender

2011-08-16 Thread Robert Kluin
Sounds like it may be related to: http://code.google.com/p/googleappengine/issues/detail?id=5575 I think others have reported that it only impacts accounts with a period ('.') in it. Robert On Mon, Aug 15, 2011 at 16:59, Daniel Kurka wrote: > I am trying to send an email form my app engi

Re: [google-appengine] Unauthorized Sender Error since 13 Aug 2011

2011-08-16 Thread Robert Kluin
There have been several people reporting this same error: http://code.google.com/p/googleappengine/issues/detail?id=5575 Robert On Mon, Aug 15, 2011 at 21:55, Yusuke Takase wrote: > Hello, > I'm experiencing sending mail trouble at AppEngine Java. > > I could send mail with MailServic

Re: [google-appengine] googleappengine+mysqldb

2011-08-16 Thread Robert Kluin
You can't use modules based on c-extensions with App Engine. You can also only communicate via http, so it wouldn't matter even if you could. http://code.google.com/appengine/docs/python/runtime.html#The_Sandbox They are planning SQL support in the 'near' future. Tobias Rodäbel has put togethe

Re: [google-appengine] can't access my subdomain via ghs.google.com on web browser

2011-08-16 Thread Robert Kluin
These forums are for Google App Engine (http://code.google.com/appengine/), you're probably asking about Google Apps (http://www.google.com/apps). That said, have you registered that url with Google Apps? Robert On Mon, Aug 15, 2011 at 22:24, hai nguyen le wrote: > I can ping my google shor

Re: [google-appengine] Is it possible to associate multiple domain names with 1 app?

2011-08-16 Thread Robert Kluin
Yes. On Tue, Aug 16, 2011 at 03:48, Lobo2010 wrote: > Hi, > > Apologies if this has been asked before - Ive found some related posts on > this topic but nothing specific to what I am looking for. > > What Id like to do is: > > Have 1 google app engine application which will be used on the

[google-appengine] Re: Sudden 1000 requests

2011-08-16 Thread Philip
Are you sure you configured your custom domain correctly? You are talking about redirects and used a blank domain which is impossible with app engine. Also you never received a single 200 response, maybe you don't access app engine at all and just get a 301 redirect to the appspot domain. On Aug 1

[google-appengine] can't access my subdomain via ghs.google.com on web browser

2011-08-16 Thread hai nguyen le
I can ping my google short link mail.mydomain.com (mail.noitienganh.vn) but I can't access it on web browser such as firefox, internet explore, google chrome I tried using nslookup mail.noitienganh.vn and it returned success. It proved that my dns can resolve this address. I also tried accessi

Re: [google-appengine] App Engine Backends - Getting 503, eventual datastore query and write timeouts

2011-08-16 Thread Robert Kluin
Hi Mike, Are you using the HR datastore or MS datastore? You will occasionally get datastore timeouts. Are you getting an excessive amount of them or only a few? If you catch them and retry the operation, does it work? Robert On Tue, Aug 16, 2011 at 11:11, Mike Schlanser wrote: > Hey

[google-appengine] googleappengine+mysqldb

2011-08-16 Thread Smita Korgaonkar
I installed MySQLdb in python2.6. Using python 2.6 I run application which was developed in googleappengine. I import that using statement import MySQLdb I got following error ImportError: No module named MySQLdb [ This module available when I import from python prompt ] What can I do for that

Re: [google-appengine] "Verify Your Account by SMS" problem

2011-08-16 Thread Tyler Delane
Out of curiosity, has anyone gotten back to you yet regarding your SMS form submission yet? Just wondering what kind of turnaround time I should expect. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on

[google-appengine] Jar too large

2011-08-16 Thread Fuankarion
Hi This is most likely a silly mistake, but I just can't figure out what's wrong, so I have to ask it here. I'm trying to upload an application to GAE, with the folloing command {pathToAppEngineSKD}/bin/appcfg.sh update {pathToNetbeansProjectDir}/ build/web/ This worked fine until last week, bu

Re: [google-appengine] Re: Sudden 1000 requests

2011-08-16 Thread Robert Kluin
Hopefully they will enable a 'minimum idle instances' setting in the dashboard soon, it would probably let you turn up the idle capacity so you could better handle the sudden load. In the mean time, you might try filing a production issue. Someone may be able to tweak some settings for you so the

[google-appengine] Is it possible to associate multiple domain names with 1 app?

2011-08-16 Thread Lobo2010
Hi, Apologies if this has been asked before - Ive found some related posts on this topic but nothing specific to what I am looking for. What Id like to do is: Have 1 google app engine application which will be used on the internet. I also want to have multiple domain names associated with thi

[google-appengine] Sending email results in InvalidSenderError: Unauthorized sender

2011-08-16 Thread Daniel Kurka
I am trying to send an email form my app engine app using one of the administrator accounts (email is listed in Permissions in the dashboard) as described in the docs at: http://code.google.com/appengine/docs/python/mail/sendingmail.html Even the sender is an admin of the app i can`t get around t

Re: [google-appengine] Docs List API change?

2011-08-16 Thread Nick Johnson
Hi Brian, Unless you need indexing, you shouldn't be storing values in a StringProperty. A TextProperty is a better choice. -Nick Johnson On Tue, Aug 16, 2011 at 10:17 AM, Brian Olson wrote: > Anyone else notice that suddenly the Docs List API returns next-URI links > greater than 500 characte

Re: [google-appengine] Task Queue on backend runs much slower than it's configured to

2011-08-16 Thread Nick Johnson
Your task queue can only send tasks to your backend as fast as the backend can execute them, and unlike a task queue, it can't dynamically spin up more instances to handle the load. Setting your rate to 360/m will only work if your backend can handle 6 requests a second (eg, latency less than 166ms

[google-appengine] Panoramio Server Error

2011-08-16 Thread Reginaldo
Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. -- You received this message because you are subscribed to the Google Groups "Google App Engi

[google-appengine] Unauthorized Sender Error since 13 Aug 2011

2011-08-16 Thread Yusuke Takase
Hello, I'm experiencing sending mail trouble at AppEngine Java. I could send mail with MailService and JavaMail on AppEngine, without any problems. Since 2011/08/13, I cannot send any mail with same code and sender. Sender address is application Administrator's address(gmail). Error messages is b

[google-appengine] Re: mapreduce problem?

2011-08-16 Thread Tim Hoffman
HI Danny I am pretty sure bulk deletes through the admin panel use mapreduce behind the scenes. You might have millions of records. Rgds T -- 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

[google-appengine] Re: Classloading still way too slow. Any recommended practices? (yes, I am using warmup requests already)

2011-08-16 Thread Simon Knott
Have you tried deploying the classes as a JAR? I only ask, because I seem to remember someone posting recently who was complaining that file reading on GAE appeared to be slow - maybe it's not the classloading which is actually taking the time, but reading the class files from disk (which seems

[google-appengine] Re: mapreduce problem?

2011-08-16 Thread Danny B
No there are no cron jobs or backends, however when I just checked task queues there is one listed there, yet I have never set one up...lol. I'll try deleting it and seeing if that stops whatever craziness is going on. Still not sure how that would have been scheduled though and I am the only

[google-appengine] Re: Classloading still way too slow. Any recommended practices? (yes, I am using warmup requests already)

2011-08-16 Thread Per
Hi Simon, these classes are all our own and they come from web-inf classes. I double checked that it actually doesn't load anything else, using the - verbose option locally. Here's the code snippet showing just the first batch. This can take up to 8 seconds to load remotely (but also be as fast a

[google-appengine] Re: mapreduce problem?

2011-08-16 Thread Tim Hoffman
So who/what is calling that handler. You should see it in your logs. If its running every hour do you have a cron job ? Try tracking down the IP of the requester. I didn't realize you wheren't actually using mapreduce - sorry T -- You received this message because you are subscribed to the Goo

[google-appengine] Re: mapreduce problem?

2011-08-16 Thread Danny B
I am not even using mapreduce in my code... -- 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/-/HVF9uUs2kN0J. To post to this group, send email to goog

[google-appengine] App Engine Backends - Getting 503, eventual datastore query and write timeouts

2011-08-16 Thread Mike Schlanser
Hey everyone, I'm running into a couple issues with Backends. After about 15 - 20 min of processing we end up seeing errors like : #1 The API call datastore_v3.Put() took too long to respond and was cancelled. #2 The API call datastore_v3.RunQuery() took too long to respond and was cancelled. T

[google-appengine] Re: mapreduce problem?

2011-08-16 Thread Tim Hoffman
Hi I have no idea, what you are doing, but looking at the code. mapreduce_state is defined a few lines earlier in the post method (utils.py) by mapreduce_id = self.request.headers['Mapreduce-Id'] mapreduce_state = model.MapreduceState.get_by_job_id(mapreduce_id) And it doesn't get to this cod

[google-appengine] mapreduce problem?

2011-08-16 Thread Danny B
For some reason my app is running mapreduce once an hour. Is this normal? lol "/_ah/datastore_admin/mapreduce_done

[google-appengine] Re: Classloading still way too slow. Any recommended practices? (yes, I am using warmup requests already)

2011-08-16 Thread Simon Knott
Are these classes your own, or from third-party libraries? Do you deploy your own classes inside a JAR, or just within WEB-INF classes? -- 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://gro

[google-appengine] Classloading still way too slow. Any recommended practices? (yes, I am using warmup requests already)

2011-08-16 Thread Per
After using appstats for weeks now, reducing queries and offloading a lot to memcache, our application is pretty fast despite the abysmal performance of the datastore. Once it's been serving for a few minutes, that is. But: Very many pages of our application take several seconds (4 to 6s!) to load

[google-appengine] Re: Sudden 1000 requests

2011-08-16 Thread kawasaki
I tried edge caching feature, but it doesn't work as I expected. I register Google Apps and set custom domain (like http://mydomain.jp), then set Application Settings > Domain Setup maybe correctly. I confirmed to access http://mydomain.jp/test/ will be redirected to http://example.com/, through h

Re: [google-appengine] Re: Disconnect the channels manually

2011-08-16 Thread Ernesto Oltra
I would consider it network delay, between your computer and google talk, google talk and appengine, appengine and your app... but anyway wait to see if some googler has a better response. 2011/8/16 Hariprasath Mohankumar > Yes, Im successful in closing the channel by calling .close(). But the >

[google-appengine] Re: Disconnect the channels manually

2011-08-16 Thread Hariprasath Mohankumar
Yes, Im successful in closing the channel by calling .close(). But the post to /_ah/channel/ disconnected is happening after some considerable delay say 2 to 3 seconds. Whether this delay is normal? Is there any way that i can speed up the post to /_ah/channel/disconnected ? Thanks -Hariprasath

[google-appengine] Re: googleappengine+mysqldb

2011-08-16 Thread Tim Hoffman
Hi Mysql db backend isn't available inside the appengine environment. (There will be an option some day) Alternately if your trying to connect to a remote mysql db (outside appengine) you would need a pure python implementation as most mysql client libs are based on c extensions. However eve