[google-appengine] Environment Variables inside cloud_build.yaml + PHP

2021-01-07 Thread Bill
Hi, The environment variables set inside the cloud_build.yaml file, are they read by PHP? I mean, are they treated as system environment variables? I am considering using environment variables inside the cloud_build.yaml file (via substitution) this way I can drop the use of app.yaml and not

[google-appengine] Deploy app into two environments: Staging and Production.

2021-01-07 Thread Bill
Hello, I have a Laravel app with app.yaml and cloud_build.yaml files. I need to deploy the master branch to production and dev branch to staging. Such that each environment has its own URL. Do I need a separate Cloud Project for each environment? Or I can use the same App Engine to host both

Re: [google-appengine] Re: JSP not loading

2016-12-08 Thread Bill Tricarico
very example says to do mvn:run but what if I have breakpoints in my project that I need to test on the servlet side? The Google docs do not mention specfic IDE scenarios at all. It's all command-line driven. Thanks, Bill On Thu, Dec 8, 2016 at 11:11 AM, 'Alex (Cloud Platform Support)' via Go

[google-appengine] JSP not loading

2016-12-06 Thread Bill Tricarico
When I run *mvn gcloud:run* locally in IDEA, localhost:8080 does not resolve my

[google-appengine] Does Google App Engine (Flexible) Support Google Endpoints?

2016-06-28 Thread Bill Li
Hi, I have used Google Endpoint on Google App Engine Standard environment before, and I think it is easy to use. But I did not find any documentation on how to deploy Endpoints on Google App Engine Flexible Environment. Do anyone has any idea about whether we can use endpoints on flexible

[google-appengine] Re: Flexible App Engine (Node.js) not able to access memcached?

2016-04-22 Thread Bill Murphy
Just found this: http://stackoverflow.com/questions/36723186/memcache-response-bad-command-line-format-on-google-cloud-platform-with-large Seems it's a problem storing values larger than 4kb. On Friday, April 22, 2016 at 4:57:36 PM UTC+2, Bill Murphy wrote: > > We are experiencing the same

[google-appengine] Re: Flexible App Engine (Node.js) not able to access memcached?

2016-04-22 Thread Bill Murphy
We are experiencing the same issue, it seems it is not consistent, some requests work, others just fail.. On Thursday, April 21, 2016 at 11:48:35 AM UTC+2, Alejandro Recarey wrote: > > Hi all, > > I have started using App Engine and am super happy with the docs and > examples. Kudos! > >

[google-appengine] Node.js App Deployment to Google App Engine

2016-04-07 Thread Bill Jones
Hello, I am evaluating Google's App Engine. In an attempt to learn more about it, I am trying to deploy an existing Node app. My app has a structure that looks like this: /config /data /public /src /views app.js app.yaml My app is much larger. The main thing I'm trying to point out here

[google-appengine] HTTP 429 Returned for /mapreduce/workerCallback task

2014-06-20 Thread Bill Speirs
I'm attempting to run a map-reduce job from Java. The job kicked off and started without a hitch, but now it's stuck waiting on ~34 tasks to finish. The job is stuck in the ExamineStatusAndReturnResult phase, after the ShardedJob phase. I see ~34 tasks in my queue all of the form: POST

[google-appengine] Re: Google App Engine SDK 1.8.2 is now available!

2013-10-21 Thread Bill Strathearn
It's also possible to create (java, python, php) modules in an app that that is using a runtime which doesn't currently support modules like: golang. So the main app is using runtime: go and the module is using runtime: python27. On Thursday, July 18, 2013 7:14:54 AM UTC-7, Jay wrote: Quick

[google-appengine] Extreme latency Feb 7th 2013

2013-02-10 Thread Bill Chadwick
I have had an app http://ukterrain.appspot.com on GAE running for nearly 3 years (1121 days) just fine. I have noticed today (over several hours) that the Latency has rocketed to around 5000ms e.g. Current load shows Req/Min 23.2 Requests last 13 hrs 18.40K Runtime M Cycles last hr, 44 Avg

[google-appengine] Re: datastore admin not working?

2012-09-17 Thread Bill Strathearn
As a workaround, if you disable Datastore Admin, then re-enable, you should be able to use it. On Friday, September 14, 2012 9:36:55 AM UTC-7, sebastián serrano wrote: Hi, Is anybody else also getting: Datastore Admin is loading and will be ready momentarily. accesing the datastore admin?

[google-appengine] Error Occured

2012-08-06 Thread Bill Wang
I am using windows 7 X64 and installed python 2.5.6 and Google App Engine SDK for Python. But I can't run the app engine launcher. It pops a window and says : Error Occurred See the log file 'C:\Program Files(x86)\Google\google_app_engine\launcher\GoogleAppEngineLauncher.exe.log' for details.

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-07-28 Thread Bill Graham
of the same content types or the same user might be able to see different content depending on the content of particular fields. Please let me know what you were thinking of as a permission concept and I will be able to respond with some ideas you might want to consider. Bill -- You received

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-07-27 Thread Bill Graham
Hi Imran, Thanks for the intial data on GAE-CMS. I will take a look at ExponentCMS for more info. (This may provide a quick-start for the documentation for the various audiences.) Perhaps you could tell me what the primary differences are between GAE-CMS and ExponentCMS (perhaps some

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-07-26 Thread Bill Graham
I am very interested in this project. What functionality have you included thus far. Do you have roles/permissions and Access Control management? What about multi-level menu management? What about threaded discussion comments? Is there the concept for users to be able to extend the

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-07-26 Thread Bill Graham
could then review and let me know where changes are needed. If it is along the lines of an existing CMS, let me know which one and I could build a documentation skeleton based on that CMS. Bill -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Is there a Discussion Forum functionality to plug-in to App Engine Apps?

2012-07-25 Thread Bill Graham
, since forum functionality is available in almost every other technology (ASP.Net, various PHP Application Frameworks like Drupal, etc.). Any suggestions of where I should look for such common functionality components/plug-ins? Thanks. Bill G -- You received this message because you

[google-appengine] Re: Frameworks on GAE

2012-07-24 Thread Bill Graham
I have been struggling with the same issue of whether GAE is suitable for business apps or not (by business apps, I am thinking of order processing, credit processing system, shipping systems, billing, etc. eCommerce, etc.). For the past 10 years I have built web-based SaaS applications and

[google-appengine] Where find shared building blocks for building real applications with GAE?

2012-07-24 Thread Bill Graham
I am new to AppEngine (previous Microsoft developer). So far I like what I see (I have always developed for SaaS). But I get the feeling I have to reinvent everything from scratch. I think there must be a place where developers share solution components/snippets (reusable code) such as

[appengine-java] Deploying GWT Application without Obfuscation (Pretty Mode)

2011-11-13 Thread Bill Morrison
I'm using Eclipse to upload my GWT application to GAE. I can't seem to figure out how to set output style for the GAE upload from obfuscated to pretty. Any assistance greatly appreciated! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Problems with recaptcha

2011-05-25 Thread Bill Lunnon
- so please be gentle. Thanks in advance for the help. Regards, Bill -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send

[appengine-java] Re: Problems with recaptcha

2011-05-25 Thread Bill Lunnon
No worries - worked it out. Forgot to generate new reCaptcha keys for the application in the appspot.com domain. The reason it worked in development is that recaptcha accepts requests from the localhost (127.0.0.0) for development and debugging -- You received this message because you are

[google-appengine] This webpage has a redirect loop

2011-05-06 Thread Bill
Hello. I'm new to GAE. And somewhat old with web development. I was trying to do a redirect - to a jsp page - from my servlet class but keep getting the error message The webpage at http://localhost:/my_clock.jsp has resulted in too many redirects. My servlet method simply calls

[google-appengine] Task Queue not processing tasks at defined rate

2011-04-27 Thread Bill Edwards
Hi, I have my task queue set at 4 tasks per second. However, it is apparent that there are periods where no tasks are being processed for 1-2 minutes at a time. Does anyone know what might cause this behavior? At first I thought this may be related to backing off due to error rates, but after

[google-appengine] Duplicate Property Error - Can't Fix

2011-02-01 Thread Bill Edwards
Hi, I'm trying to run a mapreduce job and i'm getitng Error -- DuplicatePropertyError: Class Users already has campaigns_set. Ive tried changing the collection name to something unique and reputtinga ll my entities, but i'm still getting the error. The only solution i've found is to comment out

[google-appengine] Re: Suggestions for Exploding Index Problem

2011-01-12 Thread Bill Edwards
needing to create a compound index. (I have an entity model that does not change after it is created.. so I just make the __key__ begin with a zero padded version of whatever I want to sort by.) On Tue, Jan 11, 2011 at 9:34 PM, Bill Edwards twmaf...@gmail.com wrote: I recently watched a Google

[google-appengine] Suggestions for Exploding Index Problem

2011-01-11 Thread Bill Edwards
I recently watched a Google I/O Talk regarding exploding indexes, and realized that the application that I am currently developing has queries that are susceptible to this problem. Try as I might, I can't think of a good way to resolve my problem, so I was hoping to get some input. My database

[google-appengine] Cannot Assign www Subdomain to GAE Application

2010-11-22 Thread Bill Edwards
Hi, I am trying to assign the www subdomain to my GAE application like I have done in the past, but I can't get it working this time. Here are the steps I've been following. 1)Sign up with Google Apps at google.com/a/ 2)Add TXT Record to verify domain ownership 3)Set CNAME for www to

[google-appengine] Is it really bad to define global variables?

2010-07-29 Thread Bill Edwards
A when the various class object functions are completed. So it really seems like the simplest way to do things is to just define a global variable. Is there a better option? Can I think I would ideally want to create something liek a session object to store the global object. Thanks! Bill

[appengine-java] Re: Highly Frustrated By Entity Groups / Transactions

2010-07-27 Thread Bill
And as you say, this limits the concurrency of changes to Elements to a few writes per second per Domain which would be very bad in an enterprise system. It all depends on the granularity of your element groups.  If you can   break them down sufficiently then you can still use

[appengine-java] Re: Highly Frustrated By Entity Groups / Transactions

2010-07-27 Thread Bill
Rather than rail against jd's rather interesting straw men (I'm talking about data storage, not blenders, etc.) all I have to say is this: if it is improving at an amazing pace then it is my hope that this issue will be addressed and fixed by google so that it may continue to improve at an

[appengine-java] Re: Highly Frustrated By Entity Groups / Transactions

2010-07-26 Thread Bill
applications! Thanks, - Bill On Jul 26, 3:22 am, l.denardo lorenzo.dena...@gmail.com wrote: As far as I know there are two possible solutions: *Review the architecture inserting Elements as a list property of your domain, something like @PersistenceCapable class Domain{   private ArrayListElement

[appengine-java] Re: getting a java.lang.NullPointerException when running example query code on datastore

2010-07-26 Thread Bill
Hi Fixou, Try replacing this line: Query query = Device.getPersistenceManager().newQuery(sqlFetchAll); with this: Query query = Device.getPersistenceManager().newQuery(Device.class); eliminating the String sqlFetchAll line. I use this approach and it works for me. On Jul 25, 3:23 pm, Fixou

[appengine-java] Re: Highly Frustrated By Entity Groups / Transactions

2010-07-26 Thread Bill
should work as long as you don't manipulate elements from multiple domains in a single transaction. Sorry for not stating it on first place, but I forgot abuot it On 26 Lug, 13:28, Bill bill.milli...@gmail.com wrote: Hi Lorenzo, Certainly, this would work from a technical perspective

[appengine-java] Re: Highly Frustrated By Entity Groups / Transactions

2010-07-26 Thread Bill
* should read, Elements are hierarchical, so that an Element's parent is another Element, or else it is a root. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Re: Highly Frustrated By Entity Groups / Transactions

2010-07-26 Thread Bill
, Bill wrote: Good thought, but unforunately Elements already have a parent key in this manner.  Elements are hierarchical, so that an Element's parent is another parent. Can an entity have more than one parent?  I haven't tried that... An Entity can only have one parent as it is encoded

[appengine-java] Highly Frustrated By Entity Groups / Transactions

2010-07-25 Thread Bill
Hello, I'm quite frustrated with entity groups. They seem to make the concept of a transaction largely pointless. The specific problem I face at this moment is this. Since the datastore has no concept of foreign key constraints, I need to do bounds checking. Here's the case: There exists a

[google-appengine] Class Scope Issues Resulting in Repeated API calls

2010-07-22 Thread Bill Edwards
Hi guys, The question I have is: If I do a query within a Python class object, what is the easiest way to make the query results available globally (in other class objects and template filter functions)? I'm finding that different objects in one of my handlers are making the same memcache calls.

[google-appengine] Subcategory Capability with GAE Datastore Models?

2010-07-19 Thread Bill Edwards
Hi! I've been recently trying to wrap my head around GAE's datatypes. Is there a model type in GAE that allows me to define subproperties? For example, I want to have a category property where some categories fall under others, and when i query for all entities within a supercategory, i get the

[google-appengine] Re: Subcategory Capability with GAE Datastore Models?

2010-07-19 Thread Bill Edwards
=,Animal).fetch() can return Monkey. On Jul 19, 1:04 pm, Bill Edwards twmaf...@gmail.com wrote: Hi! I've been recently trying to wrap my head around GAE's datatypes.  Is there a model type in GAE that allows me to define subproperties?  For example, I want to have a category property

[google-appengine] Please Help with Soft Memory Limit Issues

2010-06-09 Thread Bill Edwards
Hi GAE Team! I am having a serious problem with my application. As of recently, every request that is being issued is resulting in the following error: After handling this request, the process that handled this request was found to be using too much memory and was terminated. This is likely to

Re: [appengine-java] Re: Security restrictions may not be entirely emulated errors in Dev mode with Spring 3.0 on 1.3.4

2010-06-03 Thread Bill Milligan
that it can't handle the /*. On Thu, Jun 3, 2010 at 8:21 AM, Andrew am2...@gmail.com wrote: Hi Bill, I can see what you mean now. I have actually jumped over to a Struts 2 app at the moment, and whenever I change Java code I need to stop the development server and restart it. Very painful

Re: [appengine-java] Re: Security restrictions may not be entirely emulated errors in Dev mode with Spring 3.0 on 1.3.4

2010-06-03 Thread Bill Milligan
Let me clarify: I get a 404 error reported on /WEB-INF/views/hello/hello.jsp when I try this. I've tried moving the views directory elsewhere, outside of WEB-INF but still cannot find it. On Thu, Jun 3, 2010 at 9:43 AM, Bill Milligan bill.milli...@gmail.comwrote: Actually, that sounds

Re: [appengine-java] Hi anybody pls help me

2010-06-03 Thread Bill Milligan
That's rather very vague. Can you be a lot more specific? On Thu, Jun 3, 2010 at 9:22 AM, Goodwin weizhao1...@gmail.com wrote: im new for GAE. I read gae doc and develop a blog useing jsp. but when i run it in my pc it shows only the page index.jsp. others like wirtearticle.jsp,

Re: [appengine-java] Re: Question about security of my data on AppEngine and Guarentee.

2010-06-03 Thread Bill Milligan
Hi Christian, For that kind of control on physical security, you really need dedicated servers that you can physically touch in a data center. This is really very not cheap. Some kinds of applications require this security, such as banking, investment, or credit tracking software, where you are

Re: [appengine-java] Beginner help

2010-06-03 Thread Bill Milligan
Is this what you're looking for? http://code.google.com/appengine/docs/java/javadoc/index.html http://code.google.com/appengine/docs/java/javadoc/index.htmlYou may want to google for answers to simple questions like this. I'd also suggest you look for google app engine hello world to see many

Re: [appengine-java] Restoring backup

2010-06-03 Thread Bill Milligan
One of the ideas of google app engine is that you don't have to manage this sort of thing. Google does it for you. If you need a more fine-grained level of control, if you *want* to be answering pagers in the middle of the night when everything breaks (and believe me, they do) then perhaps

[appengine-java] Re: Security restrictions may not be entirely emulated errors in Dev mode with Spring 3.0 on 1.3.4

2010-06-02 Thread Bill
I am stuck at precisely the same point. Which version of asm are you using? I've tried 3.3 and 2.1. I'm assuming you're using the latest Spring? That article uses the old M2 from a year back. It almost appears that the ClassLoader is doing some on-the-fly rewriting of class code, but that

[appengine-java] Re: Security restrictions may not be entirely emulated errors in Dev mode with Spring 3.0 on 1.3.4

2010-06-02 Thread Bill
Okay, a few things I found out -- 1. The suggestion at http://code.google.com/p/googleappengine/issues/detail?id=2527 works quite well. You'll find the afflicted appengine-agent.jar in your eclipse plugins folder under com.google.appengine.eclipse.sdkbundle.version/appengine-java-sdk-

Re: [appengine-java] Security restrictions may not be entirely emulated errors in Dev mode with Spring 3.0 on 1.3.4

2010-06-02 Thread Bill Milligan
Originally, I'd thought something along the same lines, but this isn't the case. In my running server there's no asm running in my application classpath, environment, or lib/ext. It's only in GAE and my application. On Wed, Jun 2, 2010 at 12:04 PM, Toby Reyelts to...@google.com wrote: It

Re: [appengine-java] simple relation

2010-06-02 Thread Bill Milligan
Are you trying one-to-many or many-to-many? By using a third table it sounds like you're trying to do many-to-many, not one-to-many. As best I can determine, the only real way to do this in GAE is to have a User class with a collection of string properties, containing the list of all Work ids.

Re: [appengine-java] simple relation

2010-06-02 Thread Bill Milligan
for your answer Bill yes you are rite the way i wrote its many to many relation.Actually I want relation as below class User{ Long id; String username; ListWork workList; } class Work{ Long id; String workname; String username; } you can see work class has username and user class

Re: [appengine-java] Re: Security restrictions may not be entirely emulated errors in Dev mode with Spring 3.0 on 1.3.4

2010-06-02 Thread Bill Milligan
If you've gotten past point 2, I'd love to see it. Redeploying every time I make a change is driving me batty. On Wed, Jun 2, 2010 at 7:38 PM, Andrew am2...@gmail.com wrote: Thank you very much Bill. The suggestion in point 1 worked a treat. To answer your other questions, I am using asm

[google-appengine] Questions concerning Datastore Growing Pains

2010-06-02 Thread Bill Edwards
I would personally like more information on these datastore growing pains. As a startup, that has been strongly considering building solely on Google App Engine, we are very, very concerned with these instances of failure. If possible, can somebody from the GAE team give us information, on a

[appengine-java] Re: log4j logging everything as INFO even though I'm doing log.error(xxx);?

2010-01-06 Thread Bill Mers
hi Tb, I'm having the same problem: all logging statements through log4j are coming out as Info severity, even if I called log.debug(), log.warn (), log.error(), etc. Anybody have any ideas? thanks Bill On Jan 4, 2:12 pm, Tb tho...@bertranfamily.com wrote: Hi, I switched tolog4jin my app

[appengine-java] Re: log4j logging everything as INFO even though I'm doing log.error(xxx);?

2010-01-06 Thread Bill Mers
) that logs to the output or error streams will work. However, for more fine- grained control of the Admin Console's log level display, the logging framework must use a java.util.logging adapter. So, looks like if you want anything other than INFO or WARNING, ya gotta use java.util.logging. cheers Bill

[google-appengine] ApiProxy class - needed for unit testing

2009-12-28 Thread Bill Allocca
-runtime.jar. Thanks. - Bill -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com

Re: [google-appengine] ApiProxy class - needed for unit testing

2009-12-28 Thread Bill Allocca
That worked. Thanks! - Bill On Mon, Dec 28, 2009 at 7:21 AM, m seleron seler...@gmail.com wrote: Hi. I confirmed its environment. The file : in SDK1.3.0. [appengine-local-runtime-shared.jar] I think that com.google.apphosting.api.ApiProxy exists. Please look for. It might have

[google-appengine] The import com.google.apphosting.api.ApiProxy cannot be resolved

2009-12-27 Thread bill
com.google.appengine.api.datastore.dev.LocalDatastoreService; import com.google.appengine.tools.development.ApiProxyLocalImpl; It is not able to resolve this import: import com.google.apphosting.api.ApiProxy; Is there another JAR file I need to add to my classpath? - Bill -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Log4J vs. java.util.logging in App Engine projects

2009-09-01 Thread Bill Higgins
java.util.logging 3) If my app doesn't use log4j, then I can safely delete the default log4j.properties file and DataNucleus will happily use java.util.logging Is this correct? On Aug 31, 5:22 pm, Rajeev Dayal rda...@google.com wrote: +[tobyr] Hi Bill, We include both logging files due

[appengine-java] Log4J vs. java.util.logging in App Engine projects

2009-08-30 Thread Bill Higgins
Hi, I'm new to App Engine development, and am a bit confused by the logging configuration files that the Google Eclipse project produces in a new web application project. When you create a new web app project, the new project includes two logging configuration files:

[google-appengine] Re: Text Search within data store

2009-08-03 Thread Bill
text search module: http://billkatz.com/2009/6/Simple-Full-Text-Search-for-App-Engine There's also a system that's under dual-licensing (free/commercial): http://gae-full-text-search.appspot.com/ I think both have improved the situation since SearchableModel was the only alternative. -Bill

[google-appengine] Non-default app versions: Are they first-class apps?

2009-08-01 Thread Bill
-app-engine/1087878#1087878). I was told, though, that non-default app versions could have some throttling or other limitations in place. If so, what are the limitations and is the App Engine team thinking of lifting those limits so all app versions are first-class apps? Thanks, Bill

[google-appengine] Re: Cron Jobs Not Running (July 20th)

2009-07-20 Thread Bill Mers
we are having the same problem on all of our production applications. existing cron jobs have stopped running, and new cron jobs never execute. Bill On Jul 21, 8:56 am, vivpuri vivpu...@gmail.com wrote: cron jobs for one of my application are also not running. Vivek On Jul 20, 7:00 pm

[google-appengine] Re: Need help with Email, getting an odd error

2009-07-13 Thread Bill Mers
/google/appengine/api/mail.py, line 513, in send raise e ApplicationError: ApplicationError: 1 Do you have any suggestions on how to track this down? We'd be willing to share our source code with you directly if that would help. Any assistance would be greatly appreciated! thanks Bill On Jul

[google-appengine] Re: Transactions and sharded counter example code

2009-07-13 Thread Bill
The reason sharding works to reduce contention is that the each shard is in a separate entity group. Within the transaction, one GeneralCounterShard entity is either retrieved or written. Each shard forms its own entity group, which is what you want so there's no contention on writes. On Jul

[google-appengine] Re: ListProperty substring matching and filtering

2009-07-04 Thread Bill
will succeed for that entity because one member of the list will be = searchWord and another member of the list will be searchWord. As to your question on doing both substring matching + ordering, I'll think about it and post if I come up with something. -Bill On Jul 3, 12:43 pm, cerea peonl

[google-appengine] Re: ListProperty substring matching and filtering

2009-07-04 Thread Bill
# of digits for your counts, e.g., book_00020 not book_20. Having a separate entity per keyword seems wasteful, so I'll think about it more. -Bill On Jul 4, 12:50 am, Bill billk...@gmail.com wrote: I think the answer is in the documentation for ListProperty:http://code.google.com/appengine/docs

[google-appengine] HELP,I can't upload files

2009-06-26 Thread Bill Hsu
why I can't upload files? Scanning files on local disk. Initiating update. 2009-06-26 18:13:36,546 ERROR appcfg.py:1334 An unexpected error occurred. Abort ing. Error 403: --- begin server output --- You do not have permission to modify this app (app_id=u'simple-ajax- chat'). --- end server

[google-appengine] File limit increased to 3000

2009-06-25 Thread Bill
Haven't heard much publicity about this, but Google increased the file limit to 3000 files: http://code.google.com/p/googleappengine/issues/detail?id=161#c86 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: GET urlfetch for JSON returning 0 length

2009-05-28 Thread Bill Chadwick
'working' response has headers Headers = {Connection: close Content-Length: 68 Cache-Control: max-age=86400,post-check=43200, pre-check=43200 Content-Type: text/javascript Date: Thu, 28 May 2009 13:54:51 GMT Expires: Fri, 29 May 2009 13:54:51 GMT P3P: policyref=http://www.ordnancesurvey.co

[google-appengine] Re: Is it possible to create a file on App Engine server ?

2009-05-21 Thread Bill
You can't write files to disk. You *can* write files to the datastore with the 1 MB constraint in mind. (If your file 1 MB, you'd need to chop it up.) A service for storing and serving large files is on the roadmap: http://code.google.com/appengine/docs/roadmap.html On May 20, 4:41 pm, Dog

[google-appengine] Silicon Valley App Engine developer meetup - Tuesday, May 13, 7 pm

2009-05-06 Thread Bill
For those of you in the northern California area, we have an App Engine developer meetup in Palo Alto next Tuesday. For more details see: http://www.meetup.com/appengine/calendar/10183312/ This meetup will mostly be other developers giving demos of their work on App Engine and discussing

[google-appengine] Silicon Valley App Engine meetup next *Wednesday*, May 13.

2009-05-06 Thread Bill
For those of you in the northern California area, we have an App Engine developer meetup in Palo Alto next Wednesday. I mistakenly wrote Tuesday in a previous message. For more details see: http://www.meetup.com/appengine/calendar/10183312/ This meetup will mostly be other developers giving

[google-appengine] Re: Updating the GData API

2009-04-02 Thread Bill
be exceeded very quickly. So even if you don't change the version, just makes sure your current # of files is lower than the quota. -Bill On Apr 1, 11:10 pm, Arun Shanker Prasad arunshankerpra...@gmail.com wrote: Hi All, I currently use the GData API version 'gdata.py-1.1.1' for my Google App Engine

[google-appengine] Re: sorting database entities by two properties

2009-03-29 Thread Bill
your read time queries are simpler and fast. -Bill On Mar 28, 10:22 pm, David Symonds dsymo...@gmail.com wrote: On Sun, Mar 29, 2009 at 3:01 PM, manuelaraoz manuelar...@gmail.com wrote: class Person(db.Model):    age = IntegerProperty()    height_in_cm = IntegerProperty() how can I sort

[google-appengine] Re: memcache won't be flushed after app is redeployed

2009-03-29 Thread Bill
I believe memcache won't be flushed automatically after an app is redeployed. One way you can force a flush on redeploy is by storing the current version ID, os.getenv('CURRENT_VERSION_ID'), into memcache. Then in your main.py, check if the current version is the same as the one in memcache.

[google-appengine] Re: Mass removal of data from an app

2009-03-28 Thread Bill
Paul, Have you tried out the remote_api as a way of deleting your entities? Here's an article in case you missed it: http://code.google.com/appengine/articles/remote_api.html -Bill On Mar 28, 2:22 am, Paul Kinlan paul.kin...@gmail.com wrote: Hi, I have about 10GB of used storage

[google-appengine] Re: jinja2 environment loading on each request to /

2009-03-27 Thread Bill
On Mar 27, 5:38 am, gops patelgo...@gmail.com wrote: that cookbook code was written by me. sorry for that...but cookbook does not allow to re-edit once you post it. I thought that as well, but it turns out you can edit your recipes. After you login, click on the Edit My Recipes link at the

[google-appengine] Re: Does TOS allow multiple versions of one app that do different things?

2009-03-27 Thread Bill
the datastore, and cron is on the roadmap. -Bill On Mar 27, 1:19 pm, cz czer...@gmail.com wrote: The problem with the app.yaml solution is that only the handler that has a main() will be cached (I assume that the app cache expects just one main() per app). It would be possible to perform a dispatch in main

[google-appengine] Re: Java is next App Engine language according to Om Malik

2009-03-27 Thread Bill
that's the way languages are specified). Both versions would have access to your datastore. This, in conjunction with upcoming cron, really broadens the open source you can tap. Hope it works out this way. On Mar 26, 12:52 pm, Bill billk...@gmail.com wrote: http://gigaom.com/2009/03/26/java

[google-appengine] Java is next App Engine language according to Om Malik

2009-03-26 Thread Bill
http://gigaom.com/2009/03/26/java-coming-soon-to-googles-app-engine/ Not surprising it's Java, since it's the most starred language. I hope there's some way to mix Java and Python. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] Re: Datastore operations slow

2009-03-04 Thread Bill
seconds. I believe that would have been flagged in the past. This raises the question of what will be acceptable response times going forward. I assume non-flagged data in the system status graphs reflect what the google team feels is OK performance? -Bill On Mar 4, 11:19 am, Alex Popescu

[google-appengine] Re: Deleting CounterShards

2009-03-02 Thread Bill
. It was useful to me at the time, because I was learning. But the next version of Bloog will likely use a single integer property for the counter and scrap the sharded counter. -Bill On Mar 1, 9:11 pm, Ian Lewis ianmle...@gmail.com wrote: Krishna, The datastore can only return or count up

[google-appengine] Re: Deleting CounterShards

2009-03-02 Thread Bill
be implemented much more easily than Bloog's current sharded counter, since no Bloogs will probably get more than one comment per second. The next version of Bloog will use an integer property in a single entity. -Bill On Mar 2, 12:47 am, Ian Lewis ianmle...@gmail.com wrote: Bill, The docs say

[google-appengine] Re: LinkProperty and Null/None values.

2009-03-02 Thread Bill
solution is to just use a StringProperty. You could use a None marker like http://nolink; or not specified depending on validation of the property, but I find this less appealing. -Bill On Mar 2, 4:22 am, Ian Lewis ianmle...@gmail.com wrote: I have a model set up with a LinkProperty which

[google-appengine] Re: scheduled maintenance

2009-03-02 Thread Bill
I agree with Ben. On the developer side, some programmatic access to downtime information would also be helpful. I've opened a feature request here: http://code.google.com/p/googleappengine/issues/detail?id=1116 -Bill On Mar 2, 9:53 am, Ben Nevile ben.nev...@gmail.com wrote: Hi GAE team

[google-appengine] 502 Server Errors after upgrade?

2009-03-02 Thread Bill
Anyone else having trouble with their apps? I'm getting 502 Server Errors and even looking at logs in the console are glacially slow. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Bill
 pm, Kuber polo...@gmail.com wrote: I'm running into this problem too. Is this related to the GAE scheduled maintenancea hour ago? http://groups.google.com/group/google-appengine-downtime-notify/brows... On Mar 3, 11:06 am, Bill billk...@gmail.com wrote: Anyone else having trouble

[google-appengine] Re: Has anybody noticed any serious performance degradation today?

2009-03-02 Thread Bill
See the 502 Server Error thread. My apps weren't working then started working but very slowly. I linked to a few of the millisecond/request charts showing how bad they're lagging. On Mar 2, 7:36 pm, Jillian luying@gmail.com wrote: Everything on my app takes a long time. Simple database or

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Bill
into this problem too. Is this related to the GAE scheduled maintenancea hour ago? http://groups.google.com/group/google-appengine-downtime-notify/brows... On Mar 3, 11:06 am, Bill billk...@gmail.com wrote: Anyone else having trouble with their apps? I'm getting 502 Server Errors and even

[google-appengine] Re: LinkProperty and Null/None values.

2009-03-02 Thread Bill
to change. -Bill On Mar 2, 8:42 pm, Ian Lewis ianmle...@gmail.com wrote: Bill, Agreed. But if it's by design then is there a design that says so? like documentation? Otherwise I might consider it a bug. Ian On Tue, Mar 3, 2009 at 4:34 AM, Bill billk...@gmail.com wrote: Ian

[google-appengine] Which server errors are reflected in the Dashboard?

2009-03-02 Thread Bill
in logs or dashboard but my users are severely affected. Thanks, Bill --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Extended db.Model providing access to ReferenceProperty key

2009-02-27 Thread Bill
).get_value_for_datastore(self) On Fri, Feb 27, 2009 at 3:51 PM, Bill billk...@gmail.com wrote: Alex, Do you mean something like this: http://appengine-cookbook.appspot.com/recipe/getting-dbreferenceprope... If so, let me know if it doesn't work. -Bill On Feb 26, 5:32 pm, Alex Popescu

[google-appengine] Re: Extended db.Model providing access to ReferenceProperty key

2009-02-26 Thread Bill
Alex, Do you mean something like this: http://appengine-cookbook.appspot.com/recipe/getting-dbreferenceproperty-key-without-loading-entity If so, let me know if it doesn't work. -Bill On Feb 26, 5:32 pm, Alex Popescu the.mindstorm.mailingl...@gmail.com wrote: Hi, I've read on the group

[google-appengine] Re: Grouping and counting in GAE... advice needed

2009-02-24 Thread Bill
any urls with last_vote_hours more than an hour ago. I think that may be the most efficient way to do it but look forward to hearing from others if they've actually read this far :) -Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Grouping and counting in GAE... advice needed

2009-02-24 Thread Bill
On Feb 24, 2:29 am, Bill billk...@gmail.com wrote: This is a brain dump (LONG) as I work through this problem.  Hope it We could use an equality filter that pretty much removes all entities with last_vote_time more than an hour ago.  One solution would be to add a StringListProperty, call

[google-appengine] Clarification of storage pricing requested

2009-02-24 Thread Bill
requested feature. -Bill --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Annoucement: you may now purchase additional computing resources

2009-02-24 Thread Bill
is correct? Regards, Bill On Feb 24, 1:30 pm, Jeff S j...@google.com wrote: Hi all, We've just announced that it is now possible to purchase additional quota for your application. To borrow from our blog post, We're psyched to announce that developers can now purchase additional computing

  1   2   >