Re: [google-appengine] Error in search - AST is missing nil root

2012-10-04 Thread Patxi Bocos
Hi Amy, the problem comes with any request. For example with a simple request like "key":"value". But as I said, when I deployed it at GAE and using "complex" queries including AND and OR operators it works well. I have another question: it appears that search is not working properly when a v

Re: [google-appengine] cant access the sign up for google app engine website.

2012-10-04 Thread Takashi Matsuo
Hi Joe, First of all, sorry for the inconvenience. It seems that it is happening to the users who have @googlemail.com address. If you're ok with migrating it to @gmail.com, please do so, and I believe the signup process will work correctly for you. If you want to stick to @googlemail.com addres

Re: [google-appengine] how to successfully execute my app in GAE

2012-10-04 Thread Takashi Matsuo
Please go to the admin console and check the logs. Admin Console: https://appengine.google.com/ The admin console has lots of features other than checking the logs for managing your app. Please read the fantastic manual at: https://developers.google.com/appengine/docs/adminconsole/index Thanks,

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-04 Thread Takashi Matsuo
Hi christian, Is the instance chart only for one version? Do you have any other version which runs some instances? Did you run any backup/copy/delete task with Datastore Admin? If the answers are no to all of above, please tell me your app-id. -- Takashi On Fri, Oct 5, 2012 at 8:34 AM, c h wr

Re: [google-appengine] Many requests from Sweden/Netherlands/Belgium fail with 502 error

2012-10-04 Thread Takashi Matsuo
Hi Radomir, Can you file a production issue with more details(app-id, source ip addresses, time of the occurrence, etc)? On Fri, Oct 5, 2012 at 3:35 AM, radomir wrote: > Hi, > > After user's complain, we've found that there's an issue with access to > our GAE application from Sweden/Netherland

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

2012-10-04 Thread Takashi Matsuo
Hi Jan, Is it still not updated? If so, what's the app-id? On Thu, Oct 4, 2012 at 6:31 PM, Jan Killian wrote: > Hi Chris, > > the issue occurs again, stats are not updated within a day. Do you track > this as issue 7713, or should we add comments/starts somewhere else? > > http://code.google.c

Re: [google-appengine] Error in search - AST is missing nil root

2012-10-04 Thread Amy Unruh
Paxti, Thanks for the information. Could you also post an example of a queryString that triggers this error, and the stack trace? You can email to me directly if you'd prefer. On 4 October 2012 16:20, Patxi Bocos wrote: > Hi, > > as you said, this only happens when I am running locally, when

[google-appengine] Page Not Found in Search API's in Cursor Class.

2012-10-04 Thread Nijin Narayanan
Hi Team, In Search API's Cursor Class Documentation, Line :"# The first cursor tells the API to return cursors in the*SearchResults object *.". *SearchResults object is redirecting to Pgae Not Found.* It is redirecting to https://developers.google.com/appengine/docs/python/search/cursorclass not

[google-appengine] how to successfully execute my app in GAE

2012-10-04 Thread jlin
Hi, I am a new learner for GAE application development. I have already developed a simple test app (named jlintest2) by Java and have uploaded the app onto GAE. However, when I try to execute it with "http://jlintest2.appspot.com";, the GAE responds with the following message Error: Server Erro

[google-appengine] Feedback on Jenkins for Google App Engine

2012-10-04 Thread Ryan Campbell
Hi, Some of you my have noticed our guest post on the App Engineblog about Jenkins for Google App Engine. I just wanted to reach out to the App Engine community and solicit your feedback. You can sign up using your

Re: [google-appengine] Re: gae blobstore 502 error

2012-10-04 Thread Stuart Langley
You can upload blobs of any size to the URL returned from create_upload_url, provided your client doesn't disconnect during the upload. what's the app_id ? On Friday, 5 October 2012 02:43:19 UTC+10, alex wrote: > > If I'm not mistaken Blobstore single call limit is 32M. You could try Cloud > S

[google-appengine] Is it possible to remove Set-Cookie in the HTTP response header?

2012-10-04 Thread Vincent
I'm using a MCU to access a web server based on Google App Engine. the MCU has very limited resource and the response header is to big for it. Is there anyway to remove the whole "set-Cookie" header ? ( just remove the ACSID; it's too long) Thanks.. -- You received this message because you ar

[google-appengine] Will you miss the appengine conversion api?

2012-10-04 Thread Jon Stevens
If so, you might enjoy this little project that I've created. I've integrated binaries of Ghostscript/ImageMagick with a very thin NodeJS web wrapper that is easily deployed on Heroku. POST a file to the server, get back the result. https://github.com/lookfirst/convert pull requests and valid

Re: [google-appengine] Hundreds of 500-pages out of the blue. All related to database errors ("An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.Get()")

2012-10-04 Thread Per
Hi Takashi, you're right, it seems to have stopped now. The response time is still a bit high, so I'm fearing the error could strike again, but at least right now nothing bad is happening. I'm always searching using 'HTTP/1.1" 500' to identify failed requests, and I ignore the error level. May

[google-appengine] Static content in root not excluded

2012-10-04 Thread Chuck Lega
I try to exclude some/all static (html) files from beeing delivered as static content since I want to apply a auth-filter for all requests. I have tried every way I can think of in web.xml. The snippet below works for every file in the war directory and subdirs, but NOT for the files in the roo

[google-appengine] Many requests from Sweden/Netherlands/Belgium fail with 502 error

2012-10-04 Thread radomir
Hi, After user's complain, we've found that there's an issue with access to our GAE application from Sweden/Netherlands/Belgium. Pingdom logs show that, starting yesterday, about 50% (more or less, depending on time of the day) of requests sent from their servers in Sweden and Netherlands fail

Re: [google-appengine] Re: gae blobstore 502 error

2012-10-04 Thread alex
If I'm not mistaken Blobstore single call limit is 32M. You could try Cloud Storage upload HTML form or Google Drive as alternatives. On Thu, Oct 4, 2012 at 6:15 PM, Alejandro J Gómez López < ago...@securempresa.com> wrote:

[google-appengine] Re: gae blobstore 502 error

2012-10-04 Thread Alejandro J Gómez López
Thx for answering. Of course i upload to the generated url, and all goes good with small files. But, when i try with a big file (1,5G for example) after some minutes throw this error. Im desesperated. thx. El jueves, 4 de octubre de 2012 03:47:02 UTC+2, Stuart Langley escribió: > > you need to

Re: [google-appengine] Where do I protest the new Google Groups?

2012-10-04 Thread Joshua Woodward
Maybe on the Google Groups forum, not here in App Engine forums Joshua Woodward http://joshuawoodward.com/+ http://twitter.com/howtohtml5 On Oct 4, 2012 7:37 AM, "pdknsk" wrote: > I wasn't bothered by the G+ inspired changes to most Google services, > but Google Groups is different. The new Goo

[google-appengine] Where do I protest the new Google Groups?

2012-10-04 Thread pdknsk
I wasn't bothered by the G+ inspired changes to most Google services, but Google Groups is different. The new Google Groups was clearly designed by someone who likes their XHR and CSS a bit too much. The old Groups is plain and fast and works very well. Why change it? I've repeatedly reverted to th

[google-appengine] Re: Porting Question by a Non Programmer

2012-10-04 Thread Vinny P
To add to this answer, Google App Engine only supports a subset of Java. There are some Java services that GAE does not support (specifically, certain file writing capabilities). If you have a programmer friend, you can direct them to the GAE JRE whitelist at https://developers.google.com/appen

[google-appengine] Re: Search service - pricing

2012-10-04 Thread Andrei Volgin
Just to clarify: for 1.2 euros you get 100,000 searches, not 1,000. "Savaş L." Oct 04 04:24AM -0700 0.0012 cent per look up makes 1.2 dollar for 1000 searches.. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on

[google-appengine] sendmail error!

2012-10-04 Thread Gustavo Madi
you can test my application in www.iyoung.com.br looking at the logs, the following error appears: 1. 2012-10-03 19:45:39.909 /feedback 500 240ms 0kb Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0 189.35.151.212 - - [03/Oct/2012:19:45:39 -0700] "POST /feedb

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

2012-10-04 Thread Jan Killian
Hi Chris, the issue occurs again, stats are not updated within a day. Do you track this as issue 7713, or should we add comments/starts somewhere else? http://code.google.com/p/googleappengine/issues/detail?id=7713&q=statistics Thanks Jan On Monday, June 11, 2012 10:47:50 PM UTC+2, Chris Ramsd

[google-appengine] cant access the sign up for google app engine website.

2012-10-04 Thread Joe Plant
hi it keeps coming up with error 500 server error has occured desperately need help thanks -- 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/-/v0GLtIl

[google-appengine] Google Drive API through Google App Engine

2012-10-04 Thread Luca Matteis
I'm trying to use the Google Drive API through the App Identityinterface provided with Google App Engine. This basically allows my web application to communicate with Google's APIs from server to server

[google-appengine] Re: Search service - pricing

2012-10-04 Thread Oliver Billing
Just to clarify... The 0,0012 cent pr lookup is my current external service, and I am trying to replace it with the search service, which is hopefully cheaper. Its also in euro cent ;-) On Thursday, October 4, 2012 1:24:47 PM UTC+2, Savaş L. wrote: > > 0.0012 cent per look up makes 1.2 dollar f

[google-appengine] Re: Search service - pricing

2012-10-04 Thread Savaş L .
0.0012 cent per look up makes 1.2 dollar for 1000 searches.. imagine you put 2 ad units from adsense, would this compensate for the expenses for 1000 pageviews (impressions & clicks)? unless it an e-commerce site, that pricing would kill search heavy apps to be hosted at app engine. i hope google w

Re: [google-appengine] Hundreds of 500-pages out of the blue. All related to database errors ("An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.Get()")

2012-10-04 Thread Takashi Matsuo
Hi Per, I have informed this issue to the engineering team. Thanks for the report. Anyway, it seems that now the error stopped. Can you confirm? -- Takashi On Thu, Oct 4, 2012 at 7:34 PM, Takashi Matsuo wrote: > > Hi Per, > > I couldn't find the logs because I searched for 'Error' severity.

Re: [google-appengine] How reliable is google high replicaiton data storage ?

2012-10-04 Thread alex
Don't forget about Backup/Restore features (https://developers.google.com/appengine/docs/adminconsole/datastoreadmin) which you can use to back your data up on Cloud Storage too. On Thu, Oct 4, 2012 at 12:38 PM, Gopal Patel wrote: > I found google high replication pretty stable. > > what I would

[google-appengine] How reliable is google high replicaiton data storage ?

2012-10-04 Thread Gopal Patel
I found google high replication pretty stable. what I would like to know is to what level you have tested it to return entity which was saved successfully in database ? i.e. if entity was stored succesfully. if i get it by id after 10 years, what chance that it will be returned correctly ? --

Re: [google-appengine] Hundreds of 500-pages out of the blue. All related to database errors ("An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.Get()")

2012-10-04 Thread Takashi Matsuo
Hi Per, I couldn't find the logs because I searched for 'Error' severity. Sorry about that. Now I can see your warning logs, escalating it to the engineering team. If you want to have a tracker ID, please use our issue tracker at: http://code.google.com/p/googleappengine/issues/list As you say,

Re: [google-appengine] Hundreds of 500-pages out of the blue. All related to database errors ("An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.Get()")

2012-10-04 Thread Per
Hi Takashi, Here is the last request of one of these spikes, just search backwards from there. 59.167.133.100 - - [03/Oct/2012:16:56:02 -0700] "GET / HTTP/1.1" 500 0 "http://small-improvements.com/"; "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/537.4 (KHTML, like Gecko) Chrome

Re: [google-appengine] Hundreds of 500-pages out of the blue. All related to database errors ("An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.Get()")

2012-10-04 Thread Takashi Matsuo
Hi Per, Sorry, but I'm not able to locate the log you pasted. Can you confirm the actual time(or time period) of the occurrence? Do you still see the issue? If yes, can you file a production issue on our issue tracker with more details? -- Takashi On Thu, Oct 4, 2012 at 5:07 AM, Per wrote: >

Re: [google-appengine] 8 bit PNG output to save bandwidth

2012-10-04 Thread Takashi Matsuo
Hi Tim, Can you file a feature request on our issue tracker, and let us know the URL of the issue? Please note that if you're using Python2.7 runtime, I think you can use PIL for creating 8-bit PNG files. -- Takashi On Thu, Oct 4, 2012 at 6:08 AM, Tim Niblett wrote: > It would be handy to be