[appengine-java] Re: Why I alwayas stop after I fetch a url?

2011-02-17 Thread Peter Hulsen
Hi Martin, Try closing the reader or reading the complete response data. Peter -- 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

[appengine-java] bulkloader - Authentication failed.

2011-02-17 Thread Aswath Satrasala
Hello, I am using the bulkloader functionality of appcfg.py. I was able to use this earlier last week. But, today, I am constantly getting the following errors. C:\Program Files\Google\google_appengineappcfg.py --application=vs-stage --url=http://vs-stage.appspot.com/remote_api download_data

[appengine-java] Re: GAEJ app on a local GWT -noserver equivalent setup?

2011-02-17 Thread b4l4nc3r
I've found it out that it's pretty much hopeless on the short-term... I'm looking for GAEJ alternative cloud computing out there... GAEJ has great power, but by its priorities still too limiting... I hope can find something better, otherwise I'd just return because I don't have a better

[appengine-java] Could Not Verify SSL Certificate

2011-02-17 Thread Nurettin Omer Hamzaoglu
Hi, After I've update to GAE 1.4.2 I started to receive the following error when retrieving customer license. javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: https://www.googleapis.com/appsmarket/v2sandbox/customerLicense/ Java(TM) SE Runtime Environment (build

Re: [appengine-java] Can't GET with parameters

2011-02-17 Thread bjorn
I understand the function of -d, but there are two issues here: 1. it works differently locally than on the server, and 2. lots of APIs can and should use GETs with bodies. Maybe the RFCs don't allow it, but sometimes the RFCs don't represent the real world. In the real world, I may want to

[appengine-java] cannot log in to admin console

2011-02-17 Thread fross-pe...@conceptuamath.com
I go here: https://appengine.google.com/a/conceptuamath.com/ enter my creds and I get this: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the

[appengine-java] Re: My site is very latency now, even if 3 always on instances are running.

2011-02-17 Thread Mihail Lesikov
task queues runs with delay of a several minutes. -- 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: Making Http connection via an unauthenticated proxy

2011-02-17 Thread Hugo Palma
I tried this and it didn't work. Any other ideas ? On 21 Jan, 08:50, Michael Kankkonen michael.kankko...@vnetcon.org wrote: Hi, I haven't test this yet but this might work URL u = new URL(http, proxy, -1(port number), your url) br, -michael 2011/1/21 culov cul...@gmail.com I

[appengine-java] JSTL breaks on development server, but works on remote server

2011-02-17 Thread Mauro
Hello everyone, I'm getting a strange error 500 when trying to test my application on my local development server. The strange thing is that when I deploy it to GAE's remote server, then it works fine. I've written a bare-bone JSP, which also pretty much isolates the problem: %@ page

Re: [appengine-java] Re: Problems in deployment

2011-02-17 Thread Matthieu Bertin
having the exact same problem ! :( -- 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: Why I alwayas stop after I fetch a url?

2011-02-17 Thread Martin Brown
Hi Peter, How to close reader? I found even I use www.google.com, it also will stop... if (!results.isEmpty()) { log.info(not empty); for (Request req : results) { // url = req.getUrl(); url =

[appengine-java] Re: Why I alwayas stop after I fetch a url?

2011-02-17 Thread Martin Brown
This time I use FutureHTTPResponse fetchResponse; fetchResponse = fetchService.fetchAsync(new URL(url)); It seems ok now... -- 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

[appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-17 Thread Marcel Overdijk
I'm having this in appengine-web.xml version0-1/version When I print this in JSP with %=com.google.appengine.api.utils.SystemProperty.applicationVersion.get() % I get 0-1.1 Note the .1 suffix. Is this right and is it always .1? -- You received this message because you are subscribed to the

[appengine-java] Re: Facebook API: Invalid uri contanining localhost

2011-02-17 Thread nacho
You saved my life :) Thanks a lot. -- 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] Remote_api in Java works in Development Server?

2011-02-17 Thread Carlos Aguilar
I've been following all tutorials, but I always get the same error when trying to upload data to the Development Server: - Authentication Failed at Terminal - Cookie name Path is a reserved token - in Server I'm having some troubles in my production app because the data so I would like