[appengine-java] Twitter streaming API on Java GAE

2011-09-13 Thread culov
Hi, With the steep rise in prices, I need support for the streaming API if I hope to be able to stay on GAE and afford it. Are there any plans to support Twitter streaming API with Backends? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Jav

[appengine-java] Re: Server Error : Deployment Failed

2011-08-19 Thread culov
havent been able to deploy in the last hour... On Aug 19, 8:24 pm, Shawn Brown wrote: > Hello, > > I consistently get: > > Unable to update: > java.io.IOException: Error posting to > URL:https://appengine.google.com/api/appversion/clonefiles?app_id=fluency... > 500 Internal Server Error > > On a

[appengine-java] Re: Higher than expected latencies, 2011 Jul 14 9-11pm PDT/GMT-7

2011-07-15 Thread culov
The issue is NOT resolved -- im still getting way more 500 errors than i should be. And I'm experiencing 10 minutes or so at a time where EVERY request results in a deadline limit exceeded. On Jul 15, 10:58 am, "Wesley C (Google)" wrote: > From 9-11pm PDT/GMT-7, a set of Java applications experi

[appengine-java] Re: 500 errors for: Initialization failed

2011-07-14 Thread culov
My app is dead. Hard deadline exceeded for every request. On Jul 14, 9:15 pm, Nischal wrote: > I am getting a lot of errors all of them hard deadline exceeded errors. My > app usually has around 60 - 100 instances running but now I cannot see more > than 30 spinning up... Someone please look int

[appengine-java] NONE of my deployments are having any effect on my app

2011-06-01 Thread culov
I don't know what could possibly by happening -- I deploy my app, everything goes fine, just as it has been for the last 2 years, but NONE of the changes I make are actually on the version I've deployed. When I go to the versions panel, the timestamp says the the version was just updated. However,

[appengine-java] Re: Unexpected Exception while trying executin a jdo query

2011-02-22 Thread culov
same problem, havent found an answer. On Jan 28, 1:46 am, Christophe Weber wrote: > Hi, > > I have a problem when trying to query  on the appengine. here's what I do: > > Query q = persistenceManager.newQuery(User.class); > q.declareParameters("java.lang.String emailParam"); > q.setFilter("userEm

Re: [appengine-java] Web.xml 100 servlet mapping maximum

2011-01-27 Thread culov
Thanks for the advice, everyone. Ikai- Yes, I'm using 1.4.0 and I still see this error. I'd prefer to avoid adding any frameworks since my project has an enormous codebase and I don't want to overcomplicate things. I'll look into Guice this weekend. Thanks a lot! -Ivan -- You received th

[appengine-java] java.lang.NoClassDefFoundError appearing at random after SOME deployments

2011-01-27 Thread culov
I'm using the Twitter4J oAuth Twitter API to pull some tweets in a servlet. After some deployments, the servlet dies with an uncaught exception: java.lang.NoClassDefFoundError: Could not initialize class com.google.apphosting.runtime.security.shared.stub.java.net.Proxy Most of the time, if I

[appengine-java] Web.xml 100 servlet mapping maximum

2011-01-26 Thread culov
I have a very large web app and I have no other recourse besides either moving away from app engine or having the limit increased. The number of URL mappings seems like a very arbitrary property to cap at 100, and this is simply not enough for many web apps with a wide scope. How can I get the li

[appengine-java] Making Http connection via an unauthenticated proxy

2011-01-21 Thread culov
I 'm getting 620 error response codes back from the google maps geocoding api if i send the request directly from my app engine servlet, so i have no choice but to use a proxy to receive a successful response. I set up a proxy server, and ive tested it from several computers. Now, all I want to d

[appengine-java] Re: 620 Error with Google Geocoding service

2011-01-20 Thread culov
; > > On Wed, Jan 19, 2011 at 9:12 AM, Didier Durand > wrote: > > Hi, > > > I think that you've more chances of getting heard by going to > >http://groups.google.com/group/google-maps-apior one of the other > > groups mentionned on the page of this url. &

[appengine-java] 620 Error with Google Geocoding service

2011-01-19 Thread culov
This has happened many times before and its happening again. I can't geocode anything successfully from my GAE Java app because a 620 error is ALWAYS returned. Please fix! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post t

[appengine-java] Re: JDOUserException, parent-child relationship amongst entities is buggy

2010-09-27 Thread culov
do.JDOUserException, and what is your code that is associated > with this exception? > > 2.  I personally use bi-directional relationships between parent and > children. So in your case, you could add to your Tweeter class: > >   @Persistent(mappedBy="tweeter") >   @Element(

[appengine-java] JDOUserException, parent-child relationship amongst entities is buggy

2010-09-26 Thread culov
I'm looking to tighten up some of my server-side code, but I'm having trouble properly establishing the relationship between entities. Before, I was using unencoded Strings as keys, but after reading the documentation here, I've changed them to encoded app-generated Strings. I have two Entities, T

[appengine-java] Changing the visible url path for the welcome page of my app engine hosted page

2010-08-18 Thread culov
I'm using Google Apps to manage my domain and GAE Java for hosting. Because I need a way to differentiate distinct cities for my app, I initially decided to use subdomains to do this. Now, however, I've realized that this has detrimental effects when it comes to SEO because google treats different

[appengine-java] Re: Google maps geocoder responds with 620 error since server maintenance

2010-05-09 Thread culov
app engine servers still look to be blacklisted On May 7, 3:16 pm, culov wrote: > It happened on Feb. 19, after server maintenance, and it's happened > again.  I'm getting non-stop 620 errors whenever I try to geocode from > an app engine server. > > I'd be very g

[appengine-java] Google maps geocoder responds with 620 error since server maintenance

2010-05-07 Thread culov
It happened on Feb. 19, after server maintenance, and it's happened again. I'm getting non-stop 620 errors whenever I try to geocode from an app engine server. I'd be very grateful if this could be fixed before the weekend! Thanks! -- You received this message because you are subscribed to the

[appengine-java] Unable to deploy all night (500 internal server errors)

2010-05-07 Thread culov
I was able to deploy this afternoon (although I didnt get tons of 500 errors on my cron jobs and also in trying to modify the datastore), but now i get a 500 error 100% of the time I try to deploy. I can't even access the datastore without getting the 500 errors. app name: truxmap -- You recei