Re: [google-appengine] Billing status is stuck in "Activating Billing"

2012-06-08 Thread Takashi Matsuo
Hi Sinan,

Can you fill the form bellow?
http://support.google.com/code/bin/request.py?hl=en&contact_type=cloud_platform_billing&rd=1

On Fri, Jun 8, 2012 at 3:34 PM, Sinan Yüce  wrote:

> Hi Everyone,
>
> I tried to activate billing but I could not complete steps in Google
> Checkout. Now my admin console says it is "activating billing" but I know
> this won't work since I couldn't enter my credit card information. How long
> does it take for Google to discover this? It says "it takes 15 minutes to
> clear the payments" but it has been almost 4 hours now.
>
> Btw, my application id : hedefuniversite-hrd.
>
> Thanks for your help,
> Sinan.
>
> --
> 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/-/DzyIq4Hp_NAJ.
> 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 | Developer 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.



RE: [google-appengine] Billing status is stuck in "Activating Billing"

2012-06-08 Thread Sinan Yuce
Hi Takashi,

 

I filled the form. Thanks for your help.

 

Sinan.

 

From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Takashi Matsuo
Sent: Friday, June 08, 2012 10:09 AM
To: google-appengine@googlegroups.com
Subject: Re: [google-appengine] Billing status is stuck in "Activating
Billing"

 

 

Hi Sinan,

 

Can you fill the form bellow?

http://support.google.com/code/bin/request.py?hl=en
 &contact_type=cloud_platform_billing&rd=1

 

On Fri, Jun 8, 2012 at 3:34 PM, Sinan Yüce  wrote:

Hi Everyone,

 

I tried to activate billing but I could not complete steps in Google
Checkout. Now my admin console says it is "activating billing" but I know
this won't work since I couldn't enter my credit card information. How long
does it take for Google to discover this? It says "it takes 15 minutes to
clear the payments" but it has been almost 4 hours now. 

 

Btw, my application id : hedefuniversite-hrd.

 

Thanks for your help,

Sinan.

-- 
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/-/DzyIq4Hp_NAJ.
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 | Developer 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.

-- 
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: Call Javascript V8 from Python AppEngine

2012-06-08 Thread Rüdiger Jungbeck


On Monday, June 4, 2012 5:55:38 AM UTC+2, Andrin von Rechenberg wrote:
>
> FYI, Javascript can be executed on AppEngine using pyjon (
> http://code.google.com/p/pyjon/).
> (You just need to fix the ctype import).
>
> I've built a Javascript MapReduce demo.
> However, Pyjon is quite slow compared to native python code. (300x in my 
> case)
>
> I tried to use pyjon with some existing Javascript code (running fine with 
MS JS and V8), and found out, that pyjon was able to parse the code but 
failed on execution for many different reasons. So I can not recommend 
using it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/7Z_bDZEzXAkJ.
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: Error in JDO Persistence Manager

2012-06-08 Thread Ian Marshall
Can you show us a fragment of your stack trace?


On Jun 7, 8:17 am, Mobi Share  wrote:
> I am getting this error when i am trying to get the persistent manager
> for JDO in app engine
>
> java.lang.ExceptionInInitializerError
>
> Code
> PersistenceManager pm = PMF.get().getPersistenceManager();
>
> The PMF class is
>
> package iiitd.mobishare;
>
> import javax.jdo.JDOHelper;
> import javax.jdo.PersistenceManagerFactory;
>
> public final class PMF {
>     private static final PersistenceManagerFactory pmfInstance =
>         JDOHelper.getPersistenceManagerFactory("transactions-
> optional");
>
>     private PMF() {}
>
>     public static PersistenceManagerFactory get() {
>         return pmfInstance;
>     }
> }

-- 
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] App engine app spinning up instances out of control

2012-06-08 Thread John Wheeler
Hi, I have three apps. Only the one on the Master/Slave datastore is taking 
a hit. It spins up a new instance for each request and has 20 instances 
right now. The app is highvolumeseller.

-- 
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/-/vxuDn8qbcUMJ.
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] App engine app spinning up instances out of control

2012-06-08 Thread Johan Euphrosine
The Master Slave infrastructure is currently suffering increased
latency, the reliability is aware of the problem and working on a
solution.

On Fri, Jun 8, 2012 at 4:41 PM, John Wheeler  wrote:
> Hi, I have three apps. Only the one on the Master/Slave datastore is taking
> a hit. It spins up a new instance for each request and has 20 instances
> right now. The app is highvolumeseller.
>
> --
> 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/-/vxuDn8qbcUMJ.
> 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.



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
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] Appengine down (M/S Datastore)

2012-06-08 Thread Nikhil Jain
Appengine seems down,
Any idea??

-- 
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] App engine app spinning up instances out of control

2012-06-08 Thread Waleed Abdulla
Johan,
Thanks for letting us know. I just filed a production issue for this
before reading your response:

http://code.google.com/p/googleappengine/issues/detail?id=7664





On Fri, Jun 8, 2012 at 7:47 AM, Johan Euphrosine  wrote:

> The Master Slave infrastructure is currently suffering increased
> latency, the reliability is aware of the problem and working on a
> solution.
>
> On Fri, Jun 8, 2012 at 4:41 PM, John Wheeler 
> wrote:
> > Hi, I have three apps. Only the one on the Master/Slave datastore is
> taking
> > a hit. It spins up a new instance for each request and has 20 instances
> > right now. The app is highvolumeseller.
> >
> > --
> > 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/-/vxuDn8qbcUMJ.
> > 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.
>
>
>
> --
> Johan Euphrosine (proppy)
> Developer Programs Engineer
> Google Developer Relations
>
> --
> 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] Re: Appengine down (M/S Datastore)

2012-06-08 Thread Nikhil Jain
At your end is it working, please update??

Appengine team, Please resolved it asap.

On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain wrote:

> Appengine seems down,
> Any idea??
>

-- 
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: Appengine down (M/S Datastore)

2012-06-08 Thread Nikhil Jain
Its too weird, mine all HR app working fine and even some M/S also but some
M/S not working.

App engine team, seeking your help on urgent basis.

On Fri, Jun 8, 2012 at 8:45 PM, Nikhil Jain wrote:

> At your end is it working, please update??
>
> Appengine team, Please resolved it asap.
>
> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain wrote:
>
>> Appengine seems down,
>> Any idea??
>>
>
>

-- 
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: Appengine down (M/S Datastore)

2012-06-08 Thread Daniel Florey
Same here. App Engine M/S seems to be down :-(

On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>
> At your end is it working, please update??
>
> Appengine team, Please resolved it asap.
>
> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain wrote:
>
>> Appengine seems down,
>> Any idea??
>>
>
>

-- 
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/-/SUHgmD9UWNkJ.
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: Appengine down (M/S Datastore)

2012-06-08 Thread doright
yes, I'm experiencing massive latencies and timeouts  M/S datastore too.


This is at least the third time its happened in the last few months, AT THE 
SAME TIME ON A FRIDAY.

Googlers, WHATEVER you're doing, or NOT DOING, at this time, please stop!

Its end of day, end of week for us here in Europe, so very bad time to be 
down.

www.bikeshopmanager.com



On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>
> At your end is it working, please update??
>
> Appengine team, Please resolved it asap.
>
> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain wrote:
>
>> Appengine seems down,
>> Any idea??
>>
>
>

-- 
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/-/0TPZHiOc9UEJ.
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: Appengine down (M/S Datastore)

2012-06-08 Thread Nikhil Jain
Dear Doug,
Here in India also we'r promising to our customer about 99.9% up-time
servers.
but this is truly unprofessional-ism from GAE team.

Dear GAE team,
please take it this on serious basis, we loosing our customer and accuracy
in data as well.
Seeking your help on urgent basis

On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:

> yes, I'm experiencing massive latencies and timeouts  M/S datastore too.
>
>
> This is at least the third time its happened in the last few months, AT
> THE SAME TIME ON A FRIDAY.
>
> Googlers, WHATEVER you're doing, or NOT DOING, at this time, please stop!
>
> Its end of day, end of week for us here in Europe, so very bad time to be
> down.
>
> www.bikeshopmanager.com
>
>
>
> On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>
>> At your end is it working, please update??
>>
>> Appengine team, Please resolved it asap.
>>
>> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain wrote:
>>
>>> Appengine seems down,
>>> Any idea??
>>>
>>
>>  --
> 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/-/0TPZHiOc9UEJ.
>
> 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] Re: Appengine down (M/S Datastore)

2012-06-08 Thread Strom
If you want to take it seriously, then migrate to HR. M/S is
deprecated and known to fail frequently.

On Jun 8, 6:26 pm, Nikhil Jain  wrote:
> Dear Doug,
> Here in India also we'r promising to our customer about 99.9% up-time
> servers.
> but this is truly unprofessional-ism from GAE team.
>
> Dear GAE team,
> please take it this on serious basis, we loosing our customer and accuracy
> in data as well.
> Seeking your help on urgent basis
>
>
>
>
>
>
>
> On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:
> > yes, I'm experiencing massive latencies and timeouts  M/S datastore too.
>
> > This is at least the third time its happened in the last few months, AT
> > THE SAME TIME ON A FRIDAY.
>
> > Googlers, WHATEVER you're doing, or NOT DOING, at this time, please stop!
>
> > Its end of day, end of week for us here in Europe, so very bad time to be
> > down.
>
> >www.bikeshopmanager.com
>
> > On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>
> >> At your end is it working, please update??
>
> >> Appengine team, Please resolved it asap.
>
> >> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain 
> >> wrote:
>
> >>> Appengine seems down,
> >>> Any idea??
>
> >>  --
> > 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/-/0TPZHiOc9UEJ.
>
> > 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] App engine app spinning up instances out of control

2012-06-08 Thread John Wheeler
Seems to be working now. Yes?

-- 
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/-/o7Qvy8kNpXMJ.
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] App engine app spinning up instances out of control

2012-06-08 Thread John Wheeler
If I duplicate my application using the application settings panel, is 
there a way to get app engine to forward all old requests to the new HRD 
app? Is it transparent?

On Friday, June 8, 2012 8:37:01 AM UTC-7, John Wheeler wrote:
>
> Seems to be working now. Yes?
>
>

-- 
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/-/9X9kTjtbJEkJ.
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: Appengine down (M/S Datastore)

2012-06-08 Thread Waleed Abdulla
Please add your app details to this issue:

http://code.google.com/p/googleappengine/issues/detail?id=7664



On Fri, Jun 8, 2012 at 8:26 AM, Nikhil Jain wrote:

> Dear Doug,
> Here in India also we'r promising to our customer about 99.9% up-time
> servers.
> but this is truly unprofessional-ism from GAE team.
>
> Dear GAE team,
> please take it this on serious basis, we loosing our customer and accuracy
> in data as well.
> Seeking your help on urgent basis
>
>
> On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:
>
>> yes, I'm experiencing massive latencies and timeouts  M/S datastore too.
>>
>>
>> This is at least the third time its happened in the last few months, AT
>> THE SAME TIME ON A FRIDAY.
>>
>> Googlers, WHATEVER you're doing, or NOT DOING, at this time, please stop!
>>
>> Its end of day, end of week for us here in Europe, so very bad time to be
>> down.
>>
>> www.bikeshopmanager.com
>>
>>
>>
>> On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>>
>>> At your end is it working, please update??
>>>
>>> Appengine team, Please resolved it asap.
>>>
>>> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain 
>>> wrote:
>>>
 Appengine seems down,
 Any idea??

>>>
>>>  --
>> 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/-/0TPZHiOc9UEJ.
>>
>> 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] Not fair SLA's complaint method

2012-06-08 Thread Hernan Liendo
Hi,

we're using AppEngine to hosts our multiplayer games. They've got a lot of 
users around the world and I think we're spending a considerable amount of 
money on hosting them.

During last three weeks,  the uptime was pretty bad. Probably two hours a 
day, our games were down so I've been trying to apply for a financial 
credit (https://developers.google.com/appengine/kb/billing#info_for_credit)

Our games (and I think most of the applications) use different kind of 
server requests destinations such as FrondEnd workers, static and BlobStore 
content download. For instance we've used 3M requests in a couple or hours 
today.

The financial credit form ask for the percentage of failing requests from a 
total of requests. I think that's not fair cause we only need a BlobStore 
service down to have our complete games out.

To clarify this, suppose an application sends 100 different requests when 
starting. If only one of them fails, the complete app will fail. But the 
AppEngine way to measure this is only 1% because other 99% requests were 
working good.

I know that some requests could fail and you must retry it. But by downtime 
I mean that they will keep failing for more than a minute or two. 


Am I wrong on this? What do you guys think?

-- 
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/-/E-p4Z73lMzoJ.
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: Appengine down (M/S Datastore)

2012-06-08 Thread Nikhil Jain
Hushhh...Its working now.. :)

On Fri, Jun 8, 2012 at 9:03 PM, Waleed Abdulla  wrote:

> Please add your app details to this issue:
>
> http://code.google.com/p/googleappengine/issues/detail?id=7664
>
>
>
> On Fri, Jun 8, 2012 at 8:26 AM, Nikhil Jain wrote:
>
>> Dear Doug,
>> Here in India also we'r promising to our customer about 99.9% up-time
>> servers.
>> but this is truly unprofessional-ism from GAE team.
>>
>> Dear GAE team,
>> please take it this on serious basis, we loosing our customer and
>> accuracy in data as well.
>> Seeking your help on urgent basis
>>
>>
>> On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:
>>
>>> yes, I'm experiencing massive latencies and timeouts  M/S datastore too.
>>>
>>>
>>> This is at least the third time its happened in the last few months, AT
>>> THE SAME TIME ON A FRIDAY.
>>>
>>> Googlers, WHATEVER you're doing, or NOT DOING, at this time, please stop!
>>>
>>> Its end of day, end of week for us here in Europe, so very bad time to
>>> be down.
>>>
>>> www.bikeshopmanager.com
>>>
>>>
>>>
>>> On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>>>
 At your end is it working, please update??

 Appengine team, Please resolved it asap.

 On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain 
 wrote:

> Appengine seems down,
> Any idea??
>

  --
>>> 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/-/0TPZHiOc9UEJ.
>>>
>>> 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] App engine app spinning up instances out of control

2012-06-08 Thread Johan Euphrosine
On Fri, Jun 8, 2012 at 5:39 PM, John Wheeler  wrote:
> If I duplicate my application using the application settings panel, is there
> a way to get app engine to forward all old requests to the new HRD app? Is
> it transparent?

The migration tool in the admin console will create an alias for your
application, so all traffic from oldappid.appspot.com get routed to
the new application
.
https://appengine.google.com/migrating?&app_id=YOUR_APP_ID

>
>
> On Friday, June 8, 2012 8:37:01 AM UTC-7, John Wheeler wrote:
>>
>> Seems to be working now. Yes?
>>
> --
> 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/-/9X9kTjtbJEkJ.
>
> 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.



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
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: Appengine down (M/S Datastore)

2012-06-08 Thread Johan Euphrosine
Another thread was started earlier about the same issue:
https://groups.google.com/d/msg/google-appengine/fu1eBNrzYmQ/baOy0FKsNacJ

App Engine is experiencing increased latency related to the Master /
Slave datastore and our Reliability teams are working on a resolution

On Fri, Jun 8, 2012 at 5:47 PM, Nikhil Jain  wrote:
> Hushhh...Its working now.. :)
>
>
> On Fri, Jun 8, 2012 at 9:03 PM, Waleed Abdulla  wrote:
>>
>> Please add your app details to this issue:
>>
>> http://code.google.com/p/googleappengine/issues/detail?id=7664
>>
>>
>>
>> On Fri, Jun 8, 2012 at 8:26 AM, Nikhil Jain 
>> wrote:
>>>
>>> Dear Doug,
>>> Here in India also we'r promising to our customer about 99.9% up-time
>>> servers.
>>> but this is truly unprofessional-ism from GAE team.
>>>
>>> Dear GAE team,
>>> please take it this on serious basis, we loosing our customer and
>>> accuracy in data as well.
>>> Seeking your help on urgent basis
>>>
>>>
>>> On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:

 yes, I'm experiencing massive latencies and timeouts  M/S datastore too.


 This is at least the third time its happened in the last few months, AT
 THE SAME TIME ON A FRIDAY.

 Googlers, WHATEVER you're doing, or NOT DOING, at this time, please
 stop!

 Its end of day, end of week for us here in Europe, so very bad time to
 be down.

 www.bikeshopmanager.com



 On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>
> At your end is it working, please update??
>
> Appengine team, Please resolved it asap.
>
> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain 
> wrote:
>>
>> Appengine seems down,
>> Any idea??
>
>
 --
 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/-/0TPZHiOc9UEJ.

 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.



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
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: Appengine down (M/S Datastore)

2012-06-08 Thread Johan Euphrosine
This is now resolved.

On Fri, Jun 8, 2012 at 6:51 PM, Johan Euphrosine  wrote:
> Another thread was started earlier about the same issue:
> https://groups.google.com/d/msg/google-appengine/fu1eBNrzYmQ/baOy0FKsNacJ
>
> App Engine is experiencing increased latency related to the Master /
> Slave datastore and our Reliability teams are working on a resolution
>
> On Fri, Jun 8, 2012 at 5:47 PM, Nikhil Jain  wrote:
>> Hushhh...Its working now.. :)
>>
>>
>> On Fri, Jun 8, 2012 at 9:03 PM, Waleed Abdulla  wrote:
>>>
>>> Please add your app details to this issue:
>>>
>>> http://code.google.com/p/googleappengine/issues/detail?id=7664
>>>
>>>
>>>
>>> On Fri, Jun 8, 2012 at 8:26 AM, Nikhil Jain 
>>> wrote:

 Dear Doug,
 Here in India also we'r promising to our customer about 99.9% up-time
 servers.
 but this is truly unprofessional-ism from GAE team.

 Dear GAE team,
 please take it this on serious basis, we loosing our customer and
 accuracy in data as well.
 Seeking your help on urgent basis


 On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:
>
> yes, I'm experiencing massive latencies and timeouts  M/S datastore too.
>
>
> This is at least the third time its happened in the last few months, AT
> THE SAME TIME ON A FRIDAY.
>
> Googlers, WHATEVER you're doing, or NOT DOING, at this time, please
> stop!
>
> Its end of day, end of week for us here in Europe, so very bad time to
> be down.
>
> www.bikeshopmanager.com
>
>
>
> On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
>>
>> At your end is it working, please update??
>>
>> Appengine team, Please resolved it asap.
>>
>> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain 
>> wrote:
>>>
>>> Appengine seems down,
>>> Any idea??
>>
>>
> --
> 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/-/0TPZHiOc9UEJ.
>
> 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.
>
>
>
> --
> Johan Euphrosine (proppy)
> Developer Programs Engineer
> Google Developer Relations



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
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] App engine app spinning up instances out of control

2012-06-08 Thread Johan Euphrosine
This is now resolved.

On Fri, Jun 8, 2012 at 5:48 PM, Johan Euphrosine  wrote:
> On Fri, Jun 8, 2012 at 5:39 PM, John Wheeler  
> wrote:
>> If I duplicate my application using the application settings panel, is there
>> a way to get app engine to forward all old requests to the new HRD app? Is
>> it transparent?
>
> The migration tool in the admin console will create an alias for your
> application, so all traffic from oldappid.appspot.com get routed to
> the new application
> .
> https://appengine.google.com/migrating?&app_id=YOUR_APP_ID
>
>>
>>
>> On Friday, June 8, 2012 8:37:01 AM UTC-7, John Wheeler wrote:
>>>
>>> Seems to be working now. Yes?
>>>
>> --
>> 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/-/9X9kTjtbJEkJ.
>>
>> 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.
>
>
>
> --
> Johan Euphrosine (proppy)
> Developer Programs Engineer
> Google Developer Relations



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
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] Play framework for production application on GAE

2012-06-08 Thread Georgi Alexandrov


We are creating Google App Engine application on java. We are looking into 
Play! framework 1.2.x (http://www.playframework.org/) and we're in process 
of making some tests with it. Our main concern is about maturity of Play! 
framework and the future support on GAE module (as I see it's still not 
supported in Play! version 2).

Does anyone has experience with production projects with Play on GAE? And 
if so, will Play! be your choice if you start the project today?

I am looking for some real world problems/solutions with Play! and GAE.

-- 
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/-/C_2Jq61aTQ0J.
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] I can not access my google account engage

2012-06-08 Thread Alicia Lopez Pujante
When I log into my google account to engage for agencies, I get a server 
error message and asks me to contact this forum. Anyone know why? What I can 
do?

-- 
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/-/ZVyA9udXiM0J.
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] Regarding Pricing

2012-06-08 Thread Ashish Mishra
Dear Friends, 

We have a small application which we are planning to host on google app 
Engine. Its a dashboard which has few charts. There can be 5-10 users, we 
are currently using MySQL. The database is currently of 700 KB. Which may 
grow to few MB's in a year or so. 

So, can I only use the Free Quota? 

Regards, 
Ashish Mishra

-- 
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/-/5W9MSoRoVxAJ.
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] Simple cron job in google app engine (python)

2012-06-08 Thread afroze
I need help in implementing a simple cron job in GAE (python). 

According to what I understood from appengine documentation, I made a file 
cron.yaml in the application root directory with the following content: 

cron:
- description: blah blah
  url: /crontask
  schedule: every 1 minute

And my app.yaml file has the following content:

application: template-123
version: 1
runtime: python27
api_version: 1
threadsafe: true

handlers:
- url: /.*
  script: template-123.app

I made all my application code (cron and other parts) into a single file 
"template-123.py". In the code I implement cron in the following way:

class CronTask(Handler):

def  post(self):
i=25
number = Birthday(day = i)
number.put()

And I tell the code to use this class for cron by stating: ('/crontask', 
CronTask).

However no new entries are uploaded to the datastore (as I believe they 
should be). And I know that it isn't a problem with the way I'm accessing 
the data store because when I try to do the same thing manually (upload 
entries to the data store in my non-cron part of application) it returns 
with appropriate results.

So I need some guidance as to what might I be doing wrong or missing? Do 
have to make some more changes to the yaml files or add some other 
libraries or files (i think i read somewhere about cron.xml file but it 
wasn't mentioned in the documentation..) etc?

-- 
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/-/VFd3h57Uk6gJ.
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] Billing status is stuck in "Activating Billing"

2012-06-08 Thread SeoulIsMagic
Hello,
I had the same issue and reported yesterday.
Right now I still have no answer, this is becoming critical for my app in 
production.

When may we expect to get a fix ?


Le vendredi 8 juin 2012 09:16:06 UTC+2, Sinan Yüce a écrit :
>
> Hi Takashi,
>
>  
>
> I filled the form. Thanks for your help.
>
>  
>
> Sinan.
>
>  
>
> *From:* google-appengine@googlegroups.com [mailto:
> google-appengine@googlegroups.com] *On Behalf Of *Takashi Matsuo
> *Sent:* Friday, June 08, 2012 10:09 AM
> *To:* google-appengine@googlegroups.com
> *Subject:* Re: [google-appengine] Billing status is stuck in "Activating 
> Billing"
>
>  
>
>  
>
> Hi Sinan,
>
>  
>
> Can you fill the form bellow?
>
>
> http://support.google.com/code/bin/request.py?hl=en&contact_type=cloud_platform_billing&rd=1
>
>  
>
> On Fri, Jun 8, 2012 at 3:34 PM, Sinan Yüce  wrote:
>
> Hi Everyone,
>
>  
>
> I tried to activate billing but I could not complete steps in Google 
> Checkout. Now my admin console says it is "activating billing" but I know 
> this won't work since I couldn't enter my credit card information. How long 
> does it take for Google to discover this? It says "it takes 15 minutes to 
> clear the payments" but it has been almost 4 hours now. 
>
>  
>
> Btw, my application id : hedefuniversite-hrd.
>
>  
>
> Thanks for your help,
>
> Sinan.
>
> -- 
> 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/-/DzyIq4Hp_NAJ.
> 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 | Developer 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.
>

-- 
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/-/Xu_0lErXXOgJ.
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] Unwanted Google App Engine Ads

2012-06-08 Thread Zech C
In the past, I have never had ads appear on my websites using Google
App Engine, until recently, I have ad links on my page. This would not
bother me so much, if I didn't have untech-savvy people primarily
visiting my pages, and for it not messing up the CSS stylings of my
webpage by pushing a few things down.

-- 
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] Unwanted Google App Engine Ads

2012-06-08 Thread Barry Hunter
Are you sure its Google/App Engine inserting these ads ?

It sounds unorthodox for Google to be modifying client web-pages to inject ads.


Not seen any announcement to this effect, would hope that Google would
annonce before doing this, as it so controversial.


... can you provide an example?


On Fri, Jun 8, 2012 at 5:10 AM, Zech C  wrote:
> In the past, I have never had ads appear on my websites using Google
> App Engine, until recently, I have ad links on my page. This would not
> bother me so much, if I didn't have untech-savvy people primarily
> visiting my pages, and for it not messing up the CSS stylings of my
> webpage by pushing a few things down.
>
> --
> 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] Regarding Pricing

2012-06-08 Thread Barry Hunter
That's not enough information.

Certainly sounds like you will fit in the 1G quota for datastore storage.

But no idea if you will fit within bandwidth, number of database
transactions, instances etc
http://www.google.com/enterprise/cloud/appengine/pricing.html

For example, if all your users interact heavily with the application
at the same time, (so lots of compute/instance is required) it might
not fit within instance hours provided.

Also how changeable is your data? can you make good use of memcache?



On Fri, Jun 8, 2012 at 9:52 AM, Ashish Mishra  wrote:
> Dear Friends,
>
> We have a small application which we are planning to host on google app
> Engine. Its a dashboard which has few charts. There can be 5-10 users, we
> are currently using MySQL. The database is currently of 700 KB. Which may
> grow to few MB's in a year or so.
>
> So, can I only use the Free Quota?
>
> Regards,
> Ashish Mishra
>
> --
> 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/-/5W9MSoRoVxAJ.
> 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] I can not access my google account engage

2012-06-08 Thread Barry Hunter
that sounds like the generic error message, when app-engine (a hosting
by google) is failing in some way

Suggest just trying again, its usually a temporally issue.


On Fri, Jun 8, 2012 at 12:17 PM, Alicia Lopez Pujante
 wrote:
> When I log into my google account to engage for agencies, I get a server
> error message and asks me to contact this forum. Anyone know why? What I can
> do?
>
> --
> 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/-/ZVyA9udXiM0J.
> 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: Write Ops incurred during Model.put()

2012-06-08 Thread Alfred Fuller
The datastore will only update indexes that changed, so if s didn't change
you would only be charged 1 write op for the entity write (vs 0 write ops
if you didn't call put at all). I believe the dev_appserver only shows the
cost for inserting a new entity (which is substantially different from the
cost of an update).

On Wed, Jun 6, 2012 at 1:16 PM, mac  wrote:

> Hi Alfred,
>
> Sorry for bringing this old topic back, I am also confused by the number
> showed in the dev_appserver.
>
> I think you meant
> 1 op for the entity
> 2x2 = 4 ops for each changed index value (1 remove, 1 add and two
> directions)
>
> My question is, do we need to do checks before calling put() to make sure
> it won't update all fields and their indices?
>
> For example, do we need to do something like below?
>
> s = Sample.all().get()[0]
> changed = False
>
> if s.field1 != field1_new_value:
>   s.field1 = field1_new_value
>   changed = True
>
> if s.field2 != field2_new_value:
>   s.field2 = field2_new_value
>   changed = True
>
> if s.field3 != field3_new_value:
>   s.field3 = field3_new_value
>   changed = True
>
> if changed:
>   s.put()
>
> Or we can just do below.
> s = Sample.all().get()[0]
> s.field1 = field1_new_value
> s.field2 = field2_new_value
> s.field3 = field3_new_value
> s.put()
>
> And datastore will check which fields were changed, only update those
> fields and their indices?
>
>
> On Saturday, September 24, 2011 1:00:44 PM UTC-7, Alfred Fuller wrote:
>>
>> Yes, the write ops for changing an entity depends on how many indexed
>> properties you change. It is:
>> 1 op for the entity
>> 2 ops for each changed index value (1 to remove the old value and 1 to
>> add the new)
>>
>> Since it is not a fixed value and depends on what you actually modify, we
>> do not (can not) show it in the dev_appserver's Datastore Viewer.
>>
>  --
> 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/-/aqIb5sFqOfsJ.
>
> 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] Billing status is stuck in "Activating Billing"

2012-06-08 Thread Sinan Yüce
Well, after filling the form, the issue was resolved in approx. 2 hours.

8 Haziran 2012 Cuma 10:55:09 UTC+3 tarihinde SeoulIsMagic yazdı:
>
> Hello,
> I had the same issue and reported yesterday.
> Right now I still have no answer, this is becoming critical for my app in 
> production.
>
> When may we expect to get a fix ?
>
>
> Le vendredi 8 juin 2012 09:16:06 UTC+2, Sinan Yüce a écrit :
>>
>> Hi Takashi,
>>
>>  
>>
>> I filled the form. Thanks for your help.
>>
>>  
>>
>> Sinan.
>>
>>  
>>
>> *From:* google-appengine@googlegroups.com [mailto:
>> google-appengine@googlegroups.com] *On Behalf Of *Takashi Matsuo
>> *Sent:* Friday, June 08, 2012 10:09 AM
>> *To:* google-appengine@googlegroups.com
>> *Subject:* Re: [google-appengine] Billing status is stuck in "Activating 
>> Billing"
>>
>>  
>>
>>  
>>
>> Hi Sinan,
>>
>>  
>>
>> Can you fill the form bellow?
>>
>>
>> http://support.google.com/code/bin/request.py?hl=en&contact_type=cloud_platform_billing&rd=1
>>
>>  
>>
>> On Fri, Jun 8, 2012 at 3:34 PM, Sinan Yüce  wrote:
>>
>> Hi Everyone,
>>
>>  
>>
>> I tried to activate billing but I could not complete steps in Google 
>> Checkout. Now my admin console says it is "activating billing" but I know 
>> this won't work since I couldn't enter my credit card information. How long 
>> does it take for Google to discover this? It says "it takes 15 minutes to 
>> clear the payments" but it has been almost 4 hours now. 
>>
>>  
>>
>> Btw, my application id : hedefuniversite-hrd.
>>
>>  
>>
>> Thanks for your help,
>>
>> Sinan.
>>
>> -- 
>> 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/-/DzyIq4Hp_NAJ.
>> 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 | Developer 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.
>>
>

-- 
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/-/-Twchf0ZNDEJ.
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] Datastore Backup / Restore by namespace. Is scripting on servers such as Amazon the only solution ?

2012-06-08 Thread hugues2
Hi,

I am trying to develop a functionality to backup and restore data in the 
datastore by namespace. Is the following correct ?

--> The datastore admin as it stands today only allows to backup / restore 
the complete datastore i.e. not by namespace

--> The only tool available to extract / load data by namespace is 
bulkloader and this tool cannot be scheduled on the server but has to be 
called from a client.

==> If these two statements are correct, I see no other option that 
deploying a script on an external server such as Amazon which would connect 
on GAE to extract data by namespace.

My questions would be the following 

--> Is this conclusion correct ? 

--> Is someone (at Google or external) working on extending the backup / 
restore by namespace ? 

Thanks for your help,

Hugues

-- 
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/-/qsoKyUSQYK0J.
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] Unwanted Google App Engine Ads

2012-06-08 Thread Jeff Schnitzer
GAE is not inserting ads into your pages.  Something else is.

Jeff

On Thu, Jun 7, 2012 at 9:10 PM, Zech C  wrote:
> In the past, I have never had ads appear on my websites using Google
> App Engine, until recently, I have ad links on my page. This would not
> bother me so much, if I didn't have untech-savvy people primarily
> visiting my pages, and for it not messing up the CSS stylings of my
> webpage by pushing a few things down.
>
> --
> 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] Re: Problem with mail quota

2012-06-08 Thread Waleed Abdulla
I'm hit by this problem as well. Trying to migrate an app from M/S to HRD,
but can't because the new app can't handle the email load. We sends
thousands of emails a day right now from the M/S app, and if we make the
switch to HRD we'll not be able to send emails for a while. Even worse, the
new app will probably not be billed at all because we can't direct traffic
to it yet, because it can't send emails.

I think this "feature" should only trigger for new customers, and not for
the already-paying customers.

-- 
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] Simple cron job in google app engine (python)

2012-06-08 Thread Brian Quinlan
On Fri, Jun 8, 2012 at 6:35 PM, afroze <08beeabaqap...@seecs.edu.pk> wrote:
> I need help in implementing a simple cron job in GAE (python).
>
> According to what I understood from appengine documentation, I made a file
> cron.yaml in the application root directory with the following content:
>
> cron:
> - description: blah blah
>   url: /crontask
>   schedule: every 1 minute
>
> And my app.yaml file has the following content:
>
> application: template-123
> version: 1
> runtime: python27
> api_version: 1
> threadsafe: true
>
> handlers:
> - url: /.*
>   script: template-123.app

Do you have a file called "template-123.py"? "template-123" is not a
valid Python module name so that script will not be importable.

Cheers,
Brian

>
> I made all my application code (cron and other parts) into a single file
> "template-123.py". In the code I implement cron in the following way:
>
> class CronTask(Handler):
>
>     def  post(self):
>         i=25
>         number = Birthday(day = i)
>         number.put()
>
> And I tell the code to use this class for cron by stating: ('/crontask',
> CronTask).
>
> However no new entries are uploaded to the datastore (as I believe they
> should be). And I know that it isn't a problem with the way I'm accessing
> the data store because when I try to do the same thing manually (upload
> entries to the data store in my non-cron part of application) it returns
> with appropriate results.
>
> So I need some guidance as to what might I be doing wrong or missing? Do
> have to make some more changes to the yaml files or add some other libraries
> or files (i think i read somewhere about cron.xml file but it wasn't
> mentioned in the documentation..) etc?
>
> --
> 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/-/VFd3h57Uk6gJ.
> 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] Unwanted Google App Engine Ads

2012-06-08 Thread Takashi Matsuo
Barry and Jeff are correct.

App Engine doesn't put ads on your app, and probably never will(we might
have the reason to do so only if really many people want it).
Some of the web widgets or sorts you're using must put the ads.

-- Takashi

On Sat, Jun 9, 2012 at 5:18 AM, Jeff Schnitzer  wrote:

> GAE is not inserting ads into your pages.  Something else is.
>
> Jeff
>
> On Thu, Jun 7, 2012 at 9:10 PM, Zech C  wrote:
> > In the past, I have never had ads appear on my websites using Google
> > App Engine, until recently, I have ad links on my page. This would not
> > bother me so much, if I didn't have untech-savvy people primarily
> > visiting my pages, and for it not messing up the CSS stylings of my
> > webpage by pushing a few things down.
> >
> > --
> > 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.
>
>


-- 
Takashi Matsuo | Developer 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.



Re: [google-appengine] Deployment

2012-06-08 Thread swapnil khamkar
Hello Wilson,
Do i need to deploy only the files which i have changed or the complete
project each time?


On Thu, Jun 7, 2012 at 10:42 PM, swapnil khamkar  wrote:

> I am not making many changes all the time..but the compiling is taking a
> lot of time..
>
>
> On Thu, Jun 7, 2012 at 9:43 PM, Wilson MacGyver wrote:
>
>> the deployment only upload changes. surely you aren't changing that
>> much each time?
>>
>> On Thu, Jun 7, 2012 at 12:05 PM, swapnil khamkar 
>> wrote:
>> > Thanksis there any other factor which affects it??
>> >
>> >
>> >
>> > On Thu, Jun 7, 2012 at 5:52 AM, Leandro Rezende <
>> leandro.reze...@gmail.com>
>> > wrote:
>> >>
>> >> i have noticed that if i change only HTML files, the deployment is
>> faster,
>> >> but, if i change any line in a .JAVA, the deploy becomes slower
>> >>
>> >>
>> >> 2012/6/6 swapnil khamkar 
>> >>>
>> >>>
>> >>> do the jstl like > >>> do you no which factors have an imp-act on the deployment time??
>> >>> Thanks...
>> >>>
>> >>> On Wednesday, June 6, 2012 11:49:56 AM UTC+5:30, alex wrote:
>> 
>>  Sounds like a dialup to me.
>> >>>
>> >>> --
>> >>> 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/-/3GkU9vfQZioJ.
>> >>>
>> >>> 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.
>> >
>> >
>> >
>> >
>> > --
>> > Earn with less efforts.
>> >
>> > http://mGinger.com/index.jsp?inviteId=1023566
>> >
>> > --
>> > 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.
>>
>>
>>
>> --
>> Omnem crede diem tibi diluxisse supremum.
>>
>> --
>> 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.
>>
>>
>
>
> --
> *Earn with less efforts.
>
> http://mGinger.com/index.jsp?inviteId=1023566*
>



-- 
*Earn with less efforts.

http://mGinger.com/index.jsp?inviteId=1023566*

-- 
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: Appengine down (M/S Datastore)

2012-06-08 Thread Nikhil Jain
Dear xxstrom & GAE team,

My app having data around 30-35 GB and huge indexes as well in M/S app. as
per you suggested to migrate on HR, That is fine, the thing is migration
could happen in an over night period (around 8 hour's) from M/S to
H/R, Because it's a live app and customer access is around 16 hours per
day. so per your experience how much time migration would take from M/S to
H/R?

Seeking your help on this.

On Fri, Jun 8, 2012 at 9:04 PM, Strom  wrote:

> If you want to take it seriously, then migrate to HR. M/S is
> deprecated and known to fail frequently.
>
> On Jun 8, 6:26 pm, Nikhil Jain  wrote:
> > Dear Doug,
> > Here in India also we'r promising to our customer about 99.9% up-time
> > servers.
> > but this is truly unprofessional-ism from GAE team.
> >
> > Dear GAE team,
> > please take it this on serious basis, we loosing our customer and
> accuracy
> > in data as well.
> > Seeking your help on urgent basis
> >
> >
> >
> >
> >
> >
> >
> > On Fri, Jun 8, 2012 at 8:51 PM, doright  wrote:
> > > yes, I'm experiencing massive latencies and timeouts  M/S datastore
> too.
> >
> > > This is at least the third time its happened in the last few months, AT
> > > THE SAME TIME ON A FRIDAY.
> >
> > > Googlers, WHATEVER you're doing, or NOT DOING, at this time, please
> stop!
> >
> > > Its end of day, end of week for us here in Europe, so very bad time to
> be
> > > down.
> >
> > >www.bikeshopmanager.com
> >
> > > On Friday, June 8, 2012 5:15:51 PM UTC+2, Nikhil Jain wrote:
> >
> > >> At your end is it working, please update??
> >
> > >> Appengine team, Please resolved it asap.
> >
> > >> On Fri, Jun 8, 2012 at 8:31 PM, Nikhil Jain <
> nikhil.jaint...@gmail.com>wrote:
> >
> > >>> Appengine seems down,
> > >>> Any idea??
> >
> > >>  --
> > > 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/-/0TPZHiOc9UEJ.
> >
> > > 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] Deployment

2012-06-08 Thread Nikhil Jain
Dear All,
as per my experience (in IT) GAE is ever simplest to deployed than any
other. Its does takes hardly 20-30 seconds whether its on python or java.

Dear Swapnil,
Better is to deploy whole project because while deploying on GAE, GAE
clones all static and application files then it compiles it. if any change
file it finds in the files with older version then it does loaded into the
new version.

On Sat, Jun 9, 2012 at 9:55 AM, swapnil khamkar  wrote:

> Hello Wilson,
> Do i need to deploy only the files which i have changed or the complete
> project each time?
>
>
>
> On Thu, Jun 7, 2012 at 10:42 PM, swapnil khamkar wrote:
>
>> I am not making many changes all the time..but the compiling is taking a
>> lot of time..
>>
>>
>> On Thu, Jun 7, 2012 at 9:43 PM, Wilson MacGyver wrote:
>>
>>> the deployment only upload changes. surely you aren't changing that
>>> much each time?
>>>
>>> On Thu, Jun 7, 2012 at 12:05 PM, swapnil khamkar 
>>> wrote:
>>> > Thanksis there any other factor which affects it??
>>> >
>>> >
>>> >
>>> > On Thu, Jun 7, 2012 at 5:52 AM, Leandro Rezende <
>>> leandro.reze...@gmail.com>
>>> > wrote:
>>> >>
>>> >> i have noticed that if i change only HTML files, the deployment is
>>> faster,
>>> >> but, if i change any line in a .JAVA, the deploy becomes slower
>>> >>
>>> >>
>>> >> 2012/6/6 swapnil khamkar 
>>> >>>
>>> >>>
>>> >>> do the jstl like >> >>> do you no which factors have an imp-act on the deployment time??
>>> >>> Thanks...
>>> >>>
>>> >>> On Wednesday, June 6, 2012 11:49:56 AM UTC+5:30, alex wrote:
>>> 
>>>  Sounds like a dialup to me.
>>> >>>
>>> >>> --
>>> >>> 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/-/3GkU9vfQZioJ.
>>> >>>
>>> >>> 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.
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > Earn with less efforts.
>>> >
>>> > http://mGinger.com/index.jsp?inviteId=1023566
>>> >
>>> > --
>>> > 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.
>>>
>>>
>>>
>>> --
>>> Omnem crede diem tibi diluxisse supremum.
>>>
>>> --
>>> 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.
>>>
>>>
>>
>>
>> --
>> *Earn with less efforts.
>>
>> http://mGinger.com/index.jsp?inviteId=1023566*
>>
>
>
>
> --
> *Earn with less efforts.
>
> http://mGinger.com/index.jsp?inviteId=1023566*
>
> --
> 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.