[google-appengine] NeedIndexException - in production server

2010-06-13 Thread Ravi
this version DatastoreNeedIndexException is occuring. Please help us as soon as possible. Thanks, Ravi -- 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-appeng...@googlegroups.com. To u

[google-appengine] Re: NeedIndexException - in production server

2010-06-14 Thread Ravi
work around for this problem?? Thanks, Ravi On Jun 14, 5:59 pm, Geoffrey Spear wrote: > It's not a problem with indexing, it's a problem with your data.  If > you don't add composite indexes, the system will attempt to serve > queries that contain only equality fi

[google-appengine] Re: NeedIndexException - in production server

2010-06-15 Thread Ravi
quota. Could you please tell me when will this restriction on query will be removed because we will plan our product enhancement accordingly. Thanks, Ravi On Jun 15, 4:57 am, Alfred Fuller wrote: > Yes, you can create composite indexes that contain columns that are often > queried togethe

[google-appengine] Re: NeedIndexException - in production server

2010-06-15 Thread Ravi
Hi Ikai, Thanks for your clarification, for time being we will create index. Thanks, Ravi On Jun 15, 10:13 pm, "Ikai L (Google)" wrote: > Ravi, > > There's no ETA for the index traversal optimizations Alfred is talking > about. We'll try to get it out as quickly

[google-appengine] Decoding the Appengine Status Charts

2010-10-22 Thread ravi
I have been trying to extract information from the graphs on the Appengine Status pages. For example, consider the graph on this page: http://code.google.com/status/appengine/detail/datastore/2010/10/22#ae-trust-detail-datastore-get-latency This graph shows the latency of DataStore Get() requests

[google-appengine] Re: Decoding the Appengine Status Charts

2010-10-23 Thread ravi
sections in yellow or red, there will be additional > series in chd.  You can probably match them up based on the x values. > > I assume that is what you were looking for? > > Robert > > > > > > > > On Fri, Oct 22, 2010 at 18:10, ravi wrote: > > I have

[google-appengine] Re: Decoding the Appengine Status Charts

2010-10-25 Thread ravi
e data is > just normalized to those max-values.  So figuring out how it lines up > should be pretty straight forward, basically range start + value / > max. > > Robert > > > > > > > > On Sat, Oct 23, 2010 at 16:08, ravi wrote: > > Yes, that is exactly

[google-appengine] Design Question

2011-02-01 Thread Ravi
will just create 4 indexes. I am not sure how the indexes will be created and how much for it looks like second solution will be much better. All comments/suggestions are welcome Thanks in advance Ravi. -- You received this message because you are subscribed to the Google Groups "Google

Re: [google-appengine] Design Question

2011-02-03 Thread Ravi
ass<10> +someCLass<12> +someCLass<13> = MainEntity<10> etc and when i query allKeys = someCLass<10> && someCLass<12> then two query will run one for someCLass<10> and other for someCLass<12> and then result will be merged as per "a

Re: [google-appengine] Design Question

2011-02-03 Thread Ravi
Still not clear how the indexes will look like... any google guy? -- 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-

[google-appengine] Re: Design Question

2011-02-08 Thread Ravi
or it will just create 4 indexes. I am not sure how the indexes will be created and how much for it looks like second solution will be much better. All comments/suggestions are welcome Thanks in advance Ravi. On Feb 3, 5:25 pm, Ravi wrote: > Still not clear how the indexes will look like... >

[google-appengine] Create users + session

2009-11-11 Thread ravi
Hi, I am using the app engine django helper and I would like to know how to use the "Users" package to create new users (that are not gmail users) and also, how to maintain their logged in sessions. I am a newbie, so I apologize if this is a repeated question.if it is, pls redirect me to the

[google-appengine] Re: Performance Profiling Url

2010-04-05 Thread ravi
You could download the 'appstats' library written by Guido Van Rossum here(https://sites.google.com/site/appengineappstats/) and include it in your app. Then you could map whatever URL you want to the stats. On Mar 31, 7:36 am, vivpuri wrote: > AppEngine team, thanks for adding the PerformancePro

[google-appengine] Google App engine

2012-04-06 Thread Ravi
web.xml http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.

Re: [google-appengine] Google Apps Engine-Application

2010-05-17 Thread Ravi Sharma
Yes you can do.just add extra class(entity) or extra field in existing class(entity). On 16 May 2010, at 08:12, megala dhinakaran wrote: Hi, I create one application in ecllipse.That application contains the coding to create table in google app engine datastore.(i.e)Google Big table

Re: [google-appengine] Google Apps Engine-Application

2010-05-17 Thread Ravi Sharma
I think you should be able to use new fields in queries technically, never seen such behaviour before(have added some fields befor). But ofcourse data will be null so won't return anything and for basic types like int use the wrapper classes like Integer. Ravi On 17 May 2010, at

Re: [google-appengine] GWT Map in App Engine

2010-06-10 Thread Ravi Sharma
Yes you can use it..these are client side libraries so no need to worry about dependecy on Google App Engine. i have used it and it works great. Thanks, Ravi. On Thu, Jun 10, 2010 at 3:15 AM, Michael W wrote: > I download GAE 1.3.3, GWT 2.0.3 and successfully run the example of > GWT. &g

Re: [google-appengine] Re:What is a pattern for keeping track of current users in google app engine?

2010-06-24 Thread Ravi Sharma
between last entry going into cache and starting the task you can choose this difference as you want, may be just one second. Ravi. On Thu, Jun 24, 2010 at 7:04 PM, Martin Webb wrote: > @ping2ravi > this wont do what was required as if every-time you set mcache you will > ren

[google-appengine] Error: Server Error

2010-12-01 Thread Ravi Gupta
I had a deployment failure and ever since i have not been able to log into the app engine home. I am getting this error everytime i try to login. Pl help..this is urgent. Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report

Re: [google-appengine] I want to install Google App Engine on my web server !

2010-12-20 Thread Ravi Sharma
is there anything for java? On Mon, Dec 20, 2010 at 6:40 PM, Barry Hunter wrote: > http://code.google.com/p/typhoonae/ > > On 19 December 2010 22:25, EquatorLounge wrote: > > I want to build a website using the django framework on the google app > > engine on MY own server.. > > > > I know GAE p

Re: [google-appengine] Where to report Internal Server Error ?

2011-01-07 Thread Ravi Sharma
same here...tried few time. no success On Fri, Jan 7, 2011 at 7:15 PM, Matija wrote: > Hi, I have problem with application upload at 'Uploading index > definitions.' stage. My appid is kurirska-dostava and log is: > > Unable to update: > java.io.IOException: Error posting to URL: > https

[google-appengine] Request to increase application number

2011-03-31 Thread Ravi Sharma
Hi Google guys, Could you please increase the the number of applications for me. I have already user 10. I am registered to GAE with email id is ping2r...@gmail.com Thanks, Ravi -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: Request to increase application number

2011-04-04 Thread Ravi Sharma
Hi, Is it possible to get the application numbers increased for me. I have already used 10 applications. Thankas Ravi On Thu, Mar 31, 2011 at 3:37 PM, Ravi Sharma wrote: > Hi Google guys, > Could you please increase the the number of applications for me. I have > already used 10 app

Re: [google-appengine] Re: Request to increase application number

2011-04-04 Thread Ravi Sharma
Thanks Brandon and i just googled to "file a billing request ticket"..nothing came up. Could you please tell me how can i do it. Thanks Ravi. On Mon, Apr 4, 2011 at 9:23 AM, Brandon Wirtz wrote: > File a billing request ticket. > > > > *From:* google-appengine

Re: [google-appengine] Re: APP ENGINE INDEXES DO NOT WORK

2011-04-27 Thread Ravi Sharma
same problem with me...and i reported it few days back and still waiting for reply. On Thu, Apr 28, 2011 at 4:19 AM, John Wheeler wrote: > I am sorry Geoffrey you are correct. I was rolling the pressure up hill > because it was blowing things up sending duplicate e-mails and users we're > gettin

Re: [google-appengine] Re: Sharing a Task queue between two different applications

2011-04-29 Thread Ravi Sharma
Hi Anuj, I dont think you can do it. 1) Task queue cant be share between two apps, although you can do like this App1 gives one url which App2 can call and then App1 Controller will create task for App2 in App1. Or you can use Amazon Queues or send XMPP message from APP1 to APP2 2) Even if you impl

Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread Ravi Sharma
In My case i have never used these notation @Indexed or anything like that... i have also resaved all the entities but still entities are not returning. How can i fix this problem. Ravi. On Fri, Apr 29, 2011 at 7:55 PM, John Wheeler wrote: > Will do. Thanks > > > On Fri, Apr 29, 2

Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread Ravi Sharma
lastSaveDate; Set adType; } On Fri, Apr 29, 2011 at 9:35 PM, John Wheeler wrote: > Hi Ravi, > > I'd explore the Objectify AppEngine @Indexed annotation source code > > com.googlecode.objectify.annotation.Indexed > > It is probably doing something under the hood to in/uni

Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread Ravi Sharma
frmaework can do something then i am sure Low Level datastore api must be capable of doing the same. Thanks, Ravi. On Fri, Apr 29, 2011 at 9:52 PM, John Wheeler wrote: > Ravi, > > I think you might need a MapReduce job that calls setIndexedProperty on all > your affected entities. Her

Re: Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread Ravi Sharma
last message. > > to get values out of indexed properties, you cast: > > Date d = (Date) entity.getProperty("somedate") > > If it is an unindexed property, you have to parse string > > String mydata = ((Text) entity.getProperty("someunindexedprop")).getV

Re: Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread Ravi Sharma
i am not sure..but i think yes...i have not seen docs where it says so...if you can point me to that doc then it will be great. On Sat, Apr 30, 2011 at 12:29 AM, John Wheeler wrote: > Can not use ORDER BY in GQL with IN or != > > :-) > > > On Fri, Apr 29, 2011 at 4:

Re: Re: Re: Re: [google-appengine] Indexes still broken even on HR Datastore

2011-04-29 Thread Ravi Sharma
whole result) For now time to sleep too late here in UK :) Good night Ravi. On Sat, Apr 30, 2011 at 12:41 AM, wrote: > > http://code.google.com/appengine/docs/java/datastore/queries.html#Query_Cursors > > Limitations of Cursors > A few things to know about cursors: > You canno

[google-appengine] Task Queue Strange Errors/Defects

2011-04-29 Thread Ravi Sharma
Hi , I have a chained task which runs every 1 second(Still wondering how can i run it every 3 seconds) Task code is something like this try{ //Do something //read data store and update datastore }catch(Throwable ex){ logger.log(Level.Sever,ex.getMessage(),

Re: [google-appengine] Re: Task Queue Strange Errors/Defects

2011-04-30 Thread Ravi Sharma
I have not mentioned any retry count...so i guess whatever the default one is being used. (Actually i never want to retry if one fails next one will take care .. Do you know how to never retry a task.) On Sat, Apr 30, 2011 at 3:48 PM, Brandon Donnelson wrote: > Did they have a high retry count?

Re: [google-appengine] Task Queue Strange Errors/Defects

2011-04-30 Thread Ravi Sharma
stopped. I dont know how can i make sure that i can run one task every N seconds and i dont need to monitor it manually. Thanks Ravi. On Sat, Apr 30, 2011 at 9:01 PM, Robert Kluin wrote: > Hi Ravi, > You should name your tasks. If one fails and retries for some > reason, or runs

Re: [google-appengine] Task Queue Strange Errors/Defects

2011-05-01 Thread Ravi Sharma
cifies a time of day, as HH:MM in 24 hour time. On Mon, May 2, 2011 at 5:37 AM, Robert Kluin wrote: > Hi Ravi, > Responses inline. > > > On Sat, Apr 30, 2011 at 17:07, Ravi Sharma wrote: > > Hi Robert, > > How naming the task will help me?Sorry i didnt underst

Re: [google-appengine] Re: Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-04 Thread Ravi Sharma
I will advise you to use unowned relation in this scnerio. Instead of Directory entity having childrens...i will put parent information in the Directory entity.. this way you can make sure one Directiry can have millions of Child directory...as you will not max out the maximum entity size. class D

Re: [google-appengine] Re: Task Creation failing at a high rate since 1.5 pre release

2011-05-05 Thread Ravi Sharma
i am having the same problem 2011/5/5 Andrei Cosmin Fifiiţă > I encountered another problem. I seamed that when a task was added to > my task queue, it was added three or four times. (i believe this > happened a few times). For example: at a certain action, a task is > created: this task ge

Re: [google-appengine] Re: Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-07 Thread Ravi Sharma
to look for child nodes in the tree via parentkey, until > no children remain (will require a query on each node for the > children). > > I was hoping to avoid a long, drawn out query... > > RH > > On May 4, 2:37 am, Ravi Sharma wrote: > > I will advise you to use

Re: [google-appengine] Re: Substituting Google Login with Facebook Login, or Dual Login Google/Facebook

2011-06-03 Thread Ravi Sharma
BCD of python :) http://techsravi.blogspot.com/2011/05/facebook-login-on-google-app-enginejava.html I hope it helps Ravi On Fri, Jun 3, 2011 at 1:19 PM, Kaan Soral wrote: > You can use both technologies easily, you should design your database > so that either you have 2 different models or the

Re: [google-appengine] Creating a highly writable object

2011-06-15 Thread Ravi Sharma
if A B C and are not dependent on each other and ordering doesnt matter for you e.g. if you process C A B..then also its fine then you can put a another column in this insert table. say processed. When inserting make it N(if string) or false(boolean). and query that entity based on this column. W

Re: [google-appengine] Re: Creating a highly writable object

2011-06-15 Thread Ravi Sharma
if it is processed delete that key from processedInserts Just make sure one of the TASK-1 and TASK2 running at one time. You can even run task-2 as part task-1 after step 4, upto you where you see it as safe and less If then else :) On Wed, Jun 15, 2011 at 4:20 PM, thecheatah wrote:

Re: [google-appengine] filesystem like folder tree on appengine

2011-07-02 Thread Ravi Sharma
One Suggestion Instead of making a folder know his all child folder and files..may be try other way round by letting every folder/file know its parent... also save depth of folder and files.. e.g. Class File{ Key id, String anme; Key parentId, int depth; String type;//folder or file } and for

Re: [google-appengine] filesystem like folder tree on appengine

2011-07-02 Thread Ravi Sharma
make traversal faster.. if you do so editing of tree will be worst and now i am out of ideas ..:) Happy thinking..coding Ravi. On Sat, Jul 2, 2011 at 2:20 PM, andreas schmid wrote: > hi ravi, > > i was not thinking to make the folder know about its children. files and &g

[google-appengine] Webservice Development on App-Engine

2009-06-08 Thread Ravi Sharma
explains how to create web service on APP-Engine with Eclipse. I have created webservice before but always with netbeans. Thanks in advance Ravi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine&q

[google-appengine] Re: api method to obtain version deploy time

2009-06-30 Thread Ravi Sharma
support load on startup attribute, so you just have to find out which is the first class usually being used after redeployment and put this code in that class. Till the time google come up with proper solution, you may use this one. Ravi On Mon, Jun 29, 2009 at 11:18 PM, Sylvain wrote

[google-appengine] Re: api method to obtain version deploy time

2009-07-01 Thread Ravi Sharma
sting instance.  It won't tell > you anything at all about when you deployed. > > On Jun 30, 5:20 pm, Ravi Sharma wrote: >> what about using this code in any of your class >> >> public static Data deployTime; >> static >> { >> deployTime  = new Date

[google-appengine] Re: View content of local database - Java

2009-07-06 Thread Ravi Sharma
try this little application to viee local as well as GAE data... http://code.google.com/p/gae-data-viewer/wiki/QuickStartup On Mon, Jul 6, 2009 at 3:54 PM, Helmut Juskewycz wrote: > > Hi everybody, > > I am fairly new to Google App Engine. While developing locally, I > wanted to have a look at t

[google-appengine] Re: App Gallery link fail

2009-07-06 Thread Ravi Sharma
yes i am getting the same error since last 2-3 days On Sun, Jul 5, 2009 at 9:10 AM, Alex wrote: > > When I follow the App Gallery link on the > http://code.google.com/appengine/ > page, I get the following: > > Traceback (most recent call last): > File "/base/python_lib/versions/1/google/ap

Re: [google-appengine] Re: App Engine is finished, here's why

2011-09-01 Thread Ravi Sharma
/budgeting i wont continue on it, it may be 1000% better then others. i m just saying its kind of business stratgey(what i have seen in movies)...first give free drugs to people and once they are habitual charge them wahetver u want :). My 0.003 cpu instance of emotions. Thanks Ravi. On Thu

Re: [google-appengine] New pricing model - Lessons we've learnt

2011-09-01 Thread Ravi Sharma
Thanks god i used pubnub for messaging and threw away channel in my development time. On Thu, Sep 1, 2011 at 11:49 AM, Srirangan wrote: > Avoid vendor lock-in. > > I feel stupid for using Google Webapp framework instead of Tornado, Channel > API instead of SocketIO / TornadoIO, Google Datas

Re: [google-appengine] Re: Single database for two diffrent application

2011-10-10 Thread ravi teja
Hi, Each entity in a datastore has a unique key which is made up of three parts(appid + kind + id or name) .The appid part in the key of an entity shields it from other apps to access it. So its not possible for an app to access entities of other apps. regards, ravi. On Mon, Oct 10, 2011 at

Re: [google-appengine] Abridged summary of google-appengine@googlegroups.com - 22 Messages in 10 Topics

2012-04-09 Thread ravi kumar
Hi,Iam using JPA api for datastore(to create one Employee entity) but when i was deploye the application to GAE its not creating any entities in datastore can any one help me please... -- Thanks & Regards Ravi Kumar Reddy K +91-8095749598 -- You received this message because you are subscr

[google-appengine] Caching Strategy for Website Comments Module

2012-12-20 Thread ravi teja
h activity(no of votes,comments,sub-comments) in comments module. How can i use appengine's memcache effectively for this scenario? regards ravi. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussio

Re: [google-appengine] Datastore Admin problem - too long name

2012-12-31 Thread ravi rai
Format and reinstall it.. On Dec 31, 2012 5:07 PM, "Oleg Bashtenko" wrote: > Hi guys! > > I've got a big problem with Datastore Admin. I have two Java applications > with IDs '*dev-tcs*' and '*teamwork-client-services*'. Both of them have > a non-default Python version for Datastore Admin pur

[google-appengine] How do i do now? someone has used my blog and do Copyright violation and use my blog for their Google APP Engine

2013-01-04 Thread ravi kumar
.appspot.com/u?purl=L21vYy50b3BzZ29sYi50Zm9zZXNnLy86cHR0aA%3D%3D%0A Kindly suggest me, what should I do now? I have not included any such ads in my blog, but it is listing in Google Result. Any suggestion would be appreciated. thanks in advance Ravi kumar -- You received this message because you are

[google-appengine] Does Google App engine and Google drive work in China

2014-12-30 Thread Ravi Shankar
hi all, Does Google App engine and Google drive work in China? Regards Ravi -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin

Re: [google-appengine] Re: how to use paho.mqtt library in google app engine to publish as well as subscribe for messages

2017-04-02 Thread Ravi K
How about just running the client in a backend (service)? I have not been able to get data from a public broker def on_connect(client, userdata, flags, rc): logging.info("Connected with result code "+str(rc)) client.subscribe("#") # wildcard for all topics def on_message(client,

[google-appengine] seems not working https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible tutorials

2017-12-24 Thread Ravi Shanker
Hello All, I followed https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible tutorials but it''s giving me error I am using laravel

[google-appengine] Re: Feedback on App Engine Task Queue

2017-12-24 Thread Ravi Shanker
Hello, One of our client I suggested to use AppEngine but when I tried to setup demo app to show him getting error while same application working fine on local. I am fallowing https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible this tutorial but it giving (SQLSTATE

[google-appengine] Issue with run-laravel-on-appengine-flexible

2017-12-24 Thread Ravi Shanker
Hello, I have deployed application on gcloud App Engine, I deployed successfully but getting *SQLSTATE[HY000] [2002] No such file or directory* while it working fine on local system. I am following https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible this tutorial

Re: [google-appengine] Re: PHP app engine cannot connect to cloud sql

2018-04-12 Thread Ravi Shanker
I am also facing same issue in laravel with APP engine , Yes I have enabled API On Friday, June 2, 2017 at 11:12:20 AM UTC+5:30, tmatsuo wrote: > > Do you guys have sqladmin API enabled? > You can check it at: > https://console.cloud.google.com/apis/api/sqladmin.googleapis.com/overview > > On Su

[google-appengine] Re: seems not working https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible tutorials

2018-04-12 Thread Ravi Shanker
This is very common issue with app engine, i am continue facing this issue and did't get any solution till now some time it's working and some time not. On Sunday, December 24, 2017 at 10:45:01 PM UTC+5:30, Ravi Shanker wrote: > > > <https://lh3.googleusercontent.com/-H

Re: [google-appengine] Re: Buying a new domain...

2010-06-03 Thread VTR Ravi Kumar
;> "Google App Engine" group. >> To post to this group, send email to google-appeng...@googlegroups.com. >> To unsubscribe from this group, send email to >> google-appengine+unsubscr...@googlegroups.com >> . >> For more options, visit this group at >> http

[google-appengine] Trying to connect to database

2010-02-22 Thread VTR Ravi Kumar
Hi I am trying to connect a database using jdbc and am getting the following error ... java.lang.NoClassDefFoundError: javax.net.SocketFactory is a restricted class. Please see the Google App Engine developer's guide for more details. at com.google.appengine.runtime.Request.process- eac966

Re: [google-appengine] Appengine down! how to notify my app's users?

2010-02-24 Thread VTR Ravi Kumar
; For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Thanks & Regards VTR Ravi Kumar, --- If everything seems under co

Re: [google-appengine] emails are not received

2011-03-11 Thread VTR Ravi Kumar
Hi Binu, Does the domain provider allow you to create the cname entries like mail..com - ghs.google.com Thanks Ravi On Sat, Mar 12, 2011 at 1:22 PM, Binu vm wrote: > Hello, > Hello, > > I have one domain.That domain has been mapped to google app engine. > Now we have successfu

[google-appengine] Re: emails are not received

2011-03-22 Thread VTR Ravi Kumar
hi Binu, You can have multiple cname entries like mail..com - ghs.google.com docs..com - ghs.google.com Calendar..com - ghs.google.com blog..com - ghs.google.com etc., On Mar 12, 1:13 pm, Binu vm wrote: > Hi Ravi, > > Thanks for the quick reply. > I have added one cname entry. >