[google-appengine] Datastore reads high because Googlebot crawls both foo.appspot.com and www.foo.com

2011-10-12 Thread MLTrim
Hi I'm trying to optimize with memcache/instance cache/proxy cache a gae web application to stay in the free 0.05 Datastore reads range without success. The culprit? Googlebot. Checking the application logs I see that googlebot is fetching both foo.appspot.com and www.foo.com doubling the traffic o

[google-appengine] Re: Full text search status

2011-10-12 Thread Kristaps Rāts
No reply = not going too well? -- 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 google-appengine+unsubscr...@googlegroups.

RE: [google-appengine] Datastore reads high because Googlebot crawls both foo.appspot.com and www.foo.com

2011-10-12 Thread Brandon Wirtz
Set your app to know the URL and not work at the appspot.com address. I did this so that things wouldn't get indexed there, or use a robots.txt that varies by Domain. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of MLTrim

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

2011-10-12 Thread NG
What about mapreduce? It does not seem to be webapp2/python27 compliant. Besides that, thank your for python27 (: -- 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/go

[google-appengine] Re: Integration tests with Robot framework and Google App engine - problem with async nature of GAE

2011-10-12 Thread andrew
A common test strategy for results that may vary (e.g. more used when measuring timings etc) would be: - discard the most unreliable result (first read, last read etc) - read the result a number of times and then look at the majority result, or allow a maximum number of failure results for a given

Re: [google-appengine] Datastore reads high because Googlebot crawls both foo.appspot.com and www.foo.com

2011-10-12 Thread MLTrim
Do you mean returning a 404 instead of a 301? Uhm, I will give a try to the robots.txt approach . Thanks Michele -- 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] Re: Integration tests with Robot framework and Google App engine - problem with async nature of GAE

2011-10-12 Thread Matthew Jaggard
The question is, how are you getting past the issue in the real application? You might be able to make your tests pass in the same way. For example, do your users not care that their data doesn't appear straight away? If so, your test might not care either? If they do care, maybe you should use th

[google-appengine] A couple of 1.5.5 errors (ImportError: Module use of python25.dll conflicts with this version of Python) (No module named webapp2)

2011-10-12 Thread roberto.cr
I've just installed 1.5.5 and I'm getting this: : No module named webapp2 args = ('No module named webapp2',) message = 'No module named webapp2' plus, I've noticed the following error when using Python27\pythonw.exe as the python executable for the Launcher (as I expected it would be)

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

2011-10-12 Thread NG
I'm a bit confused... Is the SDK actually capable of running apps using the python27 runtime? Because I'm not ready to deploy and would like to test locally. - I had to manually download and include webapp2 - No module named jinja2 - Not able to declare WSGI handlers as script: file_name.wsgi_

Re: [google-appengine] A couple of 1.5.5 errors (ImportError: Module use of python25.dll conflicts with this version of Python) (No module named webapp2)

2011-10-12 Thread Brian Quinlan
The dev_appserver does not yet support Python 2.7. Cheers, Brian On Wed, Oct 12, 2011 at 9:27 PM, roberto.cr wrote: > I've just installed 1.5.5 and I'm getting this: > : No module named webapp2 >      args = ('No module named webapp2',) >      message = 'No module named webapp2' > > plus, I've n

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

2011-10-12 Thread Brian Quinlan
On Wed, Oct 12, 2011 at 9:37 PM, NG wrote: > I'm a bit confused... > Is the SDK actually capable of running apps using the python27 runtime? No, it's not. > Because I'm not ready to deploy  and would like to test locally. If you can't deploy in order to test then you'll have to wait until the S

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

2011-10-12 Thread NG
ok thank you for clarification :) Is there a way to deploy but not make the app available to the public? -- 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-appen

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

2011-10-12 Thread Timofey Koolin
For example you can use version dafiufasdfs489536sed in app.yaml and don't make it default. 2011/10/12 NG > ok thank you for clarification :) > > Is there a way to deploy but not make the app available to the public? > > -- > You received this message because you are subscribed to the Google Gro

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

2011-10-12 Thread NG
I thank you very much :) -- 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/-/E32IRAk-Ql0J. To post to this group, send email to google-appengine@google

Re: [google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-12 Thread Mathieu Clavel
Nice, I'm going to test that now that version 1.5.5 is out. Mathieu -- 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/-/2hHj7HtC8TEJ. To post to this

Re: [google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-12 Thread Mathieu Clavel
Hi, Here's how to do it in java : // given you have an URL url : URLConnection conn = url.openConnection(); conn.setConnectTimeout(6); // 6ms = 60s Mathieu -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on

[google-appengine] New Billing: Absolutely make sure you set Max Idle Instances to a fixed value

2011-10-12 Thread Emlyn
I've been testing this hypothesis: Hypothesis: Ignoring the 15 minute cost for spinning up new instances, the price we pay is the moment by moment minimum of (total instances) and (active instances + Max Idle Instances). If Max Idle Instances is set to Automatic, then we pay for the moment by mome

[google-appengine] Google App Engine reachable from China

2011-10-12 Thread Francois Masurel
GAE seem to be reachable from China today. Is it just a day of luck or will it last ? I would enjoy getting rid of our proxy servers. If some Googlers have some information to share about it, it would be greatly appreciated. François -- You received this message because you are subscribed t

Re: [google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-12 Thread Tommy Knowlton
Yes, although after I found the forum post stating that 2.7 was not yet supported, I went back and worked through the 2.5 tutorial. I am excited about the new stuff, but was frustrated to realize that the online documentation had led me down a path I wasn't prepared to see through to the end. I

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

2011-10-12 Thread Jairo Vasquez
Two questions: - Does the "Cross Group (XG) transactions" functionality available just for High Replication Datastore? What about Master/Slave? - When will be the MS to HR migration tool officially available? Thanks -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-12 Thread Matthew Jaggard
Tommy - Just to save you some time, I believe that the local server doesn't support 2.7 still. On 12 October 2011 16:08, Tommy Knowlton wrote: > Yes, although after I found the forum post stating that 2.7 was not yet > supported, I went back and worked through the 2.5 tutorial. > > I am excited

Re: [google-appengine] App Engine Weekly Community Update #11

2011-10-12 Thread Johan Euphrosine
Hi, Thanks a lot both for your feedback, I think this topic deserve a proper article covering all the view / technique about caching, based on what you said I started to draft one here: https://docs.google.com/document/d/16OEn3-7pWBv6PopKjk9Onk9cF1B0PtOQcyDd3q6YAc0/edit?hl=en_US Feel free to con

Re: [google-appengine] Google App Engine reachable from China

2011-10-12 Thread Brian Davenport
Reading my feeds today and I found this, http://androidcommunity.com/android-market-avaiable-in-china-once-again-20111012/ Coincidence? *Brian Davenport* On Wed, Oct 12, 2011 at 11:09, Francois Masurel wrote: > GAE seem to be reachable from China today. > > Is it just a day of luc

Re: [google-appengine] Google App Engine reachable from China

2011-10-12 Thread yinhm
On Wed, Oct 12, 2011 at 11:09 PM, Francois Masurel wrote: > GAE seem to be reachable from China today. > Is it just a day of luck or will it last ?  I would enjoy getting rid of our > proxy servers. > If some Googlers have some information to share about it, it would be > greatly appreciated. > Fr

[google-appengine] Over quota exception even though plenty of quota is available?

2011-10-12 Thread Daniel Florey
Hi, why do I get a lot of these exception: ... Caused by: com.google.apphosting.api.ApiProxy$OverQuotaException: The API call datastore_v3.Put() required more quota than is available. even though I have a lot of quota left? Will these exception be counted again the SLA uptime guarantee once the

[google-appengine] Re: How to determine datastore reads?

2011-10-12 Thread Gerald Tan
Are you using a lot of COUNT or OFFSET/LIMIT queries? -- 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/-/N0jm_KE7lHEJ. To post to this group, send ema

Re: [google-appengine] App Engine Weekly Community Update #11

2011-10-12 Thread Jeff Schnitzer
I can't seem to edit or comment in any way. Jeff On Wed, Oct 12, 2011 at 8:18 AM, Johan Euphrosine wrote: > Hi, > Thanks a lot both for your feedback, I think this topic deserve a proper > article covering all the view / technique about caching, based on what you > said I started to draft one he

[google-appengine] Re: Datastore update without read

2011-10-12 Thread Tomas
Thanks guys, it really helps! I didn't know about protobuf - thought that u have massive key/value map (so it would be possible to just touch one key). Now it all make sense :) On Oct 12, 1:22 pm, "Ikai Lan (Google)" wrote: > Thanks Murph. That explanation was dead-on and I couldn't have written

[google-appengine] App Engine Status

2011-10-12 Thread Tomas
Hi, I am experiencing task queue issues in my app (I can't see any error in my logs but obviously tasks are not being added to my queues) - after checking http://code.google.com/status/appengine/ I can see everything is fine just under the column "Now" x "Taskqueue" I can see "Elevated". So what t

[google-appengine] file.Create() API not working right now

2011-10-12 Thread blackpawn
Since about 30 minutes ago this API is never returning within 30 seconds causing: "The API call file.Create() took too long to respond and was cancelled." This is killing my site right now :( -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

Re: [google-appengine] App Engine Weekly Community Update #11

2011-10-12 Thread Johan Euphrosine
This should now be fixed, let me know if it works. On Wed, Oct 12, 2011 at 8:09 PM, Jeff Schnitzer wrote: > I can't seem to edit or comment in any way. > > Jeff > > On Wed, Oct 12, 2011 at 8:18 AM, Johan Euphrosine > wrote: > > Hi, > > Thanks a lot both for your feedback, I think this topic des

[google-appengine] Re: Over quota exception even though plenty of quota is available?

2011-10-12 Thread Simon Knott
How big is the entity? Could it be over the 1MB-per-entity limit? -- 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/-/hsAdl0vqifkJ. To post to this gr

Re: [google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-12 Thread Brian Quinlan
On Thu, Oct 13, 2011 at 2:15 AM, Matthew Jaggard wrote: > Tommy - Just to save you some time, I believe that the local server > doesn't support 2.7 still. That's correct. Cheers, Brian > On 12 October 2011 16:08, Tommy Knowlton wrote: >> Yes, although after I found the forum post stating that

[google-appengine] Re: file.Create() API not working right now

2011-10-12 Thread blackpawn
This is using the "experimental" blobstore file APIs so maybe they're being removed or phased out or something? I'm rewriting again to back to the indirect create_upload_url and urlfetch method I had before the file API was introduced - hopefully that will still work nicely. On Oct 12, 12:01 pm,

[google-appengine] "date value out of range" exception while committing transaction

2011-10-12 Thread Pol
Hi, I just saw some cases of run_in_transaction() throwing an exception "date value out of range". What does this mean and how do I prevent this? Thanks, - Pol -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send e

[google-appengine] Getting lots of "Exception sending Rollback" in the log

2011-10-12 Thread Pol
Hi, I'm used to the "transaction collision" warnings, but it seems we're getting more and "Exception sending Rollback" exception reports in the log. What triggers these exceptions and what is the consequence if any regarding the data consistency in the HRD? Exception sending Rollback: Traceback (

[google-appengine] Re: file.Create() API not working right now

2011-10-12 Thread blackpawn
High latencies with random APIs come and go like weather fronts some days. xD After I switched over a bunch of code the Blobstore file APIs are again behaving. Oh well. Do the status page latency graphs also cover the BlobStore? -- You received this message because you are subscribed to the Go

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

2011-10-12 Thread Claudiu Apetrei
Hello, Downloaded the 1.5.5. When i do the python2.7 example I get ": No module named webapp2 ", Shouldn't "import webapp2" work on 1.5.5 development server ("python2.7 ../google_appengine/dev_appserver.py ./"). If I upload it to appengine, the application works. 10x, Claudiu -- You receiv

[google-appengine] Eclipse GWT deploy problem

2011-10-12 Thread Mazzi
Hi all, Could somebody help me please. I did everything to deploy my application online with GWT. But i get everything the same error. Invalid Token. Can please tell somebody what i am doing wrong ? -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Reading and Writing files using App Engine

2011-10-12 Thread henry
Hi, Please let me know if this is possible with google app engine. I basically have an executable file that takes in 2 input files and spits out 4 output files when finished. Can I run this using app engine? I am worried about reading and writing file features using App engine because I'm not sur

[google-appengine] Cron jobs doesn't write to datastore

2011-10-12 Thread O
I have some cronjobs defined, their job is to update the datastore on a regular basis. - What I notice is that the cron jobs report to run fine according to AppEngine, but no data is to be found in the datastore. - If I navigate to the cronjob url manually in my webbrowser the datastore is updated

[google-appengine] Live editing of an appspot instance's files

2011-10-12 Thread vation
Hi there, I'm in a fairly tricky position, and I'd like some advice. In a nutshell, due to constraints I won't mention in this post, I am not in a position to develop a frontend JavaScript application independently of the rest of an appengine application, and the appengine application only function

[google-appengine] Re: ereporter error under py27

2011-10-12 Thread Sam McNally
Use google.appengine.ext.ereporter.report_generator.application as the handler. -- 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/-/Y-QSQbSzE0EJ. To p

[google-appengine] BulkUploader

2011-10-12 Thread Kb
I am using GWT+GAE for app . How can i use Bulkuploader to upload data . Where to start ? -- 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 gro

[google-appengine] Python 2.7 threadsafe: true running on local

2011-10-12 Thread ivan starkov
Does anybody could run the base sample for Python 2.7 http://code.google.com/appengine/docs/python/gettingstartedpython27/helloworld.html on* local machine* with parameter threadsafe: true in yaml This sample generate error: Could not find module helloworld.app the only way this sample works on

[google-appengine] Re: Designing data model and caching strategy for new pricing model

2011-10-12 Thread dennis
The legality issues that Brandon brings up might be a problem but I don't think you're going to have a billing problem until you have a lot of schools using the application. The current free quota for writes is 50,000/day that's a lot of grades to enter in a single 24 hour period. Obviously this w

[google-appengine] GAE 1.5.5 - Trouble with Tribbles (jinja2)

2011-10-12 Thread bmh
GAE 1.5.5 looks to have awesome features. They're not working for me yet. Below are some of the issues I'm having. Here's roughly my app.yaml (which has been altered for privacy reasons, as is example code below). app.yaml application: AAA # mystical creation. version: alpha-1 runtime:

[google-appengine] Gae and visualization api

2011-10-12 Thread uover82
Hi All, I'm developing an application using app engine and the google visualization api using java. It currently uses a static file (csv) located in war as a datasource. My app works fine in my local development server but fails with errors like the following after uploading: java.io.IOException:

[google-appengine] Storing date format in dd-mm-yyyy in datastore

2011-10-12 Thread Rohit
I am developing an online booking application on Google app engine in python using web2py framework where I am storing the date using the date type of web2py, which stores the date in -mm-dd format.I need to store the data in dd-mm- format in the datastore. For this I tried to use this :

[google-appengine] Re: ereporter error under py27

2011-10-12 Thread chachan
You should point the script to the app (global scope) instead of a .py script http://code.google.com/appengine/docs/python/gettingstartedpython27/helloworld.html for example, if your application id is guestbook you should use something like this in .yaml (look at the script extension): handler

Re: [google-appengine] Re: Prerelease SDK 1.5.5 available for download!

2011-10-12 Thread chachan
I'm having the same issue, did you fix it? -- 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/-/K9Zihqyy_FcJ. To post to this group, send email to googl

[google-appengine] bulkloader performance in development

2011-10-12 Thread mikeee
Hi all - I posted in the python app-engine group earlier but haven't heard back. Basically just trying to determine if there is anyway to use the bulk uploader via appcfg.py against my localhost SDK (Mac OS X 1.5.4) and have it process even a reasonably fast amount of inserts. I'm using SQLite a

[google-appengine] Re: 1.5.5

2011-10-12 Thread Michael Shafrir
I'm getting the same error: Cloned 100 files. Cloned 200 files. Cloned 300 files. Cloned 400 files. Cloning 167 application files. Cloned 100 files. Compilation starting. Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. --- end server ou

[google-appengine] How to create something similar to Zoho Creator

2011-10-12 Thread Marc
With a few drag'n'drop, Zoho creator lets you create a simple records management system i.e. create a few tables, a few forms, and you can add/edit/delete records in forms, search in list... all without any coding. They used to export to GAE but it looks like it's gone. I'd like to know if ther

[google-appengine] Error creating new GAE application. Now App-ID seems to be permanently inaccessible

2011-10-12 Thread Jacob G
Hi, A while back, I tried to create a new GAE application in the dashboard with my company's name as App-ID. There was some GAE server error when I submitted, and ever since then, the App-ID is not accessible to create as a new application. It looks it was put in a permanent reserved state, even

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

2011-10-12 Thread David Gay
On Oct 12, 8:14 am, Jairo Vasquez wrote: > - Does the "Cross Group (XG) transactions" functionality available just for > High Replication Datastore? What about Master/Slave? Just for the High Replication Datastore. -- David Gay d...@google.com -- You received this message because you are subsc

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

2011-10-12 Thread Steve Sherrie
The 2.7 specific libraries do not seem to be included in the SDK as yet, but you can just download them yourself and put them in the root SDK directory, which is by default added to sys.path. Steve On 11-10-12 03:09 AM, Claudiu Apetrei wrote: Hello, Downloaded the 1.5.5. When i do the pytho

Re: [google-appengine] Python 2.7 threadsafe: true running on local

2011-10-12 Thread Steve Sherrie
No, it looks like the dev_appserver is not yet capable of using 'threadsafe: yes'. However, with 'threadsafe: no', and your handler setup like 'script: main.py', you *can* dev locally, and then make those 2 changes before deploying. I know that doesn't help if you're testing multithreading fea

[google-appengine] My site no longer working

2011-10-12 Thread Kate
I haven't touched a thing, yet suddenly my site throws an error when the url does not contain the filename. e.g. http://www.coolabah.com gives a server error while http://www.coolabah.com/index.htm works fine. Can anyone help me! The error is The website cannot display the page HTTP 500 Most

[google-appengine] Anybody else having troubles with their own domain?

2011-10-12 Thread jay
I use Google Apps to point players visiting my domain to my App Engine Apps. I have been see all kinds of problems just in the last few weeks. Lot of reports from users that the sites appear to be down. I don't believe this is an app engine issues as accessing the site from myappname.appspot.com s

Re: [google-appengine] Python 2.7 threadsafe: true running on local

2011-10-12 Thread Tim Hoffman
I don't believe the dev server is supported with 2.7 at all. That was the position during the trusted testers phase and all of the recent posts here by google indicate that is still the case. Rgds Tim -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: GAE 1.5.5 - Trouble with Tribbles (jinja2)

2011-10-12 Thread bmh
It looks like GAE won't run on the local SDK. See e.g. http://stackoverflow.com/questions/7740319/gae-1-5-5-fails-to-run-in-python2-7-runtime-on-mac-os-x-10-7-1 It would have been much appreciated for this to have been explicitly noted in the 1.5.5 Release Notes (and saved me quite a bit of time

Re: [google-appengine] My site no longer working

2011-10-12 Thread Nick Johnson
Hi Kate, Your app appears to be returning a 500 server error (with no text in the body) when fetching the base URL (/) of your app. It's impossible to say why this is without seeing your code and logs. Have you checked the logs in the App Engine admin console to see what is being logged for these

Re: [google-appengine] Gae and visualization api

2011-10-12 Thread Nick Johnson
Hi, It sounds like you've embedded the URL of your development environment into your code somewhere. Naturally, when deployed, your browser (or the Visualization API) can't access files stored on your local machine. Instead of hard-coding URLs, you should determine the host header from the curren

[google-appengine] Re: My site no longer working

2011-10-12 Thread Kate
This is what I am getting. Traceback (most recent call last): File "C:\google_appengine\google\appengine\ext\webapp\_webapp25.py", line 701, in __call__ handler.get(*groups) File "C:\wwwhome\aussieclouds\index.py", line 396, in get doRender(self,'index.htm') I read the blogs and foun

[google-appengine] Re: My site no longer working

2011-10-12 Thread Kate
This is the code that now fails - though it has worked for 18months class MainHandler(webapp.RequestHandler): def get(self): path = self.request.path isgeneric=path.rfind('generic') isinformation=path.rfind('information') isexpat=path.rfind('expat') temp = os.path.join (

[google-appengine] Re: My site no longer working

2011-10-12 Thread Kate
This is the code that now fails - though it has worked for 18months class MainHandler(webapp.RequestHandler): def get(self): path = self.request.path isgeneric=path.rfind('generic') isinformation=path.rfind('information') isexpat=path.rfind('expat') temp = os.path.join (

Re: [google-appengine] Re: My site no longer working

2011-10-12 Thread Nick Johnson
Hi Kate, You haven't included the complete stacktrace, including the all important last line that tells us what actually went wrong. Can you paste the whole thing, please? -Nick Johnson On Thu, Oct 13, 2011 at 11:35 AM, Kate wrote: > This is what I am getting. > > Traceback (most recent call

[google-appengine] HTTPSession - set and get not working ... cannot get object in the next request

2011-10-12 Thread Muneer Malik
I am using session.setAttribute and session.getAttribute but my object is NOT available in the next request. also noticed the session.getID() is also different for each request. my object implements Serializable code snippet as follows: public String intercept(ActionInvocation actionInvocation)

[google-appengine] Re: New Billing: Absolutely make sure you set Max Idle Instances to a fixed value

2011-10-12 Thread vlad
Thanks! That is a good information. Still why does it takes an IQ of > 200 to understand GAE new billing? -- 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-appe

[google-appengine] Re: My site no longer working

2011-10-12 Thread Kate
Nick, thanks for the quick reply. Here is the log of when I run it locally. 2011-10-12 20:04:27 Running command: "['C:\\Python27\\pythonw.exe', 'C: \\google_appengine\\dev_appserver.py', '--admin_console_server=', '-- port=8080', u'C:\\wwwhome\\aussieclouds']" Warning: You are using a Python runti

[google-appengine] Re: HTTPSession - set and get not working ... cannot get object in the next request

2011-10-12 Thread Muneer Malik
resending it .. On Wed, Oct 12, 2011 at 7:42 PM, Muneer Malik wrote: > I am using session.setAttribute and session.getAttribute but my object is NOT > available in the next request. > > also noticed the session.getID() is also different for each request. > > my object implements Serializable >

Re: [google-appengine] Re: My site no longer working

2011-10-12 Thread Nick Johnson
Hi Kate, >From the stacktrace, it looks like you're trying to parse an XML file you get from an external URL, and your XML parser is encountering a parse error, which you're not catching. You can see the logs for your live app by going to the admin console for your app and clicking on 'logs'. -N

[google-appengine] Re: My site no longer working

2011-10-12 Thread Kate
Nick, thanks for the quick reply. Here is the log of when I run it locally. 2011-10-12 20:04:27 Running command: "['C:\\Python27\\pythonw.exe', 'C: \\google_appengine\\dev_appserver.py', '--admin_console_server=', '-- port=8080', u'C:\\wwwhome\\aussieclouds']" Warning: You are using a Python runti

[google-appengine] Re: My site no longer working

2011-10-12 Thread Kate
Nick, I have my site up now - thank you. However I cannot see WHICH line was causing the problem. Can you point it out to me? I only got it working by deleting all XML calls. All of them appeared to be fine, but I couldn't take a chance. It would really help me if you could let me know how you zer

Re: [google-appengine] Re: My site no longer working

2011-10-12 Thread Nick Johnson
Hi Kate, You can see the problem by examining the stacktrace line-by-line. Specifically, this bit, which shows the part of your code that has the problem: > File "C:\wwwhome\aussieclouds\index.py", line 396, in get > doRender(self,'index.htm') > File "C:\wwwhome\aussieclouds\index.py", li

Re: [google-appengine] Python 2.7 threadsafe: true running on local

2011-10-12 Thread Brian Quinlan
On Thu, Oct 13, 2011 at 11:19 AM, Tim Hoffman wrote: > I don't believe the dev server is supported with 2.7 at all.  That was the > position during the trusted testers phase > and all of the recent posts here by google indicate that is still the case. That's correct - the dev appserver doesn't su

Re: [google-appengine] Python 2.7 threadsafe: true running on local

2011-10-12 Thread Tim Hoffman
HI Brian You should put that fact in a prominent position in the 1.5.5 release notes. Tim -- 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/-/KmKduPK

[google-appengine] Re: How to determine datastore reads?

2011-10-12 Thread J
Not really. I have one COUNT query that is run during the aforementioned cron job (which runs once every 60 minutes now). But the # of entities for that type is very low, typically between 1-10, so I wouldn't think the COUNT query would add too many reads. Is there something about COUNT queri

Re: [google-appengine] How to create something similar to Zoho Creator

2011-10-12 Thread Rajkumar Radhakrishnan
Hi, You should see if iFreeTools Creator , the online database app builder built from the ground up for hosting over Google App Engine, can meet your requirements. You can define Entities ("tables") and Attributes ("columns" or "fields") to create your own custom da

Re: [google-appengine] Python 2.7 threadsafe: true running on local

2011-10-12 Thread Brian Quinlan
I can't change the e-mails that we've already sent out but I've updated the release notes of the code site and I'll add a notice in the docs. Cheers, Brian On Thu, Oct 13, 2011 at 1:44 PM, Tim Hoffman wrote: > HI Brian > You should put that fact in a prominent position in the 1.5.5 release notes