[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

[google-appengine] unable to use max-concurrent-requests in queue.xml

2011-02-17 Thread vincent digiaro
Hi,I use tasks in a queue like this: for (Site entry : SiteBdd) queue.add(url(/Task_Users) .param(site,entry.getName()) .param(token,token));

[google-appengine] Re: unable to use max-concurrent-requests in queue.xml

2011-02-17 Thread Simon Knott
What version of the SDK are you using? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: Storing word document contents in datastore(Python)

2011-02-17 Thread Ernesto Karim Oltra
Taskqueues, that's what I'm using now. To update a word document of about ten pages, it takes more or less 1500ms average (at least for me =) ). And this have a big advantage, you can take control of retries if docs is temporaly unavailable. Another useful option would be to store a cache in

[google-appengine] Re: unable to use max-concurrent-requests in queue.xml

2011-02-17 Thread vincent digiaro
i am using 1.3.5 sdk, maybe that is the problem. but now i am trying with the 1.4.2 A new problem : java.lang.RuntimeException: Unable to complete the HTTP request I keep trying... On Feb 17, 4:08 pm, Simon Knott knott.si...@gmail.com wrote: What version of the SDK are you using? -- You

[google-appengine] Security issues

2011-02-17 Thread Carlos Aguilar
I'm developing an app in AppEngine but my client is asking me about security issues. I've been searching information and I've seen that Google Apps is SAS70 type 2 audited satisfactorily. However I can't find anything about AppeEngine and/or about any official certification that I could give to

[google-appengine] Speeding up Deploy w/ Django

2011-02-17 Thread Seth Nickell
I'm just getting started with AppEngine, currently using django- nonrel. 1) Overview question: are a significant number of folks using django- nonrel on appengine? Or is the predominant approach to rely on webapp? You can tell the pioneers by the arrows in their backs... 2) My application is

[google-appengine] Re: Dashborad is down?

2011-02-17 Thread Jesse Wiles
same here. yes, it's a Googe Apps account. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Google Earth

2011-02-17 Thread Dubber
I saved a KML file on a web hosting site and have the link to the file. However, when I put this link in the Google Earth Gadget and get the resulting code, this code does not word when I put it on my website. Instead, the google earth window on my page just continues with the busy signal. Does

[google-appengine] Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Will F
I am just starting to use google app engine and have just started running the tutorial. When I do this: $ python2.5 google_appengine/dev_appserver.py helloworld/ it says 'Segmentation Fault'. I am running Ubuntu 10.10. I installed Python 2.5 from the site with help from this site:

[google-appengine] Need help with redirection

2011-02-17 Thread Rutwick
Hi GAE Gurus, I'm fairly new to GAE. I'm making an APP which gets some data from a RESTful API. My home page has the form to take the keyword for searching, and below that a div which will hold the data returned from the API. The problem is, when someone first opens the homepage, that div will

[google-appengine] Programmatically upload images to blobstore in Python - created a lib for it :)

2011-02-17 Thread Andrin von Rechenberg
Hi there If you are not interested in uploading images to datastore out of code, you can stop reading now. Let's assume you would like to store an image into blobstore on Google AppEngine in Python like this: key = blobstore_image.uploadImage(open(test.png, rb).read()) and then serve it like

[google-appengine] Re: Programmatically upload images to blobstore in Python - created a lib for it :)

2011-02-17 Thread Andrin von Rechenberg
okay this is embarrassing. There is a bug somewhere in the code that happens only in prod. Debugging... On Thu, Feb 17, 2011 at 7:25 PM, Andrin von Rechenberg andri...@gmail.comwrote: Hi there If you are not interested in uploading images to datastore out of code, you can stop reading now.

[google-appengine] Re: Programmatically upload images to blobstore in Python - created a lib for it :)

2011-02-17 Thread Andrin von Rechenberg
okay, was just a small race condition. scary. anyways, fixed now. latest version is posted on the blog. -A On Thu, Feb 17, 2011 at 8:12 PM, Andrin von Rechenberg andri...@gmail.comwrote: okay this is embarrassing. There is a bug somewhere in the code that happens only in prod. Debugging...

Re: [google-appengine] Google Earth

2011-02-17 Thread Barry Hunter
Is this actully a AppEngine question? If not, then should head here: http://groups.google.com/group/google-earth-browser-plugin/topics Regardless think would need to see a link to your site. Otherwise is too big a guessing game... On 17 February 2011 07:28, Dubber wbit...@gmail.com wrote: I

Re: RE: [google-appengine] love letter to appengine team (see attached)

2011-02-17 Thread Philippe Beaudoin
+1 I love working with AppEngine -- the design choices are sensible, the speed is great (esp. with the latest additions), and it's dirt cheap. Thanks!!! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] ETA for programmatic creation of Blobstore images?

2011-02-17 Thread Will Merydith
I was happy to see that in the App Engine Blog's latest post, a link to the technical roadmap says, Programmatic Blob creation in Blobstore It's low on the list, but maybe that does not indicate priority. Is there an ETA on this feature? I assume this means the API will be updated to provide

[google-appengine] Bulk Loader error

2011-02-17 Thread Kat Bradley
I'm trying to download data from my datastore using the bulk loader. I can generate the config yaml file just fine. But when I try to use it to download my data, it explodes with the following error: File /home/kbradley/google_appengine/google/appengine/ext/bulkload/csv_connector.py,

[google-appengine] Re: Storing word document contents in datastore(Python)

2011-02-17 Thread theone
Actually for my case using google docs api very complicated and tiring because I just want to get the content to make search in files. I won't make any modification on the document. I think that using an external service like https://secure.convert-doc.com/converters/doc-to-txt.html might be

[google-appengine] off-topic hiring

2011-02-17 Thread alf
Developer javascript and python software using appengine platform. Work in a multinational company based Torrejon de Ardoz-Madrid in Spain involve in diferent projects and report to IT Manager. please if your are interested send me a email alberto@gmail.com -- You received this message

[google-appengine] Re: Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Geoffrey Spear
Does running python2.5 in interactive mode work, or does that segfault as well? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send

Re: [google-appengine] Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Robert Kluin
Hi Will, Are you able to run python 2.5 at all? Can you get to the interactive shell? Robert On Thu, Feb 17, 2011 at 11:56, Will F scientific...@gmail.com wrote: I am just starting to use google app engine and have just started running the tutorial. When I do this: $ python2.5

Re: [google-appengine] Need help with redirection

2011-02-17 Thread Robert Kluin
Hi Rutwick, It sounds like you might want to very carefully and thoroughly go through the guestbook app as-is and try to understand how all of the pieces work. Where does the data for your app come from? Can you post some code showing us what you've tried? Robert On Thu, Feb 17, 2011

[google-appengine] Re: Bulk Loader error

2011-02-17 Thread Calvin
There's an inverse to transform.none_if_empty() called transform.empty_if_none() which returns if the input value is None. I think you need to add that to the value it's choking on. export_transform: transform.empty_if_none(type) -- You received this message because you are subscribed to

[google-appengine] Re: choice internationalization

2011-02-17 Thread Josir
I'm back on my choice internationalization problem. The solution given by djdjadji worked partially. Now the form is displayed but when I try to post data, I got a validation form error: Property formation is u'Administrao'; must be one of (, , 'Jornalismo', 'Marketing', 'Marketing',

Re: [google-appengine] Handling sudden traffic spikes

2011-02-17 Thread Wesley C (Google)
henric, i agree with barry and dale: 1. you need to find out the source of these requests. if they are a DoS attack, then you should implement a DoS filter to avoid such traffic hitting your app: http://code.google.com/appengine/docs/python/config/dos.html 2. you need to implement warmup

[google-appengine] Delay task execution by one minute?

2011-02-17 Thread Seven Days
I am trying to throttle the amount that a particular task occurs by delaying the task for around one minute. Any subsequent tasks added with the same name within that minute would be rejected (I know how to do this part). Do you know how I can achieve this? Thanks in advance. -- You

Re: [google-appengine] Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Will F
So I am able to run Python 2.5 interactively. It is only when I run dev_appserver.py that I get a seg fault. I did more tests and even when I just run: $ ./google_appengine/dev_appserver.py it gives me a seg fault. I don't know if this helps, but I thought it might. -- You received this

[google-appengine] Re: blobstore image.execute_transform returns empty data after resize if image is already at desired size

2011-02-17 Thread cz
sorry, there's a typo... the line: image_data = googimg.execute_transforms(output_encoding=images.JPEG) should be image_data = img.execute_transforms(output_encoding=images.JPEG) the issue is the same though... -- You received this message because you are subscribed to the

[google-appengine] blobstore image.execute_transform returns empty data after resize if image is already at desired size

2011-02-17 Thread cz
I hope this is useful information for someone who has encountered this: If you upload an image via the blobstore that is, say, 1000x800 and then attempt to resize using the following: img = images.Image(blob_key=str(blob_key)) img.resize(1000,1000) image_data

Re: [google-appengine] Re: choice internationalization

2011-02-17 Thread Robert Kluin
Looks like on your model definition you've specified 'choices' for formation, and 'Administrao' is not one of the choices. Robert On Thu, Feb 17, 2011 at 20:42, Josir josi...@gmail.com wrote: I'm back on my choice internationalization problem. The solution given by djdjadji worked

Re: [google-appengine] Delay task execution by one minute?

2011-02-17 Thread Robert Kluin
You could use the countdown or eta arguments when creating the task. Note, neither is guaranteed to be respected. For example, if your queue gets backed up for some reason you might wind up with a large burst of tasks. http://code.google.com/appengine/docs/python/taskqueue/tasks.html#Task You

Re: [google-appengine] Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Robert Kluin
Hey Will, Is there any other output? If you don't get anything else, try running with the verbose flag (it will probably be _very_ verbose) maybe you'll be able to get an idea of where its failing then. python2.5 -v google_appengine/dev_appserver.py . Robert On Thu, Feb 17, 2011

Re: [google-appengine] Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Will F
So I did as you suggested, I ran it with the verbose output: # installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/local/lib/python2.5/site.pyc matches /usr/local/lib/python2.5/site.py import site # precompiled from /usr/local/lib/python2.5/site.pyc #

[google-appengine] task repeats itself

2011-02-17 Thread pdknsk
I've got an hourly cron, which inits a task. This works well, but I just noticed for the second time this week what is very likely a bug. 0.1.0.1 - - [17/Feb/2011:23:00:00 -0800] GET /task/init HTTP/1.1 200 ms=22 0.1.0.2 - - [17/Feb/2011:23:01:43 -0800] POST /task/get HTTP/1.1 200 ms=103318