[appengine-java] Using URLFetchService / URL

2011-05-19 Thread yousefgh
I'm using URL Fetch Java API http://code.google.com/appengine/docs/java/urlfetch/overview.html#Fetching_URLs_with_java_net to get information from graph.facebook.com, however, i keep getting the error: java.lang.IllegalArgumentException at java.net.URI.create(URI.java:842) ... Caused

[appengine-java] Re: Can we use the bulkuploader on the local environment?

2011-05-19 Thread Heiko Roth
I am using JPA, but that's irrelevant. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: is setHeader(Connection, keep-alive) prohibited?

2011-05-19 Thread Brandon Donnelson
It has to do with limits that are set for the API your using. If you need longer transit times, I would use a task or something like the the Channel API. Or split up the traffic. Brandon Donnelson http://gwt-examples.googlecode.com -- You received this message because you are subscribed to

Re: [appengine-java] DeadlineExceededException on Jetty session loading

2011-05-19 Thread Francois Masurel
I've been able to lower the impact of these datastore DeadlineExceededException by setting a global datastore deadline using : http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreServiceConfig.html I just catch the ApiProxy$ApiDeadlineExceededException

Re: [appengine-java] DeadlineExceededException on Jetty session loading

2011-05-19 Thread Francois Masurel
I just found something rather strange : After setting a 10 seconds deadline on my datastore service and setting a page reload when deadline exceptions are thrown, I got caught in an infinite loop : pages were reloading for several minutes until a background task using a datastore service

[appengine-java] 500 Server Error

2011-05-19 Thread D S
Hi, Can anyone please help me ? My app works fine in my computer, but after uploaded it to gae server, i received an error. * See my log from appengine logs. [19/May/2011:18:09:41 -0700] GET /agendaxyzdms HTTP/1.1 500 0 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101

[appengine-java] Coding with Adobe Software

2011-05-19 Thread Daniel Nieblas
Hi my name is Daniel, I'm new to coding, so everything literally feels like a foreign language at this point, but I decided to start learning because I'm interested in developing a news app for smartphones and tablets. Anyway i'm using the Java version of the GAE SDK and was wondering how