[google-appengine] Re: Error code 202

2013-06-03 Thread Ian Marshall
People might also want to star Issue 7972 (Error code 202: change logging level from Warning to Error) at: https://code.google.com/p/googleappengine/issues/detail?id=7972q=Error%20202sort=prioritycolspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log This

[google-appengine] Memcache expiration

2013-06-03 Thread Pertti Kellomäki
Hi all, I have never used the app engine memcache before, so I would like to double check that I understand how expiration works. I maintain a bit of state in memcache for each client, and I want the state to hang around as long as the client is alive, but go away after that. Reading the docs

[google-appengine] Re: Memcache expiration

2013-06-03 Thread timh
The main thing to remember is memcache on appengine is not reliable, Despite any deadline you set, items in memcache can be purged/removed by google infrastructure at any point and you have no control over that. Having said that relatively short periods 30 minutes for expiration tend to be

Re: [google-appengine] Re: Memcache expiration

2013-06-03 Thread Pertti Kellomäki
Thanks. In my case the memcache entry reflects what would be the result of a particular datastore query, so if the entry is purged the datastore query can always be run. Pertti On Mon, Jun 3, 2013 at 4:48 PM, timh zutes...@gmail.com wrote: The main thing to remember is memcache on appengine

Re: [google-appengine] Python: Admin site doesn't work with old_dev_appserver engine

2013-06-03 Thread Robert Schuppenies
On Fri, May 31, 2013 at 7:56 AM, Uri London u...@london.org.il wrote: Running the old_dev_appserver (the only way I can have debug working - a different story). go to http://localhost:8080/_ah/admin get an exception (oh no). What kind of an exception? FWIW, I tried with both 1.8.0 and

[google-appengine] How to set deadline for a PHP URL fetch?

2013-06-03 Thread 1moretime
URL Fetch overview says: You can set a deadline for a request, the most amount of time the service will wait for a response. By default, the deadline for a fetch is 5 seconds. The maximum deadline is 60 seconds for HTTP requests and 10 minutes for task queue and cron job requests. Now, how can i

Re: [google-appengine] Re: Migrating to Python 2.7 - anything to watch out for?

2013-06-03 Thread Thiago Catoto
FYI for me the bigest change was about Django forms... :p -- Catoto On Jun 2, 2013 8:10 PM, NP nearapo...@gmail.com wrote: Thanks to both Julie and Vinny P On Saturday, May 4, 2013 5:24:04 PM UTC-7, NP wrote: My app is currently deployed on GAE using python 2.5. I have made changes to

[google-appengine] deploying webservices using java in Google App engine

2013-06-03 Thread sahar . abduljalil
I am following this tutorial to deploy a web service in Google App engine, but I stopped in the 4th step where i have to generate the files from the wesgen,, I am using windows OS ...Do you have an idea about this please , or if you can have a look at it please Thank you

[google-appengine] 500 server error for all app engine application

2013-06-03 Thread Nick Wong
Like loads of other people, I have been having a 500 server error for all app engine application of my company's newly created account from the start(since created) and the error logs are the same. htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server

[google-appengine] Re: Importing data to datastore with bulkloader : error and long back off, but import finish ok

2013-06-03 Thread Vincent Lee
brian, Can I borrow your local tools? On Tuesday, November 6, 2012 2:51:49 PM UTC-5, Brian wrote: Yes, I ran into the same problem a couple of years ago with the local SDK, and again recently when I first deployed my app to appspot.com. The solution that worked for me was to batch upload

[google-appengine] Want to migrate my site hosted on appengine to python 2.7 from 2.5

2013-06-03 Thread Sam Mak
I am trying to migrate from python to 2.7 to 2.5 but after making the required changes to main.py and app.yaml file, my site does not work please help... what changes should i make to these to get it to work main.py import os from google.appengine.ext import webapp from

[google-appengine] Re: JSP compile error with 1.7.4 at deploy time

2013-06-03 Thread Muhammad Aamir
bellow solution worked for me. [ Reference site: *linkhttp://ten-speed-bicycle.blogspot.com/2013/01/cannot-get-system-java-compiler-please.html * ] add the bold lines to *EclipseHome/eclipse.ini* -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library

[google-appengine] How can I delete my Entity and Indexes in my app engine home page?

2013-06-03 Thread 武萌
I mean app engine homepage -- Datastore Indexes -- Entity and Indexes. I have deployed some useless Entity and Indexes for testing. Now I want to delete them. How can I do that? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe

[google-appengine] Re: Unable to deploy

2013-06-03 Thread stalbaum
Was an answer ever forthcoming? I am having the same problem. On Monday, February 18, 2013 3:07:38 PM UTC-8, John Conti wrote: I am unable to upload my app: bash-3.2$ /usr/local/lib/appengine-java-sdk-1.7.5/bin/appcfg.sh update war Reading application configuration data... Feb 18, 2013

[google-appengine] Some questions about instances

2013-06-03 Thread Sebastián Benítez
Hi there. I'm looking to create an Android/iOS (perhaps web too) social application and I'm considering GAE as backend. For what I could gather, a single frontend instance is launched when a request arrives. Is that instance also used (as in multiple threads) to serve other incoming concurrent

[google-appengine] Re: SDK 1.7.7 still has sqlite3 import error

2013-06-03 Thread Tom Piercy
Yup. I'm having this issue too. Does anyone know of a way to fix it or a good path to start down to solving this? On Wednesday, April 10, 2013 8:37:16 AM UTC+1, Mahron wrote: Stops when threadsafe is set to no. Must have something to do with threading I suppose. File C:\Program Files

Re: [google-appengine] UnicodeEncodeError but still saves to the Datastore

2013-06-03 Thread Takashi Matsuo
On Sun, Jun 2, 2013 at 4:18 PM, NP nearapo...@gmail.com wrote: Hello all, My datastore model has an attribute of class string. According to the documentation, the String class should be of type str or unicode. The data I'm trying to save is unicode (I confirmed this by printing out the

[google-appengine] Re: Wordpress + AppEngine = PressEngine

2013-06-03 Thread @Mlaynes
nice news about this theme: launch of the PHP runtime for App Engine = ease of use of open source projects like Wordpress and more.. so, apart of Quercus library to use PHP projects, now we have the option to implement those projects on Google Cloud Platform directly.. more details here:

[google-appengine] Re: Wordpress + AppEngine = PressEngine

2013-06-03 Thread Kaan Soral
I just saw the PHP Feature, can't believe I didn't see any hype before your post imo, web is full of php-based junk, now their job will be much easier, not good news for me :) On Monday, June 3, 2013 9:08:56 PM UTC+3, @Mlaynes wrote: nice news about this theme: launch of the PHP runtime

Re: [google-appengine] How to set deadline for a PHP URL fetch?

2013-06-03 Thread Dan Holevoet
This is a great question for the App Engine Stack Overflow taghttp://stackoverflow.com/questions/tagged/google-app-engine, which also conveniently happens to have an answerhttp://stackoverflow.com/questions/2162115/how-to-set-timeout-for-urlfetch-in-google-app-enginefor you! Thanks, Dan On Mon,

[google-appengine] Re: 500 server error for all app engine application

2013-06-03 Thread Jason Collins
We are getting increased reports of this as well. Very frustrating and almost no visibility into the extent of the issue... j On Saturday, 1 June 2013 16:53:03 UTC-6, Nick Wong wrote: Like loads of other people, I have been having a 500 server error for all app engine application of my

[google-appengine] want to migrate to python 2.7 from 2.5,but after making changes website doesn't work

2013-06-03 Thread Sam Mak
I am trying to migrate from python to 2.7 to 2.5 but after making the required changes to main.py and app.yaml file, my site does not work please help... what changes should i make to these to get it to work main.py import os from google.appengine.ext import webapp from

Re: [google-appengine] want to migrate to python 2.7 from 2.5,but after making changes website doesn't work

2013-06-03 Thread Dan Holevoet
Hi Sam, It looks like you've already asked this identical question, and haven't provided any additional information in this second thread. Given the technical question and answer format of your post, I'd suggest asking the same on Stack Overflow. Make sure to provide additional details such as

Re: [google-appengine] want to migrate to python 2.7 from 2.5,but after making changes website doesn't work

2013-06-03 Thread Thiago Catoto
on 2.7 main.py: no more 'def main()' application must be global in app.yaml: script: main.application cheers -- Catoto On Jun 3, 2013 5:50 PM, Sam Mak sam@gmail.com wrote: I am trying to migrate from python to 2.7 to 2.5 but after making the required changes to main.py and app.yaml file,

Re: [google-appengine] want to migrate to python 2.7 from 2.5,but after making changes website doesn't work

2013-06-03 Thread Thiago Catoto
FYI https://developers.google.com/appengine/docs/python/python25/migrate27?hl=pt-br -- Catoto On Mon, Jun 3, 2013 at 6:09 PM, Thiago Catoto tcat...@gmail.com wrote: on 2.7 main.py: no more 'def main()' application must be global in app.yaml: script: main.application cheers -- Catoto

[google-appengine] Re: OpenID login redirect (/_ah/login_redir?) fails with 500 server errors!

2013-06-03 Thread James Foster
Is this currently happening again? On Friday, May 25, 2012 12:00:58 AM UTC+10, Vinay wrote: for what it's worth, my suggestion did not fully resolve the problem...just a fluke I guess. On Wednesday, May 23, 2012 11:54:37 AM UTC-4, Vinay wrote: We are using the Federated Login feature of

[google-appengine] Re: How to set deadline for a PHP URL fetch?

2013-06-03 Thread 1moretime
Thanks, Dan I read that doc but PHP version not found. would you pls give some php code? On Jun 4, 4:16 am, Dan Holevoet danielholev...@google.com wrote: This is a great question for the App Engine Stack Overflow taghttp://stackoverflow.com/questions/tagged/google-app-engine, which also

Re: [google-appengine] Re: OpenID login redirect (/_ah/login_redir?) fails with 500 server errors!

2013-06-03 Thread Akitoshi Abe
Hello, It seems happening again. Sometimes I saw this error recently. Akitoshi Abe 2013/6/4 James Foster jamesfos...@gmail.com Is this currently happening again? On Friday, May 25, 2012 12:00:58 AM UTC+10, Vinay wrote: for what it's worth, my suggestion did not fully resolve the