[appengine-java] Re: Java app-engine bug is bad news for upcoming http://opencfsummit.org/

2012-01-15 Thread Dick Larsson
The code in the link works just fine for me, both running SDK 1.6.1 and 1.5.3 http://groups.google.com/group/google-appengine/browse_thread/thread/11749e1254bcd165/46cd9826877b46c9 Could you tell us a bit more about your design, are you using Servlet Filters? Best regards Dick Larsson

[appengine-java] Re: is there any solution/idea how blacklist IP in realtime ?

2012-01-15 Thread ShareYourLocation ShareYourLocation
Using a programmatic aproach can't save your Incoming Bandwidth quota. I created a feature request for rate limiting here; http://code.google.com/p/googleappengine/issues/detail?id=6733 Don't forget to star it. -- You received this message because you are subscribed to the Google Groups

[appengine-java] Can't initiate backend instance

2012-01-15 Thread André Ikeda
Hi guys, I don't know what to do anymore. I can't start my backend instance, it always the same message. Front-end instances works correctly but backend... I'm using JSF, Jersey for REST web services. Process terminated because it failed to respond to the start request with an HTTP status code

[appengine-java] Re: Can't initiate backend instance

2012-01-15 Thread André Ikeda
Disabling all filters (Apache Shiro, AppStats, Jersey, Primefaces) and JSF servlets, make it works. Now i'm trying to identify what is breaking the instance.. Anyone know issues related with these frameworks/apps? -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Can't initiate backend instance

2012-01-15 Thread André Ikeda
Well.. I found where is the problem. Doing many deploys as declarations in *web.xml*, I could identify (* step-by-step*) which configuration was breaking the backend instance startup. I could certainly, for sure, isolate this declaration: servlet-mapping servlet-nameFaces

[appengine-java] java.lang.IllegalStateException: Committed

2012-01-15 Thread hang-in lia
I have a warning java.lang.IllegalStateException: Committed when I deploy to GAE. I test it at local, and it's can work. But it's not work at GAE I see the logs java.lang.IllegalStateException: Committed at org.mortbay.jetty.Response.resetBuffer(Response.java:1024) at