[google-appengine] Re: Where are search documents stored on the SDK?

2013-07-24 Thread Kaan Soral
I figured out why my indexes were never saved (after seeing a saved search_indexes file in the issues and verifying that they are capable of being saved) I was never using the GAE Launcher, as it was bugged a while ago, I actually never used it since the inception of Devappserver2 def cleanup_

[google-appengine] Re: Where are search documents stored on the SDK?

2013-07-24 Thread Kaan Soral
No one? :) On Tuesday, July 23, 2013 8:00:52 PM UTC+3, Kaan Soral wrote: > > There are sqlite databases for logs/datastore and their settings on the SDK > > However there is no "search documents" database, the kind of search > document where you insert to an index > > Therefore when you reset the

Re: [google-appengine] Re: Local development database

2013-07-24 Thread Vinny P
What language is your app in? Depending on the answer, it can be quite easy to automate datastore rebuilds. For instance in Go, you can load your entities within an array of structs then save the array using the built-in JSON package. Do the same in reverse in load in all entities. Failing that yo

Re: [google-appengine] Data for a app

2013-07-24 Thread Vinny P
Hello Tiago, On Mon, Jul 22, 2013 at 7:29 AM, Tiago Moraes wrote: > I'm trying to import some data to my app, i'm 'n00b', thats my 1st app, > so any advice is welcome,the data that i will upload is about 350mb, its a > .csv, i tryed to upload with the bulk upload, but i got the error : > > [ERRO

Re: [google-appengine] GAE/J - Completely lost on migrating from Files API to GCS Client Library

2013-07-24 Thread Kaan Soral
What do you do for the SDK? I better create a sample app and check the situation, with the blobstore, it has a nice directory structure, which you can move around, change the directory with an argument etc. Also wondering what can be done to move already existing blobstore sdk stuff to blobstor

[google-appengine] Re: cron task not running. No errors in log. Huh!?

2013-07-24 Thread Cesium
Might the task queue latency be relevant? Here's the status over the recent interval: Oh, and I found plenty of "Dead Man's Switch" services. But none that can be reset by a URLFetch. And none wit

[google-appengine] cron task not running. No errors in log. Huh!?

2013-07-24 Thread Cesium
I have a cron task that is run every 5 minutes. From this chart of requests/sec over the past 3 hours you can see that it has failed to run several times. The problem is particularly heinous within the past hour.

Re: [google-appengine] SendGrid Integration

2013-07-24 Thread Dan Holevoet
Hi Joshua, It was just announced this morning. More details here: http://googlecloudplatform.blogspot.com/2013/07/sendgrid-gives-app-engine-developers.html Thanks, Dan On Wed, Jul 24, 2013 at 1:22 PM, Joshua Smith wrote: > Dunno how I missed this, but given the train wreck of GAE's email > del

[google-appengine] SendGrid Integration

2013-07-24 Thread Joshua Smith
Dunno how I missed this, but given the train wreck of GAE's email delivery, this is very promising: https://developers.google.com/appengine/articles/sendgrid -Joshua -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from thi

Re: [google-appengine] GAE/J - Completely lost on migrating from Files API to GCS Client Library

2013-07-24 Thread Vinny P
Hello Gilberto, On Sat, Jul 20, 2013 at 9:07 PM, Gilberto Torrezan Filho < gilberto.torre...@gmail.com> wrote: > The problem is the second line. As it seems now I have to provide a file > name. Ok, I can gerente a random one, just to keep the API satisfied. Now > the problem is the "bucket name".

Re: [google-appengine] SSL Errors, Peer Certificate

2013-07-24 Thread Evan Ruff
Hey Vinnie, I only support 4.0+, and it seems to be coming from all flavors of 4. I will update the address to reflect the port and push out a new version sometime this week. I'll report back after that. Thanks for the suggestion! E On Wed, Jul 24, 2013 at 2:26 PM, Vinny P wrote: > On Wed,

Re: [google-appengine] SSL Errors, Peer Certificate

2013-07-24 Thread Vinny P
On Wed, Jul 24, 2013 at 8:51 AM, Evan Ruff wrote: > To summarize, usually my communication over SSL to https://*myversion* > -dot-*myapp*.appspot.com usually goes off without a hitch; however, a few > times per day I will receive a javax.net.ssl.**SSLPeerUnverifiedException: > No peer certificate

Re: [google-appengine] ViewDoesNotExist Error

2013-07-24 Thread Vinny P
On Tue, Jul 23, 2013 at 10:40 AM, Shantanu Bhowmik wrote: > I'm porting a django application that works fine on my box, to appengine. > I keep getting this error: > > Tried main_page in module dashboard.views. Error was: type object 'XXX' > has no attribute 'YYY' > XXX is a class that actually doe

[google-appengine] Re: ViewDoesNotExist Error

2013-07-24 Thread Shantanu Bhowmik
Anything on this ?? On Tuesday, July 23, 2013 9:10:50 PM UTC+5:30, Shantanu Bhowmik wrote: > > I'm porting a django application that works fine on my box, to appengine. > I keep getting this error: > > Tried main_page in module dashboard.views. Error was: type object 'XXX' > has no attribute 'YY

[google-appengine] Issue 9468: create_gs_key web docs and docstring say opposite wrt storing blob key

2013-07-24 Thread alex
I'm wondering if someone can answer which one it is. The online docs for create_gs_key function say: "You can safely persist the blob key generated by this function just as you can persist ordinary blob keys in the Blobstore API." https://developers.google.com/appengine/docs/python/blobstore/fun

Re: [google-appengine] URLFetch service issues?

2013-07-24 Thread Jeff Schnitzer
We got a bunch of these again last night around 7:30pm Pacific. Our appid is voost0. I found this issue: https://code.google.com/p/googleappengine/issues/detail?id=5189 Any idea what the cause of this might be? At the very least, the error msg is ambiguous. Jeff On Tue, Jul 23, 2013 at 11:07 P

[google-appengine] SSL Errors, Peer Certificate

2013-07-24 Thread Evan Ruff
Hey guys, I've had a question over on StackOverflow about some SSL errors I'm getting intermittently from my Android Application. The problem seems to be popping up more often lately and I was hoping someone could give me some direction about what's happening and how to solve the error. My orig

Re: [google-appengine] convert jtable data to AutoCAD file format????

2013-07-24 Thread Vinny P
On Sat, Jul 20, 2013 at 12:57 AM, sumit jagtap wrote: > > Hello , I want to know how to convert jtable data to AutoCAD file > format(i.e .DXF or .DWG) . or is there any library or API to do this things > in JAVA ??? > > please help > > Just to be clear, JTable refers to javax.swing.JTable corr