Re: [google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Ron
it seems to be OK again this morning, thanks On Monday, 4 June 2012 01:54:55 UTC+1, Takashi Matsuo (Google) wrote: > > On Sun, Jun 3, 2012 at 9:38 PM, Ron wrote: > > Thanks but I've been using a separate browser. I've just cleared > everything > > in the browser, history, cookies, logins etc,

[google-appengine] Re: OnProd : SystemError: Parent module 'django.template.loaders' not loaded

2012-06-04 Thread Amine Azariz
UP. I still have this issue in our Production application, it's very annoying. Le vendredi 1 juin 2012 17:06:57 UTC, Amine Azariz a écrit : > > Saisissez le code ici... > Hey guys, > > here is my app.yaml : > > > application: xxx > version: xxx > > > > #

[google-appengine] Re: PROD - QUEUE - DJANGO_SETTINGS_MODULE is undefined

2012-06-04 Thread Amine Azariz
Hi Guys, Thanks you Matt for the tip, I think it's ok now Le mardi 29 mai 2012 15:44:28 UTC, D X a écrit : > > I sometimes see this on dev_appserver when I use the datastore admin page > locally, afterwards I usually need to reset the dev_appserver. It doesn't > cause a problem on production,

[google-appengine] Frank Huang想進行即時通訊

2012-06-04 Thread Frank Huang
--- Frank Huang想使用某些 Google 的超酷新產品,跟您保持密切 聯繫。 如果您已經有 Gmail 或 Google Talk 帳戶,請造訪: http://mail.google.com/mail/b-671771ff3b-aa235d5808-W3hiTvShQcWJQ5U-ZeucW5tFtRU 您必須按一下這個連結才能與Frank Huang進行即時通訊。 如想獲得 Google 免費提供且儲存空間超過 7,500 MB 的

[google-appengine] Re: DeadlineExceededException(s) for the last 2 hours

2012-06-04 Thread Miroslav Genov
Here is an updated version of the error graph and the problem still occurs. On Monday, June 4, 2012 9:24:13 AM UTC+3, Miroslav Genov wrote: > > Ops, I typed wrong the app Id. The app id is: cmsevobg-hr > > > On Monday, June 4, 2012 9:23:29 AM UTC+3, Miroslav Genov wrote: >> >> Hello, >> >> We a

Re: [google-appengine] Re: DeadlineExceededException(s) for the last 2 hours

2012-06-04 Thread Takashi Matsuo
Could you file a production issue on our issue tracker? On Mon, Jun 4, 2012 at 9:04 PM, Miroslav Genov wrote: > Here is an updated version of the error graph and the problem still > occurs. > > > On Monday, June 4, 2012 9:24:13 AM UTC+3, Miroslav Genov wrote: >> >> Ops, I typed wrong the app Id.

Re: [google-appengine] Re: DeadlineExceededException(s) for the last 2 hours

2012-06-04 Thread Miroslav Genov
Sure. The issue could be found at: http://code.google.com/p/googleappengine/issues/detail?id=7638 On Monday, June 4, 2012 3:45:30 PM UTC+3, Takashi Matsuo (Google) wrote: > > > Could you file a production issue on our issue tracker? > > On Mon, Jun 4, 2012 at 9:04 PM, Miroslav Genov wrote: >

Re: [google-appengine] Storing JSON efficiently in Datastore (in Python)

2012-06-04 Thread Andreas
great. how would this look for the ndb package? On Jun 1, 2012, at 2:40 PM, Andrin von Rechenberg wrote: > Hey there > > If you want to store megabytes of JSON in datastore > and get it back from datastore into python already parsed, > this post is for you. > > I ran a couple of performance te

Re: [google-appengine] Storing JSON efficiently in Datastore (in Python)

2012-06-04 Thread Andreas
is this a valid implementation? class JsonMarshalZipProperty(ndb.BlobProperty): def _to_base_type(self, value): return zlib.compress(marshal.dumps(value, MARSHAL_VERSION)) def _from_base_type(self, value): return marshal.loads(zlib.decompress(value)) On Jun 4, 2012, at

Re: [google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Sgia
Just now worked - whoever fixed it, thanks a million. On Monday, June 4, 2012 9:47:03 AM UTC+2, Ron wrote: > > it seems to be OK again this morning, thanks > > On Monday, 4 June 2012 01:54:55 UTC+1, Takashi Matsuo (Google) wrote: >> >> On Sun, Jun 3, 2012 at 9:38 PM, Ron wrote: >> > Thanks but

Re: [google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Sgia
Thanks, yes, I have tried that. Tried Chrome, FF, IE, Mac and from a Windows 2008 server console with Chrome. Nichts. Same error every time. -- 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] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Sgia
No, no Domain authentication. If you want to try it, the app is testbase001. It only does a simple redirect based on the URL. The domain I am trying to add it to is testbase.eu, primary domain, no alias, etc. Can someone else try and add the app to their domain and let me know if they succe

Re: [google-appengine] Stop tearing down my instances!

2012-06-04 Thread Warwick Slade
I am very interested in your thread. My app is unloaded very frequently. My GWT app issues two ajax calls when it starts up and I see two messages in the log that the instance has been restarted. /event/url1 15:10:05 servlet Context initialised /event/url2 15:10:16 servlet Context initialised /

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Sgia
Yes, primary domain. I have tried deleting and re-creating the app, signing up with a completely different google APP user and domain, nothing. I cannot add the application. The error is: "An error occurred while trying to install this application. Please try again later." There is quite a bit o

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Sgia
Yes, to no avail On Jun 3, 12:24 am, Jeff Schnitzer wrote: > Have you tried logging out of all Google domains (ie, no multi-login) > and logging into just the one you aretryingto work with?  This has > helped in the past. > > Jeff > > > > > > > > On Sat, Jun 2, 2012 at 12:28 PM, Ron wrote: > > O

[google-appengine] SpreadsheetService works in development node but app engine

2012-06-04 Thread Ding Qin
Hi, I'm developing GWTP project, and below scenarios are tested successfully in my local development mode : 1. Get authenticated and authorized by OpenID and OAuth 2. Save GoogleOAuthParameters object into HttpSession. 3. Another action handler reuses the GoogleOAuthParameters stored in session t

[google-appengine] Request handler importing performance impact?

2012-06-04 Thread Hai Phaikawl
My main handler file looks like this: import webapp2 import install import homepage import authhandler import admin_user app = webapp2.WSGIApplication([ (authhandler.get_login_url(), authhandler. LoginHandler), (authhandler.get_logou

[google-appengine] The Index status is constantly 'Building'

2012-06-04 Thread Iwan Satria
Hi, I have deployed an application to GAE and encountered this error when I try to access the frontpage. NeedIndexError: The index for this query is not ready to serve. See the Datastore Indexes page in the Admin Console. So I went to the Datastore Indexes page and the status is '*Building*'.

[google-appengine] Schedule for Eclipse 3.8 (Juno) availability? (Beta or formal)

2012-06-04 Thread Joe White
When might a beta or full availability of the app engine plugin for eclipse be available for Eclipse 3.8 (Juno)? Thanks in advance -- 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.g

Re: [google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread Sistemas PaasPoint
All day, i try actually domains. Give me this error: "An error occurred while trying to install this application. Please try again later." 2012/6/1 Sistemas PaasPoint > I have the same problem > > > 2012/6/1 Ron > >> primary domain, actually domains, I have tried several domains and get >> the

[google-appengine] Re: Large latency spike, need assistance

2012-06-04 Thread Nathan Skone
This error is reoccurring again this morning. Google's unreliable processing speed bug is clearly not fixed yet. Thanks, Nathan On Friday, June 1, 2012 11:28:08 AM UTC-7, Nathan Skone wrote: > > This problem has reoccurred and is currently in effect on our application. > The graphs clearly sho

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread simsim
I'm having the same problem. Tried two different apps with different authentication. Done it at least for 5 different domains before but it has been broken for the last 24h at least. After agreeing on the terms and trying to activate it I always get the error "An error occurred while trying to ins

[google-appengine] An error occurred while trying to install this application. Please try again later.

2012-06-04 Thread Pavel Yankelevich
Since yesterday I'm trying to add my google app engine application to my google apps account. I tried to do it both from app engine and from apps side. Also, I tried to change control panel type as it was advised in several older posts. Is somebody can help me with that issue? Thank you in advanc

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread PaasPoint
Hello, I have had the same problem today I could not associate my application appengine app to my google account . Giving this error: There was an error trying to install this application. Please try again later. El viernes, 1 de junio de 2012 02:28:12 UTC+2, Sgia escribió: > > I have seen many

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread telefonmann
I am getting the same error but no solution yet :( Am Freitag, 1. Juni 2012 02:28:12 UTC+2 schrieb Sgia: > > I have seen many posts about this, and none of the solutions work for > me. > > When attempting to add a domain to an app in > https://www.google.com/a/cpanel/ domain>/AddAppEngineServic

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-04 Thread simsim
Same problem. Tried with different app, 12h apart, verified domain again etc but keep on getting the error when trying to add the App Engine app to my google apps domain. Sim On Jun 1, 10:15 am, Ron wrote: > I'm also getting the same since early yesterday. > > Our business depends on adding our

[google-appengine] Re: unable to add app to domain

2012-06-04 Thread simsim
Got the same problem. Whenever I try to add a domain (which I own and use with Google Apps) I get the error: "An error occurred while trying to install this application." First thought i had screwed up but I tried it with another app (which uses different authentication) and it's not working. I h

[google-appengine] Re: Stop tearing down my instances!

2012-06-04 Thread peter.p...@pylba.com
Hi, did anyone found a solution. We are facing the same problem (java appengine sdk 1.6.5). Since yesterday we get a lot of This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take lo

[google-appengine] Re: Large latency spike, need assistance

2012-06-04 Thread Cesium
Nathan, You called it a "processing speed bug". That feels like what I am seeing too. An almost trivial servlet that usually takes 30 milliseconds to run is taking as much as 2000 milliseconds. This is negatively impacting my capitalistic endeavors. David -- You received this message becaus

Re: [google-appengine] Storing JSON efficiently in Datastore (in Python)

2012-06-04 Thread Bryce Cutt
aschmid: The ndb BlobProperty has optional compression built in (see ndb.model.BlobProperty). You could implement the MarshalProperty like this: class MarshalProperty(BlobProperty): def _to_base_type(self, value): return marshal.dumps(value, MARSHAL_VERSION) def _from_base_type(self, valu

Re: [google-appengine] Storing JSON efficiently in Datastore (in Python)

2012-06-04 Thread Andreas
ok good to know. but this still does not help with the 1mb entity size limit... even by compressing some json objects i would still be over that size. think the only solution here is to use the BlobStore with the files api. On Jun 4, 2012, at 3:24 PM, Bryce Cutt wrote: > aschmid: The ndb BlobPr

Re: [google-appengine] Re: Storing JSON efficiently in Datastore (in Python)

2012-06-04 Thread Bryce Cutt
Hi Andrin, I have run a few more tests and now I am convinced you are right. On Python 2.5 where pickle and json are both implemented in pure Python the speed benefits of marshal outweigh any conversion issues in the future (which are not likely anyways). Your numbers show even on Python 2.7 (w

Re: [google-appengine] Storing JSON efficiently in Datastore (in Python)

2012-06-04 Thread Bryce Cutt
Andreas, Yup. I have had to resort to using the blobstore on many occasions for exactly this reason. One gotcha that I have run into when doing this is that there appears to be no way to write a new blob to the blobstore (using the files API) inside of a transaction that also modifies a datastore

Re: [google-appengine] Getting one bill a month for the App Engine Usage

2012-06-04 Thread Yann
+1 Hi Ikan, It's been over a year now that you posted this and we are still desperatly waiting for this. Is there anything new? Not only is it an annoyance, but for small companies in Europe, it also increases the costs drastically: the bank charges for USD payments in % but there is a minimum

[google-appengine] No luck with the starter tutorials

2012-06-04 Thread Coolbedog
Hi there, Trying to get started with Google App Engine and Python 2.7. I've followed the first tutorial for writing a hello world program. Unfortunately, when I test the program all I'm getting is a blank screen. I've got both .py and .yaml files present. I get the same blank screen when I try

Re: [google-appengine] No luck with the starter tutorials

2012-06-04 Thread Andreas
what is the output of the console? On Jun 4, 2012, at 4:34 PM, Coolbedog wrote: > > Hi there, > > Trying to get started with Google App Engine and Python 2.7. I've followed > the first tutorial for writing a hello world program. Unfortunately, when I > test the program all I'm getting is a bl

Re: [google-appengine] No luck with the starter tutorials

2012-06-04 Thread Gianni
try adding webapp2 in the yaml libraries: - name: webapp2 version: latest -- Gianni 2012/6/5 Andreas > what is the output of the console? > > On Jun 4, 2012, at 4:34 PM, Coolbedog wrote: > > > Hi there, > > Trying to get started with Google App Engine and Python 2.7. I've followed > the fi