[google-appengine] Datastore Admin is not working?

2012-04-06 Thread Eric Ka Ka Ng
I have added
builins:
- datastore_admin: on

 and enabled Datastore Admin in the Application Setting Page. But when I
click the link in the admin console, it just show a blank page. Is there
any problems with the Datastore Admin? or there are some other things I
have to configure?

appid: beyond6ixdev2

- eric

-- 
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: Google checkout must die

2012-04-06 Thread Albert
+1

On Saturday, April 7, 2012 3:10:20 AM UTC+8, Jeff Schnitzer wrote:
>
> Seriously, this is ridiculous.
>
> We've been trying to enable billing on our sandbox/demo appid for the
> last two hours.  We have a customer waiting for a demo and we can't
> give it.
>
> Please, PLEASE do something about this abomination.  I love appengine,
> but the billing system is retarded.  It makes the Phone Company look
> high tech.
>
> Every time we enable billing, it says "ok" and status goes to
> Activating Billing.  After some random amount of time it goes back to
> Free mode with no error messages.  Trying toenable it again emails
> a nastygram: Comments from Google Services: "This inactive
> subscription has been canceled" ...and goes back to Activating
> Billing.  Round and round we go.
>
> Appid is voosttest.  Yes we've filed a request at the billing form.
>
> Put this in context.  I can walk up to a janky ATM in Guatemala, put
> in a card, and get money out of it immediately.  I can whip out a
> credit card in nearly any store in the world, buy thousands of dollars
> of merchandise, and walk out with it.  And yet the most technically
> sophisticated corporation in the world needs 30+ minutes to process a
> simple sale - when it works at all?  I struggle to imagine what could
> make this so complicated.
>
> Jeff
>
>

-- 
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/-/EHFA2CvAOm0J.
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: Master/Slave Datastore, thanks for all your hard work

2012-04-06 Thread Ray
The images are here: (Google Groups had problem on file attachment 
apparently)

http://dl.dropbox.com/u/182081/photo1.png
http://dl.dropbox.com/u/182081/photo2.png
http://dl.dropbox.com/u/182081/photo3.png

On Saturday, April 7, 2012 10:47:52 AM UTC+8, Ray wrote:
>
> AppEngine has had some pretty bad days recently.  I was lucky enough to 
> capture two dashboard with just a few hours apart which shows how bad the 
> HR datastore could be:
>
> The first two image show the hourly "Avg Latency" of the requests, the 
> first one was the data around 8 hours ago, the other one was a few hours 
> back.  Normally the requests finish in a few hundreds ms, which are mostly 
> get by key datastore access.  When HR datastore misbehave, there are many 
> deadline exceeded error right on db access and even if they complete, they 
> become very slow. (from you chart you can see 3s to 9s latency in average). 
>  The two time periods are having similar traffic and no special code was 
> running to cause the problem.
>
> There were no code change, no abnormal status on the status page.  They 
> are typical (although this one is worst than normal in terms of error 
> percentage) HR performance for me, HR datastore has constant errors, just 
> not worst than M/S.  
>
> The third image shows how unstable HR datastore could be. Those errors are 
> mostly caused by timeout on db access.
>
>
> On Saturday, April 7, 2012 5:53:04 AM UTC+8, stevep wrote:
>>
>> Ray wrote: " I am still having around 1% percentage of datastore 
>> timeout from any kind of datastore accesses like a simple 
>> get_wih_id()." 
>>
>> I have not seen this. If you and others are seeing 1% get_by_id()s 
>> failing due to timeouts, it needs to be diagnosed by G. stat. Be sure 
>> to report it. 
>>
>> If it is a common issue, and remains so with G. acknowledging its part 
>> and parcel of their PaaS, then it really is time to move to AWS for 
>> me. 
>>
>> -stevep 
>>
>> On Apr 5, 6:26 pm, Ray  wrote: 
>> > No one regret moving to HRD not because its great, instead its the M/S 
>> > sucked too bad lately. 30 minutes download evey week is a disaster for 
>> > any kind of app hosting on it. 
>> > 
>> > At the mean time, HRD still isn't flawless.  I am still having around 
>> 1% 
>> > percentage of datastore timeout from any kind of datastore accesses 
>> like a 
>> > simple get_wih_id().  It is slower than M/S and cost more (the /G cost 
>> is 
>> > now the same since Google raised the price for M/S too, but the slower 
>> > respond still cost more on instance number) 
>> > 
>> > The most stinky part is how Google advertise it as a 100% up time 
>> service 
>> > when it is generating more exceptions than most shared MySQL hosting 
>> > outside.  I know I know, its about scalability.  But how many apps are 
>> > having hundreds or thousands of DB access every second that can benefit 
>> > from its scalability which can compensate the constant flaw? 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > On Thursday, April 5, 2012 4:46:57 AM UTC+8, Robert Kluin wrote: 
>> > 
>> > > I think this is a really good idea.  It will encourage people with 
>> > > apps to move, and help further persuade new apps to not use 
>> > > master-slave.  I have not spoken to anyone who regretted the move to 
>> > > high-replication. 
>> > 
>> > > Robert 
>> > 
>> > > On Wed, Apr 4, 2012 at 15:42, Chris Ramsdale  
>> wrote: 
>> > > > Hey App Engine Users, 
>> > 
>> > > > Almost 4 years after launch, we’ve seen fantastic growth both in 
>> Google 
>> > > App 
>> > > > Engine and the apps that run on it. And although the Master/Slave 
>> > > Datastore 
>> > > > was a big part of our early success, it's time to announce the 
>> > > deprecation 
>> > > > of the Master/Slave Datastore in favor of the High-Replication 
>> Datastore 
>> > > > (HRD). HRD has provided us with higher availability and better, 
>> more 
>> > > > predictable performance. Many upcoming features will be HRD-only 
>> and we 
>> > > > strongly encourage you to migrate all your applications as soon as 
>> > > possible 
>> > > > using the migration tools found in the Application Settings tab of 
>> the 
>> > > > Administration Console. The deprecation period will follow the 
>> guidelines 
>> > > > set in our terms of service. If you have any questions or concerns, 
>> > > please 
>> > > > contact us at ms-datastore-deprecat...@google.com. 
>> > 
>> > > > Chris 
>> > 
>> > > > Product Manager, Google App Engine 
>> > 
>> > > > -- 
>> > > > 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-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-06 Thread Ray
AppEngine has had some pretty bad days recently.  I was lucky enough to 
capture two dashboard with just a few hours apart which shows how bad the 
HR datastore could be:

The first two image show the hourly "Avg Latency" of the requests, the 
first one was the data around 8 hours ago, the other one was a few hours 
back.  Normally the requests finish in a few hundreds ms, which are mostly 
get by key datastore access.  When HR datastore misbehave, there are many 
deadline exceeded error right on db access and even if they complete, they 
become very slow. (from you chart you can see 3s to 9s latency in average). 
 The two time periods are having similar traffic and no special code was 
running to cause the problem.

There were no code change, no abnormal status on the status page.  They are 
typical (although this one is worst than normal in terms of error 
percentage) HR performance for me, HR datastore has constant errors, just 
not worst than M/S.  

The third image shows how unstable HR datastore could be. Those errors are 
mostly caused by timeout on db access.


On Saturday, April 7, 2012 5:53:04 AM UTC+8, stevep wrote:
>
> Ray wrote: " I am still having around 1% percentage of datastore 
> timeout from any kind of datastore accesses like a simple 
> get_wih_id()." 
>
> I have not seen this. If you and others are seeing 1% get_by_id()s 
> failing due to timeouts, it needs to be diagnosed by G. stat. Be sure 
> to report it. 
>
> If it is a common issue, and remains so with G. acknowledging its part 
> and parcel of their PaaS, then it really is time to move to AWS for 
> me. 
>
> -stevep 
>
> On Apr 5, 6:26 pm, Ray  wrote: 
> > No one regret moving to HRD not because its great, instead its the M/S 
> > sucked too bad lately. 30 minutes download evey week is a disaster for 
> > any kind of app hosting on it. 
> > 
> > At the mean time, HRD still isn't flawless.  I am still having around 1% 
> > percentage of datastore timeout from any kind of datastore accesses like 
> a 
> > simple get_wih_id().  It is slower than M/S and cost more (the /G cost 
> is 
> > now the same since Google raised the price for M/S too, but the slower 
> > respond still cost more on instance number) 
> > 
> > The most stinky part is how Google advertise it as a 100% up time 
> service 
> > when it is generating more exceptions than most shared MySQL hosting 
> > outside.  I know I know, its about scalability.  But how many apps are 
> > having hundreds or thousands of DB access every second that can benefit 
> > from its scalability which can compensate the constant flaw? 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Thursday, April 5, 2012 4:46:57 AM UTC+8, Robert Kluin wrote: 
> > 
> > > I think this is a really good idea.  It will encourage people with 
> > > apps to move, and help further persuade new apps to not use 
> > > master-slave.  I have not spoken to anyone who regretted the move to 
> > > high-replication. 
> > 
> > > Robert 
> > 
> > > On Wed, Apr 4, 2012 at 15:42, Chris Ramsdale  
> wrote: 
> > > > Hey App Engine Users, 
> > 
> > > > Almost 4 years after launch, we’ve seen fantastic growth both in 
> Google 
> > > App 
> > > > Engine and the apps that run on it. And although the Master/Slave 
> > > Datastore 
> > > > was a big part of our early success, it's time to announce the 
> > > deprecation 
> > > > of the Master/Slave Datastore in favor of the High-Replication 
> Datastore 
> > > > (HRD). HRD has provided us with higher availability and better, more 
> > > > predictable performance. Many upcoming features will be HRD-only and 
> we 
> > > > strongly encourage you to migrate all your applications as soon as 
> > > possible 
> > > > using the migration tools found in the Application Settings tab of 
> the 
> > > > Administration Console. The deprecation period will follow the 
> guidelines 
> > > > set in our terms of service. If you have any questions or concerns, 
> > > please 
> > > > contact us at ms-datastore-deprecat...@google.com. 
> > 
> > > > Chris 
> > 
> > > > Product Manager, Google App Engine 
> > 
> > > > -- 
> > > > 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/-/yhcDyPssHOsJ.
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] help migrating from python2.5 to python2.7

2012-04-06 Thread Kwame

>
> Figured it out!
>
App using Python (Old way)

import webapp
import logging 
_URLS = [(r'/path/(.*)/(.*)', handlers.Handler)] 

application = webapp.WSGIApplication(_URLS, debug=True) 
util.run_wsgi_app(application) 

if __name__ == '__main__': 

main()




App using Python2.7

import webapp2
import logging 
_URLS = [webapp2.Route(r'/path/(.*)/(.*)', handlers.Handler)] 
application = webapp2.WSGIApplication(_URLS, debug=True) 



-- 
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/-/oKmiY8CVvl8J.
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: Admin Settings: Number of Instances of my Application

2012-04-06 Thread Kyle Finley
I would like to have this feature as well. It makes a lot of 
sense, especially for Go apps. A single Go instance can handle thousands of 
requests, and only takes up 6MB of ram leaving over 120MB for a cache.

If you create a feature request please post it here so I can star it.

- Kyle

-- 
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/-/7g2m18f-jH8J.
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: SSL certificate issue for appspot domain

2012-04-06 Thread Nathaniel Stensland
Just stopped working for me too. Worked fine before. Yikes!

On Wednesday, April 4, 2012 9:43:36 PM UTC-5, willi wrote:
>
> There's an issue regarding the SSL certificate and appspot domain for 
> version of an app, like https://version1.app-id.appspot.com. Seems 
> like Google updated the certificate, but not working for the sub 
> domain like version1.app-id.appspot.com. 
>
> This issue just started today. It worked perfectly a few hours ago. 
>

-- 
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/-/VT2imrradbEJ.
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: Admin Settings: Number of Instances of my Application

2012-04-06 Thread David Hardwick
That's the number of idle instances...no way to set limit on instances
that will be created that I'm aware of, but you could set the Pending
Latency (wait time to keep a request in the queue before spinning up a
new instance) to a very high value...do so though only understanding
the consequences.

On Apr 6, 7:51 am, Ijaja  wrote:
> Hi,
>
> is there a way to restrict the number of instances for my application
> to really one?!!
>
> Using the slider, to set maximum instances to 1 does not seem to work.
> I understand, that this is obvious only intended to restrict the
> amount i have to pay,
> but google spends nevertheless more instances. I want really to
> restrict it, because
> my application uses caching, which may result in inconsistent data
> views!
>
> greets, ijaja

-- 
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: Master/Slave Datastore, thanks for all your hard work

2012-04-06 Thread stevep
Ray wrote: " I am still having around 1% percentage of datastore
timeout from any kind of datastore accesses like a simple
get_wih_id()."

I have not seen this. If you and others are seeing 1% get_by_id()s
failing due to timeouts, it needs to be diagnosed by G. stat. Be sure
to report it.

If it is a common issue, and remains so with G. acknowledging its part
and parcel of their PaaS, then it really is time to move to AWS for
me.

-stevep

On Apr 5, 6:26 pm, Ray  wrote:
> No one regret moving to HRD not because its great, instead its the M/S
> sucked too bad lately. 30 minutes download evey week is a disaster for
> any kind of app hosting on it.
>
> At the mean time, HRD still isn't flawless.  I am still having around 1%
> percentage of datastore timeout from any kind of datastore accesses like a
> simple get_wih_id().  It is slower than M/S and cost more (the /G cost is
> now the same since Google raised the price for M/S too, but the slower
> respond still cost more on instance number)
>
> The most stinky part is how Google advertise it as a 100% up time service
> when it is generating more exceptions than most shared MySQL hosting
> outside.  I know I know, its about scalability.  But how many apps are
> having hundreds or thousands of DB access every second that can benefit
> from its scalability which can compensate the constant flaw?
>
>
>
>
>
>
>
> On Thursday, April 5, 2012 4:46:57 AM UTC+8, Robert Kluin wrote:
>
> > I think this is a really good idea.  It will encourage people with
> > apps to move, and help further persuade new apps to not use
> > master-slave.  I have not spoken to anyone who regretted the move to
> > high-replication.
>
> > Robert
>
> > On Wed, Apr 4, 2012 at 15:42, Chris Ramsdale  wrote:
> > > Hey App Engine Users,
>
> > > Almost 4 years after launch, we’ve seen fantastic growth both in Google
> > App
> > > Engine and the apps that run on it. And although the Master/Slave
> > Datastore
> > > was a big part of our early success, it's time to announce the
> > deprecation
> > > of the Master/Slave Datastore in favor of the High-Replication Datastore
> > > (HRD). HRD has provided us with higher availability and better, more
> > > predictable performance. Many upcoming features will be HRD-only and we
> > > strongly encourage you to migrate all your applications as soon as
> > possible
> > > using the migration tools found in the Application Settings tab of the
> > > Administration Console. The deprecation period will follow the guidelines
> > > set in our terms of service. If you have any questions or concerns,
> > please
> > > contact us at ms-datastore-deprecat...@google.com.
>
> > > Chris
>
> > > Product Manager, Google App Engine
>
> > > --
> > > 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] Mispelling in

2012-04-06 Thread Larry Hosken (lahosken)
Sometimes, it's enough to ask about it on this mailing list :-)
Thank you very much for reporting this. Fixed!

-Larry Hosken

On Fri, Apr 6, 2012 at 2:20 PM, Brian Quinlan  wrote:
> On Fri, Apr 6, 2012 at 8:52 PM, abdelkrim boujraf
>  wrote:
>> how can we give a feedback to the team dealing with the website
>> developers.google.com?
>
> You can file a bug at:
> http://code.google.com/p/googleappengine/issues
>
> Ideally with a label of "Component-Docs"
>
> Cheers,
> Brian
>
>> what if we found mistakes like this one:
>> ... its number value is the same as for the the previously created...
>>
>> URL: https://developers.google.com/appengine/docs/python/tools/localunittesting
>>
>> Best regards,
>>
>> Abdelkrim
>> http://blog.i14y.net
>>
>> --
>> 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/-/tNzncdJdSXIJ.
>> 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] Mispelling in

2012-04-06 Thread Brian Quinlan
On Fri, Apr 6, 2012 at 8:52 PM, abdelkrim boujraf
 wrote:
> how can we give a feedback to the team dealing with the website
> developers.google.com?

You can file a bug at:
http://code.google.com/p/googleappengine/issues

Ideally with a label of "Component-Docs"

Cheers,
Brian

> what if we found mistakes like this one:
> ... its number value is the same as for the the previously created...
>
> URL: https://developers.google.com/appengine/docs/python/tools/localunittesting
>
> Best regards,
>
> Abdelkrim
> http://blog.i14y.net
>
> --
> 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/-/tNzncdJdSXIJ.
> 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] SSL certificate issue for appspot domain

2012-04-06 Thread Barry Hunter
Are you sure it worked?

I think this has long been an issue.

See
http://stackoverflow.com/questions/2115611/wildcard-ssl-on-sub-subdomain
http://stackoverflow.com/questions/3088022/is-it-possible-to-have-a-valid-sub-subdomain-with-a-wildcard-certificate

The certificate is issed for *.appspot.com not *.*.appspot.com

In fact searching a bit further, Google provide a workaround:
http://groups.google.com/group/google-appengine/browse_thread/thread/87b39f366191d743/ecea690ff0573fe5?lnk=gst&q=ssl+version+#ecea690ff0573fe5



On Thu, Apr 5, 2012 at 3:43 AM, willi  wrote:
> There's an issue regarding the SSL certificate and appspot domain for
> version of an app, like https://version1.app-id.appspot.com. Seems
> like Google updated the certificate, but not working for the sub
> domain like version1.app-id.appspot.com.
>
> This issue just started today. It worked perfectly a few hours ago.
>
> --
> 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] Hourly high latency (HRD)

2012-04-06 Thread KF
Hi,

HRD is performing very poorly right now. Every hour there is a big
increase in latency resulting in lots of timeouts. I'm using Python
2.5 and HR-Datastore. Is anyone seeing the same regular high latency
periods?

-- 
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] Google app for domain only

2012-04-06 Thread St.e
I don't know a lot about Google Apps Engine or Java,
but I chose to use it because it's the only way to finish my project.
(which is due in a couple of days)

I created a new application,
with authentication option: restricted to a Google App domain

I uploaded my application (a html page with javascript) with Eclipse (for 
Mac)

I added it as a service on the Google Apps domain

But it's still viewable for everyone on the internet.
I know I should do something with the Users Java API, but I don't 
understand it..

Any help?

-- 
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/-/diDKeFt5j4IJ.
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] SSL certificate issue for appspot domain

2012-04-06 Thread willi
There's an issue regarding the SSL certificate and appspot domain for
version of an app, like https://version1.app-id.appspot.com. Seems
like Google updated the certificate, but not working for the sub
domain like version1.app-id.appspot.com.

This issue just started today. It worked perfectly a few hours ago.

-- 
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: Unable to deploy app anymore (500)

2012-04-06 Thread Shawn Church
Having the same problem (python 2.7)

On Tuesday, April 3, 2012 9:56:56 PM UTC-7, aw wrote:
>
> +1 Python27

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/urM4Wi_C9E4J.
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: Unable to deploy app anymore (500)

2012-04-06 Thread Zak Szai
+1 Java 1.6.4/HRD

On Tuesday, April 3, 2012 9:47:22 PM UTC-7, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
On Tuesday, April 3, 2012 9:47:22 PM UTC-7, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
On Tuesday, April 3, 2012 9:47:22 PM UTC-7, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
On Tuesday, April 3, 2012 9:47:22 PM UTC-7, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
On Tuesday, April 3, 2012 9:47:22 PM UTC-7, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> Th

[google-appengine] Cannot deploy from eclipse, Server Error 500

2012-04-06 Thread Jack Guo
Used to work well. Not sure if this is caused due to my deploy rollback on 
my previous deploy, or because the service is temporarily down? Please 
help! Thanks!

Error message below:

Unable to update:
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
https://appengine.google.com/api/appversion/clonefiles?app_id=azumio-com-backup&version=test&;
500 Internal Server Error



500 Server Error


Error: Server Error
The server encountered an error and could not complete your 
request.If the problem persists, please http://code.google.com/appengine/community.html";>report your 
problem and mention this error message and the query that caused it.



at 
com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
at 
com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
at 
com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
at 
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:606)
at 
com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:470)
at 
com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:430)
at 
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:122)
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
at 
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:400)
at 
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

-- 
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/-/11_bk94IN-MJ.
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: Unable to deploy app anymore (500)

2012-04-06 Thread Zak Tsai
I have the same problem too.

On Tuesday, April 3, 2012 9:47:22 PM UTC-7, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused 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/-/5vpkqXliGIsJ.
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] JavaScript deploy problem

2012-04-06 Thread Odrin
I make changes in the JavaScript my project and try to deploy it in
the Google app engine. All going well, but when I go to the browser to
the site - no changes, was an old JavaScript. Browser cache cleaned.
Opens a working version of the project. Sometimes the changes come
into force. Everything happens randomly, no relationship can not find.
Sometimes you have to deploy the project 5-6 times, sometimes restart
Eclipse.
P.S. Sorry for the Google Translate. =)

-- 
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] Exteremly high average latencies?

2012-04-06 Thread Chalklink Info
Hello all

I don't know what happened to my last post, but I'm re-posting this again 
here since there's no direct client support provided by Google App Engine 
(at least none that I'm aware of).

We've been experiencing since this morning *extremely* high latency 
averages, it's averaging 1500-2000ms now, at some point it exceeded 
28000ms! We have not made any changes at all recently, incoming traffic has 
certainly not significantly increased, either. (as of now, it's about 1-2 
requests per second). 

Is anyone else experiencing similar delay issues?

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/-/_aKpNrTz3Y4J.
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 get a SMS message to activate google app engine servise

2012-04-06 Thread Ali makhion
Hi, 

>
> I can't verify my account by SMS from 
> http://appengine.google.com/permissions/smssend.do, tried many times 
> with 
> friends' mobile phone no, 

 

> i'm from egypt tried every thing please heelp  
>
>
> Thanks, 
> Ali makhion
>

-- 
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/-/pf8BGKridAsJ.
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: Unable to deploy app anymore (500)

2012-04-06 Thread Yudong Li
+1 with Java HRD

On Apr 4, 3:04 pm, tarun2000  wrote:
> Confirmed that reverting does not resolve the issue.
>
> ... guess we know what to "chat" about tomorrow

-- 
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: Unable to deploy app anymore (500)

2012-04-06 Thread D X
Same thing, python 2.5 1.6.4.

During the deployment process it clones the static files (seemingly ok), 
then stalls when it starts cloning the application files.  After 5 minutes 
or so I get a 500 error.

On Wednesday, April 4, 2012 12:47:22 AM UTC-4, tarun2000 wrote:
>
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
>
> See the deployment console for more details
> Unable to update app: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=webaleppo&version=test&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused 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/-/LPb6Ip7lBcAJ.
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 app engine error

2012-04-06 Thread Rupesh S
I got an error from my GAE application today,which uses cron jobs.Up
to yesterday it was working fine ,but today it failed any solution...

This is the error

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
  File "/base/data/home/apps/s~trnenq/1.357742291552211695/main.py",
line 2253, in get
req = urlopen(stradd)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py",
line 124, in urlopen
return _opener.open(url, data)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py",
line 387, in open
response = meth(req, response)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py",
line 498, in http_response
'http', request, response, code, msg, hdrs)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py",
line 425, in error
return self._call_chain(*args)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py",
line 360, in _call_chain
result = func(*args)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py",
line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found

-- 
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: Unable to deploy app anymore (500)

2012-04-06 Thread Yudong Li
Yep, confirm fixed for me too.

On Apr 4, 4:17 pm, Robert Lancer  wrote:
> Seems to be fixed!
>
>
>
>
>
>
>
> On Wednesday, April 4, 2012 1:44:22 AM UTC-4, tarun2000 wrote:
>
> > I still can't upload either.  I'm guessing the appengine team is sleeping
> > now.
>
> > On Tuesday, April 3, 2012 10:32:29 PM UTC-7, PK wrote:
>
> >> 40 minutes have gone by, the problem persists, no acknowledgment from
> >> Google here or in the production issue I opened
>
> >> The production issue I opened is 7267 if anybody wants to star it.
>
> >> Is this problem isolated on our end of the infrastructure, has anybody
> >> able to upload the past 40 minutes?

-- 
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] Google App engine

2012-04-06 Thread Ravi
Hi,I was developed a simple JPA web application in google app engine to 
create a employee entity.But its not showing any entities in Datastore.Can 
anyone help me please(i fallowed 
https://developers.google.com/appengine/docs/java/datastore/jpa/overview).

Employee.java

package com.ravi.app;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity

public class Employee {
private int eid;
private String ename;
@Id
public int getEid() {
return eid;
}
public void setEid(int eid) {
this.eid = eid;
}
public String getEname() {
return ename;
}
public void setEname(String ename) {
this.ename = ename;
}
}


ServletClass

package com.ravi.app;

import java.io.IOException;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
import javax.servlet.http.*;

@SuppressWarnings("serial")
public class RaviServlet extends HttpServlet {
public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws IOException {
resp.setContentType("texthtml");
resp.getWriter().println("Hello, world");

EntityManagerFactory emf = 
Persistence.createEntityManagerFactory("transactions-optional");
EntityManager em = emf.createEntityManager();
EntityTransaction tx=em.getTransaction();
em.getTransaction().begin();
Employee e=new Employee();
int i=Integer.parseInt(req.getParameter("eid"));
String name=req.getParameter("ename");
e.setEid(i);
e.setEname(name);
em.persist(e);
 tx.commit();
em.close();
}
}

persistence.xml in web-->meta-inf-classes-->persistence.xml


http://java.sun.com/xml/ns/persistence";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; 
version="1.0">



org.datanucleus.store.appengine.jpa.DatastorePersistenceProvider









web.xml


http://www.w3.org/2001/XMLSchema-instance";
xmlns="http://java.sun.com/xml/ns/javaee";
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; version="2.5">

Ravi
com.ravi.app.RaviServlet


Ravi
/login


login.html






login.html










  

Hello App Engine
  

  
Hello App Engine!


Userid
Username



  




-- 
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/-/HQkQ-YpJScIJ.
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] GAE urllib2

2012-04-06 Thread Rupesh S
i go an error today from GAE application it uses cron jobs.Up to yesterday 
it was working fine.
This is the error any solution

Traceback (most recent call last):
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py",
 line 701, in __call__
handler.get(*groups)
  File "/base/data/home/apps/s~trnenq/1.357742291552211695/main.py", line 2253, 
in get
req = urlopen(stradd)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 124, 
in urlopen
return _opener.open(url, data)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 387, 
in open
response = meth(req, response)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 498, 
in http_response
'http', request, response, code, msg, hdrs)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 425, 
in error
return self._call_chain(*args)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 360, 
in _call_chain
result = func(*args)
  File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 506, 
in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found


-- 
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/-/XA00oWcokCEJ.
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 Connected

2012-04-06 Thread ShakaDima
Hello Everyone,
first of all I'm developing on Ubuntu 10.04 with Eclipse 3.7.2, GWT 2.4.0, 
App Engine 1.6.4 and Android 2.2. Right now I'm doing tutorial from this 
site: https://developers.google.com/eclipse/docs/appeng_android_install_setup 


My problem is that the same tutorial done on Windows works fine, but on 
Linux environment things went rather poor. Everything under linux is 
compiling well and there is no error, but when I deploy application on my 
phone or emulator things getting worse:  first error is connected with 
missing class MyRequestFactory:
04-04 00:09:10.251: E/AndroidRuntime(7695): Caused by: java.lang.
NoClassDefFoundError: com.mytasks.client.MyRequestFactory
which is present in project

Second thing is missing:
java.lang.NoClassDefFoundError: com.google.android.c2dm.C2DMessaging
Of course I have put it in Build Path or as external jar, but still after 
run it is missing (In Eclipse everything looks ok).

So my question is am I missing some configuration under Eclipse, or maybe 
my Ubuntu is messing something up or maybe I do everything wrong? 

Thanks in advance for help!
ShakaDima

-- 
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/-/Lp4803kEiF8J.
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] Mispelling in

2012-04-06 Thread abdelkrim boujraf
how can we give a feedback to the team dealing with the website 
developers.google.com?

what if we found mistakes like this one: 
... its number value is the same as for *the the* previously created...

URL: 
https://developers.google.com/appengine/docs/python/tools/localunittesting

Best regards,

Abdelkrim
http://blog.i14y.net

-- 
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/-/tNzncdJdSXIJ.
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] Admin Settings: Number of Instances of my Application

2012-04-06 Thread Ijaja
Hi,

is there a way to restrict the number of instances for my application
to really one?!!

Using the slider, to set maximum instances to 1 does not seem to work.
I understand, that this is obvious only intended to restrict the
amount i have to pay,
but google spends nevertheless more instances. I want really to
restrict it, because
my application uses caching, which may result in inconsistent data
views!


greets, ijaja

-- 
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] Error rate is up again

2012-04-06 Thread Miroslav Genov
Hello,

We are experiencing a large error rate for the last 6 hours. Here is a 
screenshot from our dashboard.

Our app id is: cmsevobg-hr
Datastore: HRD
GAE Version: INFO: Server info: Google App Engine Development/1.6.1
GAE Local Booting Time: Time:6329 ms

Normally our app is booting in ~10-15 seconds when deployed on GAE, but now 
we are seeing booting time like: Time:39270 ms. 

Here is a stack trace of warmup request that may help you find out where 
the problem is: 

/_ah/warmup
com.google.apphosting.api.DeadlineExceededException: This request 
(d454bebf893d7268) started at 2012/04/06 10:47:00.215 UTC and was still 
executing at 2012/04/06 10:48:02.648 UTC.
at java.util.ArrayList.size(ArrayList.java:197)
at 
com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.getMirror(NameTranslator.java:332)
at 
com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.getMirrorType(NameTranslator.java:508)
at 
com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.translateMethodDescriptor(NameTranslator.java:472)
at 
com.google.apphosting.runtime.security.preverifier.intercept.Interceptor.visitMethod(Interceptor.java:277)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.ClassLoaderPreVerifier.visitMethod(ClassLoaderPreVerifier.java:197)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.StripLocalVariablesVisitor.visitMethod(StripLocalVariablesVisitor.java:35)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.FinalizeVisitor.visitMethod(FinalizeVisitor.java:58)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassReader.accept(Unknown
 Source)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassReader.accept(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.PreVerifier.sweep(PreVerifier.java:253)
at 
com.google.apphosting.runtime.security.UserClassLoader.doSweepClass(UserClassLoader.java:552)
at 
com.google.apphosting.runtime.security.UserClassLoader.access$500(UserClassLoader.java:51)
at 
com.google.apphosting.runtime.security.UserClassLoader$2.run(UserClassLoader.java:533)
at 
com.google.apphosting.runtime.security.UserClassLoader$2.run(UserClassLoader.java:531)
at java.security.AccessController.doPrivileged(Native Method)
at 
com.google.apphosting.runtime.security.UserClassLoader.sweepClass(UserClassLoader.java:531)
at 
com.google.apphosting.runtime.security.UserClassLoader.sweepResource(UserClassLoader.java:618)
at 
com.google.apphosting.runtime.security.UserClassLoader.sweepResourceAndDefineClass(UserClassLoader.java:613)
at 
com.google.apphosting.runtime.security.UserClassLoader.access$400(UserClassLoader.java:51)
at 
com.google.apphosting.runtime.security.UserClassLoader$1.run(UserClassLoader.java:425)
at 
com.google.apphosting.runtime.security.UserClassLoader$1.run(UserClassLoader.java:417)
at java.security.AccessController.doPrivileged(Native Method)
at 
com.google.apphosting.runtime.security.UserClassLoader.findClass(UserClassLoader.java:417)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at 
com.google.apphosting.runtime.security.UserClassLoader.loadClassImpl(UserClassLoader.java:510)
at 
com.google.apphosting.runtime.security.UserClassLoader.loadClass(UserClassLoader.java:446)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at 
com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilder(MemcacheServicePb.java:4849)
at 
com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilderForType(MemcacheServicePb.java:4850)
at 
com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilderForType(MemcacheServicePb.java:4538)
at 
com.google.appengine.api.memcache.MemcacheServiceApiHelper$RpcResponseHandler.(MemcacheServiceApiHelper.java:51)
at 
com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.createRpcResponseHandler(AsyncMemcacheServiceImpl.java:280)
at 
com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.doPutAll(AsyncMemcacheServiceImpl.java:521)
at 
com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.putAll(AsyncMemcacheServiceImpl.java:564)
at 
com.google.appengine.api.memcache.MemcacheServiceImpl.putAll(MemcacheServiceImpl.java:112)
at 

Re: [google-appengine] App down due to Quotas exceeded

2012-04-06 Thread Doug Stoddart
well, developments. Soon after I made this post (co-incidence ? I dunno) my
billing status changed and I was able to update my budget.  So am now still
waiting for it to take effect, which I know can take a while to filter
through to my actual app.  (Why?)

This is a showstopper as far as I'm concerned.  Ridiculous when you
consider the complexity of the infrastructure involved that it comes down
to 2 simple things:
- time to process my payment (already registered, still valid credit card)
- someone from Google Support to at least communicate with me and say,
we're working on it..

hmmm.

On Fri, Apr 6, 2012 at 10:18 PM, Jeff Schnitzer  wrote:

> Something must be broken.  I've been sitting at "Activating Billing"
> state for over an hour.
>
> Jeff
>
> On Fri, Apr 6, 2012 at 4:15 PM, Stefano Ciccarelli
>  wrote:
> > I had billing settings locked for the same reason for 2 days.
> >
> > --
> > Stefano Ciccarelli
> > Sent with Sparrow
> >
> > On Friday 6 April 2012 at 22:03, doright wrote:
> >
> > My app has been down for over 3 hours now.  Its a production app, with
> > paying customers. At least it did have paying customers 3 hours ago...
> >
> > Okay, so I've exceeded my quotas, just increase my budgets right?  Wrong
> -
> > it won't let me, saying:
> > "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.) "
> >
> > So I'm stuck, it won't let me make any changes even though I have a valid
> > VISA card registered, ready and waiting.  There has never been a problem
> > with the card, and its still valid.
> >
> > So, I send a mail to "Please contact us
> > at appengine_updated_pric...@google.com if you have questions or issues
> > regarding billing.".  No answer for 3 hours and counting.  I raised an
> issue
> > about it, still no answer.  Finally I'm posting here, having reached a
> final
> > dead end.
> >
> > There are so many ironies here its almost funny.  I exceeded my quotas
> > because I was experiencing lots of problems with high latencies and
> warmup
> > requests taking too long.  Some of my customers had expressed concern
> that
> > the system couldn't handle the load.
> > Second irony is due to the high latencies experienced, some customers had
> > started to question if Google was a "noddy" platform and couldn't scale.
>  I
> > of course went to great lengths to discuss that I'd in fact chosen this
> > platform due to its robustness and scalability.  And then its down for
> over
> > 3 hours due to a billing bug.
> >
> >  I agree I should have anticipated the quotas actually being exceeded,
> but
> > given that I missed that moment I would have hoped the situation would
> have
> > been recoverable in less than 3 hours!  Beware ALL.
> >
> > If there is someone out there who can help, please tell me how I get the
> app
> > running again ASAP.
> >
> > many 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/-/q3sc-jbv7PgJ.
> > 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] help migrating from python2.5 to python2.7

2012-04-06 Thread Kwame
Your right. I was missing the first line of the Traceback.



ERROR 2012-04-06 20:19:30,612 webapp2.py:1553] __init__() takes exactly 
1argument 
(3 given) 

Traceback (most recent call last): 

 File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py"
, line 1536, in __call__ 

 rv = self.handle_exception(request, response, e) 

 File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py"
, line 1530, in __call__ 

 rv = self.router.dispatch(request, response) 

 File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py"
, line 1278, in default_dispatcher 

 return route.handler_adapter(request, response) 

 File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py"
, line 1101, in __call__ 

 handler = self.handler(request, response) 

TypeError: __init__() takes exactly 1 argument (3 given) 

INFO 2012-04-06 20:19:30,648 dev_appserver.py:2884] "GET / HTTP/1.1" 500 - 

INFO 2012-04-06 20:19:30,767 dev_appserver.py:2884] "GET /favicon.ico 
HTTP/1.1" 200 -


On Friday, April 6, 2012 4:13:28 PM UTC-4, Brian Quinlan wrote:
>
> Hi,
>
>
> > I'm trying to migrate my app to python2.7 and so far it's been a 
> nightmare!
> > My latest issue is that I'm getting this error:
> >
> > Traceback (most recent call last):
> >   File
> > 
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> > line 1536, in __call__
> > rv = self.handle_exception(request, response, e)
> >   File
> > 
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> > line 1530, in __call__
> > rv = self.router.dispatch(request, response)
> >   File
> > 
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> > line 1278, in default_dispatcher
> > return route.handler_adapter(request, response)
> >   File
> > 
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> > line 1101, in __call__
> > handler = self.handler(request, response)
> > TypeError: __init__() takes exactly 1 argument (3 given)
> >
> > I'm not sure where to start with debugging this. is this a bug? Please 
> help.
>
> Is that the complete traceback? It doesn't seem to include the entry
> point into your code.
>
> Cheers,
> Brian
>
> > --
> > 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/-/vARS7lQZe9oJ.
> > 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/-/9v82gK-cXtQJ.
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 down due to Quotas exceeded

2012-04-06 Thread Jeff Schnitzer
Something must be broken.  I've been sitting at "Activating Billing"
state for over an hour.

Jeff

On Fri, Apr 6, 2012 at 4:15 PM, Stefano Ciccarelli
 wrote:
> I had billing settings locked for the same reason for 2 days.
>
> --
> Stefano Ciccarelli
> Sent with Sparrow
>
> On Friday 6 April 2012 at 22:03, doright wrote:
>
> My app has been down for over 3 hours now.  Its a production app, with
> paying customers. At least it did have paying customers 3 hours ago...
>
> Okay, so I've exceeded my quotas, just increase my budgets right?  Wrong -
> it won't let me, saying:
> "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.) "
>
> So I'm stuck, it won't let me make any changes even though I have a valid
> VISA card registered, ready and waiting.  There has never been a problem
> with the card, and its still valid.
>
> So, I send a mail to "Please contact us
> at appengine_updated_pric...@google.com if you have questions or issues
> regarding billing.".  No answer for 3 hours and counting.  I raised an issue
> about it, still no answer.  Finally I'm posting here, having reached a final
> dead end.
>
> There are so many ironies here its almost funny.  I exceeded my quotas
> because I was experiencing lots of problems with high latencies and warmup
> requests taking too long.  Some of my customers had expressed concern that
> the system couldn't handle the load.
> Second irony is due to the high latencies experienced, some customers had
> started to question if Google was a "noddy" platform and couldn't scale.  I
> of course went to great lengths to discuss that I'd in fact chosen this
> platform due to its robustness and scalability.  And then its down for over
> 3 hours due to a billing bug.
>
>  I agree I should have anticipated the quotas actually being exceeded, but
> given that I missed that moment I would have hoped the situation would have
> been recoverable in less than 3 hours!  Beware ALL.
>
> If there is someone out there who can help, please tell me how I get the app
> running again ASAP.
>
> many 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/-/q3sc-jbv7PgJ.
> 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 down due to Quotas exceeded

2012-04-06 Thread Stefano Ciccarelli
I had billing settings locked for the same reason for 2 days. 

-- 
Stefano Ciccarelli
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Friday 6 April 2012 at 22:03, doright wrote:

> My app has been down for over 3 hours now.  Its a production app, with paying 
> customers. At least it did have paying customers 3 hours ago...
> 
> Okay, so I've exceeded my quotas, just increase my budgets right?  Wrong - it 
> won't let me, saying:
> "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.) "
> 
> So I'm stuck, it won't let me make any changes even though I have a valid 
> VISA card registered, ready and waiting.  There has never been a problem with 
> the card, and its still valid.
> 
> So, I send a mail to "Please contact us at 
> appengine_updated_pric...@google.com 
> (mailto:appengine_updated_pric...@google.com?subject=Billing%20question%20regarding%20mybikeshopmanager)
>  if you have questions or issues regarding billing.".  No answer for 3 hours 
> and counting.  I raised an issue about it, still no answer.  Finally I'm 
> posting here, having reached a final dead end.
> 
> There are so many ironies here its almost funny.  I exceeded my quotas 
> because I was experiencing lots of problems with high latencies and warmup 
> requests taking too long.  Some of my customers had expressed concern that 
> the system couldn't handle the load.
> Second irony is due to the high latencies experienced, some customers had 
> started to question if Google was a "noddy" platform and couldn't scale.  I 
> of course went to great lengths to discuss that I'd in fact chosen this 
> platform due to its robustness and scalability.  And then its down for over 3 
> hours due to a billing bug.
> 
>  I agree I should have anticipated the quotas actually being exceeded, but 
> given that I missed that moment I would have hoped the situation would have 
> been recoverable in less than 3 hours!  Beware ALL.
> 
> If there is someone out there who can help, please tell me how I get the app 
> running again ASAP.
> 
> many 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/-/q3sc-jbv7PgJ.
> 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] help migrating from python2.5 to python2.7

2012-04-06 Thread Brian Quinlan
Hi,

On Fri, Apr 6, 2012 at 11:28 PM, Kwame  wrote:
> I'm trying to migrate my app to python2.7 and so far it's been a nightmare!
> My latest issue is that I'm getting this error:
>
> Traceback (most recent call last):
>   File
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> line 1536, in __call__
> rv = self.handle_exception(request, response, e)
>   File
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> line 1530, in __call__
> rv = self.router.dispatch(request, response)
>   File
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> line 1278, in default_dispatcher
> return route.handler_adapter(request, response)
>   File
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
> line 1101, in __call__
> handler = self.handler(request, response)
> TypeError: __init__() takes exactly 1 argument (3 given)
>
> I'm not sure where to start with debugging this. is this a bug? Please help.

Is that the complete traceback? It doesn't seem to include the entry
point into your code.

Cheers,
Brian

> --
> 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/-/vARS7lQZe9oJ.
> 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] App down due to Quotas exceeded

2012-04-06 Thread doright
My app has been down for over 3 hours now.  Its a production app, with 
paying customers. At least it did have paying customers 3 hours ago...

Okay, so I've exceeded my quotas, just increase my budgets right?  Wrong - 
it won't let me, saying:
"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.)* "

So I'm stuck, it won't let me make any changes even though I have a valid 
VISA card registered, ready and waiting.  There has never been a problem 
with the card, and its still valid.

So, I send a mail to "Please contact us at 
appengine_updated_pric...@google.com
 if 
you have questions or issues regarding billing.".  No answer for 3 hours 
and counting.  I raised an issue about it, still no answer.  Finally I'm 
posting here, having reached a final dead end.

There are so many ironies here its almost funny.  I exceeded my quotas 
because I was experiencing lots of problems with high latencies and warmup 
requests taking too long.  Some of my customers had expressed concern that 
the system couldn't handle the load.
Second irony is due to the high latencies experienced, some customers had 
started to question if Google was a "noddy" platform and couldn't scale.  I 
of course went to great lengths to discuss that I'd in fact chosen this 
platform due to its robustness and scalability.  And then its down for over 
3 hours due to a billing bug.

 I agree I should have anticipated the quotas actually being exceeded, but 
given that I missed that moment I would have hoped the situation would have 
been recoverable in less than 3 hours!  Beware ALL.

If there is someone out there who can help, please tell me how I get the 
app running again ASAP.

many 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/-/q3sc-jbv7PgJ.
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] Google checkout must die

2012-04-06 Thread Stefano Ciccarelli
You are blessed!!! 
I agree with every word!!!

-- 
Stefano Ciccarelli
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Friday 6 April 2012 at 21:10, Jeff Schnitzer wrote:

> Seriously, this is ridiculous.
> 
> We've been trying to enable billing on our sandbox/demo appid for the
> last two hours. We have a customer waiting for a demo and we can't
> give it.
> 
> Please, PLEASE do something about this abomination. I love appengine,
> but the billing system is retarded. It makes the Phone Company look
> high tech.
> 
> Every time we enable billing, it says "ok" and status goes to
> Activating Billing. After some random amount of time it goes back to
> Free mode with no error messages. Trying to enable it again emails
> a nastygram: Comments from Google Services: "This inactive
> subscription has been canceled" ...and goes back to Activating
> Billing. Round and round we go.
> 
> Appid is voosttest. Yes we've filed a request at the billing form.
> 
> Put this in context. I can walk up to a janky ATM in Guatemala, put
> in a card, and get money out of it immediately. I can whip out a
> credit card in nearly any store in the world, buy thousands of dollars
> of merchandise, and walk out with it. And yet the most technically
> sophisticated corporation in the world needs 30+ minutes to process a
> simple sale - when it works at all? I struggle to imagine what could
> make this so complicated.
> 
> Jeff
> 
> -- 
> 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] Lots of 500 - DeadlineExceeded errors these last 2 days

2012-04-06 Thread Ray
Sorry but no one really care...

-- 
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/-/8Z5DFNB-UFMJ.
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 checkout must die

2012-04-06 Thread Jeff Schnitzer
Seriously, this is ridiculous.

We've been trying to enable billing on our sandbox/demo appid for the
last two hours.  We have a customer waiting for a demo and we can't
give it.

Please, PLEASE do something about this abomination.  I love appengine,
but the billing system is retarded.  It makes the Phone Company look
high tech.

Every time we enable billing, it says "ok" and status goes to
Activating Billing.  After some random amount of time it goes back to
Free mode with no error messages.  Trying toenable it again emails
a nastygram: Comments from Google Services: "This inactive
subscription has been canceled" ...and goes back to Activating
Billing.  Round and round we go.

Appid is voosttest.  Yes we've filed a request at the billing form.

Put this in context.  I can walk up to a janky ATM in Guatemala, put
in a card, and get money out of it immediately.  I can whip out a
credit card in nearly any store in the world, buy thousands of dollars
of merchandise, and walk out with it.  And yet the most technically
sophisticated corporation in the world needs 30+ minutes to process a
simple sale - when it works at all?  I struggle to imagine what could
make this so complicated.

Jeff

-- 
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] help migrating from python2.5 to python2.7

2012-04-06 Thread Kwame
I'm trying to migrate my app to python2.7 and so far it's been a nightmare! 
My latest issue is that I'm getting this error:

Traceback (most recent call last):
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
 line 1536, in __call__
rv = self.handle_exception(request, response, e)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
 line 1530, in __call__
rv = self.router.dispatch(request, response)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
 line 1278, in default_dispatcher
return route.handler_adapter(request, response)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2/webapp2.py",
 line 1101, in __call__
handler = self.handler(request, response)
TypeError: __init__() takes exactly 1 argument (3 given)

I'm not sure where to start with debugging this. is this a bug? Please help.

-- 
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/-/vARS7lQZe9oJ.
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] Lots of 500 - DeadlineExceeded errors these last 2 days

2012-04-06 Thread Miroslav Genov
Same on my side (app java, HRD, GAE 1.6.1). Here is a tack trace: 

com.google.apphosting.api.DeadlineExceededException: This request 
(d454bebf893d7268) started at 2012/04/06 10:47:00.215 UTC and was still 
executing at 2012/04/06 10:48:02.648 UTC.
at java.util.ArrayList.size(ArrayList.java:197)
at 
com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.getMirror(NameTranslator.java:332)
at 
com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.getMirrorType(NameTranslator.java:508)
at 
com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.translateMethodDescriptor(NameTranslator.java:472)
at 
com.google.apphosting.runtime.security.preverifier.intercept.Interceptor.visitMethod(Interceptor.java:277)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.ClassLoaderPreVerifier.visitMethod(ClassLoaderPreVerifier.java:197)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.StripLocalVariablesVisitor.visitMethod(StripLocalVariablesVisitor.java:35)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.FinalizeVisitor.visitMethod(FinalizeVisitor.java:58)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassReader.accept(Unknown
 Source)
at 
com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassReader.accept(Unknown
 Source)
at 
com.google.apphosting.runtime.security.preverifier.PreVerifier.sweep(PreVerifier.java:253)
at 
com.google.apphosting.runtime.security.UserClassLoader.doSweepClass(UserClassLoader.java:552)
at 
com.google.apphosting.runtime.security.UserClassLoader.access$500(UserClassLoader.java:51)
at 
com.google.apphosting.runtime.security.UserClassLoader$2.run(UserClassLoader.java:533)
at 
com.google.apphosting.runtime.security.UserClassLoader$2.run(UserClassLoader.java:531)
at java.security.AccessController.doPrivileged(Native Method)
at 
com.google.apphosting.runtime.security.UserClassLoader.sweepClass(UserClassLoader.java:531)
at 
com.google.apphosting.runtime.security.UserClassLoader.sweepResource(UserClassLoader.java:618)
at 
com.google.apphosting.runtime.security.UserClassLoader.sweepResourceAndDefineClass(UserClassLoader.java:613)
at 
com.google.apphosting.runtime.security.UserClassLoader.access$400(UserClassLoader.java:51)
at 
com.google.apphosting.runtime.security.UserClassLoader$1.run(UserClassLoader.java:425)
at 
com.google.apphosting.runtime.security.UserClassLoader$1.run(UserClassLoader.java:417)
at java.security.AccessController.doPrivileged(Native Method)
at 
com.google.apphosting.runtime.security.UserClassLoader.findClass(UserClassLoader.java:417)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at 
com.google.apphosting.runtime.security.UserClassLoader.loadClassImpl(UserClassLoader.java:510)
at 
com.google.apphosting.runtime.security.UserClassLoader.loadClass(UserClassLoader.java:446)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at 
com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilder(MemcacheServicePb.java:4849)
at 
com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilderForType(MemcacheServicePb.java:4850)
at 
com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilderForType(MemcacheServicePb.java:4538)
at 
com.google.appengine.api.memcache.MemcacheServiceApiHelper$RpcResponseHandler.(MemcacheServiceApiHelper.java:51)
at 
com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.createRpcResponseHandler(AsyncMemcacheServiceImpl.java:280)
at 
com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.doPutAll(AsyncMemcacheServiceImpl.java:521)
at 
com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.putAll(AsyncMemcacheServiceImpl.java:564)
at 
com.google.appengine.api.memcache.MemcacheServiceImpl.putAll(MemcacheServiceImpl.java:112)
at 
com.google.appengine.tools.appstats.MemcacheWriter.persist(MemcacheWriter.java:247)
at 
com.google.appengine.tools.appstats.MemcacheWriter.commit(MemcacheWriter.java:168)
at 
com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:151)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet