[google-appengine] Re: security issue (strange behavior)

2013-04-15 Thread @Mlaynes
Ok Jeff.. Although the code this sample is not complicated, really it was difficult to correct JSP file .. I was able locate the temporary file, but not clearly showed me the error .. neither old-fashioned way helped me .. finally cutting portions of the code, show to me the error on site

[google-appengine] Deployment error when using a maven property

2013-04-15 Thread Stefan Betermieux
Hi, it took me some time to figure out a reproducible deployment error (500 Internal Server Error) when using mvn appengine:update on a java project. It all boiled down to naming a maven property appengine.version in the pom. You can reproduce the error quite easily with the guestbook

[google-appengine] Multiple pages on app engine

2013-04-15 Thread Wilson Styres
So I want to have multiple pages on my site so for example I have: example.appspot.com and I want to add a: example.appspot.com/hello can anyone help with this? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread mike
Do you mind to share a bit on how you integrated APN ? Did you write the APN code yourself or use existing code? I need to implement APN in Python as well. I was using: https://github.com/samuraisam/pyapns Now I am thinking modify the code here: https://github.com/simonwhitaker/PyAPNs On

[google-appengine] how to porting code

2013-04-15 Thread leizouhust
I am a coder in China.I wrote a program with google API.And i deployed it on google app engine.But i suddenly realized that users can't vist google app engine in China except that they use a VPN.So i want to porting the code to other app engine.Is it possible?Is it difficult? -- You

[google-appengine] Search API over quota

2013-04-15 Thread Mike Dougherty
Hello, I am using the Search API for an application. I understand that it is limited to 20,000 calls per 24 hours on a free application. But I expected that limit to not be a hard limit once we are using a paid application. How do I remove this limit? Also, it seems that the limit was not reset

[google-appengine] ClientLogin on AppEngine production yields 403 but works fine on devserver

2013-04-15 Thread Raphael André Bauer
Hi, I know that ClientLogin is deprecated. Still - I cannot get it to work on production AppEngine. My code (in this case for the Adwords Api) looks like: UrlFetchTransport urlFetchTransport = new UrlFetchTransport(); ClientLoginTokens clientLoginTokens = new ClientLoginTokens.Builder()

[google-appengine] NDB Distinct and group by

2013-04-15 Thread Moises Belchin
Hi all, I've read this announcement and patch: https://groups.google.com/forum/?fromgroups=#!topic/appengine-ndb-discuss/GMBlHAaOOek https://codereview.appspot.com/7865043/ However I can't use DISTINCT or GROUP BY in the latest version of SDK 1.7.7 Can someone bring some light about this?

[google-appengine] Re: security issue (strange behavior)

2013-04-15 Thread @Mlaynes
Hi friends! I see that empty ads recording continues .. but, I had restricted their visualizations. This is good moment to put into practice honeyput techniques in the fields of my forms, or other ways..

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Jeff Schnitzer
Can't help you with python, but this bit of Java code works great for me (called via the task queue). It uses this library: https://github.com/notnoop/java-apns Code: @Singleton public class PushService { /** */ ApnsService service = APNS.newService()

[google-appengine] Backends uptime

2013-04-15 Thread PK
I did some experiments this weekend with backends and found that they were restarted mostly between 10 and some times up to 30 minutes. My experiments happened many time within a 24 hour window. There was no memory leaks or any other error I could notice. I have concluded that the system was

[google-appengine] Re: Backends uptime

2013-04-15 Thread Vinny P
Hello PK, For me, backend uptime is mixed. I've had some backends last for hours, and some backends that last for only 30 minutes before needing to be stopped and moved to another server. It's pretty much the luck of the draw - what server that the scheduler picks to run your app, and what

[google-appengine] Re: NDB Distinct and group by

2013-04-15 Thread Greg Jones
That wasn't really an announcement, just a request for code-review, which seems to be ongoing. Hopefully this means it will be in the next release. On Monday, 15 April 2013 12:08:53 UTC+1, Moises Belchin wrote: Hi all, I've read this announcement and patch:

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Rafael Sanches
Jeff, I use the same library, but I had to change their source code, specially the part where it create threads. It should use appengine threadfactory instead. Here's my issue comment: https://github.com/notnoop/java-apns/issues/101 I will submit a patch soon, but I'm tight on schedule. I have

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Rafael
Jeff, I use the same library, but I had to change their source code, specially the part where it create threads. It should use appengine threadfactory instead. Here's my issue comment: https://github.com/notnoop/java-apns/issues/101 I will submit a patch soon, but I'm tight on schedule. I have

[google-appengine] KFOR will not start SDK Launcher

2013-04-15 Thread Mab
KFOR will not start launcher, a file GoogleAppEngineLauncher.exe What to do? WARNING:root: Warning: Prerequisites for App Engine development are missing! A valid python binary must be available. In addition, the App Engine SDK must be installed. Here are the current values we found:

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Jeff Schnitzer
FYI, using withNoErrorDetection() it works on GAE out of the box. But it would probably be nice to have that feature working. Jeff On Mon, Apr 15, 2013 at 4:51 PM, Rafael mufumb...@gmail.com wrote: Jeff, I use the same library, but I had to change their source code, specially the part

Re: [google-appengine] [Python] Endpoints vs ProtoRPC ~200ms overhead

2013-04-15 Thread Dan Holevoet
Hi Alex, Can you share a bit more information about how you performed your tests? Are those numbers averages? How many times did you call both APIs? Was this repeatable or did you run the test multiple times? Thanks, Dan On Sat, Apr 13, 2013 at 1:46 AM, alex a...@cloudware.it wrote: I'm not

Re: [google-appengine] [Python] Endpoints vs ProtoRPC ~200ms overhead

2013-04-15 Thread alex
Hey, Dan. So, I basically took those numbers from logs of one of my apps (Python 2.7, threadsafe=true, SDK v1.7.7) I was looking at the logs the other day and noticed all Endpoints API calls were taking at least 200ms up to 400-500ms (well, I clearly had some Datastore and other stuff going on

[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2013-04-15 Thread payala
This would be fine if someone answered questions, I find appengine related questions on stackoverflow have a pretty high chance to go unanswered if they are not dead-simple. El martes, 7 de febrero de 2012 03:14:54 UTC+1, Ikai Lan escribió: *Hi App Engine Developers, In the last few years,

Re: [google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2013-04-15 Thread Rafael
aside from going unanswered, there's no way to query about generalized system status, which happens quite often. On Mon, Apr 15, 2013 at 4:47 PM, payala ppay...@gmail.com wrote: This would be fine if someone answered questions, I find appengine related questions on stackoverflow have a pretty

[google-appengine] Re: security issue (strange behavior)

2013-04-15 Thread @Mlaynes
hi to all again.. How you can see, the attacks of robots continues.. the result is that they are consuming my free quota on GAE service each day and my page will be broken almost all day ; (

[google-appengine] 'cssselect seems not to be installed. '

2013-04-15 Thread NP
I'm running python 2.7 on a mac. I have lxml (3.1.1) installed. I also downloaded and installed cssselector since it no longer comes with lxml In my python file, I have the following import lxml.etree from lxml.cssselect import CSSSelector When I run the python file (F5), there are no errors

[google-appengine] Re: 'cssselect seems not to be installed. '

2013-04-15 Thread timh
Remember every 3rd party lib you use must either be in the SDK (lxml for instance) or copied/installed into your project and the sys.path needs to reflect where in your project the library is located, it also needs to be deployed with your application. On Tuesday, April 16, 2013 11:28:06 AM

[google-appengine] Re: 'cssselect seems not to be installed. '

2013-04-15 Thread NP
my app.yaml has this libraries: - name: lxml version: latest On Monday, April 15, 2013 8:32:21 PM UTC-7, timh wrote: Remember every 3rd party lib you use must either be in the SDK (lxml for instance) or copied/installed into your project and the sys.path needs to reflect where in your

[google-appengine] Re: 'cssselect seems not to be installed. '

2013-04-15 Thread NP
You're right. I copied the cssselector folder into my project directory and it resolved the issue. I had thought I didn't need to do that since the lxml folder itself had the cssselect.py file within it. On Monday, April 15, 2013 8:32:21 PM UTC-7, timh wrote: Remember every 3rd party lib you

Re: [google-appengine] Re: security issue (strange behavior)

2013-04-15 Thread Jeff Schnitzer
You have a web form online and spammers are filling it with spam? That's what happens when you put unauthenticated forms online. Put FB or Persona auth on it. Jeff On Mon, Apr 15, 2013 at 10:40 PM, @Mlaynes mlaynessanc...@gmail.com wrote: hi to all again.. How you can see, the attacks of