[google-appengine] SMS account validation doesn't work

2011-12-13 Thread Thiago Sousa Santos
Hello, I've been trying to create an app, but I never receive the sms code for validation. The same mobile number was used for gmail validation some time ago and it worked. I already filled the sms problem form that's linked on the FAQ (last week). I didn't get any instruction or confirmation o

[google-appengine] Re: SMS account validation doesn't work

2011-12-13 Thread Simon Knott
Hi, Have you followed the FAQ here? http://code.google.com/appengine/kb/sms.html Cheers, Simon -- 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/-/

[google-appengine] Re: You have sent too many SMS verification messages , HOW TO FIX IT??

2011-12-13 Thread Simon Knott
Hi, I'm not sure all the capitals were really required - did you follow the FAQ here? http://code.google.com/appengine/kb/sms.html Additionally, if you search these forums at all there are numerous messages from people who have previously faced a similar issue. Cheers, Simon -- You received

[google-appengine] How to estimate your daily budget?

2011-12-13 Thread Luc
Hi, Is there a way to estimate your daily budget based on the number & volume of reads,writes and emails - calculating the estimated bandwidth ,instances usage,channels, XMPP stanzas and all of the items listed in 'Billable Resource Unit Cost'

[google-appengine] Re: SSL Release

2011-12-13 Thread Peter McKenzie
+1 to what Cayden said. We're working hard on getting SSL ready to launch. cheers, Peter -- 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/-/reA63BnD

[google-appengine] App Engine 1.6.1 Released!

2011-12-13 Thread Ikai Lan (Google)
Hey everyone, App Engine 1.6.1 has been released! Get it while it's hot! You can view the blog post below: http://googleappengine.blogspot.com/2011/12/app-engine-161-released.html The "Downloads" page in the documentation will be updated shortly. If you want to beat everyone else to it, you can

[google-appengine] Re: We are unable to process your request at this time. Please try again later. (Error #1000, DEBUG: Unknown, java.lang.NullPointerException, message null, DashboardHelper.java:429)

2011-12-13 Thread zenmedia
filing a bug for this as I can not get this to work properly: http://code.google.com/p/googleappengine/issues/detail?id=6545 -- 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.co

Re: [google-appengine] Bloom filter index

2011-12-13 Thread Ikai Lan (Google)
Tom, Can you link directly to the Bloom Filter implementation? It's not obvious from the main project page how to find it. Any time we can get people to think about computer science-y solutions to big data problems instead of just subscribing to RDBMS dogma, we win =). While bloom filters are not

[google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Vivek Puri
Ikai, Looking at my Application setting, i see that the "Frontend Instance Class" is set to F2 by default. I didnt change it to F2. However the docs(http://code.google.com/appengine/docs/adminconsole/ performancesettings.html#Setting_the_Frontend_Instance_Class) say that F1 is default . Let me kno

[google-appengine] Re: SMS account validation doesn't work

2011-12-13 Thread Thiago Sousa Santos
Yes, my mobile service has SMS services, and it is one of the supported companies on the list. I've also already filled the sms issues form (one week ago), but I got no confirmation, answer or instructions on how to proceed. -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Waleed Abdulla
A couple of questions: 1. Since not all my requests are the same, I wouldn't want to use bigger front-end instances across the board. Are there plans to allow setting instance type based on app.yaml routes? 2. Can you clarify this point? Will mapreduce not be supported on Python 2.7? "WARNIN

[google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Vivek Puri
+1 for point 1. But i think to reach there, there was to be some kind of profiling information that appengine needs to be provide, like /app/ url1 url needs to be run on F4 instances, while /app/url2 needs to run on F1. On Dec 13, 3:04 pm, Waleed Abdulla wrote: > A couple of questions: > > 1. Sin

Re: [google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Brian Quinlan
Hi Waleed, On Wed, Dec 14, 2011 at 7:04 AM, Waleed Abdulla wrote: > A couple of questions: > > 1. Since not all my requests are the same, I wouldn't want to use bigger > front-end instances across the board. Are there plans to allow setting > instance type based on app.yaml routes? > > 2. Can you

[google-appengine] Re: Questions about Java application to run reports

2011-12-13 Thread Chris
Frontend instances have 60 seconds to finish processing. Look into Task Queues (10 minutes) /Backends (Unlimited, sort of). - Chris On Dec 12, 2:23 pm, newdeveloper wrote: > Hey, all, >   I'm new to Google App Engine. I'm writing a Java application to send > HTTP request to a website to run and

[google-appengine] Re: SMS account validation doesn't work

2011-12-13 Thread Thiago Sousa Santos
Thank you to whoever activated my account manually :) -- 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/-/T1vIzHxX2DEJ. To post to this group, send ema

[google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Kenneth
The link to the migration utility seems to have disappeared from application settings? I can still get to it by going to: https://appengine.google.com/migrating?&app_id= -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discus

[google-appengine] Re: many uncaused 500 status code, who to contact?

2011-12-13 Thread Cezary Wagner
Same problem. On 12 Gru, 22:28, thstart wrote: > I have the same issue today - usually my app is very fast. -- 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 unsubsc

[google-appengine] Need Help: Can't access app engine control for app I'm getting charged for.

2011-12-13 Thread Christian
The app 'spiritworksyoga' is a little site I threw together for my mom, but I no longer seem to be able to access it via the control panel. How do I find out which of my google accounts has control over this app? I've tried the small handful I use for projects and non seem to work. -- You rece

[google-appengine] Please help. My cell phone being used already?

2011-12-13 Thread Steven Sacks
I tried in vain for the last hour to find a link anywhere on the Google App Engine site that would help me and no luck. I worked for a company that is being dissolved by the end of the year. I used my email at that company to make a google app engine account and used my personal cell phone authent

[google-appengine] Problem with encoding while using lxml.html.tostring

2011-12-13 Thread Viktor Likin
Hello, My site is russian, I try to fix HTML using this code using the library - lxml.html post_obj.content = tostring(fromstring(entry.content.text.decode('utf-8'))) on my local machine(dev) it works well, in the cloud I get encoding problems. I do not know what to do. Thnak you. -- You rece

[google-appengine] Where is the migration tool?

2011-12-13 Thread VTPhil
Hi, I'm migrating my app from the master/slave to the high replication datastore. I'm following the steps described here: http://code.google.com/appengine/docs/adminconsole/applicationsettings.html#Migrate_from_Master/Slave_to_High_Replication_Datastore Step 1 in the Running the Migration tool s

[google-appengine] Watij on appengine

2011-12-13 Thread Phil McDonnell
Has anyone used Watij on appengine? This is a library that runs a browser locally in order to automate filling out fields in a webpage. I just tried using it from a jsp servlet to test and it failed because it calls some privileged methods to run the browser. Has anyone gotten it to work? Anyone

[google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread pdknsk
Why do versions have to share frontend classes? It'd be great if this were app.yaml configurable. I filed a bug for it. Also, how does this work with discounted instance hours? http://code.google.com/p/googleappengine/issues/detail?id=6547 -- You received this message because you are subscribed

[google-appengine] PDF file in email

2011-12-13 Thread newdeveloper
I saw a post about CVS attachment in mail yesterday. I make a similar code to attach PDF file in email. However it doesn't work and no email is sent out from JAE. Could anyone help to figure out how to make it work? //download PDF file InputStream is = httpConn.getInputStream(); String content_typ

[google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread sebastián serrano
Great release! The front-end instance classes makes the change on the pricing a useful thing. Cheers, Sebastian www.devsar.com -- 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

[google-appengine] Frontend Instance Class (Default F1? 128MB?) All my instances have been running around 256MB

2011-12-13 Thread Scott Murphy
Hi, I am confused. Did the default used to be F2? All my instances run > 128MB of ram. How is this possible? Does this mean that part of the memory is swapped to disk? If I choose a larger instance class say (F4), will my Java Heap size automatically change to allow up to 512MB heap? Or is t

Re: [google-appengine] Bloom filter index

2011-12-13 Thread Tom Gibara
Ikai, Prompted by your request for a link, I took time out this evening to write walkthrough for how to use my Bloom filter implementation and combined it with some very brief build instructions to make this blog post: http://blog.tomgibara.com/post/14190080839/crinch-bloom-filter Hopefully othe

Re: [google-appengine] Bloom filter index

2011-12-13 Thread Ikai Lan (Google)
Tom, Awesome! Your writing is really accessible, and I'd love to see more of it. I think Bloom Filters have caught on because conceptually, it's much easier to figure out optimizations when you know you can space/time efficient set inclusion checks. Bloom Filters are used everywhere - they're use

Re: [google-appengine] Re: SMS account validation doesn't work

2011-12-13 Thread Ikai Lan (Google)
You're welcome. Now ... how do we get people to stop asking this question (besides taking away SMS verification)? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Dec 13, 2011 at 1:11 PM, Thiago Sousa Santos < thiagossan...@gmail.com> wrote:

[google-appengine] Re: Watij on appengine

2011-12-13 Thread Phil McDonnell
As a follow up, would htmlunit be a better choice for web scraping / automation within App Engine? On Tue, Dec 13, 2011 at 6:48 PM, Phil McDonnell wrote: > Has anyone used Watij on appengine? This is a library that runs a browser > locally in order to automate filling out fields in a webpage. >

Re: [google-appengine] Re: SMS account validation doesn't work

2011-12-13 Thread Leo Mata
verification via carrier pidgeon? On Tue, Dec 13, 2011 at 7:34 PM, Ikai Lan (Google) wrote: > You're welcome. Now ... how do we get people to stop asking this question > (besides taking away SMS verification)? > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > plus.ikailan.com

[google-appengine] Re: Please help. My cell phone being used already?

2011-12-13 Thread Brian G
On the Account-> permissions page, add your second email address as a collaborator. Follow the email instructions to join the project. Once you have joined, your new address will be allowed to create applications. Brian On Dec 13, 1:08 pm, Steven Sacks wrote: > I tried in vain for the last hour

RE: [google-appengine] Bloom filter index

2011-12-13 Thread Brandon Wirtz
Short Misses: Let's say you are building an app that Pulls all of the Tax, Owner, and Last sale Prices for a given Address for a Real Estate App. You have decided to Optimize it with a Bloom Filter. Step 1: Query Validation Doing data structure validation makes a nice poor man's bloom. In

[google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Vivek Puri
Can someone from AppEngine team acknowledge these questions and answer them. On Dec 13, 2:46 pm, Vivek Puri wrote: > Ikai, > > Looking at my Application setting, i see that the "Frontend Instance > Class" is set to F2 by default. I didnt change it to F2. However the > docs(http://code.google.com

[google-appengine] Conversion API and Images

2011-12-13 Thread PizzaPanther
When converting HTML to PDF, it is noted that external CSS is not supported which is cool. My question is what about images? Is the IMG tag supported? How about background images from CSS? Will images show up in the generated PDF? -- You received this message because you are subscribed to

Re: [google-appengine] Re: App Engine 1.6.1 Released!

2011-12-13 Thread Gopal Patel
http://code.google.com/p/googleappengine/issues/detail?id=6550 star this issue. which allows options available in online admin console to be incorporated in app config file. -- and awesome release. conversation api rocks. does it support image inside html ? ( will test it anyhow, but official an

Re: [google-appengine] Exception invoking jsxGet_cookie using HTMLUnit 2.8

2011-12-13 Thread Phil McDonnell
Did you ever find a fix to this? I'm on HtmlUnit 2.9. I'm hitting the exact same issue. Thanks, Phil On Sun, Feb 20, 2011 at 5:20 AM, sheamuso wrote: > Hi, > > I get the exception: java.lang.RuntimeException: Server Error: Wrapped > com.gargoylesoftware.htmlunit.ScriptException: Exception invo

[google-appengine] Re: What happened to the promised reliability improvement for email delivery?

2011-12-13 Thread pdknsk
I had still hoped Google is quiet on this because they wanted to surprise us and sneak this into 1.6.1 but no such luck. -- 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.

[google-appengine] How do calculate discounted frontend classes instance hours?

2011-12-13 Thread pdknsk
The docs are not very helpful on this. http://code.google.com/appengine/docs/billing.html#Billable_Resource_Unit_Cost Frontend Instances (F1) Instance hours $0.08 Frontend Instances (F2) Instance hours $0.16 Frontend Instances (F4) Instance hours $0.32 Discounted InstancesInstance

Re: [google-appengine] Conversion API and Images

2011-12-13 Thread Gopal Patel
it works if added as assets, it will not work if it is external url. . On Wed, Dec 14, 2011 at 8:47 AM, PizzaPanther wrote: > When converting HTML to PDF, it is noted that external CSS is not > supported which is cool. My question is what about images? Is the IMG tag > supported? How about ba

Re: [google-appengine] How do calculate discounted frontend classes instance hours?

2011-12-13 Thread Gregory D'alesandre
Your assessment is completely correct (except for the last question), we'll work on doing a better job in documenting the way discounted instance hours are used for Frontend classes. Greg On Wed, Dec 14, 2011 at 5:02 AM, pdknsk wrote: > The docs are not very helpful on this. > > > http://code.g

[google-appengine] Re: Watij on appengine

2011-12-13 Thread Ernesto Oltra
I've used HtmlUnit before. It has a nice integration with the restricted environment of AppEngine. It works. -- 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-a

[google-appengine] Buffered Output

2011-12-13 Thread Brandon Wirtz
This post is a reminder for myself. Buffered output means you can't have a process that takes 45 seconds send "5%, 10%, 15% .." As line output as the process takes place you only get one update. "5%Done!" I was tired and spend 20 minutes figuring out why a code example for how to do this i