[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Damon Billian
That's easy to address. I asked our CEO, who also happens to be a lawyer, if we have ever sent you a C&D letter from the company or from our attorneys. His response: "No". Perhaps it was some other company? On Friday, May 25, 2012 2:16:05 AM UTC-7, Brandon Wirtz wrote: > > If I was spreading mi

[google-appengine] Re: Cron job on backends not run

2012-05-25 Thread weboo
I have same problem. The cron job on dynamic backend instance does not works. So I set the job which responses only "OK" 1 minites before real job, it works. Hidetaka On May 26, 5:59 am, Steve Meyfroidt wrote: > I had the same. I think there's a timeout while the instance is > started. > > I fi

[google-appengine] Re: Developing Multilingual Web Applications Using JavaServer Pages Technology

2012-05-25 Thread Torleif
I have this error message in my console in google app engine; java.lang.RuntimeException: java.io.NotSerializableException: javax.servlet.jsp.jstl.fmt.LocalizationContext On Saturday, May 26, 2012 10:13:46 AM UTC+8, Torleif wrote: > > My page works now in English, http://neptune-app-id.appspot.

[google-appengine] Re: Developing Multilingual Web Applications Using JavaServer Pages Technology

2012-05-25 Thread Torleif
My page works now in English, http://neptune-app-id.appspot.com & http://neptune-app-id.appspot.com/?locale=en_GB but only this language, Swedish and Russian language do not work. If i try to change it stays in English only. Somebody with an input what is missing here or if i still do something

[google-appengine] Property files & Java’s ResourceBundle class

2012-05-25 Thread Torleif
I have my properties files in WEB/INF/classes. There are 3 of them, WebTexts_en.properties, WebTexts_sv.properties and WebTexts_ry.properties. But my files are not being loaded correctly because of something i am missing here. What about the ResourceBundle? Where i find this and how does it loo

[google-appengine] Re: java performance versus python, cheaper?

2012-05-25 Thread Brandon Wirtz
Actually, since so much of App Engine Apps tend to be dependent on API's, the Language doesn't make much difference in cost. A DataStore Read or Write is the same cost in either. New instances seem to spin up faster (for me) in python than Java, which gets you a small savings. Java has better mu

[google-appengine] Re: "The only SMS verified owner cannot be removed."

2012-05-25 Thread Brandon Thomson
I figured it out. The only SMS-verified account was listed as a developer. I verified one of the owners and then it let me remove a different owner. So, what it should actually say is "None of the owners are SMS-verified. At least one of the owners must be SMS verified before you will be able to

[google-appengine] Re: Feedparser on google app engine

2012-05-25 Thread Bryce Cutt
Just copy the feedparser.py file into your project. You can download the full package here (https://code.google.com/p/feedparser/) but you only need the one file. #to use it import feedparser feed = feedparser.parse('some_url') for entry in feed.entries: print entry.get('title') On Friday, M

[google-appengine] Re: Cron job on backends not run

2012-05-25 Thread Steve Meyfroidt
I had the same. I think there's a timeout while the instance is started. I fixed it by scheduling a call to _ah/warmup a minute before the first real work job. Now I see those warmups always fail, but the real work gets done, presumably because the instance is up by the time they're scheduled to r

[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Brandon Wirtz
> > Very weak point. GAE also has a pool of shared IP adresses and allows > hardcore pornography. You should know best since you've created your > own porn site on GAE and posted it everywhere in this group for your > little "policy-test". I think it is a very strong point. If you install CloudFl

[google-appengine] Feedparser on google app engine

2012-05-25 Thread PK
How to use feedparser for python on google app engine? -- 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+u

[google-appengine] Re: Cannot add acces from Google Apps domain to Google App Eninge application.

2012-05-25 Thread Jeroen Benckhuijsen
Found the error, Google wasn't willing to help here, too bad, it's not within their core product stack, but on their control panel, very strange. Issue was a typo in the domain name I entered, which is not recoverable except by deleting the application and creating a new one. Should be added to

[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Brandon Wirtz
PS. My porn site received 5 visitors yesterday. I don't really want to be in the porn business, I just want to know if the world changes one day and Google turns the site off. It is a Canary. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Klaus K.
> Glad you have good luck. That hasn't been the case for many others, and it > is not just the captcha. > > Several Schools found that their students couldn't go to their own sites > because the Net Nanny deemed their School Porn sites because of a Shared IP. Very weak point. GAE also has a pool of

[google-appengine] backup and restore by namespace - is there a commercial product out there / someone who wants to sell it ?

2012-05-25 Thread hugues2
Hi, Does anyone knows if there is a commercial product out there implementing Datastore backup and restore by namespace. If not, I'll have to develop for my own application and I'd like to avoid it. Alternative is to buy it from someone who is ok to share the code. I am looking for a solution u

Re: [google-appengine] Re: How can i increase indexes of my application

2012-05-25 Thread Nicanor Babula
SOLVED!!! For anybody who might run into the same problem, try to change the default version back and forth and the quota will be reset. Cheers. Appengine rules. On Wed, May 2, 2012 at 9:37 PM, Nicanor Babula wrote: > And here is the log message: > > [log] > Unable to update indexes: > com.google

Re: [google-appengine] Re: Index building how long does it take?

2012-05-25 Thread Barry Hunter
On Fri, May 25, 2012 at 3:56 AM, PK wrote: > It just started serving 90 minutes later. My data model had been stable for > a long time, good reminder not to make a new version of an app live before > you double check the index status, if you are changing indexes. > > But in any case, is this exper

[google-appengine] Critical memory errors in the past 48 hours.

2012-05-25 Thread Kenneth
I've noticed a few critical memory errors in the past 24 hours that can't be explained by actually memory usage of the request (I'm also noticed a few that could be). The most recent one was in our two line ping response. Anyone else seeing more memory errors? It looks to me like either googl

[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Brandon Wirtz
If I was spreading misinformation you would have served me (another) C&D. We have been there, done that. Didn't work out last time. -- 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@google