[google-appengine] Speeding up memcache by 3x for datastore entities

2012-09-05 Thread Andrin von Rechenberg
There is an amazingly simple trick how to speed up memcache by 3x for
datastore models
and entities use only half the size in memcache, see my blogpost:

http://devblog.miumeet.com/2012/09/speeding-up-memcache-by-3x-for.html

Cheers,
-Andrin

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Current client location

2012-09-05 Thread Kaan Soral
It was great to learn about X-AppEngine-CityLatLong however I guess there 
is no placeholder for it in the SDK?

On Tuesday, September 4, 2012 11:17:20 PM UTC+3, Bryce Cutt wrote:

 It is in the request headers. See X-AppEngine-Country, X-AppEngine-Region, 
 X-AppEngine-City, and X-AppEngine-CityLatLong:
 https://developers.google.com/appengine/docs/python/runtime#Request_Headers
 https://developers.google.com/appengine/docs/java/runtime#Request_Headers


 On Tuesday, September 4, 2012 12:20:52 PM UTC-7, Deepak Singh wrote:

 Hi,

 Is it possible to get to know the client location (city, country) of any 
 RPC call made to the server?

 I mean to say that any request header that app-engine is using to 
 identify the browser location?

 Thanks
 Deepak Singh
  


-- 
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/-/vPBhX6gxF-IJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Redirect loop on sign-up page

2012-09-05 Thread pdknsk
http://code.google.com/p/googleappengine/issues/detail?id=5507

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] appegine code activation

2012-09-05 Thread gustavoe2
hi

i want to make an app with my team but i need a code for the activation  
i didnt received the sms 
could you please give me an activation code ? or what i need to do?
 

thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/rcuYo-mXm0kJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Indexes serving but not working

2012-09-05 Thread mmedio
I have 3 new indexes in a Kind type of my app, but when I try to use it, 
they not working. 
If I deploy the same Project in local server, it works!

It has been 3hours since I updated the indexes and the status is Serving, 
but Index Entry Count and Index Storage columns have no value


Is there any way that I can know whether the new index has been REALLY 
built?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Pc1d5b1ZCxQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] About creating indexes error.

2012-09-05 Thread asao
Hi, 

I use a GAE application.

Trying creating indexes using appcfg's udpate command, The index status has 
been Error.
I can delete the indexes, but can not create however often one may try.
Please, resolve the issue.

My application id is sateraito-apps-workflow2.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/7uc-6Koah0MJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Luke Mauldin
All,

I have a new development project starting and I plan on using AppEngine.  I 
have the choice of using either Go or Java as my primary language and I 
have experience using both of them.  From what I can see, more AppEngine 
services are available for Java but the list of supported services for Go 
is growing.  Does anyone have any feedback on comparing the languages in 
the App Engine environment?  I am specifically interested in knowing if 
anyone has experienced substantial performance improvements migrating their 
Java App Engine projects to use Go?

Luke

-- 
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/-/7xgB-H8E_6cJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Shilendra Sharma
Hi. Luke

You use the JAVA for  google app engine
Regards  Thanks
Shilendra Sharma
+919891343808
shilendra...@gmail.com


On Wed, Sep 5, 2012 at 6:35 PM, Luke Mauldin lukemaul...@gmail.com wrote:

 All,

 I have a new development project starting and I plan on using AppEngine.
  I have the choice of using either Go or Java as my primary language and I
 have experience using both of them.  From what I can see, more AppEngine
 services are available for Java but the list of supported services for Go
 is growing.  Does anyone have any feedback on comparing the languages in
 the App Engine environment?  I am specifically interested in knowing if
 anyone has experienced substantial performance improvements migrating their
 Java App Engine projects to use Go?

 Luke

 --
 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/-/7xgB-H8E_6cJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] namespace delete

2012-09-05 Thread Aswath Satrasala
Hello,
I am working on writing a utility to delete namespace and its entities.

I delete the row in the __namespace__ KIND, what will happen to all the
entities in the namespace.

For ex.
Namespace: 'x1-1'
It has few entities.
I delete 'x1-1' from the __namespace__ KIND.  But, I forgot to delete the
entities with in the namespace.  What will happen to all the entities in
the namespace?

-Aswath

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Kyle Finley
Luke  Shildendra,

I think one major advantage of Go is the instance startup time. In my 
experiences it's always less than 1 second. Whereas startup time for Java 
instance cause much unnecessary stress. Just search the list -- you will 
find thread upon thread where it is being discussed.

I suspect that Go will win on raw number crunch over Java, too, but, I 
haven't tested it, and it may depend upon the task.

Concurrency, the one area where you would expect Go to shine, you might 
be surprised. All App Engine instances are capped at 10 in flight requests. 
Therefore, the gains that you would see in fewer instances will be severely 
reduced. This cap is major issue for all languages though, and 
I'm confident that it will be resolved soon. Here's the issue on the issue 
tracker if you would like to star it:Allow instance to handle more then 10 
requests http://code.google.com/p/googleappengine/issues/detail?id=7927.

- Kyle

Because, currently, all instances are capped at 10 in flight request it's , 
but 
On Wednesday, September 5, 2012 8:54:58 AM UTC-5, Shilendra Sharma wrote:

 Hi. Luke

 You use the JAVA for  google app engine 
 Regards  Thanks
 Shilendra Sharma
 +919891343808
 shilen...@gmail.com javascript:


 On Wed, Sep 5, 2012 at 6:35 PM, Luke Mauldin lukem...@gmail.comjavascript:
  wrote:

 All,

 I have a new development project starting and I plan on using AppEngine. 
  I have the choice of using either Go or Java as my primary language and I 
 have experience using both of them.  From what I can see, more AppEngine 
 services are available for Java but the list of supported services for Go 
 is growing.  Does anyone have any feedback on comparing the languages in 
 the App Engine environment?  I am specifically interested in knowing if 
 anyone has experienced substantial performance improvements migrating their 
 Java App Engine projects to use Go?

 Luke

 -- 
 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/-/7xgB-H8E_6cJ.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.




-- 
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/-/0fPwChJDb10J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



RE: [google-appengine] Speeding up memcache by 3x for datastore entities

2012-09-05 Thread Drake
Yes, this has been discussed before. We use marshal for a lot of our stuff,
but it isn't always faster. It depends on how large the objects are and the
types.

 

The size difference is interesting, as we rarely see that. 

 

You should also benchmark against JSON which is often faster than Marshall,
and often smaller.

 

Lastly you should bench each with Zip compression. The size of the object
does matter, and at different compression levels you get different
performance curves. 

 

 

From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Andrin von
Rechenberg
Sent: Wednesday, September 05, 2012 2:15 AM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Speeding up memcache by 3x for datastore
entities

 

There is an amazingly simple trick how to speed up memcache by 3x for
datastore models

and entities use only half the size in memcache, see my blogpost:

 

http://devblog.miumeet.com/2012/09/speeding-up-memcache-by-3x-for.html

 

Cheers,

-Andrin

-- 
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.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Shilendra Sharma
Hi..Kyle

As you told this is right but not fully comfort in terms of google app
engine

Regards  Thanks
Shilendra Sharma
+919891343808
shilendra...@gmail.com


On Wed, Sep 5, 2012 at 8:43 PM, Kyle Finley kylefin...@gmail.com wrote:

 Luke  Shildendra,

 I think one major advantage of Go is the instance startup time. In my
 experiences it's always less than 1 second. Whereas startup time for Java
 instance cause much unnecessary stress. Just search the list -- you will
 find thread upon thread where it is being discussed.

 I suspect that Go will win on raw number crunch over Java, too, but, I
 haven't tested it, and it may depend upon the task.

 Concurrency, the one area where you would expect Go to shine, you might
 be surprised. All App Engine instances are capped at 10 in flight requests.
 Therefore, the gains that you would see in fewer instances will be severely
 reduced. This cap is major issue for all languages though, and
 I'm confident that it will be resolved soon. Here's the issue on the issue
 tracker if you would like to star it:Allow instance to handle more then
 10 requestshttp://code.google.com/p/googleappengine/issues/detail?id=7927
 .

 - Kyle

 Because, currently, all instances are capped at 10 in flight request it's
 , but

 On Wednesday, September 5, 2012 8:54:58 AM UTC-5, Shilendra Sharma wrote:

 Hi. Luke

 You use the JAVA for  google app engine
 Regards  Thanks
 Shilendra Sharma
 +919891343808
 shilen...@gmail.com


 On Wed, Sep 5, 2012 at 6:35 PM, Luke Mauldin lukem...@gmail.com wrote:

  All,

 I have a new development project starting and I plan on using AppEngine.
  I have the choice of using either Go or Java as my primary language and I
 have experience using both of them.  From what I can see, more AppEngine
 services are available for Java but the list of supported services for Go
 is growing.  Does anyone have any feedback on comparing the languages in
 the App Engine environment?  I am specifically interested in knowing if
 anyone has experienced substantial performance improvements migrating their
 Java App Engine projects to use Go?

 Luke

 --
 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/-/7xgB-**H8E_6cJhttps://groups.google.com/d/msg/google-appengine/-/7xgB-H8E_6cJ
 .
 To post to this group, send email to google-a...@googlegroups.**com.
 To unsubscribe from this group, send email to google-appengi...@**
 googlegroups.com.

 For more options, visit this group at http://groups.google.com/**
 group/google-appengine?hl=enhttp://groups.google.com/group/google-appengine?hl=en
 .


  --
 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/-/0fPwChJDb10J.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



RE: [google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Drake
We found that Go runs neck and Neck with Python. It has less penalty for
threading. It is slower on RegEx.

 

Java is more memory intensive. And depending on your Frameworks is often
slower to warm up.

 

Go has less documentation and less sample code so if you wander off the
beaten path you are on your own.

 

 

 

From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Luke Mauldin
Sent: Wednesday, September 05, 2012 6:05 AM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Go AppEngine vs Java AppEngine

 

All,

 

I have a new development project starting and I plan on using AppEngine.  I
have the choice of using either Go or Java as my primary language and I have
experience using both of them.  From what I can see, more AppEngine services
are available for Java but the list of supported services for Go is growing.
Does anyone have any feedback on comparing the languages in the App Engine
environment?  I am specifically interested in knowing if anyone has
experienced substantial performance improvements migrating their Java App
Engine projects to use Go?

 

Luke

-- 
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/-/7xgB-H8E_6cJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Barry Hunter
On Wed, Sep 5, 2012 at 5:35 PM, Shilendra Sharma  wrote:


 As you told this is right but not fully comfort in terms of google app

What? Care to elaborate on that claim?

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Inexplicable Outgoing Bandwidth Increases

2012-09-05 Thread James Gilliam
In the last few days, my outgoing bandwidth has inexplicably increased, by 
a factor of 2 to 3, not consistent with visits.  That is, the visits have 
not increased proportional to the outgoing bandwidth.

Any ideas on how I can understand the outgoing bandwidth which is being 
reported better?

appid = ogeekcom

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/iRJKJkK7YbAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Go AppEngine vs Java AppEngine

2012-09-05 Thread Kyle Finley
Excellent point Brandon. Memory usage in Go is a huge win. Where a python 
app my use 40Mb an equivalent Go app would use 7Mb. This leaves more room 
for a cache. 

On Wednesday, September 5, 2012 11:40:16 AM UTC-5, Brandon Wirtz wrote:

 We found that Go runs neck and Neck with Python. It has less penalty for 
 threading. It is slower on RegEx.

  

 Java is more memory intensive. And depending on your Frameworks is often 
 slower to warm up.

  

 Go has less documentation and less sample code so if you wander off the 
 beaten path you are on your own.

  

  

  

 *From:* google-a...@googlegroups.com javascript: [mailto:
 google-a...@googlegroups.com javascript:] *On Behalf Of *Luke Mauldin
 *Sent:* Wednesday, September 05, 2012 6:05 AM
 *To:* google-a...@googlegroups.com javascript:
 *Subject:* [google-appengine] Go AppEngine vs Java AppEngine

  

 All,

  

 I have a new development project starting and I plan on using AppEngine. 
  I have the choice of using either Go or Java as my primary language and I 
 have experience using both of them.  From what I can see, more AppEngine 
 services are available for Java but the list of supported services for Go 
 is growing.  Does anyone have any feedback on comparing the languages in 
 the App Engine environment?  I am specifically interested in knowing if 
 anyone has experienced substantial performance improvements migrating their 
 Java App Engine projects to use Go?

  

 Luke

 -- 
 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/-/7xgB-H8E_6cJ.
 To post to this group, send email to google-a...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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/-/6z7LTtlWcjUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Speeding up memcache by 3x for datastore entities

2012-09-05 Thread Jeff Schnitzer
Have you compared this against the performance of ndb's integrated
caching?  I believe it uses protocol buffers.

Also, getting entity cache behavior right - so that contention doesn't
throw the cache out of sync - is very hard.

Jeff

On Wed, Sep 5, 2012 at 9:32 AM, Drake drak...@digerat.com wrote:
 Yes, this has been discussed before. We use marshal for a lot of our stuff,
 but it isn’t always faster. It depends on how large the objects are and the
 types.



 The size difference is interesting, as we rarely see that.



 You should also benchmark against JSON which is often faster than Marshall,
 and often smaller.



 Lastly you should bench each with Zip compression. The size of the object
 does matter, and at different compression levels you get different
 performance curves.





 From: google-appengine@googlegroups.com
 [mailto:google-appengine@googlegroups.com] On Behalf Of Andrin von
 Rechenberg
 Sent: Wednesday, September 05, 2012 2:15 AM
 To: google-appengine@googlegroups.com
 Subject: [google-appengine] Speeding up memcache by 3x for datastore
 entities



 There is an amazingly simple trick how to speed up memcache by 3x for
 datastore models

 and entities use only half the size in memcache, see my blogpost:



 http://devblog.miumeet.com/2012/09/speeding-up-memcache-by-3x-for.html



 Cheers,

 -Andrin

 --
 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.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 --
 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.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Feature request

2012-09-05 Thread GAEfan
I have a request which I think will help clean up the migration mess to 
HRD.  I can understand why we would need to create a new HRD app (with new 
app name) and then migrate the old MS app to it.

But then, why can't we delete the old app, wait the 72 hours, then 
reactivate that old app name as an HRD app?  Then, we could migrate the HRD 
app back to it, thus preserving our original app name.

In other words, say we have a current MS app:  greatappname.appspot.com. 
 Currently, we have to lose that greatappname, and migrate to some 
greatappname-with-hyphen.appspot.com, thus losing greatappname forever. 
 According to the docs:  Once your application is actually deleted, 
however, you cannot recover its state or data. Only its application ID 
remains (and this can never be re-used).

This is a bit sloppy.  Why cannot we reclaim the old greatappname, activate 
it as an HRD app, and clean up our app names?

Thank you for considering my request.

-- 
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/-/i_P25EtSjxoJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



RE: [google-appengine] Speeding up memcache by 3x for datastore entities

2012-09-05 Thread Drake
Proto-buffers are mostly fast, but not always. And they are typically
larger, I think more info about the objects are stored.

 -Original Message-
 From: google-appengine@googlegroups.com [mailto:google-
 appeng...@googlegroups.com] On Behalf Of Jeff Schnitzer
 Sent: Wednesday, September 05, 2012 10:27 AM
 To: google-appengine@googlegroups.com
 Subject: Re: [google-appengine] Speeding up memcache by 3x for datastore
 entities

 Have you compared this against the performance of ndb's integrated
 caching?  I believe it uses protocol buffers.

 Also, getting entity cache behavior right - so that contention doesn't
throw
 the cache out of sync - is very hard.

 Jeff

 On Wed, Sep 5, 2012 at 9:32 AM, Drake drak...@digerat.com wrote:
  Yes, this has been discussed before. We use marshal for a lot of our
  stuff, but it isn't always faster. It depends on how large the objects
  are and the types.
 
 
 
  The size difference is interesting, as we rarely see that.
 
 
 
  You should also benchmark against JSON which is often faster than
  Marshall, and often smaller.
 
 
 
  Lastly you should bench each with Zip compression. The size of the
  object does matter, and at different compression levels you get
  different performance curves.
 
 
 
 
 
  From: google-appengine@googlegroups.com
  [mailto:google-appengine@googlegroups.com] On Behalf Of Andrin von
  Rechenberg
  Sent: Wednesday, September 05, 2012 2:15 AM
  To: google-appengine@googlegroups.com
  Subject: [google-appengine] Speeding up memcache by 3x for datastore
  entities
 
 
 
  There is an amazingly simple trick how to speed up memcache by 3x for
  datastore models
 
  and entities use only half the size in memcache, see my blogpost:
 
 
 
  http://devblog.miumeet.com/2012/09/speeding-up-memcache-by-3x-
 for.html
 
 
 
  Cheers,
 
  -Andrin
 
  --
  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.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
  --
  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.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 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.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



RE: [google-appengine] Feature request

2012-09-05 Thread Drake
I don't understand why people get tied to Great name  to me a great name
is a hash, generated just before I deploy, guaranteed unique. Impossible to
remember, unlikely to be randomly discovered.  And when you hit the app by
that ID you get a 410 error.

 

Only the URL with your own .com would be known to the world.

 

We don't do this internally because the dashboard shows the AppID not the
App Name, and so the humans get sad, when they can't tell which app is
theirs.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Engine Chat Time!

2012-09-05 Thread James Mortensen
Hi Sean,

Go to Odesk or a freelancer site.  You can hire someone there. I'm not sure 
this is the place for your question though as this is for questions about 
developing applications on Google App Engine, not recruiting.  Good luck!

James

On Tuesday, September 4, 2012 11:59:42 AM UTC-7, Sean McDonough wrote:

 Im looking for someone to help me.  Im an Army nurse with a GREAT app idea 
 that will work well and take off fast.  I wanna know who I can talk to to 
 help develop this app and make some money on the idea.

 On Tuesday, March 17, 2009 5:33:31 PM UTC-6, Jason (Google) wrote:

 Hi Everyone! 

 Every first and third Wednesday of the month, the App Engine team 
 hosts IRC Chat Time, an opportunity for you to get answers to your App 
 Engine-related questions in real-time. 

 Here's the schedule: 
 - Every FIRST Wednesday of the month from 7:00 to 8:00 p.m. PDT 
 - Every THIRD Wednesday of the month from 9:00 to 10:00 a.m. PDT 

 So our schedule for the next few months looks like: 
 - March 18, 9:00-10:00 a.m. PDT 
 - April 1, 7:00-8:00 p.m. PDT 
 - April 15, 9:00-10:00 a.m. PDT 
 - May 6, 7:00-8:00 p.m. PDT 
 - May 20, 9:00-10:00 a.m. PDT 
 ... 

 These chat sessions take place on the #appengine channel on 
 irc.freenode.net. For a list of IRC clients, see the following URL: 

 http://en.wikipedia.org/wiki/List_of_IRC_clients for a helpful 

 We welcome all App Engine-related questions and we will try to answer 
 as many as we can in the hour session. 

 See you there! 
 - Jason



-- 
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/-/tx1ICWw2Z14J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Feature request

2012-09-05 Thread GAEfan
It runs a bit deeper than that, for some of us use the appspot address for 
SSL:  https://greatappname.appspot.com

-- 
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/-/d15-cxDB0L4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Feature request

2012-09-05 Thread Barry Hunter

 In other words, say we have a current MS app:  greatappname.appspot.com.
 Currently, we have to lose that greatappname, and migrate to some
 greatappname-with-hyphen.appspot.com, thus losing greatappname forever.

No. You can keep greatappname forever, it just becomes an alias to
greatappname-with-hyphen

Nobody need know about the actual App ID change. To the outside, the
app still works on the old name.



 Thank you for considering my request.

Requests should actully go on the issue tracker :)
http://code.google.com/p/googleappengine/

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Feature request

2012-09-05 Thread Jeff Schnitzer
This doesn't seem like a good idea either.  It can't inspire
confidence to see *.appspot.com in the URL bar.  And you should never,
_ever_ deploy mobile clients hardcoded to a domain that you don't
fully control.

A further problem with appspot.com is the fact that anyone can visit
xyzversion.yourapp.appspot.com.  Old versions potentially read/write
data in obsolete formats.  We keep our version strings non-guessable.

Jeff


On Wed, Sep 5, 2012 at 11:01 AM, GAEfan ken...@gmail.com wrote:
 It runs a bit deeper than that, for some of us use the appspot address for
 SSL:  https://greatappname.appspot.com

 --
 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/-/d15-cxDB0L4J.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: App Engine Chat Time!

2012-09-05 Thread Jeff Schnitzer
I think this forum is actually a pretty good place to recruit GAE
developers (I've picked up some contract work here in the past)... but
I have an idea, who can build it for me? is a pretty lame pitch.

Jeff

On Wed, Sep 5, 2012 at 10:58 AM, James Mortensen
james.morten...@a-cti.com wrote:
 Hi Sean,

 Go to Odesk or a freelancer site.  You can hire someone there. I'm not sure
 this is the place for your question though as this is for questions about
 developing applications on Google App Engine, not recruiting.  Good luck!

 James


 On Tuesday, September 4, 2012 11:59:42 AM UTC-7, Sean McDonough wrote:

 Im looking for someone to help me.  Im an Army nurse with a GREAT app idea
 that will work well and take off fast.  I wanna know who I can talk to to
 help develop this app and make some money on the idea.

 On Tuesday, March 17, 2009 5:33:31 PM UTC-6, Jason (Google) wrote:

 Hi Everyone!

 Every first and third Wednesday of the month, the App Engine team
 hosts IRC Chat Time, an opportunity for you to get answers to your App
 Engine-related questions in real-time.

 Here's the schedule:
 - Every FIRST Wednesday of the month from 7:00 to 8:00 p.m. PDT
 - Every THIRD Wednesday of the month from 9:00 to 10:00 a.m. PDT

 So our schedule for the next few months looks like:
 - March 18, 9:00-10:00 a.m. PDT
 - April 1, 7:00-8:00 p.m. PDT
 - April 15, 9:00-10:00 a.m. PDT
 - May 6, 7:00-8:00 p.m. PDT
 - May 20, 9:00-10:00 a.m. PDT
 ...

 These chat sessions take place on the #appengine channel on
 irc.freenode.net. For a list of IRC clients, see the following URL:

 http://en.wikipedia.org/wiki/List_of_IRC_clients for a helpful

 We welcome all App Engine-related questions and we will try to answer
 as many as we can in the hour session.

 See you there!
 - Jason

 --
 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/-/tx1ICWw2Z14J.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] DKIM - not clear why not working

2012-09-05 Thread johnP

Just a bit confused why emails sent by my app are not being signed with 
DKIM.

1.  On my Google Apps dashboard, it says that my domain is Authenticating 
email
2.  I seem to have my DNS TXT record setup using the specified values 
(also, am assuming if I have the green-light for authenticating email, this 
value has been validated by Google Apps).
3.  Email send is being triggered by user browsing an application on custom 
url: www.hi___e .com
4.  From address is similar to Salt Point via Hi___e 
announce-noreply@hi___e .com
5.  announce-noreply@hi___e .com is an owner of the account.

I'm assuming if all the above parameters are met, the emails should be 
signed.  Dunno which of my assumptions above is erroneous.

Thanks -


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Xl59Ihcr_Y8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Current client location

2012-09-05 Thread Bryce Cutt
As far as I can tell the SDK does not populate these headers with any 
value. You can detect you are running on the dev server and handle things 
differently (with default values).

If you need to know the location of a users IP from the dev server there 
are GeoIP services online that you can request this information from but 
there is likely a cost to use them

- Bryce.


On Wednesday, September 5, 2012 2:27:57 AM UTC-7, Kaan Soral wrote:

 It was great to learn about X-AppEngine-CityLatLong however I guess 
 there is no placeholder for it in the SDK?

 On Tuesday, September 4, 2012 11:17:20 PM UTC+3, Bryce Cutt wrote:

 It is in the request headers. See X-AppEngine-Country, 
 X-AppEngine-Region, X-AppEngine-City, and X-AppEngine-CityLatLong:

 https://developers.google.com/appengine/docs/python/runtime#Request_Headers
 https://developers.google.com/appengine/docs/java/runtime#Request_Headers


 On Tuesday, September 4, 2012 12:20:52 PM UTC-7, Deepak Singh wrote:

 Hi,

 Is it possible to get to know the client location (city, country) of any 
 RPC call made to the server?

 I mean to say that any request header that app-engine is using to 
 identify the browser location?

 Thanks
 Deepak Singh
  


-- 
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/-/s47ZviOO8xEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Current client location

2012-09-05 Thread Barry Hunter
How about sending fake ones with a browser extension?
https://addons.mozilla.org/en-US/firefox/addon/modify-headers/

I would be surprised if the local SDK bothers to filter them out.

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Redirect loop on sign-up page

2012-09-05 Thread Grant Heaslip
It's fixed. Thanks!

On Wednesday, September 5, 2012 1:50:52 AM UTC-4, Takashi Matsuo (Google) 
wrote:


 Hi Grant,

 On Wed, Sep 5, 2012 at 2:39 PM, Takashi Matsuo tma...@google.comjavascript:
  wrote:


 Hi Grant,

 Is gr...@grantheaslip.ca javascript: the e-mail address which you're 
 using when the issue occurs?
 Have you created any app engine application with this account before you 
 deleted the account?


 I figured out that the account 'gr...@grantheaslip.ca javascript:' 
 doesn't own any app. I've just fixed your account, so please go to the 
 admin console again.
 If you're using another account, please let me know.

 Sorry for the inconvenience, and enjoy!

 -- Takashi
  


 -- Takashi


 On Wed, Sep 5, 2012 at 3:21 AM, Grant Heaslip 
 gr...@grantheaslip.cajavascript:
  wrote:

 I'm trying to sign up for App Engine, but opening any page on 
 appengine.google.com results in a never-ending string of 302 redirects 
 to https://appengine.google.com/start, eventually leading to Chrome 
 spitting out Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many 
 redirects.

 I'm using a Google Apps account, so I've also tried 
 https://appengine.google.com/a/grantheaslip.ca to no avail. I've tried 
 different browsers, and clearing my cache and cookies.

 My theory is that the existence of a previous Google Apps account under 
 the same name is causing the problem. I created and deleted a Google Apps 
 account on this domain a few months ago, and recently signed up again.

 I realize this is a problem better suited to private customer support, 
 but of the various community support options available, posting this here 
 seems like the least inappropriate option -- this would almost certainly be 
 closed on Stock Overflow for being too localized.
  
 -- 
 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/-/zTqjd8YYBMQJ.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.




 -- 
 Takashi Matsuo | Developers Advocate | tma...@google.com javascript:

  


 -- 
 Takashi Matsuo | Developers Advocate | tma...@google.com javascript:

  

-- 
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/-/3K09fx3w-L8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Reminder: App Engine G+ hangout: Appstats - Wed. 5th Sept. 4pm PDT

2012-09-05 Thread Amy Unruh
A reminder that a G+ hangout is coming up today-- Wed., 5th Sept., at 4pm
Pacific time (23:00 UTC).

We'll talk about optimizing using Appstats to optimise your App Engine app,
as well as some design patterns and 'anti-patterns', and highlight some new
Appstats features.

https://developers.google.com/live/shows/ahNzfmdvb2dsZS1kZXZlbG9wZXJzcg4LEgVFdmVudBjj58cDDA/


On 3 September 2012 07:53, Amy Unruh amyu+gro...@google.com wrote:

 There will be an App Engine G+ hangout on Wed., 5th Sept., at 4pm Pacific
 time (23:00 UTC).

 We'll talk about optimizing using Appstats to optimise your App Engine
 app, and highlight some new Appstats features.

 Visit this Google Developers live event page to find the hangout when it
 starts up:

 https://developers.google.com/live/shows/ahNzfmdvb2dsZS1kZXZlbG9wZXJzcg4LEgVFdmVudBjj58cDDA/
 Submit questions via Google Moderator:
   https://www.google.com/moderator/#15/e=1faeact=1faeac.4c

 Find out when the hangout starts in your time zone: http://goo.gl/x6gxZ

 You can find the Cloud Platform Developers live events here:
  https://developers.google.com/live/cloud
 and subscribe to calendar events for these hangouts here:
 http://goo.gl/GGkgx , http://goo.gl/PILq0 .

 We hope you can join us!


-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Impossible to change budget

2012-09-05 Thread Renzo Nuccitelli
 Sorry, the app id is qmagicohomolog.

 Fortunatelly we solve the problem. Google Wallet was not able to charge 
the Credit Card and because of that it was not possible changing the 
budget. Google Wallet sent the card owner a mail, but GMail just sent it to 
SPAM.

 The solution was accessing Google Wallet directly and make it charge 
manually.

 Sorry for botter and thanks for attention,

 Renzo Nuccitelli

Terça-feira, 4 de Setembro de 2012 15:27:13 UTC-3, Renzo Nuccitelli 
escreveu:

  My app with id qmagicohomog is almost reached quote. I am trying to 
 change it, but admin console shows the message:

 A charge has been issued to the billing administrator. *(You will be able 
 to make changes to your budget settings again once the outstanding payment 
 is processed.)*

 Once there is more then a week from last budge change, I think my app is 
 stucked in some process.

  Thanks for any help,
 -- 
   Renzo Nuccitelli
   www.qmagico.com.br

 

-- 
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/-/6tAcYffbfwgJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: can't deploy my app (AttributeError: can't set attribute)

2012-09-05 Thread Master
uploading in windows may help you, John

在 2012年4月25日星期三UTC+8下午7时10分29秒,John Smith写道:

 thats log:

 Starting update of app: flyingbat123, version: 0-1
 Getting current resource limits.
 Password for avigmati: Traceback (most recent call last):
   File C:\Program Files (x86)\Google\google_appengine\appcfg.py, line 
 125, in module
 run_file(__file__, globals())
   File C:\Program Files (x86)\Google\google_appengine\appcfg.py, line 
 121, in run_file
 execfile(script_path, globals_)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 4062, 
 in module
 main(sys.argv)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 4053, 
 in main
 result = AppCfgApp(argv).Run()
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 2543, 
 in Run
 self.action(self)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 3810, 
 in __call__
 return method()
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 3006, 
 in Update
 self.UpdateVersion(rpcserver, self.basepath, appyaml)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 2995, 
 in UpdateVersion
 self.options.max_size)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 2122, 
 in DoUpload
 resource_limits = GetResourceLimits(self.rpcserver, self.config)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 355, 
 in GetResourceLimits
 resource_limits.update(GetRemoteResourceLimits(rpcserver, config))
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 326, 
 in GetRemoteResourceLimits
 version=config.version)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py, 
 line 379, in Send
 self._Authenticate()
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py, 
 line 437, in _Authenticate
 super(HttpRpcServer, self)._Authenticate()
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py, 
 line 281, in _Authenticate
 auth_token = self._GetAuthToken(credentials[0], credentials[1])
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py, 
 line 233, in _GetAuthToken
 e.headers, response_dict)
   File C:\Program Files 
 (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py, 
 line 94, in __init__
 self.reason = args[Error]
 AttributeError: can't set attribute
 2012-04-25 18:56:14 (Process exited with code 1)


 thats my app.yaml:

 application: flyingbat123
 version: 0-1
 runtime: python
 api_version: 1
 threadsafe: no

 handlers:

 - url: /favicon.ico
   static_files: static/favicon.ico
   upload: static/favicon.ico

 - url: /robots.txt
   static_files: static/robots.txt
   upload: static/robots.txt
  
 - url: /template
   static_dir: static/template

 - url: /img
   static_dir: static/img

 - url: /webadmin/.*
   script: $PYTHON_LIB/google/appengine/ext/admin
   login: admin

 - url: /js
   static_dir: static/js

 - url: /css
   static_dir: static/css

 - url: /admin.*
   script: bootstrap.py
   login: admin

 - url: .*
   script: bootstrap.py 




-- 
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/-/bYmzklpw-5YJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: mail.send() API takes longer than 5 seconds and times out

2012-09-05 Thread Eduardo Pires
Hello, JH.

You said that there is python code available for sending mails via Amazon 
SES in App Engine. Id like to use urlfetch to do it, so could you send to 
us this python code ow show where the code is it? 

Thank you.

Em quarta-feira, 25 de maio de 2011 19h11min55s UTC-3, JH escreveu:

 This has been happening for ever.  When I used to send mail with GAE i 
 let the task retry until success.  This has been a known issue for a 
 long time now. 

 Due to alot of GAE mail being flagged as spam at yahoo and other 
 providers I have switched to sending my mail via Amazon SES.  There is 
 python code available for it and you can use urlfetch to send via 
 Amazon SES easily with GAE.  In fact, urlfetch times out when sending 
 to amazon much less then mail.send used to time out for me, and I have 
 a very high % of deliverability. 


 On May 25, 11:48 am, Solution Bender LLC solutionbender...@gmail.com 
 wrote: 
  The mail.send() API is taking longer than 5 seconds and I am getting 
  error message: The API call mail.Send() took too long to respond and 
  was cancelled. 
  
  1. Why is the send API taking this long. Isn't the send method be 
  async and return immediately. 
  2. I have mailing job broken down in tasks where each task sends 6 
  emails. Does the number of email send per task have anything to do 
  with the API timeout 
  3. Would it be safe to not catching the exception and letting the task 
  re-run itself or is there a possibility of duplicate 
  
  Thanks 
  Sandeep 
  appid:thecelltouch

-- 
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/-/UTvLpoeN1qgJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Redirect Loop on main page

2012-09-05 Thread psimu
Hi,
I had created a google app under my current id but later had removed this 
account from the system. I forgot to delete the google app or reassign it 
to another id before doing this. I've since re-created the email id but 
still cannot get into the google app engine to see it. 

When I go to https://appengine.google.com 
 or https://appengine.google.com/a/psimuhc.com  I get a redirect loop Error 
310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

Does anyone know how to fix this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/phRRGfPVIh8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Google Apps Engine Redirect Loop

2012-09-05 Thread psimu
Sorry if this is coming through twice but it doesn't appear to have posted 
before.

I created an app a while back using my current account. Everything was 
great. Unfortunately I later deleted this account and wasn't thinking about 
the implication. I've since re-created it so I can get to the app but I get 
a redirect loop when I try to go to https://appengine.google.com  or even 
the direct link to my domain https://appengine.google.com/a/psimuhc.com

Does anyone know how i can fix this and get out of the loop? Even if the 
answer is to delete the existing app, that's fine. I'll redeploy once I can 
sign in!

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/AzV9SEMHJp0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Full Text Search - how do I retrieve the score of a document?

2012-09-05 Thread Phil McDonnell
Does anyone have an example of how they implemented scoring using the Text
Search API? The documentation exposes ANDs and ORs in the search query with
a sort ASC/DESC type of sorting on a field, but that sorting is not super
helpful for most search applications. I imagine most any real use case here
needs scoring implemented. Any examples out there?

Thanks,
Phil

On Mon, Jun 11, 2012 at 1:59 AM, jon jonni.g...@gmail.com wrote:

 Hi,

 For a given ScoredDocument, how do I get its relevance score? The
 official example app doesn't demonstrate scoring. This documentation
 implies that QueryOptions.Builder has a setScorer() method but it
 doesn't exist.
 https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/Query

 I can see that ScoredDocument has a getSortScores() method that
 returns a List. I'm not quite sure what this is. I will try it out and
 see what it does. In the meantime if someone has some info on scoring
 I'll be grateful if you can shed some light.

 Thanks,
 Jon

 --
 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.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] About creating indexes error.

2012-09-05 Thread Takashi Matsuo
Hi asao,

On Wed, Sep 5, 2012 at 10:22 AM, asao a...@sateraito.co.jp wrote:

 Hi,

 I use a GAE application.

 Trying creating indexes using appcfg's udpate command, The index status
 has been Error.
 I can delete the indexes, but can not create however often one may try.
 Please, resolve the issue.


The problem is that you have too many indexes on some particular entities.
This problem is so-called index explosion.
You should read this article and optimize your indexes.
https://developers.google.com/appengine/articles/indexselection

If our new query planner doesn't fullfil your needs, maybe you can consider
Cloud SQL.

-- Takashi



 My application id is sateraito-apps-workflow2.

 Thanks!

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/7uc-6Koah0MJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Takashi Matsuo | Developers Advocate | tmat...@google.com

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] What is all about this error

2012-09-05 Thread Deepak Singh
I have a java based app which is running on app engine. From end is GWT
based.

Some of the logs are following error. I am not able to understand it.


   1. 2012-09-05 20:01:52.845

   javax.servlet.ServletContext log: Exception while dispatching
incoming RPC call
   java.lang.SecurityException: Blocked request without GWT
permutation header (XSRF attack?)
at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.checkPermutationStrongName(RemoteServiceServlet.java:272)
at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:203)
at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
at 
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at 
com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:141)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at 
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at 
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at 
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
at 
com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
at 
com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:458)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:698)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
at 
com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
at 
com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
at java.lang.Thread.run(Thread.java:679)

   2. I2012-09-05 20:01:52.848

   com.google.appengine.tools.appstats.AppstatsFilter doFilter:
Appstats available: /appstats/details?time=1346855512845


   Can some one let me know what about this error?




-- 
Deepak Singh

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] What is all about this error

2012-09-05 Thread Shilendra Sharma
Hi Deepak

See this may be helpful for you

http://stackoverflow.com/questions/6556600/exception-while-dispatching-incoming-rpc-call-gwt


Shilendra



On Thu, Sep 6, 2012 at 5:05 AM, Deepak Singh deepaksingh...@gmail.comwrote:


 I have a java based app which is running on app engine. From end is GWT
 based.

 Some of the logs are following error. I am not able to understand it.


1. 2012-09-05 20:01:52.845


javax.servlet.ServletContext log: Exception while dispatching incoming RPC 
 call
java.lang.SecurityException: Blocked request without GWT permutation 
 header (XSRF attack?)
   at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.checkPermutationStrongName(RemoteServiceServlet.java:272)
   at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:203)
   at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
   at 
 com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at 
 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
   at 
 com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:141)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
   at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
   at 
 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
   at 
 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
   at 
 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
   at 
 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
   at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
   at 
 com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
   at 
 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
   at org.mortbay.jetty.Server.handle(Server.java:326)
   at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
   at 
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
   at 
 com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
   at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
   at 
 com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
   at 
 com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
   at 
 com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
   at 
 com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:458)
   at com.google.tracing.TraceContext.runInContext(TraceContext.java:698)
   at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
   at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
   at 
 com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
   at 
 com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
   at java.lang.Thread.run(Thread.java:679)

2. I2012-09-05 20:01:52.848

com.google.appengine.tools.appstats.AppstatsFilter doFilter: Appstats 
 available: /appstats/details?time=1346855512845



Can some one let me know what about this error?




 --
 Deepak Singh

 --
 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.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to 

Re: [google-appengine] What is all about this error

2012-09-05 Thread Shilendra Sharma
Hi Deepak

this link also

https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/NAHy6gl1OTQ

https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-java/cDtSdosQwEk

https://groups.google.com/forum/#!msg/google-web-toolkit/r_gmai1f9cU/nJLhK0Ns1QoJ

Regards  Thanks
Shilendra Sharma
+919891343808
shilendra...@gmail.com


On Thu, Sep 6, 2012 at 6:44 AM, Shilendra Sharma shilendra...@gmail.comwrote:

 Hi Deepak

 See this may be helpful for you


 http://stackoverflow.com/questions/6556600/exception-while-dispatching-incoming-rpc-call-gwt


 Shilendra



 On Thu, Sep 6, 2012 at 5:05 AM, Deepak Singh deepaksingh...@gmail.comwrote:


 I have a java based app which is running on app engine. From end is GWT
 based.

 Some of the logs are following error. I am not able to understand it.


1. 2012-09-05 20:01:52.845


javax.servlet.ServletContext log: Exception while dispatching incoming 
 RPC call
java.lang.SecurityException: Blocked request without GWT permutation 
 header (XSRF attack?)
  at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.checkPermutationStrongName(RemoteServiceServlet.java:272)
  at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:203)
  at 
 com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
  at 
 com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at 
 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
  at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
  at 
 com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:141)
  at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  at 
 com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
  at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  at 
 com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
  at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  at 
 com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
  at 
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  at 
 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
  at 
 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  at 
 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
  at 
 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
  at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
  at 
 com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
  at 
 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  at org.mortbay.jetty.Server.handle(Server.java:326)
  at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
  at 
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
  at 
 com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
  at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
  at 
 com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
  at 
 com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
  at 
 com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
  at 
 com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:458)
  at com.google.tracing.TraceContext.runInContext(TraceContext.java:698)
  at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
  at 
 com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
  at 
 com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
  at 
 com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
  at java.lang.Thread.run(Thread.java:679)

2. I2012-09-05 20:01:52.848

com.google.appengine.tools.appstats.AppstatsFilter doFilter: Appstats 
 available: /appstats/details?time=1346855512845



Can some one let me know what about this error?




 --
 Deepak Singh

 --
 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] Re: Indexes serving but not working

2012-09-05 Thread Richard Watson
Index entries for each entity are only created when the entity is saved, so 
if your data is older than your index you'll have to load-save each entity. 
 Could that be the case?

On Wednesday, September 5, 2012 1:08:48 PM UTC+2, mmedio wrote:

 I have 3 new indexes in a Kind type of my app, but when I try to use it, 
 they not working. 
 If I deploy the same Project in local server, it works!

 It has been 3hours since I updated the indexes and the status is 
 Serving, but Index Entry Count and Index Storage columns have no value


 Is there any way that I can know whether the new index has been REALLY 
 built?

 Thanks!


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/nwaulkqnztMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] creation compte gratuit sur Google Apps

2012-09-05 Thread kouami barnabas

comment obtenir un domaine gratuit sur Google Apps comme appspot.com?
Je veux heberger une application web via Google Apps et je sollicite un 
hebergeur gratuit avec procedure de deploiement de mon site ds ce dernier.
Merc6
WebRep
Évaluation globale
 

-- 
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/-/gthR8xF_EigJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] image not uploading

2012-09-05 Thread nick
When uploading my app everything seems to upload correctly, no errors in 
the log, but one of my images is not uploaded.  I have tried uploading 
using the GoogleAppEngineLauncher and command line(appcfg.py).  Again there 
are no errors in the log.

The image that isn't getting uploaded is a png file and is 270KB.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9FFpcMGd-NkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.