[google-appengine] Re: Problem adding my own domain , without right to change Cname record

2008-12-08 Thread kang
first you need to apply for google apps then, in the gae admin page, set your subdomain and domain then ,chname your sub domain to ghs.google.com wish this can help you : http://code.google.com/appengine/articles/domains.html On Mon, Dec 8, 2008 at 4:21 PM, Possum [EMAIL PROTECTED] wrote: Hi,

[google-appengine] Force.com + Google App Engine = Cloud Relationship Management

2008-12-08 Thread lookon
Salesforce and Google have extended their strategic partnership with Force.com for Google App Engine, essentially bridging the two cloud- based application development environments. App Engine applications, which are typically consumer apps, will be able to access enterprise data and services

[google-appengine] Re: A newbie's site

2008-12-08 Thread Bill
Nice. I'd give more room to the Google Friend login area because most of it is cut off. Maybe use CSS and float it to right. On Dec 8, 12:04 am, lookon [EMAIL PROTECTED] wrote: I've built a google app engine site based on the simpleviewer example and FriendFeed Share Bookmarklet. The url

[google-appengine] Re: A newbie's site

2008-12-08 Thread kang
I've noticed this problem...and will adjust it.. Do you think the FriendConnect should be placed in the right? On Mon, Dec 8, 2008 at 5:06 PM, Bill [EMAIL PROTECTED] wrote: Nice. I'd give more room to the Google Friend login area because most of it is cut off. Maybe use CSS and float it to

[google-appengine] Re: Datastore Class db.Model Relationships

2008-12-08 Thread Bill
Passing the many objects through a single db.put is probably the fastest way you can store separate entities. I believe there's still a relatively linear cost for putting some number of entities, so it's slower than doing a single entity put. The performance will depend on how many is many

[google-appengine] Re: A newbie's site

2008-12-08 Thread Bill
On Dec 8, 1:15 am, kang [EMAIL PROTECTED] wrote: I've noticed this problem...and will adjust it.. Do you think the FriendConnect should be placed in the right? I'd place it on the right, particularly if it's optional and visitors can drill-down on images without logging in.

[google-appengine] Re: marshal.load()

2008-12-08 Thread Bill
If this is some fixed data that needs to be searched almost every request, how about breaking it into a lot of chunks (e.g., if it's words, you could have 26 dicts, one for each starting letter) and hard- coding it as a python variable declarations in static files -- one dict per file. That

[google-appengine] Limit Access To Shared Apps

2008-12-08 Thread reyjexter
I'm sharing my app with some friends and I want to limit the things that they can do. For example I dont want to allow them to change the version that is being published, I dont want them to add/edit/delete members of the group and etc, I dont want them to view the datastore. Is there a way to do

[google-appengine] Re: about DB.Query Question

2008-12-08 Thread kang
error message? On Mon, Dec 8, 2008 at 11:28 AM, ivivian [EMAIL PROTECTED] wrote: If the following statement, the normal: users = db.Query(Users) users.filter('fpx ', getmin).filter('ffpx ', getmax).filter('fpy = ', '180').filter('fpy = ', '1') If the following statement, the error:

[google-appengine] Re: Seemingly undoable to build a simple app

2008-12-08 Thread Nick Johnson
Yes, you're encountering 'exploding indexes'. The number of index entries needed for a 3-term index is, for example, n*(n-1)*(n-2). My suggestion would be this: - Keep indexes for one and two uses of the term list. - Keep a separate entity type that tracks how many occurrences there are of each

[google-appengine] about DB.Query Question

2008-12-08 Thread ivivian
If the following statement, the normal: users = db.Query(Users) users.filter('fpx ', getmin).filter('ffpx ', getmax).filter('fpy = ', '180').filter('fpy = ', '1') If the following statement, the error: users = db.Query(Users) users.filter('fpx ', getmin).filter('ffpx ', getmax).filter('fpy

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2008-12-08 Thread Sylvain
Hi Jeff, Thank you for your help. I've checked my site saturday morning (UTC) and it was working again. Good news ;) Regards Sylvain On 6 déc, 02:26, Jeff S [EMAIL PROTECTED] wrote: Hi again Sylvain, We've fixed the cache issue, urlfetch should now get from the correct server (though

[google-appengine] Re: ClientLogin error

2008-12-08 Thread Tom
hi Jeff, even after installing the latest sdk i am having problem running the feed fetch program in my local machine. i have tried to run the gdata feed fetcher program in local host with latest sdk. its showing the following error File C:\Program

[google-appengine] Re: Seemingly undoable to build a simple app

2008-12-08 Thread Bill
There's a definite need for a full-text search API (particularly substring matches) that just works for the datastore. For public-facing information like your products, you might consider outsourcing the search to something like Google Custom Search: http://www.google.com/coop/cse/ (There's an

[google-appengine] mail sending error

2008-12-08 Thread amshuhu
Hello developers, In my application mailsending is creating a problem the code as follows: class Contact(webapp.RequestHandler): def get(self): self.response.out.write(template.render('contactus.html', {})) def post(self): sender_address =[EMAIL PROTECTED] subject =

[google-appengine] a small problem while updating my app to google app engine...

2008-12-08 Thread SK
Hey ppl, I have this small problem which is been raising an exception while i am trying to update my application to google app engine. We use a proxy server here and i donno the proxy server name. I have tried setting http_proxy and https_proxy from the cmd with the lan ip's and it still doesn't

[google-appengine] Re: Seemingly undoable to build a simple app

2008-12-08 Thread dalenewman
I haven't tried this workaround yet, but until we have a Search API available, it might work... Try uploading your products to Google Base and then using their API to search your own stuff. We upload all our books to google base, and if I go to http://base.google.com/ and search for our domain

[google-appengine] About the URL error

2008-12-08 Thread sirisha
Hi, I have developed the application in webapp framework,but while uploading the application ,I am getting an error like : urllib2.URLError:urlopen error 11001,'getaddrinfo failed' --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: A newbie's site

2008-12-08 Thread tungliang.han...@gmail.com
nice a chinese saying--'Bang'! XD On Dec 8, 5:43 pm, kang [EMAIL PROTECTED] wrote: I've change it...any suggestion? On Mon, Dec 8, 2008 at 5:28 PM, Bill [EMAIL PROTECTED] wrote: On Dec 8, 1:15 am, kang [EMAIL PROTECTED] wrote: I've noticed this problem...and will adjust it.. Do you

[google-appengine] Re: ClientLogin error

2008-12-08 Thread Jeff S
Hi Tom, When making HTTP requests from App Engine to another web site, there is a timeout of about five seconds. The timeout is also present in the SDK to mirror the behavior of the hosted environment. It looks like the remote server you are contacting to is taking too long to respond. Happy

[google-appengine] Re: about DB.Query Question

2008-12-08 Thread Jeff S
As the following article states, inequality filters (, , etc.) are only allowed on one property in a query. You can have multiple equality filters (=). It looks like you will need to change these queries since you use fpx and ffpx .

[google-appengine] Re: Extending the cloud to the client with Gears and App Engine

2008-12-08 Thread Malte Ubl
Hey, Dion posted on Ajaxian about this today http://ajaxian.com/archives/massively-parallel-crowd-sourced-javascript-app-server-seti-for-js The App Engine service went down afterwards for most of day. I guess this cant really be fixed. The application is not really doing a lot of processing by

[google-appengine] Re: using custom domain

2008-12-08 Thread Marzia Niccolai
Hi, To help figure out where the mapping might be, try going to www.yourdomain.com. If Google Sites loads, the mapping belongs to Google Sites, if start.yourdomain.com loads, this is default Googe Apps start page. If nothing loads, it's probably a mapping that belongs to Google Sites but has

[google-appengine] Re: Extending the cloud to the client with Gears and App Engine

2008-12-08 Thread Marzia Niccolai
Hi Malte, This is very cool. If you are having issues with the quota, please apply to have your quota increased: http://code.google.com/support/bin/request.py?contact_type=AppEngineContact -Marzia On Mon, Dec 8, 2008 at 9:03 AM, Malte Ubl [EMAIL PROTECTED] wrote: Hey, Dion posted on

[google-appengine] Error Code: 45

2008-12-08 Thread Daniel
I'm seeing this error in our dashboard. I can't find any information on what quota we're exceeding. The rest of the dashboard shows no problems that I can see. The application quotas show 0% all the way down An error has occurred. Your application is exceeding a quota. (Error Code: 45)

[google-appengine] Re: About the URL error

2008-12-08 Thread Roger
Hi, urllib2 is not supported in GAE. If you're trying to use .open() it would be best to substitute the urlfetch protocol instead. -r. On Dec 8, 7:05 am, sirisha [EMAIL PROTECTED] wrote:        Hi,                  I have developed the application in webapp framework,but while uploading

[google-appengine] Re: marshal.load()

2008-12-08 Thread Marzia Niccolai
Hi, Also, the issue of marshal not being empty on the dev_appserver has be filed: http://code.google.com/p/googleappengine/issues/detail?id=892 -Marzia On Mon, Dec 8, 2008 at 1:55 AM, Bill [EMAIL PROTECTED] wrote: If this is some fixed data that needs to be searched almost every request,

[google-appengine] Re: Limit Access To Shared Apps

2008-12-08 Thread Marzia Niccolai
Hi, Currently, any developers added in the Admin Console have complete access to your application. This is a great feature request: http://code.google.com/p/googleappengine/issues/list -Marzia On Mon, Dec 8, 2008 at 2:04 AM, reyjexter [EMAIL PROTECTED] wrote: I'm sharing my app with some

[google-appengine] Re: Error Code: 45

2008-12-08 Thread Marzia Niccolai
Hi, This is the quota related to Memcache call count. You can file a quota increase request if you need additional quota: http://code.google.com/support/bin/request.py?contact_type=AppEngineContact -Marzia On Mon, Dec 8, 2008 at 9:32 AM, Daniel [EMAIL PROTECTED] wrote: I'm seeing this

[google-appengine] Re: a small problem while updating my app to google app engine...

2008-12-08 Thread Marzia Niccolai
Hi, People who have seen this in the past indicated they were getting this when their internet connection was flaky. You might try restarting the system and perhaps your internet connection. -Marzia On Sun, Dec 7, 2008 at 10:53 PM, SK [EMAIL PROTECTED] wrote: Hey ppl, I have this small

[google-appengine] Re: About the URL error

2008-12-08 Thread Marzia Niccolai
Hi, This usually indicates that there is an issue with the network connection. Restarting your computer and/or network connection may help. -Marzia On Mon, Dec 8, 2008 at 4:05 AM, sirisha [EMAIL PROTECTED] wrote: Hi, I have developed the application in webapp

[google-appengine] Re: App Engine in China

2008-12-08 Thread MHblue
I'm assuming that you mean OpenDNS can help individual users who might not be able to access the site? Or is there a way on my end to prevent my site from being blocked? My next project is for a consulting company which works in China and Canada, so I need to make sure that users can access it

[google-appengine] Re: mail sending

2008-12-08 Thread Marzia Niccolai
Hi, Please see the following dev_appserver directions for sending mail in the development enviroment: http://code.google.com/appengine/docs/thedevwebserver.html#Using_Mail You can use either an SMTP server or a local installation of Sendmail to test out email sending with App Engine. -Marzia

[google-appengine] Re: App Engine in China

2008-12-08 Thread Damien Hou
The problem is that some IP ranges from Google's server farms are blocked by the China firewall. And since GAE apps dynamically bind to server IP addresses across the Google cloud, sometimes users will hit some IP that falls within the blocked ranges. Hence the random access problems. That's my

[google-appengine] Re: mail sending

2008-12-08 Thread jai kumar
Thanks a lot Now its working --~--~-~--~~~---~--~~ 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

[google-appengine] Re: disable the behavior of the CGI parameter debug=true (http://localhost:8080/?debug=true)

2008-12-08 Thread Marzia Niccolai
Hi Tony, If you comment out line 1849: handler.AddDebuggingConsole(relative_url, env, outfile) In google/appengine/tools/dev_appserver.py, I believe this will prevent the Debugging Console from being displayed. -Marzia On Sun, Dec 7, 2008 at 8:49 AM, Tony Smith [EMAIL PROTECTED] wrote:

[google-appengine] Re: Variable - High/Low CPU usage for the same simple page cache scenario

2008-12-08 Thread Marzia Niccolai
Hi Alex, Does your script load up a lot of modules when it starts? It's possible that these are the CPU warnings you are seeing. You may be seeing them inconsistently since this would only happen when a new interpreter for your script is fired up. The basic process is described here:

[google-appengine] Re: unable to add 'www' subdomain for app engine service

2008-12-08 Thread Marzia Niccolai
Hi Josh, Can you reply to me with the specific domain? It sounds like you have done everything that should work, but without knowing the specific domain I can't check. One other course of action would be to see if you can assign the 'www' to some other service such as sites. If you can add and

[google-appengine] Re: 3 questions (about paging again)

2008-12-08 Thread Marzia Niccolai
Hi, If you store the tags in a list, you should be able filter on that list using a simple equals filter, something like: MyProperty.all().filter('my tags =', tag).filter('index =', starting_index).fetch(10) Assuming you don't have a large number of tags (a couple per entry), this shouldn't

[google-appengine] Re: Error Building Index

2008-12-08 Thread Arun Shanker Prasad
Hi, More than 72 hours now.. Thanks, Arun Shanker Prasad. On Dec 7, 3:12 pm, Arun Shanker Prasad [EMAIL PROTECTED] wrote: Hi,           My indexes are still in the Building status in the Dashboard.. Its been more than 48 hours.. I don't think I have that much data for it to take so

[google-appengine] Data Store Timeouts

2008-12-08 Thread gee
Hi, We're getting 500 errors all across our site, and they're all resulting from ToDatastoreError timeouts. Anyone else seeing this? Nothing has changed on our site that could explain this. Thanks, Gee --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread gee
An additional error we are seeing: DeadlineExceededError: The API call datastore_v3.RunQuery() took too long to respond and was cancelled. -Gee On Dec 8, 12:50 pm, gee [EMAIL PROTECTED] wrote: Hi, We're getting 500 errors all across our site, and they're all resulting from

[google-appengine] Re: Configuring Friend Connect

2008-12-08 Thread yejun
Is it possible to fetch user information after user login friend connect? On Dec 4, 7:57 am, Andi Albrecht [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 1:24 PM, kang [EMAIL PROTECTED] wrote: GAE itself has google account model, and user can login.. but if they want to post through

[google-appengine] Re: Error Code: 45

2008-12-08 Thread Daniel
I see. We have a dialog going with support now. Unfortunately we moved a significant part of our server to memcache to remedy quota problems we were having (which work well for the heavy cpu usage we had). I didn't realize there were any memcache quotas and can't find any mention of that in

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread bvelasquez
Hello, I am getting the same errors across my site. It is effectively down for the count right now. This usually clears itself up, but it has been going on for quite a while now. Anyone else seeing this today? Barry On Dec 8, 12:51 pm, gee [EMAIL PROTECTED] wrote: An additional error we

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Gee
Any word on this? Our site is still down... other people must be seeing this as well. On Dec 8, 1:54 pm, bvelasquez [EMAIL PROTECTED] wrote: Hello, I am getting the same errors across my site.  It is effectively down for the count right now.  This usually clears itself up, but it has been

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Sharp-Developer.Net
My site also timing out even on try to get entity by key name. Exception Type: Timeout Exception Location: /base/python_lib/versions/1/google/appengine/api/ datastore.py in _ToDatastoreError, line 1636 -- Alex http://sharp-developer.net/ On Dec 8, 9:56 pm, Gee [EMAIL PROTECTED]

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Marzia Niccolai
Hi, Our engineers are investigating some increased latency, we will be posting to the downtime notify group shortly. Thanks, Marzia On Mon, Dec 8, 2008 at 2:01 PM, Sharp-Developer.Net [EMAIL PROTECTED] wrote: My site also timing out even on try to get entity by key name. Exception Type:

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Gee
Saw the update in the downtime notify group.. btw, in our case it doesnt seem like just a small increase in datastore timeouts, it seems like almost anything we try to do times out, and as such the whole site is down.. hope that ino can help pinpoint the error and at least get a fix up so our

[google-appengine] Timeout Exception when Accessing the datastore

2008-12-08 Thread m1ck
why am i getting a Timeout Exception when Accessing the datastore Exception Type: Timeout Exception Value: Exception Location: /base/python_lib/versions/1/google/appengine/api/ datastore.py in _ToDatastoreError, line 1636 --~--~-~--~~~---~--~~ You

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread m1ck
yep me too Exception Type: Timeout Exception Value: Exception Location: /base/python_lib/versions/1/google/appengine/api/ datastore.py in _ToDatastoreError, line 1636 On Dec 8, 4:54 pm, bvelasquez [EMAIL PROTECTED] wrote: Hello, I am getting the same errors across my site.  It is

[google-appengine] Re: Timeout Exception when Accessing the datastore

2008-12-08 Thread Sharp-Developer.Net
It's laready has been reported here: http://groups.google.com/group/google-appengine/browse_thread/thread/826c4be4a59cbfa -- Alex http://sharp-developer.net/ On Dec 8, 9:55 pm, m1ck [EMAIL PROTECTED] wrote: why am i getting a  Timeout Exception  when Accessing the datastore Exception Type:    

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Sharp-Developer.Net
Thanks to memcache my app is looks like alive :) I'm starting love the fact AppEngine is forcing me use the memcache. -- Alex http://sharp-developer.net/ On Dec 8, 10:36 pm, Gee [EMAIL PROTECTED] wrote: Saw the update in the downtime notify group.. btw, in our case it doesnt seem like just a

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Gee
Haha thats awesome :-) We use it too, but it already timed out lol so we need to fetch fresh data.. BTW, it seems like its back up for us now... On Dec 8, 2:50 pm, Sharp-Developer.Net [EMAIL PROTECTED] wrote: Thanks to memcache my app is looks like alive :) I'm starting love the fact

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Sharp-Developer.Net
I do not setup 'time' parameter on memcache and looks it keept long enough. My app is STILL having time outs :( -- Alex http://sharp-developer.net/ On Dec 8, 10:53 pm, Gee [EMAIL PROTECTED] wrote: Haha thats awesome :-)  We use it too, but it already timed out lol so we need to fetch fresh

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread Gee
Yea, we are getting timeouts again too... site down again :-( On Dec 8, 3:41 pm, Sharp-Developer.Net [EMAIL PROTECTED] wrote: I do not setup 'time' parameter on memcache and looks it keept long enough. My app is STILL having time outs :( -- Alexhttp://sharp-developer.net/ On Dec 8, 10:53 

[google-appengine] Re: about DB.Query Question

2008-12-08 Thread ivivian
thanks On Dec 8, 11:58 pm, Jeff S [EMAIL PROTECTED] wrote: As the following article states, inequality filters (, , etc.) are only allowed on one property in a query. You can have multiple equality filters (=). It looks like you will need to change these queries since you use fpx and ffpx .

[google-appengine] Re: Configuring Friend Connect

2008-12-08 Thread kang
I have not seen any api from google friend connect On Tue, Dec 9, 2008 at 5:06 AM, yejun [EMAIL PROTECTED] wrote: Is it possible to fetch user information after user login friend connect? On Dec 4, 7:57 am, Andi Albrecht [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 1:24 PM, kang

[google-appengine] Re: 3 questions (about paging again)

2008-12-08 Thread kang
I haven't got it...what is the 'index' for in your code? For different tags, they have different index for an object. 3rd question is about search the model. On Tue, Dec 9, 2008 at 4:03 AM, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi, If you store the tags in a list, you should be able filter

[google-appengine] Re: Extending the cloud to the client with Gears and App Engine

2008-12-08 Thread kang
good job...it's cool On Tue, Dec 9, 2008 at 1:03 AM, Malte Ubl [EMAIL PROTECTED] wrote: Hey, Dion posted on Ajaxian about this today http://ajaxian.com/archives/massively-parallel-crowd-sourced-javascript-app-server-seti-for-js The App Engine service went down afterwards for most of day.

[google-appengine] Re: About the URL error

2008-12-08 Thread kang
use urlfetch instead http://code.google.com/appengine/docs/urlfetch/ On Mon, Dec 8, 2008 at 8:05 PM, sirisha [EMAIL PROTECTED] wrote: Hi, I have developed the application in webapp framework,but while uploading the application ,I am getting an error like :