[google-appengine] Re: [objectify-appengine] Re: DeferredTask always gives NotSerialisable exception

2012-04-09 Thread Deepak Singh
Hi Jeff, I create an inner class as follows, class TaskOp implements DeferredTask, Serializable { @Override public void run() { try{ enq.setStatus(Constant.CANCELLED_ENQUIRY); objectify.put(enq); }catch () { } } } Here in run method, i am using objectify.put('a serialisable o

[google-appengine] All datastore calls failing

2012-04-09 Thread Ernesto Oltra
Hi, Since 30 minutes more or less *all* my datastore calls (get, update put, query) are failing with either of this two: API error 5 (datastore_v3: TIMEOUT) Canceled: Deadline exceeded I've tried updating a new version and shutdown the instance, but no result; all calls (even a simple get b

Re: [google-appengine] All datastore calls failing

2012-04-09 Thread supercobra
works for me. On Mon, Apr 9, 2012 at 7:16 AM, Ernesto Oltra wrote: > Hi, > > Since 30 minutes more or less *all* my datastore calls (get, update put, > query) are failing with either of this two: > > API error 5 (datastore_v3: TIMEOUT) > > Canceled: Deadline exceeded > > > I've tried updating a

[google-appengine] Re: Admin Settings: Number of Instances of my Application

2012-04-09 Thread David Hardwick
Billing has to be enabled to use the slider. On Apr 7, 6:42 am, Kwame wrote: > The slider is not working for me either. This is the only way provided to > restrict the number of instances of the app. I'm wondering if there's a bug > in te system now. > > > > > > > > On Friday, April 6, 2012 7:51:

[google-appengine] Re: All datastore calls failing

2012-04-09 Thread Ernesto Oltra
It's working again for me now. I can be prepared for some occasional timeouts, but this was sistematically across all my app. That's strange. -- 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:

Re: [google-appengine] Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Chris Ramsdale
Andrew, Regarding the migration of all data from all namespaces (as well as other updates to the migration tools), we're actively working on these changes. The initial HRD migration tools was the first iteration and Blobstore migration was the next. And now that we've announced the deprecation of

Re: [google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Chris Ramsdale
There are no concerns regarding the longevity of Google App Engine. All growth curves (# of active apps, # of developers, overall revenue) are healthy and the product has the backing support of Google as a whole. Coming out of Beta last year was the first step, and since then we've continued to gr

Re: [google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Chris Ramsdale
Andrei, Have you tried using the HRD migration tool? Are there specific problems that you had that prevented you from using this utility? -- Chris On Thu, Apr 5, 2012 at 8:12 PM, Andrei wrote: > Why don't you move it for me, I do not mind > When I started only MS option was available > It's yo

Re: [google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Chris Ramsdale
Ray, Very interesting data, indeed. Although, it's tough to make any suggestions as to what was going on without any other context. If you'd like, we can take a look at your app to see if there is something out of the ordinary that would lead to the latency numbers that you're reporting. -- Chris

[google-appengine] Re: [objectify-appengine] Re: DeferredTask always gives NotSerialisable exception

2012-04-09 Thread Jeff Schnitzer
The key phrase is "inner class". You probably aren't making the inner class static. Remember that java inner classes contain an implicit reference to their containing class - so you're trying to serialize bot the inner class and the outer class. Jeff On Mon, Apr 9, 2012 at 5:13 AM, Deepak Singh

[google-appengine] Re: scheduler routing to dynamic instance while resident instance is idle

2012-04-09 Thread alex
aschmid, as far as I understand, resident instances are there for the times when there's no dynamic instance currently available to serve an incoming request. Think of this scenario: suddenly a new request arrives to your app. It is too long to wait for a new dynamic instance to warm up so the

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Andrei
Thanks Chris Why do i need to know how you store my data, in HDR MS or anything else I want to use API - that's it You are asking me to move my data from one type of db to another That sound like sysadmin job, which is yours On Apr 9, 10:26 am, Chris Ramsdale wrote: > Andrei, > > Have you tried u

RE: [google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Brandon Wirtz
GAE is a PaaS not a IaaS. Your comment implies you are treating GAE as the latter not the former. As long as that is your mindset you will always be very sad, and unhappy with the service and how your software performs on it. > -Original Message- > From: google-appengine@googlegroups.com

[google-appengine] Re: MASSIVE ApiProxy$CancelledException Exceptions since Friday Night.

2012-04-09 Thread Rui Oliveira
Hi Scott I'm with the same problem. Did you get any solution? Rui -- 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/-/PtFAOoQYcaUJ. To post to this

Re: [google-appengine] Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread andrew
Hi Chris, Migrating all data from all namespaces (I.e. a transparent migration of all data that is then accessed by same app via same API, which is what Andrei is asking for I think) is must for us migrate.so just waiting for that. I tend to agree with Andrei, and consider PaaS as including

[google-appengine] Re: All datastore calls failing

2012-04-09 Thread David MacQuigg
My app (pykata.appspot.com) has been unusable since at least yesterday. It may be a problem related to the datastore. I can see my home page, and any static pages, but when I click on a link to any other content, I get a Traceback (see below). I've had no problem with this app for two years,

[google-appengine] Re: Calculate instance hours

2012-04-09 Thread Richard Watson
Depends on various things. How you've structured your data, how efficiently you serve it, how many users, etc. On Monday, April 9, 2012 2:24:16 AM UTC+2, didinj wrote: > > Hi all, > > How to calculate instance hours? is that depends on how many users > accessing the apps? > > Thanks, > Didin >

Re: [google-appengine] Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Alfred Fuller
Migrating all data is supported already (unless I am missing something). Does it say otherwise somewhere? On Mon, Apr 9, 2012 at 12:15 PM, andrew wrote: > Hi Chris, > > Migrating all data from all namespaces (I.e. a transparent migration of > all data that is then accessed by same app via same AP

[google-appengine] Re: Spring MVC + GAE = slow startup

2012-04-09 Thread Tomas
Hi, I've done all of those already and nothing helps. As I said - the simplest MVC with just minimal spring libraries (excluding jpa/jdo app engine lib) with one JSP with only htm in it tak 13+ secs to startup. I've spent two days trying to optimize everything (annotations support, scanning, r

[google-appengine] tracking url access

2012-04-09 Thread Wilson MacGyver
Hi, This is more of a design question, so I thought this would be more suited here instead of stackoverflow. I have a bunch of files in google storage. I want to track the access to those files. So one approach I came up with is, mark all files as private, gave GAE read only access. and the url p

Re: [google-appengine] tracking url access

2012-04-09 Thread Barry Hunter
On Mon, Apr 9, 2012 at 9:39 PM, Wilson MacGyver wrote: > Hi, > > This is more of a design question, so I thought this would be more > suited here instead of stackoverflow. > > I have a bunch of files in google storage. I want to track the access > to those files. So one approach > I came up with i

Re: [google-appengine] tracking url access

2012-04-09 Thread Wilson MacGyver
On Mon, Apr 9, 2012 at 5:03 PM, Barry Hunter wrote: > On Mon, Apr 9, 2012 at 9:39 PM, Wilson MacGyver wrote: >> Hi, >> >> This is more of a design question, so I thought this would be more >> suited here instead of stackoverflow. >> >> I have a bunch of files in google storage. I want to track th

Re: [google-appengine] tracking url access

2012-04-09 Thread Barry Hunter
>> >> If worried about performance, defer the updates using the task queue. >> (so the actual increment is done by a task after the actual request >> has finished to the user) > > because the current system it's replacing, has at least 60 files access per > sec > during working hours. so that tran

Re: [google-appengine] tracking url access

2012-04-09 Thread Jeff Schnitzer
FWIW, I don't like sharded counters for this application either. But it boils down to two questions: 1) How up-to-date do you need the count to be? 2) How accurate does the count need to be? Can you afford losing a few counts now and then? One solution is simply log access records yourself, eac

Re: [google-appengine] tracking url access

2012-04-09 Thread Wilson MacGyver
That's one possibility I haven't considered. Since we just need to provide the stats of the past 24 hours, it doesn't need to be very up-to-date. And in the greater scheme of things, we can probably afford to lose a few event counts. So this certainly points to saving this to memcache and uses ta

Re: [google-appengine] tracking url access

2012-04-09 Thread Wilson MacGyver
ironically, it was one of my initial "push back" on this that makes that not doable. I had offered that we'd offer stats instead of per file, just per customerId as a beginning point. so basically we'd have 1 entity per customerId. and just +1 the counter on a per customerId. So while a customer

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Andrei
Yes, I've been unhappy with GAE for a year now (started GAE in 2009) But it's a joy for me to work on aws On Apr 9, 2:01 pm, "Brandon Wirtz" wrote: > GAE is a PaaS not a IaaS. Your comment implies you are treating GAE as the > latter not the former. As long as that is your mindset you will alway

Re: [google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Barry Hunter
On Tue, Apr 10, 2012 at 12:12 AM, Andrei wrote: > Yes, I've been unhappy with GAE for a year now (started GAE in 2009) > But it's a joy for me to work on aws Well go use it then! If you found a platform that works for you, then great, use it. Its important to realise a particular platform isn't

[google-appengine] Re: SSL certificate issue for appspot domain

2012-04-09 Thread i...@cupple.mobi
This has only just presented itself an issue for our application, which has been running for 6 months using version.app-id.appspot.com. It stopped working around 6 hours ago. Our application is accessed via mobile and the URL is hardwired in the iPhone client, meaning that unless we can find a

[google-appengine] Re: SSL certificate issue for appspot domain

2012-04-09 Thread i...@cupple.mobi
This is not a long standing issue. Our application was working fine until around 8-12 hours ago, and now all of our users are frozen out of our application as the version.app-id.appspot.com syntax is hard-wired into our iPhone client. We're looking at around 2 weeks to roll a fix due to Apple's

[google-appengine] Unresolved problem on Stack Overflow

2012-04-09 Thread michael
Perhaps someone here has the answer: http://stackoverflow.com/questions/9594162/google-app-engine-url-path-lost-with-www-subdomain -- 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.goo

Re: [google-appengine] Billing Issue, Who can I contact with appengine support?

2012-04-09 Thread András Belicza
Same for me. I enabled billing for one of my new app, and the billing status is stuck at "Activating Billing" for 4 days now... On Saturday, April 7, 2012 9:45:15 AM UTC+2, doright wrote: > > Yes, there seem to be massive issues with Billing for the lat few days (at > least). It cost me 4 hours

[google-appengine] Appengine Console infinite redirect....

2012-04-09 Thread hcl21
Hi guys, When I am accessing the admin console via: https://appengine.google.com/. I am getting the infamious infinite redirect loop error. Group discussions suggests that I should logout and clear my cookies which I have but the problem remains - any suggestions? Also, to the Google Appengine

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread samlehpro...@yahoo.co.uk
I really hope it would be possible to migrate to HRD without changing appip. Due SSL issues I have been using any straight appspot appid related links. Therefore I don't want to change appid or register domain and lose SSL. Thanks. - Sami Lehtinen -- You rece

[google-appengine] Help, real urgent problem

2012-04-09 Thread johann verbroucht
For 6 hours, my project didn"t work on GAE !!! (Still perfect works in local). Error is : Uncaught exception from servlet java.lang.NoSuchMethodError: org.restlet.routing.VirtualHost.attach(Ljava/lang/String;Lorg/restlet/Restlet;)Lorg/restlet/routing/TemplateRoute; I don't understand where i

[google-appengine] GAE + Reslet is bugging

2012-04-09 Thread johann verbroucht
Since 17:00 pm, I have this error : Uncaught exception from servlet java.lang.NoSuchMethodError: org.restlet.routing.VirtualHost.attach(Ljava/lang/String;Lorg/restlet/ Restlet;)Lorg/restlet/routing/TemplateRoute; at org.restlet.ext.servlet.ServerServlet.createServer(ServerServlet.java: 511

[google-appengine] Billing status stuck at: Activating Billing

2012-04-09 Thread András Belicza
Hi, I have a problem. I've activated billing for one of my new app (sciigears) because I want to migrate from M/S to HRD. Since the M/S app has many stored data, I activated billing on the new app before migrating. Now the problem is that the new app (app id is: sciigears) is stuck at the "Act

[google-appengine] HTTP error 500 using calendar API + app engine

2012-04-09 Thread kiwicious
Hello developpers!! I'm having trouble trying to make my app work with engine. Everything is fine on Netbeans but when i run it as a web app on eclipse it shows the following error: HTTP ERROR 500 Problem accessing /myapp. Reason: com/google/api/client/json/JsonFactory Caused by: java.l

[google-appengine] Cannot run a simple helloworld in google app engine (python 2.7)

2012-04-09 Thread shadyabhi
I am a beginner & this is my first time with GAE. I installed GAE using the PKGBUILD here http://aur.archlinux.org/packages/go/google-appengine-python/PKGBUILD The install script replaces the python with python2 as in my distribution (arch linux), python2 is actually python 2.7. I posted my iss

[google-appengine] gae-python secure connection problem with ios since 07-04-2012

2012-04-09 Thread f 1
We have an problem with secure connection from iPhone and iPad application since 07-04-2012. Three application platforms( iphone, android and blackberry ) use the same web services. All of them work properly but last friday all ios applications secure connections failed. And users can not log in th

[google-appengine] Java: Hanging on scanning for JSPs

2012-04-09 Thread Robert Fischer
Using 1.6.4 SDK, JRE build 1.6.0_29-b11-402-10M3527. When I run appcfg.sh, I get to "5% Scanning for jsp files", and then it hangs forever. Anyone else have this experience? Any idea what might be causing it? Any way to circumvent it so that I can get my app uploaded? ~~ Robert. -- You received

Re: [google-appengine] Cannot run a simple helloworld in google app engine (python 2.7)

2012-04-09 Thread Abhijeet Rastogi
Sorry for the trouble. It has been 2 days since I originally posted it. (The mail got approved just now). Issue is resolved now. Thanks. On Sat, Apr 7, 2012 at 11:08 PM, shadyabhi wrote: > I am a beginner & this is my first time with GAE. I installed GAE using > the PKGBUILD here > http://aur.a

[google-appengine] Re: SSL certificate issue for appspot domain

2012-04-09 Thread Nathaniel Stensland
You could use cloudflare (it costs $20 a month) to fix the issue (temporarily anyways). The SSL would be from iPhone to cloud and then no SSL from cloud to your app but at least it would work... On Saturday, April 7, 2012 6:49:15 AM UTC-5, in...@cupple.mobi wrote: > > This is not a long standing

Re: [google-appengine] Re: SSL certificate issue for appspot domain

2012-04-09 Thread Jeff Schnitzer
Ouch. I sincerely hope someone at Google can solve it for you, but that shouldn't change your course of action: You can ask Apple for an emergency update. They don't like doing this but it can be done. You might be able to get the new version out in 24 hours. Get a new version into the hands o

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread vlad
Ray, with graphs like these maybe it is time to check into SLA if you are a paying customer. -- 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/-/lbgME

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Andrei
Thanks I have app developed in 2009 that is on MS I really want a manager, may be Chris, to explain why in GAE environment I need to move manually my data from one of their own db type to another Is that too much to ask On Apr 9, 6:40 pm, Barry Hunter wrote: > On Tue, Apr 10, 2012 at 12:12 AM, An

[google-appengine] Re: Master/Slave Datastore, thanks for all your hard work

2012-04-09 Thread Andrei
https://developers.google.com/appengine/docs/whatisgoogleappengine What Is Google App Engine? Google App Engine lets you run web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With

Re: [google-appengine] Re: scheduler routing to dynamic instance while resident instance is idle

2012-04-09 Thread Andreas
ok that would explain what happens. but it remains really unclear and not logical from how things have to be setup. another thing ist that idle instances do not get shut down if there is very little traffic and 1 or 2 instances are handling all the load. On Apr 9, 2012, at 11:57 AM, alex wrote:

Re: [google-appengine] Abridged summary of google-appengine@googlegroups.com - 22 Messages in 10 Topics

2012-04-09 Thread ravi kumar
Hi,Iam using JPA api for datastore(to create one Employee entity) but when i was deploye the application to GAE its not creating any entities in datastore can any one help me please... -- Thanks & Regards Ravi Kumar Reddy K +91-8095749598 -- You received this message because you are subscribed

[google-appengine] Migration to HRD - 4 days - Not done

2012-04-09 Thread Aswath Satrasala
I have started of a migration to HRD about 4 days ago. It is still in the copy phase of the process. I even tried 'Pause' and 'Resume'. But no luck. I have not received the response so far from the appengine team for the same issue filed here http://code.google.com/p/googleappengine/issues/det

Re: [google-appengine] Re: Calculate instance hours

2012-04-09 Thread Didin Jamaludin
In case I have entity contains 20 fields and 1million record accessed by 100 users at the same time to put and get 1 record of each. How to calculate it? Pada 10 Apr 2012 02.43, "Richard Watson" menulis: > Depends on various things. How you've structured your data, how > efficiently you serve it,

[google-appengine] Re: Admin Settings: Number of Instances of my Application

2012-04-09 Thread András Belicza
If you have billing enabled, you can set the min idle instances and the max idle instances separately. Therefore if you sent the min and the max idle instances to 1, you will have 1 instance, a resident instance at any time. On Friday, April 6, 2012 1:51:44 PM UTC+2, Ijaja wrote: > > Hi, > > is

Re: [google-appengine] Re: Admin Settings: Number of Instances of my Application

2012-04-09 Thread Jeff Schnitzer
It doesn't work that way. Setting max idle instances to 1 changes the number of idle instances, not necessarily the total number of instances. There is no way to do what the previous poster wants to do - keep a single instance in the cluster so he/she doesn't have to worry about instance memory s

Re: [google-appengine] Admin Settings: Number of Instances of my Application

2012-04-09 Thread Prashant Hegde
If it helps, here is a write up on what we did to somewhat simulate the single instance. Originally we had min instances = 1, max instances =1. This was resulting in higher average latencies due to spinning off of instances. Our warm ups takes around 20 seconds, but it only warms up and does n