Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread Thiago Catoto
https://www.openshift.com o.O =X -- Catoto On Jun 1, 2014 4:03 PM, alex a...@cloudware.it wrote: Hi Bhojraj, You can do it with Managed VMs: https://developers.google.com/cloud/managed-vms Check this video when the feature was announced: https://www.youtube.com/watch?v=u3B1BhyXXdc

Re: [google-appengine] Re: Error code 121

2013-07-18 Thread Thiago Catoto
Java? Python? Go? php? I have some hard time in the past migrating the old WSGI... On Jul 18, 2013 1:20 PM, husayt hus...@gmail.com wrote: Can somebody explain what is going on. For last 20 hours non-default versions of our app were not working at all with 121 error. But now they are back,.

Re: [google-appengine] Noobie: Sharing a collection of in-memory objects between instances.

2013-06-07 Thread Thiago Catoto
no memcache? o.O Cheers -- Catoto On Thu, Jun 6, 2013 at 6:27 AM, Mohammad Al Quraian m4des...@gmail.comwrote: I'm just starting with GAE, so bare my ignorance. My app is using a in-memory list that is accessed very often by font-end clients, my solution before was to use a static list.

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Thiago Catoto
-1 for deprecation of the blobstore :'( On Jun 6, 2013 10:40 PM, Mike mickn...@gmail.com wrote: Hi Max The issue for us would be that we now have millions of images written to Blobstore, all with publicly facing URLs... moving those to Cloud Storage would likely be expensive and disruptive

Re: [google-appengine] Re: Migrating to Python 2.7 - anything to watch out for?

2013-06-03 Thread Thiago Catoto
FYI for me the bigest change was about Django forms... :p -- Catoto On Jun 2, 2013 8:10 PM, NP nearapo...@gmail.com wrote: Thanks to both Julie and Vinny P On Saturday, May 4, 2013 5:24:04 PM UTC-7, NP wrote: My app is currently deployed on GAE using python 2.5. I have made changes to

Re: [google-appengine] want to migrate to python 2.7 from 2.5,but after making changes website doesn't work

2013-06-03 Thread Thiago Catoto
on 2.7 main.py: no more 'def main()' application must be global in app.yaml: script: main.application cheers -- Catoto On Jun 3, 2013 5:50 PM, Sam Mak sam@gmail.com wrote: I am trying to migrate from python to 2.7 to 2.5 but after making the required changes to main.py and app.yaml file,

Re: [google-appengine] want to migrate to python 2.7 from 2.5,but after making changes website doesn't work

2013-06-03 Thread Thiago Catoto
FYI https://developers.google.com/appengine/docs/python/python25/migrate27?hl=pt-br -- Catoto On Mon, Jun 3, 2013 at 6:09 PM, Thiago Catoto tcat...@gmail.com wrote: on 2.7 main.py: no more 'def main()' application must be global in app.yaml: script: main.application cheers -- Catoto

Re: [google-appengine] Re: Downloading excell works in dev mode but fails in prod mode

2013-05-28 Thread Thiago Catoto
+1 Vinny On Tue, May 28, 2013 at 2:57 PM, Vinny P vinny...@gmail.com wrote: Hello, On Sunday, May 26, 2013 1:56:45 PM UTC-5, Deepak Singh wrote: But when deployed to app engeine server, it downloads file named downloadServlet.xlsx instead of hotel.xls. because of the file type difference

Re: [google-appengine] Push Server

2013-05-21 Thread Thiago Catoto
https://openshift.redhat.com On Tue, May 21, 2013 at 6:27 PM, Yogev Nisim nisim.yo...@gmail.com wrote: Hello, I'm new to the app engine and to the web world. I wanted to get a server up and running that will provide push messaging, my friend told me that this is possible with Node.js.

Re: [google-appengine] Push Server

2013-05-21 Thread Thiago Catoto
Sorry, My bad, i guess you are looking for Channel API? Python: https://developers.google.com/appengine/docs/python/channel/overview Java: https://developers.google.com/appengine/docs/java/channel/overview Cheers -- Catoto On Tue, May 21, 2013 at 7:16 PM, Thiago Catoto tcat...@gmail.com

Re: [google-appengine] Can a non-computer specialist create Android app with Google?

2013-05-13 Thread Thiago Catoto
http://appinventor.mit.edu/ :) On Sun, May 12, 2013 at 3:09 PM, Lina Tyuliep lina.tyul...@gmail.comwrote: And also, do people create Android apps here for commerical distribution or for free? -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [google-appengine] GAE deployment

2013-05-10 Thread Thiago Catoto
Hi Yong, What do you mean with do i have to code in a single language? What SDK are you running? cheers -- Catoto On May 10, 2013 11:50 PM, Kelvin Yong kelvinyon...@gmail.com wrote: Hi, I am new to cloud services and exploring which language i should be using (Java/Python). I created a

Re: [google-appengine] Re: What is the most common IDE for GAE/Python?

2013-04-29 Thread Thiago Catoto
I use sublime2. -- Catoto On Apr 29, 2013 3:49 AM, timh zutes...@gmail.com wrote: Hmm, this question is a bit like what is your favourite icecream. I don't use either, but I doubt what I use is popular ;-) I prefer Boa Constructor and Ninja IDE, but there are heaps of others I would use

Re: [google-appengine] Re: GAE Down / Instable

2013-04-20 Thread Thiago Catoto
Hi, All of the Applications are HDR. -- Catoto are you guys on Master/Slave? that was happening a lot with me before migrating to HDR. rafa On Thu, Apr 18, 2013 at 2:05 PM, Thiago Catoto tcat...@gmail.com wrote: Yeah... same here... weird... Thank you -- Catoto On Thu, Apr 18, 2013

[google-appengine] GAE Down / Instable

2013-04-18 Thread Thiago Catoto
Hi guys, I'm having some: == Try Again An unexpected failure has occurred. Please try again. === On console and on the applications (3 applications), does some one having the same problem? -- Catoto -- You received this message because you are subscribed to the Google Groups Google App

Re: [google-appengine] Re: GAE Down / Instable

2013-04-18 Thread Thiago Catoto
Yeah... same here... weird... Thank you -- Catoto On Thu, Apr 18, 2013 at 5:15 PM, Brian Tosch brian.to...@gmail.com wrote: I seem to be back now. I can reach the app and dashboard. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] Any idea why this 3 line script won't work?

2013-03-16 Thread Thiago Catoto
Hi, Is PageSpeed enabled? Cheers -- Catoto On Mar 15, 2013 5:35 PM, Travis Keep rocket...@google.com wrote: function doGet() { return HtmlService.createHtmlOutput(htmlbodyhi there/body/html); } When I deploy this script and view in my browser, I get the white screen of death with no

Re: [google-appengine] Re: Instances still getting killed and causing user 500's

2013-02-28 Thread Thiago Catoto
+1 to Mos Trust me; Google has no clue what's going on. The instance scheduler went crazy, people have downtimes and have increased billing (for weeks!) If Google would be able to track the problem (or would have a clue how to fix it), they would give a comment. As I wrote. That's not the first

Re: [google-appengine] A server error has occurred. when deleting a version

2013-02-27 Thread Thiago Catoto
rafa...@gmail.comwrote: I have 8 or 9 versions deployed. And I am removing an old version before pushing a new one to avoid the 'max number of version' error. On Tue, Feb 26, 2013 at 10:08 PM, Thiago Catoto tcat...@gmail.com wrote: From the last few days, we are getting same error on delete

Re: [google-appengine] A server error has occurred. when deleting a version

2013-02-26 Thread Thiago Catoto
From the last few days, we are getting same error on delete version and set default version. But a refresh shows that the version is deleted or the default version was setter correctly, guess something with the callback on the console interface. How many deployed version do you have? On Tue,

[google-appengine] Error Transaction Options - Python

2013-02-15 Thread Thiago Catoto
Hi guys, We have a cronjob that runs just fine for about an year, since yesterday, we got the following error message: Failed to run tx_sync_payments() within transaction, error: *cross-group transaction need to be explicitly specified, see TransactionOptions.Builder. **withXG* The code is

[google-appengine] Empty data on Dashboard Graph

2013-02-05 Thread Thiago Catoto
Hi all, Some one else is getting empty window data on dashboard on GAE Console? I have 2 apps in production, both responding well, but with empty data on dashboard. http://cl.ly/image/0T2o0K0b032E Cheers -- Catoto -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: GAE/py - request_logs with low records

2013-01-27 Thread Thiago Catoto
$ request answer --fail :'( On Thu, Jan 24, 2013 at 4:34 PM, Thiago Catoto tcat...@gmail.com wrote: Hi, Does any one having problems downloading logs? I have done it before but now the command below just bring log from a few minutes. (Running from the root directory of the project

[google-appengine] GAE/py - request_logs with low records

2013-01-24 Thread Thiago Catoto
Hi, Does any one having problems downloading logs? I have done it before but now the command below just bring log from a few minutes. (Running from the root directory of the project) === tcatoto$ appcfg.py --num_days=2 --severity=0 --include_all request_logs . logs.txt 2013-01-24 15:46:18,313

Re: [google-appengine] Re: need urgent help

2013-01-17 Thread Thiago Catoto
Hi Vik, Nice to hear that you fixed your problem. I guess with persistence.xml you have more control of you transactions and operations. Even if you don't need it now, you may need it on the feature. For read consistency or setting custom timeouts for some global queries (with setHint all over

Re: [google-appengine] Suddenly my app got deadline/deadlock/internal errors. Please help!

2013-01-15 Thread Thiago Catoto
Hi, I guess the timeout for web requests is 60s. (https://developers.google.com/ appengine/docs/python/urlfetch/overview#Requests). If you are doing a lot of work you might wanna try task queue. Cheers, -- Catoto On Tue, Jan 15, 2013 at 10:51 AM, Reiot reio...@gmail.com wrote: Hello. today

Re: [google-appengine] Re: need urgent help

2013-01-09 Thread Thiago Catoto
Hi Vik, Can you post your persistence.xml? Do you have this line on it? (Or some think like it?) property name=datanucleus.appengine.datastoreEnableXGTransactions value=true/ On Tue, Jan 8, 2013 at 8:19 PM, Vik vik@gmail.com wrote: some please help us on this issue Thankx and Regards

Re: [google-appengine] Crone.xml

2012-12-20 Thread Thiago Catoto
Hi, Not sure... but are you looking for this one? https://developers.google.com/appengine/docs/java/config/cron#About_cron_xml cheers -- Catoto. On Wed, Dec 19, 2012 at 8:48 AM, Nand Kishor srikishor.sa...@gmail.comwrote: Please can u tell me how to create crone.xml file/ I was trying

Re: [google-appengine] how does a user become an admin?

2012-12-20 Thread Thiago Catoto
/.* script: main.app login: admin -- here ! Will try stackoverflow ! On Tue, Dec 18, 2012 at 6:39 PM, Thiago Catoto tcat...@gmail.com wrote: admn == owner !? o.O On Dec 19, 2012 12:35 AM, Emmanuel Mayssat emays...@gmail.com wrote: I found the permission page

[google-appengine] Error deploying

2012-12-18 Thread Thiago Catoto
Hi, Is someone having issues deploying a new version on GAE? I keep getting this and allways got the same error: === 04:34 PM Cloned 600 files. 04:35 PM Uploading 1 files and blobs. 04:39 PM Rolling back the update. Error 500: --- begin server output --- htmlhead meta http-equiv=content-type

Re: [google-appengine] how does a user become an admin?

2012-12-18 Thread Thiago Catoto
admn == owner !? o.O On Dec 19, 2012 12:35 AM, Emmanuel Mayssat emays...@gmail.com wrote: I found the permission page for the application hosted at google. But how do I set a user as admin on a devel server? -- E On Mon, Dec 17, 2012 at 2:36 PM, Gianni giann...@gmail.com wrote: the

Re: [google-appengine] It's impossible to shut down my app engine app

2012-12-03 Thread Thiago Catoto
Hi, Sorry to ask but... have you tried login with the billing administration email on the colsole? If success, can you remove the billing info with this account? Cheers -- Catoto On Dec 3, 2012 1:04 AM, Carl Schroeder schroeder.car...@gmail.com wrote: Tell your credit card to stop paying. --

Re: [google-appengine] Would you rather have 1GB or 26GB of RAM?

2012-11-26 Thread Thiago Catoto
Outch! On Mon, Nov 26, 2012 at 4:44 PM, pdknsk pdk...@gmail.com wrote: Google adds new instances to Google Compute Engine. n1-highmem-4-d 26GB $0.636 https://cloud.google.com/pricing/compute-engine B8 1024MB $0.64 https://developers.google.com/appengine/docs/python/backends/overview

Re: [google-appengine] Re: yellow clock. Appengine hangs

2012-11-23 Thread Thiago Catoto
Hi, Nice one! Keep it up! =] cheers -- Catoto On Fri, Nov 23, 2012 at 4:48 PM, Blaine Hodder blainehod...@gmail.comwrote: Boilerplate looks really slick, thanks for the tip. I have been learning some jquery and looking to learn how to use bootstrap too, so building something with the

Re: [google-appengine] Not able to connect toe Appengine

2012-11-22 Thread Thiago Catoto
Same here... ='( second time in less than a month for me... On Thu, Nov 22, 2012 at 11:23 PM, vivpuri v...@vivekpuri.com wrote: At least for the past 20 minutes we are not able to connect to AppEgnine( https://appengine.google.com/, getting HTTP 500) and our app is also not loading. Can

[google-appengine] GAE down?

2012-11-22 Thread Thiago Catoto
Hey guys, I can't access the console and my application, some one having the same issue? https://appengine.google.com/ -- Catoto -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] Re: yellow clock. Appengine hangs

2012-11-21 Thread Thiago Catoto
Hi Blaine, Can you try call python from the path that you put in your Python Path at GAE Laucher? Ex: my python is on /usr/bin/python2.7 http://cl.ly/image/2w3c0z2X2101 (On your log, i got the impression that you put the python path 2 times... not sure) Can you also try to start your project

Re: [google-appengine] yellow clock. Appengine hangs

2012-11-13 Thread Thiago Catoto
Hey Blaine, Sorry about the late response. Strange error you got... have you been able to figure it out? Can you send a screenshot of the console log? Do you use import webob on your code? if so, can you send the ls of the lib directory in GAE Laucher? ex: ( $ ls -lha

Re: [google-appengine] yellow clock. Appengine hangs

2012-11-07 Thread Thiago Catoto
Hi, Have you resolved the issue? Can you give more info about the app.yaml file and the GAELaucher configuration? Have you tried with virtual env? Here is my SS http://cl.ly/image/0b1U0s2o2w3g Cheers, -- Catoto On Mon, Nov 5, 2012 at 8:15 PM, Blaine Hodder blainehod...@gmail.comwrote: Hi

Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Thiago Catoto
Same here, got some 4 app, all down On Fri, Oct 26, 2012 at 12:47 PM, Chris Vaughn chrisvaugh...@gmail.comwrote: Same here. I'm guessing this is a widespread issue. On Friday, October 26, 2012 9:37:48 AM UTC-5, Olivier Truemat wrote: Hi, Just had my web site totally not accessible.

Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Thiago Catoto
Can some one from Google Team say something plz? =] On Fri, Oct 26, 2012 at 1:02 PM, Paul pgronkiew...@gmail.com wrote: I was too fast... it's down again. HR too. On Friday, 26 October 2012 16:58:22 UTC+2, Paul wrote: Mine is back up, 18 minutes of downtime... -- You received this

Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Thiago Catoto
I try talking to them... lol http://www.youtube.com/watch?v=Qzc6sjArRAE On Fri, Oct 26, 2012 at 1:47 PM, Max Ross (Google) max.r...@gmail.comwrote: The App Engine team is working on it. Please follow

Re: [google-appengine] Re: Sudden 502 errors on 100% of the requests for no reason. Our app is down.

2012-10-26 Thread Thiago Catoto
Thank you Iein Valdez! On Fri, Oct 26, 2012 at 2:05 PM, Iein Valdez ival...@gmail.com wrote: The App Engine team is aware of the issues and we're actively working to restore the service. Please follow this thread for status updates. *

Re: [google-appengine] Re: Datastore Read Operations Quota Whacked-Out?

2012-10-22 Thread Thiago Catoto
Hi, I remember some one talking about remote api over-consuming cause of his retry, so if you are getting some timeout and stuffs like that, the remote api will try again and will consume your quota both times (the success and the timeout). Maybe this is your case... not sure if my information

Re: [google-appengine] Datastore OFFSET is WORTHLESS

2012-10-08 Thread Thiago Catoto
Hi, I guess a work around is using cursors, I guess thats why in the GAE performance track on Google I/O they say never use offset, use cursor instead Cheers On Mon, Oct 8, 2012 at 3:07 PM, James Gilliam jimgill...@gmail.com wrote: I discovered that GAE charges you for skipping entities in

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Thiago Catoto
caller. Hope it helps. Best regards, Thiago Catoto. On Tue, Jul 24, 2012 at 10:13 PM, Emanuele Ziglioli theb...@emanueleziglioli.it wrote: It times out for me at times on the local server. Haven't found a way to increase the socket timeout. Have tried: System.setProperty

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-07-25 Thread Thiago Catoto
(taskqueue and cron). -- Takashi On Wed, Jul 25, 2012 at 10:36 PM, Thiago Catoto tcat...@gmail.com wrote: Hi, I'm pretty sure Appengine has the limit of 10s for UrlFetch ( https://developers.google.com/appengine/docs/java/urlfetch/overview). You may need to change the request to Task Queue

Re: [google-appengine] https://appengine.google.com/ -- Getting An unexpected failure has occurred + cannot deploy new version of app

2012-07-18 Thread Thiago Catoto
Hi, I have 4 applications online, all good. I have just made a deploy right now, no errors. cheers. On Wed, Jul 18, 2012 at 2:57 PM, hugues2 hugues.flam...@gmail.com wrote: Hi, Am I the only one impacted ? While accessing https://appengine.google.com/, I am getting An unexpected failure