[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 exact

[appengine-java] Re: SpringMVC RESTful + JSP + GAE/J .. 404 not found on JSPs..

2011-05-19 Thread jlc488
Thanks Mike, actually there is a file exist in that location. HTTP ERROR 404 Problem accessing /WEB-INF/view/jsp/error.jsp. Reason: NOT_FOUND Powered by Jetty:// I am getting error like that above and of course I changed few things according to your comments. and I found out that this will

[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/2010010

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 withou

[appengine-java] Re: Using URLFetchService / URL

2011-05-19 Thread yousefgh
Could it be the length? because it is working fine on a stand alone java application! yousef On May 19, 2:44 am, yousefgh wrote: > I'm using URL Fetch Java > APIhttp://code.google.com/appengine/docs/java/urlfetch/overview.html#Fet... > to get information from graph.facebook.com, however, i keep

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

[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 the

[appengine-java] Re: questions about backends with Cron and Task Queues

2011-05-19 Thread Georgi Stefanov
Maybe you can use the option in cron.xml On May 14, 2:24 am, JakeP wrote: > I'm very excited to start using backends with my GAE project. Because > of the past 30sec restrictions, I heavily divided up the big > processing tasks I was doing (refreshing RSS and ATOM feeds) into a > lot of tasks th

[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 google-appengine-jav