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"  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
>
> Managed VMs are currently in a Limited Preview. You can submit a sign up
> request here:
>
> https://docs.google.com/a/google.com/forms/d/1XLPITmwXZkkjVLDE4ZYy-zN4Uvt5Ql59LtGU7yVZB3Y/viewform
> (don't know if they're currently accepting new users though).
>
>
> On Sunday, 1 June 2014 17:24:13 UTC+1, Jeff Schnitzer wrote:
>>
>> You cannot. You may consider using Google Compute Engine.
>>
>> Jeff
>>
>>
>> On Thu, May 29, 2014 at 7:31 PM, Bhojraj Rawte 
>> wrote:
>>
>>> How to use node.js in app engine ?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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"  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,. although very slow. I have spent whole day trying to investigate
> this.
>
> But there is no single response from Google, at least to acknowledge the
> problem.
> That is very discomforting to say the least.
>
>
>
> On Thursday, 18 July 2013 13:19:26 UTC+1, husayt wrote:
>>
>> Since last 12 hours we get this error all the time:
>>
>> A problem was encountered with the process that handled this request, 
>> causing it to exit. This is likely to cause a new process to be used for the 
>> next request to your application. (Error code 121)
>>
>>
>> Sometimes app works again, but then we start getting the same error again. 
>> Is this related to 1.8.2 release. I did upgrade to 1.8.2 but still the same 
>> problem.
>>
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




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 wrote:

>
> 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. After gaining more info on GAE I know now
> that this wont be good because each instance would have it's own list
> (right?).
> So, are backends the best fit for that? Is there another solution?
> The issue is the the backend has to be up throughout the app lifetime,
> just for holding a simple list that is not even that big. Would that be
> costly $wise?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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"  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 unless Google can automatically
> manage that for us.
>
> What I would hate is to have to run 2 systems in parallel: 1 legacy, 1
> "shiny new object".
>
> Mike :-)
>
>
>
>
>
> On Friday, June 7, 2013 5:18:02 AM UTC+8, Max Ross wrote:
>>
>> Hi Jon,
>>
>> The alternative is to programmatically write to Google Cloud Storage. Can
>> you tell me why it's important to write to Blobstore versus GCS?
>>
>> Thanks,
>> Max
>>
>>
>> On Thu, Jun 6, 2013 at 1:41 AM, jon  wrote:
>>
>>> Chris and Tom,
>>>
>>> I absolutely need programmatic write access to Blobstore, and the Files
>>> API is what I'm using at the moment. What alternative will we have?
>>>
>>>  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/**
>>> topic/google-appengine/**zzpFI5PQbLI/unsubscribe?hl=en
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengi...@**googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.**com.
>>> Visit this group at http://groups.google.com/**
>>> group/google-appengine?hl=en
>>> .
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>>
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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  wrote:

> 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"  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, my site does not work
>>
>> please help... what changes should i make to these to get it to work
>>
>> main.py
>>
>> import os
>> from google.appengine.ext import webapp
>> from google.appengine.ext.webapp import util
>> from google.appengine.ext.webapp import template
>>
>> class MainHandler(webapp.**RequestHandler):
>>   def get (self, q):
>> if q is None:
>>   q = 'index.html'
>>
>> path = os.path.join (os.path.dirname (__file__), q)
>> self.response.headers ['Content-Type'] = 'text/html'
>> self.response.out.write (template.render (path, {}))
>>
>> def main ():
>>   application = webapp.WSGIApplication ([('/(.*html)?', MainHandler)],
>> debug=True)
>>   util.run_wsgi_app (application)
>>
>> if __name__ == '__main__':
>>   main ()
>>
>>
>>
>> app.yaml
>>
>> application: cool-gadgets
>> version: 1
>> runtime: python
>> api_version: 1
>>
>>
>>
>> handlers:
>> - url: /robots.txt
>>   static_files: static/robots.txt
>>   upload: static/robots.txt
>>
>> - url: /favicon.ico
>>   static_files: static/favicon.ico
>>   upload: static/favicon.ico
>>
>> - url: /gadgets/disney.xml
>>   static_files: gadgets/disney.xml
>>   upload: gadgets/disney.xml
>>
>> - url: /gadgets/wwe.xml
>>   static_files: gadgets/wwe.xml
>>   upload: gadgets/wwe.xml
>>
>> - url: .*
>>   script: main.py
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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"  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, my site does not work
>
> please help... what changes should i make to these to get it to work
>
> main.py
>
> import os
> from google.appengine.ext import webapp
> from google.appengine.ext.webapp import util
> from google.appengine.ext.webapp import template
>
> class MainHandler(webapp.**RequestHandler):
>   def get (self, q):
> if q is None:
>   q = 'index.html'
>
> path = os.path.join (os.path.dirname (__file__), q)
> self.response.headers ['Content-Type'] = 'text/html'
> self.response.out.write (template.render (path, {}))
>
> def main ():
>   application = webapp.WSGIApplication ([('/(.*html)?', MainHandler)],
> debug=True)
>   util.run_wsgi_app (application)
>
> if __name__ == '__main__':
>   main ()
>
>
>
> app.yaml
>
> application: cool-gadgets
> version: 1
> runtime: python
> api_version: 1
>
>
>
> handlers:
> - url: /robots.txt
>   static_files: static/robots.txt
>   upload: static/robots.txt
>
> - url: /favicon.ico
>   static_files: static/favicon.ico
>   upload: static/favicon.ico
>
> - url: /gadgets/disney.xml
>   static_files: gadgets/disney.xml
>   upload: gadgets/disney.xml
>
> - url: /gadgets/wwe.xml
>   static_files: gadgets/wwe.xml
>   upload: gadgets/wwe.xml
>
> - url: .*
>   script: main.py
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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"  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 the code and it is now running on python 2.7 and
>> lxml. Before deploying the 2.7 code, I wanted to find out if there are any
>> specific things I should watch out for/check for.
>>
>> Secondly, since we can deploy different versions of our code, is it
>> possible for me to have both the 2.5 and 2.7 codes (as different versions)
>> or is there a requirement that all versions of your app must use the same
>> python version? I was thinking of deploying the 2.7 as a different version
>> and watching how it performed before deleting the 2.5 version.
>>
>> Finally, the Key IDs for my datastore entities are automatically
>> generated. I noticed that for python 2.7, these IDs are very long (they are
>> 16 digits long on my development server) whereas they are shorter on python
>> 2.5 (6 digits long). Is there something I can do to reduce the length in
>> 2.7 or is this the expected behavior in 2.7?
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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  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 (xlsx instead of xls), i am not able to open the file correctly
>> and see the content.
>>
>>
> Yes, this is the proper behavior. App Engine production and your browser
> are working correctly.
>
> The problem is that your code is specifying the wrong MIME type. You claim
> that the file is a .XLS file (which has the MIME type of " 
> application/vnd.ms-excel
> " ) but your code is claiming a MIME type of " application/vnd.**
> openxmlformats-officedocument.**spreadsheetml.sheet " (wow, that's a
> mouthful!) which is the type reserved for Excel Open XML format (in other
> words, .XLSX). You need to change this line: res.setContentType("**
> application/vnd.**openxmlformats-officedocument.**spreadsheetml.sheet");
> to instead set a MIME type of " application/vnd.ms-excel ".
>
> Short version:
> .XLS has a MIME type of " application/vnd.ms-excel "
> .XLSX has a MIME type of " application/vnd.**
> openxmlformats-officedocument.**spreadsheetml.sheet "
>
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> My Go side project: http://invalidmail.com/
>
>
> On Sunday, May 26, 2013 1:56:45 PM UTC-5, Deepak Singh wrote:
>>
>> Hi,
>>
>> I am downloading an excell sheet with following headers
>>
>> downloadServlet.java
>>
>> {
>>
>> byte[] fileToSend = baos.toByteArray();
>>  res.setContentType("**application/vnd.**openxmlformats-officedocument.**
>> spreadsheetml.sheet");
>> res.setContentLength(**fileToSend.length);
>>  res.getOutputStream().flush();
>> res.setCharacterEncoding("UTF-**8");
>> res.setHeader("CacheControl", "no-cache");
>>  res.setHeader("Pragma", "no-cache");
>> res.setHeader("Expires", "-1");
>>  res.setHeader("Content-**disposition", "attachment;
>> filename=hotel.xls");
>>  res.getOutputStream().write(**fileToSend);
>>
>> }
>>
>> it works fine dev mode and am able to download and see content with file
>> name as hotel.xls.
>>
>> But when deployed to app engeine server, it downloads file named
>> downloadServlet.xlsx instead of hotel.xls. because of the file type
>> difference (xlsx instead of xls), i am not able to open the file correctly
>> and see the content.
>>
>> Can somebody suggest why this file type difference happens after
>> deployment ?
>>
>>
>>
>> Deepak Singh
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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  wrote:

> https://openshift.redhat.com
>
>
> On Tue, May 21, 2013 at 6:27 PM, Yogev Nisim 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.
>> But i recently got to know GAE and i really want to work with it, so i
>> want to know if it is possible to make a simple client-server that works on
>> push like the Node.js does?
>>
>> I've seen a lot of posts about it but didn't got a clear answer.
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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  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.
> But i recently got to know GAE and i really want to work with it, so i
> want to know if it is possible to make a simple client-server that works on
> push like the Node.js does?
>
> I've seen a lot of posts about it but didn't got a clear answer.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 wrote:

> 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" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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"  wrote:

>
> Hi,
> I am new to cloud services and exploring which language i should be using
> (Java/Python).
> I created a GAE java project and tried incorporate some python but i am
> having issues running/deploying it
>
>  [ERROR] Line 24: The import org.python cannot be resolved
>   [ERROR] Line 40: PythonInterpreter cannot be resolved to a type
>   [ERROR] Line 40: PythonInterpreter cannot be resolved to a type
>
> I was guessing if it is possible to deploy a mix of both(Java/Python) or
> do i have to code in a single language
>
> cheers :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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"  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 before Eclipse.
>
> Cheers
>
> T
>
> On Monday, April 29, 2013 12:50:25 PM UTC+8, Takashi SASAKI wrote:
>>
>> I'm posting this topic for personal interest.
>> What is the most common IDE for Google App Engine with Python?
>>
>> I'm using PyDev for now. Some of my friends are using PyCharm.
>> Whereas there is the official Eclipse plugin for Java, not for Python.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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  wrote:

> Yeah... same here... weird...
>
> Thank you
>
> -- Catoto
>
>
> On Thu, Apr 18, 2013 at 5:15 PM, Brian Tosch 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 unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

 --
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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  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 unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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"  wrote:

> function doGet() {
>
>   return HtmlService.createHtmlOutput("hi
> there");
>
> }
>
> When I deploy this script and view in my browser, I get the white screen
> of death with no errors instead of the expected "hi there" When I view the
> source of my page, I see lots of strange looking javascript and tags, but
> nothing that looks like what I wrote. Any ideas what I am missing?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 time. Last year we had the same
situation for weeks.
Google is not learning from past faults. That's the biggest problem.
Check the latest comments of last years issue:
http://code.google.com/p/googleappengine/issues/detail?id=8004

I think it is important to make this behavior public. And I hope the press
will tell the story.
All in all GAE is not a priority product of Google and I'm sure that
it is out of business in the next five years!


On Thu, Feb 28, 2013 at 4:23 AM, Prashant Hegde
 wrote:
> Many apps are hitting the same issue, starring the following may increase
> chances of getting resolution. The app engine performance is
unpredictable.
> Right now, as far as we are concerned, the most effective solution is to
> offer prayers very sincerely every morning.
>
> http://code.google.com/p/googleappengine/issues/detail?id=8781
>
> This issue has been around for a few weeks with no resolution or any
> semblance of activity.
>
> Prashant
>
>
>
>
>
> On Thu, Feb 28, 2013 at 7:15 AM, Cesium  wrote:
>>
>> Oh Joy,
>>
>> Now the console charts have been erased.
>>
>> I'm losing it.
>>
>> Unicorn liver pate for dinner.
>>
>> David
>>
>>
>>
>> On Wednesday, February 27, 2013 6:10:37 PM UTC-7, Cesium wrote:
>> > Starting about 16:30 Pacific time, my Java HRD Instances were shutting
>> > down after just a few seconds.
>> >
>> > Just as my rage reached class IV, serving returned to normal.
>> >
>> > I know this is an overreaction, but I may have to sacrifice a unicorn.
>> >
>> > Please, please, App Engine team, spare Mr. Sparkles.
>> >
>> >
>> > This is disheartening,
>> > David
>> >
>> > On Wednesday, February 27, 2013 11:32:07 AM UTC-7, Chris Tan wrote:
>> > > I'm also getting this problem.
>> > >
>> > > On Wednesday, February 27, 2013 7:50:47 AM UTC-8, Kinesh Patel
>> > > wrote:On Python 2.7 paid app. Setting an idle instance seems to
mitigate
>> > > this, but every time a new dynamic instance is spawned or hit i get
this
>> > > problem. Definitely not normal behavior.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-02-27 Thread Thiago Catoto
Hi,

I used to have the same number 8/9 (never 10 because we couldn't override a
version with 10), now i got 5 tops, in my case the problem stoped but most
likely to be just a blind guess... anyway, can you give it a try?

Cheers,

-- Catoto


On Wed, Feb 27, 2013 at 1:14 AM, Maxime Rafalimanana wrote:

> 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  wrote:
>
>> 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, Feb 26, 2013 at 10:08 PM, emerix  wrote:
>>
>>> I get "A server error has occurred" in the Admin console whenever I
>>> delete a version or when I set a version to be default.
>>> Fortunately, the action is performed but there must be something wrong
>>> somewhere if this message appears every time...
>>>
>>> Does anyone have the same issue?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at
>>> http://groups.google.com/group/google-appengine?hl=en.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>>
>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/google-appengine/-G8m6GbUo4w/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> google-appengine+unsubscr...@googlegroups.com.
>>
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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, Feb 26, 2013 at 10:08 PM, emerix  wrote:

> I get "A server error has occurred" in the Admin console whenever I delete
> a version or when I set a version to be default.
> Fortunately, the action is performed but there must be something wrong
> somewhere if this message appears every time...
>
> Does anyone have the same issue?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 like this:
===

def tx_sync_payments(self, payment_order_instance, eligible_payment_keys):
...
db.put(...)
...
db.delete(...)
...
===
In other function
===
.
.
.
try:
db.run_in_transaction(
self.tx_sync_payments,
payment_order_instance,
profile_epayments
)
except Exception, e:
return self.error('Failed to run tx_sync_payments() within transaction,
error: %s' % e)

===

please, can some one Help me?

I have tried to put the @db.transactional(xg=True) on the tx_sync_payments
and call it without the db.run_in_transaction, but same error.

Thanks.
-- Catoto

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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  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)
>
> ===
>
> tcatoto$ appcfg.py --num_days=2 --severity=0 --include_all
> request_logs . logs.txt
>
> 2013-01-24 15:46:18,313 WARNING appinfo.py:1150 The datastore_admin
> builtin is deprecated. You can find information on how to enable it
> through the Administrative Console here:
> http://developers.google.com/appengine/docs/adminconsole/datastoreadmin.html
> 2013-01-24 15:46:18,313 WARNING appinfo.py:1157 The mapreduce builtin
> is deprecated. You can find more information on how to configure and
> use it here: 
> http://developers.google.com/appengine/docs/python/dataprocessing/overview.html
> 03:46 PM Application: mlvcbackend
> 03:46 PM Host: appengine.google.com
> 03:46 PM Downloading request logs for app mlvcbackend version production--2-9.
> 03:47 PM Copying request logs to 'logs.txt'.
> 03:47 PM Copied 6271 records.
>
> ===
>
> Those 6271 are logs from ~ 2012-01-24 9:30 to 2012-01-24 09:40
>
> First line:
> 201.58.98.57 - - [24/Jan/2013:09:33:07 -0800]
>
> Last Line:
> 177.36.104.177 - - [24/Jan/2013:09:44:20 -0800]
>
> Logs Retention set to 5G or 90 days
>
> Any tips?
>
> Thanks,
>
> -- Catoto

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 WARNING appinfo.py:1150 The datastore_admin
builtin is deprecated. You can find information on how to enable it
through the Administrative Console here:
http://developers.google.com/appengine/docs/adminconsole/datastoreadmin.html
2013-01-24 15:46:18,313 WARNING appinfo.py:1157 The mapreduce builtin
is deprecated. You can find more information on how to configure and
use it here: 
http://developers.google.com/appengine/docs/python/dataprocessing/overview.html
03:46 PM Application: mlvcbackend
03:46 PM Host: appengine.google.com
03:46 PM Downloading request logs for app mlvcbackend version production--2-9.
03:47 PM Copying request logs to 'logs.txt'.
03:47 PM Copied 6271 records.

===

Those 6271 are logs from ~ 2012-01-24 9:30 to 2012-01-24 09:40

First line:
201.58.98.57 - - [24/Jan/2013:09:33:07 -0800]

Last Line:
177.36.104.177 - - [24/Jan/2013:09:44:20 -0800]

Logs Retention set to 5G or 90 days

Any tips?

Thanks,

-- 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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 the place is hard to maintain I
guess). Hope it helps...

Cheers,

-- Catoto

On Tue, Jan 15, 2013 at 2:54 PM, Vik  wrote:
> I am sorry Ian about that. Actually I went through it and found that its
> about entity group or cross group transactions. As our data or operations
> are not really critical to business being a non profit and do not involve
> any financial transactions etc so we do not care about atomicity of
> transactions. And hence are not really using entity groups etc. We query
> different objects, then persist or delete objects from different entities
> without caring if things fails then partial operations to the datastore are
> acceptable to us.
>
> So, that's why may be we dont need persistence.xml
>
> Thankx and Regards
>
> Vik
> Founder
> http://www.sakshum.org
> http://blog.sakshum.org
>
>
> On Tue, Jan 15, 2013 at 3:29 AM, Ian Marshall 
> wrote:
>>
>> You are asking for help on this topic repeatedly, but you will
>> probably need to demonstrate a willingness to take action on responses
>> already made before others chip in.
>>
>> For example: someone asked you about your "persistence.xml" file. You
>> just responded that you didn't have this file and wanted more advice.
>>
>> If a solution is so vital for you, have you examined the GAE/J JDO
>> documentation to find out what this file might do for you? If so, what
>> have you found out? If not, it looks like you are not bothered and
>> just want the quick fix on a plate.
>>
>> Good luck,
>>
>> Ian
>>
>>
>> On 15 Jan, 01:14, Vik  wrote:
>> > Someone please advise on this blocking issue
>> >
>> > Thankx and Regards
>> >
>> > Vik
>> > Founderhttp://www.sakshum.orghttp://blog.sakshum.org
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Thu, Jan 10, 2013 at 10:44 AM, Vik  wrote:
>> > > Hello
>> >
>> > > Please advise on the below thread. We are really stuck on this.
>> > > Thankx and Regards
>> >
>> > > Vik
>> > > Founder
>> > >http://www.sakshum.org
>> > >http://blog.sakshum.org
>> >
>> > > -- Forwarded message --
>> > > From: Vik 
>> > > Date: Tue, Jan 1, 2013 at 8:00 PM
>> > > Subject: need urgent help
>> > > To: google-appengine@googlegroups.com
>> >
>> > > Hello
>> >
>> > > Happy new year to the members!
>> >
>> > > Can someone please help us on
>> >
>> > > >http://stackoverflow.com/questions/14016052/why-do-i-get-persistence-...
>> >
>> > > Thankx and Regards
>> >
>> > > Vik
>> > > Founder
>> > >http://www.sakshum.org
>> > >http://blog.sakshum.org
>>
>> --
>> 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] 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  wrote:

> Hello. today I app was launched but some hours later most of instances got
> deadline/deadlock/internal errors and its sibling errors.
>
> Many of requests took 60s but some of them just works.
>
> I upload issues to tracker:
>
>
> http://code.google.com/p/googleappengine/issues/detail?id=8672&thanks=8672&ts=1358253580
>
> Can anybody help us to get out of terrible deadlock errors?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/e-wJtV7CniAJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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?)




On Tue, Jan 8, 2013 at 8:19 PM, Vik  wrote:

> some please help us on this issue
>
> Thankx and Regards
>
> Vik
> Founder
> http://www.sakshum.org
> http://blog.sakshum.org
>
>
> On Mon, Jan 7, 2013 at 4:34 PM, Vik  wrote:
>
>> can some one help us on this please? becoming a blocking issue
>>
>> Thankx and Regards
>>
>> Vik
>> Founder
>> http://www.sakshum.org
>> http://blog.sakshum.org
>>
>>
>> On Tue, Jan 1, 2013 at 8:00 PM, Vik  wrote:
>>
>>> Hello
>>>
>>> Happy new year to the members!
>>>
>>> Can someone please help us on
>>> http://stackoverflow.com/questions/14016052/why-do-i-get-persistence-manager-has-been-closed-exception
>>>
>>>
>>> Thankx and Regards
>>>
>>> Vik
>>> Founder
>>> http://www.sakshum.org
>>> http://blog.sakshum.org
>>>
>>
>>
>  --
> 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] how does a user become an admin?

2012-12-20 Thread Thiago Catoto
Hi,

Sorry about that, I missed that you wanna to use your own authentication
for logins. I might be wrong but pretty sure that this "login: admin" is
only for the "built-in" autentication of Google, the same used to log on
the GAE console.

I guess you need to create your own filter for this, using your own
decorator on the webapp.RequestHandler maybe?

hope it helps...

cheer
-- Catoto.


On Wed, Dec 19, 2012 at 5:20 PM, Emmanuel Mayssat wrote:

> Apparently on the dev server, I need to login using /_ah/login and select
> login as administrator.
> That creates a dev_appserver_login cookie.
>
> Not sure how that works if you have your own login facility as I do
> How can my user be admin when using my own login facility?
>
> It may be that you have to use the google appengine user model...
>
> Apparently no one on this mailing list knows how to verify
> handlers:
> - url: /admin/.*
>   script: main.app
>   login: admin  <-- here !
>
> Will try stackoverflow !
>
>
> On Tue, Dec 18, 2012 at 6:39 PM, Thiago Catoto  wrote:
>
>> admn == owner !?
>>
>> o.O
>> On Dec 19, 2012 12:35 AM, "Emmanuel Mayssat"  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  wrote:
>>>
>>>> the admin users are listed in 'Permissions' page
>>>> -- Gianni
>>>>
>>>>
>>>>
>>>> On Mon, Dec 17, 2012 at 9:38 PM, Emmanuel Mayssat 
>>>> wrote:
>>>>
>>>>> handlers:
>>>>> - url: /admin/.*
>>>>>   script: main.app
>>>>>   login: admin
>>>>>
>>>>
>>>>  --
>>>> 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.
>>
>
>  --
> 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] 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 wrote:

> Please can u tell me how to create crone.xml file/
>
> I was trying to create from eclipse but not doc/xsd file is there can
> i create directly  ??
>
> --
> 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/-/vigqoF4XLYwJ.
> 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] 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"  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  wrote:
>
>> the admin users are listed in 'Permissions' page
>> -- Gianni
>>
>>
>>
>> On Mon, Dec 17, 2012 at 9:38 PM, Emmanuel Mayssat wrote:
>>
>>> handlers:
>>> - url: /admin/.*
>>>   script: main.app
>>>   login: admin
>>>
>>
>>  --
>> 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.



[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 ---



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.


--- end server output ---

Password for tcat...@gmail.com: If deploy fails you might need to
'rollback' manually.
The "Make Symlinks..." menu option can help with command-line work.
*** appcfg.py has finished with exit code 1 ***

===

any tips??

-- 
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] 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"  wrote:

> Tell your credit card to stop paying.
>
> --
> 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/-/pQLcqcShrkoJ.
> 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] 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  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
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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 wrote:

> 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 boilerplate looks like it will be very useful to me.
>
> Now I just need an idea for something to actually develop. ha.
>
> I'm going to finish the basic "build a blog" course on Udacity and branch
> out from there.
>
> 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/-/RWC1wc51jSIJ.
>
> 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] 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 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] 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  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 someone from the appengine team please look into it asap.
>
> Thank you
>
> --
> 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/-/ox-BPyJPyPgJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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 with a empty "Python Path" on GAE
Laucher

http://cl.ly/image/3v0g2d182v0z

-- Catoto

PS: Sorry about the ls on that folder and the "import webob", it happend to
my when i updated a previus SDK and use the webob import, not your case for
sure! :p



On Tue, Nov 20, 2012 at 3:21 PM, Blaine Hodder wrote:

>
> Hi Kord,
>
> Hmm... I tried the --debug in the extra flag field but the log result was
> the same.
>
> Lastly, GAE has never worked.   It doesn't just periodically show the
> yellow fail icon when I have another process running... I have literally
> never seen it run properly on this computer.
>
> Thanks again for the help either way! I really appreciate it.  If you, or
> anyone else has any other ideas I open to hear them!
>
>
> Thanks,
> Blaine
>
> --
> 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/-/qsCULxS3uEoJ.
>
> 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] 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 /Applications/GoogleAppEngineLauncher
.app/Contents/Resources/GoogleAppEngine
-default.bundle/Contents/Resources/google_appengine/lib )

cheer, Catoto.


On Thu, Nov 8, 2012 at 11:25 PM, Blaine Hodder wrote:

> Hi Catoto,
>>
>
> Thanks for responding to my question!
>
> Attached is a photo screenshot of the GAElauncher and preferences.  The
> path for python was pasted directly from my terminal after typing the
> 'which python' command.
>
> Lastly, I will paste the app.yaml file contents below:
>
> application: hello
> version: 1
> runtime: python27
> api_version: 1
> threadsafe: yes
>
> handlers:
> - url: /favicon\.ico
>   static_files: favicon.ico
>   upload: favicon\.ico
>
> - url: .*
>   script: main.app
>
> libraries:
> - name: webapp2
>   version: "2.5.1"
>
>
>
>
> I have not attempted setting up GAE in a virtual env.
>
> Thanks again for responding to my question,
>
> Blaine
>
> --
> 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/-/m8NbYuzT9FIJ.
>
> 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] 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 wrote:

> Hi all,
>
> I am unable to get Appengine running as it hangs with the yellow clock
> when I hit run.
>
> I am running python 2.7.3 and OSX 10.6.8.
>
> I have downloaded Appengine, dragged the launcher to my desktop and
> created a new project. When I hit run, the yellow clock appears and never
> goes away. Therefore when I navigate to the local host the app is not
> running.
>
> In the log I get the following error:
>
> *** Running dev_appserver with the following flags:
> --admin_console_server= --port=8081 Python command:
>
> The name of the project is simply 'hello' in lowercase, so that should not
> be the problem. I have tried both port 8080, and 8081, but the problem
> persists. I have attempted fresh installs of both Python 2.7 and Appengine
> yet that does not asolve the problem. Lastly, I have tried pasting the
> python path in Appengine's launcher preferences but it doesn't seem to help
> either.
>
>
> Any ideas?
>
>  --
> 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/-/56l8--FpNRsJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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  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.
>
> *
> https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-downtime-notify/SMd2pDJsCPo
> *
> *
> *Iein (Google)
>
> On Friday, October 26, 2012 8:43:49 AM UTC-7, Attila-Mihaly Balazs wrote:
>>
>> Probably this thread is of interest to people: https://groups.google.com/
>> **forum/?fromgroups=#!topic/**google-appengine-downtime-**
>> notify/SMd2pDJsCPo
>>
>> Regards,
>> Attila
>>
>> On Friday, 26 October 2012 18:16:14 UTC+3, Attila-Mihaly Balazs wrote:
>>>
>>> The same here.
>>>
>>> Language: Python
>>> Datastore: HRD
>>>
>>> This seems to be a major outage. KhanAcademy is down. The status site
>>> [1] doesn't come up for me. Neither do the documentation pages [2]. Would
>>> love to hear some ETA on this.
>>>
>>> Attila
>>>
>>> [1] 
>>> code.google.com/status/**appengine
>>> [2] https://developers.google.com/**appengine/docs/python/search/**
>>> overview
>>>
>>  --
> 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/-/mMvQBoWotjYJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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) wrote:

> The App Engine team is working on it. Please follow
> https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-downtime-notify/SMd2pDJsCPofor
>  updates.
>
> Max (Google)
>
>
> On Friday, 26 October 2012 08:32:11 UTC-7, Giovanni Di Noia wrote:
>
>> https://groups.google.com/d/**topic/google-appengine-**
>> downtime-notify/SMd2pDJsCPo/**discussion
>> -- Gianni
>>
>>
>>
>> 2012/10/26 Santiago 
>>
>>> All our apps are currently down! :(
>>>
>>>
>>> On Friday, October 26, 2012 12:37:48 PM UTC-2, Olivier Truemat wrote:

 Hi,

 Just had my web site totally not accessible. Also the appengine console
 is not accessible anymore.

 appid is francecorentstudents.com

 Could someone from Google have a look ?

 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/-/**zez85956hQcJ
>>> .
>>>
>>> To post to this group, send email to google-a...@googlegroups.**com.
>>> To unsubscribe from this group, send email to google-appengi...@**
>>> 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/-/QgUHLRjtfZsJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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  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 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/-/L7hyLJMkZ2YJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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 wrote:

> 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. Also the appengine console
>> is not accessible anymore.
>>
>> appid is francecorentstudents.com
>>
>> Could someone from Google have a look ?
>>
>> 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/-/GrhBLZJs_kkJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 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 is correct too... are
you using Java? If so, your should try using python bulk upload (
https://developers.google.com/appengine/docs/python/tools/uploadingdata) if
it fit in your needs.

Hope it helps,

cheers.

On Sat, Oct 20, 2012 at 10:33 AM, Brian  wrote:

> Okay, so with a fresh unused (0%) quota today I tried running my remote
> api job again, but first I cut the size of the task down to 1/3 of what it
> was previously. On the first run, it consumed 1% of my daily read ops
> quota. Encouraged, I ran another batch and within moments it consumed all
> 100% of my quota again! What's up with that?! I can not trim my job down to
> any smaller chunks than this -- what can I do now to workaround this
> problem?
>
> --
> 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/-/vbz4pmqDfQUJ.
>
> 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] 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  wrote:

> I discovered that GAE charges you for skipping entities in Datastore with
> OFFSET.  So, if you want to retrieve 1 record at offset 10, you pay for
> reading 11.
>
> This makes OFFSET expensive and WORTHLESS ...
>
> Offset should never be mentioned in the documentation without a footnote
> that says you can't afford to use it.
>
> Kinda pissed about this.
>
> --
> 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/-/JJAn3Ju-rD4J.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2012-07-25 Thread Thiago Catoto
Thanks Takashi!

And sorry about the wrong info Emanuele...

On Wed, Jul 25, 2012 at 11:01 AM, Takashi Matsuo  wrote:

>
> For clarification, it used to be 10 secs, but now the maximum deadline of
> the urlfetch is 60 seconds for online requests, 600 seconds for offline
> requests(taskqueue and cron).
>
> -- Takashi
>
>
> On Wed, Jul 25, 2012 at 10:36 PM, Thiago Catoto  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 if you have the need of
>> longer requests, but it would get more complicated to handling the response
>> to the SOAP "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("sun.net.client.defaultConnectTimeout", "1");
>>> System.setProperty("sun.net.client.defaultReadTimeout", "1");
>>>
>>> It makes no difference. Then have tried:
>>>((BindingProvider)
>>> port).getRequestContext().put(BindingProviderProperties.REQUEST_TIMEOUT,
>>> 30);
>>>
>>> but it says "BindingProviderProperties is not supported by Google App
>>> Engine's Java runtime environment".
>>> But at least when testing locally, it works most of the time.
>>>
>>> Instead, on GAE servers, it fails. Have tried catching any exception but
>>> can't even do that.
>>> The call that fails is:
>>>
>>> new javax.xml.ws.Service(java.net.URL wsdlDocumentLocation, QName
>>> serviceName)
>>>
>>>
>>>
>>> On Thursday, 21 June 2012 21:49:28 UTC+12, Michel Jonker wrote:
>>>>
>>>> Yes I have the same issue, I cannot find a way to increase the connect
>>>> timeout through JAX-WS that is allowed by Google...
>>>>
>>>> On Friday, June 1, 2012 11:32:20 AM UTC+2, Deepak Singh wrote:
>>>>>
>>>>> Hi Aljaz,
>>>>>
>>>>> I am still facing the same problem and app is running with problem.
>>>>>
>>>>> Let us do something out of the box so that google puts an attention
>>>>> over the issue.
>>>>>
>>>>> Thanks
>>>>> Deepak
>>>>>
>>>>> On Fri, Jun 1, 2012 at 2:35 PM, Aljaz Delakorda 
>>>>> wrote:
>>>>>
>>>>>> Hi Deepak,
>>>>>>
>>>>>> Sorry to contact you in this way, but the Issue where you were
>>>>>> discussing has been marked as obsolete.
>>>>>>
>>>>>> I am having exact same Problem as you described here:
>>>>>> http://code.google.com/p/**googleappengine/issues/detail?**id=5927#c5<http://code.google.com/p/googleappengine/issues/detail?id=5927#c5>
>>>>>>
>>>>>> I am calling a soap service (via jax-ws) which uses UrlFetch
>>>>>> internally. I become very often a SocketTimeotException while fetching 
>>>>>> the
>>>>>> response... Did you find a way how to increase this Timeout? How did you
>>>>>> solve the problem? I cannot find any solutions on the web...
>>>>>>
>>>>>> I hope you can take a second to help me out.
>>>>>>
>>>>>> Thank you for your time,
>>>>>> Best regards,
>>>>>> Aljaz Delakorda
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Deepak Singh
>>>>>
>>>>  --
>>> 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/-/DbLPCLSYVGoJ.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> --
> Takashi Matsuo
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2012-07-25 Thread Thiago Catoto
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 if you have the need of
longer requests, but it would get more complicated to handling the response
to the SOAP "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("sun.net.client.defaultConnectTimeout", "1");
> System.setProperty("sun.net.client.defaultReadTimeout", "1");
>
> It makes no difference. Then have tried:
>((BindingProvider)
> port).getRequestContext().put(BindingProviderProperties.REQUEST_TIMEOUT,
> 30);
>
> but it says "BindingProviderProperties is not supported by Google App
> Engine's Java runtime environment".
> But at least when testing locally, it works most of the time.
>
> Instead, on GAE servers, it fails. Have tried catching any exception but
> can't even do that.
> The call that fails is:
>
> new javax.xml.ws.Service(java.net.URL wsdlDocumentLocation, QName
> serviceName)
>
>
>
> On Thursday, 21 June 2012 21:49:28 UTC+12, Michel Jonker wrote:
>>
>> Yes I have the same issue, I cannot find a way to increase the connect
>> timeout through JAX-WS that is allowed by Google...
>>
>> On Friday, June 1, 2012 11:32:20 AM UTC+2, Deepak Singh wrote:
>>>
>>> Hi Aljaz,
>>>
>>> I am still facing the same problem and app is running with problem.
>>>
>>> Let us do something out of the box so that google puts an attention over
>>> the issue.
>>>
>>> Thanks
>>> Deepak
>>>
>>> On Fri, Jun 1, 2012 at 2:35 PM, Aljaz Delakorda wrote:
>>>
>>>> Hi Deepak,
>>>>
>>>> Sorry to contact you in this way, but the Issue where you were
>>>> discussing has been marked as obsolete.
>>>>
>>>> I am having exact same Problem as you described here:
>>>> http://code.google.com/p/**googleappengine/issues/detail?**id=5927#c5<http://code.google.com/p/googleappengine/issues/detail?id=5927#c5>
>>>>
>>>> I am calling a soap service (via jax-ws) which uses UrlFetch
>>>> internally. I become very often a SocketTimeotException while fetching the
>>>> response... Did you find a way how to increase this Timeout? How did you
>>>> solve the problem? I cannot find any solutions on the web...
>>>>
>>>> I hope you can take a second to help me out.
>>>>
>>>> Thank you for your time,
>>>> Best regards,
>>>> Aljaz Delakorda
>>>>
>>>
>>>
>>>
>>> --
>>> Deepak Singh
>>>
>>  --
> 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/-/DbLPCLSYVGoJ.
> 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] 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  wrote:

> Hi,
>
> Am I the only one impacted ? While accessing https://appengine.google.com/,
> I am getting "An unexpected failure has occurred".
>
> Also, I cannot deploy a new version of my app, getting the message :
>
> "503 Service Unavailable
>
>
> Try Again (503)
>
> An unexpected failure has occurred. Please try again."
>
> --
> 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/-/XRQevIUDx3sJ.
> 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.