[google-appengine] order of jars on java 8 appengine

2021-03-02 Thread Rajesh Gupta
Hello, On java 8 appengine app (not local) , is there a way to find out the classpath or the order of jars, the appengine is scanning. I am getting java.lang.NoClassDefFoundError error for one of my internal class. I tried downloading the app through the console, but looks like that page is not

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-02 Thread Rajesh Gupta
Hello, I am experiencing similar java.lang.NoClassDefFoundError error. Its not the same class as you said, but it is one of my internal class. I was able to deploy the code a week ago, and the same code I am not able to deploy for the last two days. I have opened a developer support ticket.

[google-appengine] Querying across namespaces

2021-03-02 Thread Rajesh Gupta
We have a multi-tenant saas. Namespaces are used to separate the data between tenants Is there a way to query for data across namespaces. Why do I need it? I need for internal reporting and analysis and migration purposes. -- Rajesh www.servicefolder.com

Re: [google-appengine] Re: Indexes - Production issue - urgent

2021-01-06 Thread Rajesh Gupta
I tried deploying the indexes again the next day. everything is fine now. Thanks for the pointers. On Tue, Jan 5, 2021 at 10:36 PM 'nibrass' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hello, > > Please follow the next Official Documentation [1] to create the Support >

[google-appengine] Indexes - Production issue - urgent

2021-01-01 Thread Rajesh Gupta
Hello, I am not able to create an index for my production project I still have a few indexes left to reach the 200 index limit. Where should I file an issue? How should I get support for this? It's very urgent. -- Rajesh www.servicefolder.com *Field Service Software on Google Cloud Platform

Re: [google-appengine] Re: replicate from one datastore to another firestore

2020-12-17 Thread Rajesh Gupta
I had raised a production issue. The team said that they cannot increase the indexes quota. Can you help me out with the increase in index quota.? I need another 25-50, so that we don't slow down our expansion of our SAAS. Regarding your suggestion: export to GCS and then import to Firestore:

[google-appengine] replicate from one datastore to another firestore

2020-12-15 Thread Rajesh Gupta
Hello, I want to copy the data from one datastore project to another firestore project in realtime Here is the scenario - We use Objectify to put data the datastore - After doing put, the row from datastore should be replicated to another firestore project in almost realtime Why am I doing this?

[google-appengine] Cloud SQL - cost

2020-10-05 Thread Rajesh Gupta
Hello, I am having a multi tenant saas. We use an app engine datastore. But we have hit the 200 index limit. GCP team declined the request for increasing the indexes. Looking for alternatives database to expand our product lines and features Did not understand the cost of using cloud sql

Re: [google-appengine] Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-21 Thread Rajesh Gupta
Please Google don't deprecate anything. Dont' introduce new parallel way of doing things with new stuff and put the developers in confusion on the dev roadmap. Get back mapreduce. If I write a simple SAAS that is serving few customers and growing, why do I need new and big and scary DataFlow

Re: [google-appengine] Re: Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-15 Thread Rajesh Gupta
I have been a user of google appengine for 7-8 years. Yes, its disappointing The local dev console did not improve. There is no easy way to import/export from local dev to the cloud. I am really unhappy that they did not provide tools for migrating data into new schemas. First they promoted

Re: [google-appengine] Re: subdomain is not working through cloudflare for google appengine

2020-03-11 Thread Rajesh Gupta
Hello Aref, Yes, I have done the settings as per that link. I am able to successfully setup for another domain registered at 'eapps', but it is not going through cloudflare. That domain and subdomain is fine and routing properly However, I am not able to route a subdomain through cloudflare Is

[google-appengine] subdomain is not working through cloudflare for google appengine

2020-03-10 Thread Rajesh Gupta
I have posted the following issue on stackoverflow also. https://stackoverflow.com/questions/60574690/subdomain-is-not-working-through-cloudflare-for-google-appengine . My domain is registered in godaddy.com. I am using cloudflare for directing traffic to Google Appengine. I did the following

Re: [google-appengine] Re: Weak SSL/TLS Configuration

2019-09-04 Thread Rajesh Gupta
oogle.com/support-hub/ > [2] https://cloud.google.com/support/docs/ > > On Tuesday, September 3, 2019 at 9:54:17 AM UTC-4, Rajesh Gupta wrote: >> >> Hello, >> >> Recently, we got security review done by X company, and they pointed out >> the weak server side SSL/T

[google-appengine] Re: setting headers - X-Frame-Options

2019-08-31 Thread Rajesh Gupta
Any solutions on this? On Thu, Aug 29, 2019 at 4:34 PM Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hi, > I am trying to set X-frame-options headers. > > I added the following in the appengine-web.xml > > > > value="DENY SAM

[google-appengine] setting headers - X-Frame-Options

2019-08-29 Thread Rajesh Gupta
Hi, I am trying to set X-frame-options headers. I added the following in the appengine-web.xml It is all fine, except for one case. For example, if I am running local and type http://localhost: : Then the headers are not added to the response However,

[google-appengine] Datastore Admin

2019-05-03 Thread Rajesh Gupta
The following message is displayed in the 'Datastore Admin' screen. I have cron jobs setup based on this feature. The cron jobs are still running fine and the data is backed up. Please clarify on this. *The backup and restore functionality is being phased out, and will no longer be available

Re: [google-appengine] How to choose between App engine flex vs compute engine

2019-03-13 Thread Rajesh Gupta
GAE flex : You can choose between manual scaling and auto scaling https://cloud.google.com/appengine/docs/flexible/java/how-instances-are-managed With Compute engine, I think, you have to manage the scaling . On Wed, Mar 13, 2019 at 5:07 AM Jay Zh wrote: > I mean the reason to go with GAE

Re: [google-appengine] Storing data (images) on google cloud storage from app engine Java

2019-03-10 Thread Rajesh Gupta
Using Firebase storage is a good idea. I have used it recently in my own SaaS, and it worked out well. There are ample security rules for firestore and firebase storage. On Wed, Mar 6, 2019 at 10:50 AM Baqir Rizvi wrote: > > I have an app engine application that store users demographic

[google-appengine] sync between datastore and firestore

2019-02-17 Thread Rajesh Gupta
Hello, We have been working on appengine datastore for several years now. Due to the datastore index limit, we are looking at alternate ways to expand our modules, and we choose Firestore. (We plan to use firestore from a new project, as it cannot coexist with datastore with in the same project).

Re: [google-appengine] Re: cloud shell - boost mode

2019-02-08 Thread Rajesh Gupta
Any pointers to increase the power of the cloud shell machine. I did the boost mode. Its still not good enough compared to local machines. Rajesh *www.GainERP.com <https://www.gainerp.com/>* *Field Service Software on Google Cloud Platform and Mobile* On Fri, Dec 21, 2018 at 9:00 AM

[google-appengine] appengine with firestore in a different google cloud project.

2019-01-31 Thread Rajesh Gupta
Hi, I have existing appengine app using datastore. Hence I cannot use the firestore also in the same app. I want to use firestore in my app for future development and take the benefit of the firestore features My option: I will use firebase admin sdk to connect to another GCP project from my

Re: [google-appengine] Re: Datastore export permission only

2019-01-29 Thread Rajesh Gupta
Hi Dan McGrath, When will this feature be released? Rajesh *www.GainERP.com <https://www.gainerp.com/>* *Field Service Software on Google Cloud Platform and Mobile* On Thu, Dec 20, 2018 at 12:01 PM Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Appreciate your repl

Re: [google-appengine] Re: cloud shell - boost mode

2018-12-20 Thread Rajesh Gupta
Hello George, I want a powerful instance in the Google Cloud shell. In burst mode it is n1-standard instance. I want to use this for building and deployment of the app to Google appengine. My app build time is approx about 12-15 min on my local machine with 12 GB ram and i5 7gen, ssd. The same

[google-appengine] cloud shell - boost mode

2018-12-19 Thread Rajesh Gupta
Is there a way to change the instance of the cloud shell in boost mode from *n1-standard-1 VM instance* to a higher instance. Rajesh *www.GainERP.com * *Inventory/Field Service Software on Google Cloud Platform and Mobile* -- You received this message because you are

Re: [google-appengine] Re: Datastore export permission only

2018-12-19 Thread Rajesh Gupta
h you. We're working through some > implementation details for custom roles at the moment, and unfortunately > don't have dates to share. It's definitely in our plans to make this > available though. > > Regards, > Dan > > On Monday, December 17, 2018 at 10:18:43 PM UTC-7, Rajesh Gu

Re: [google-appengine] Re: Datastore export permission only

2018-12-17 Thread Rajesh Gupta
xport” is not supported > for custom roles. You can find detailed list of all permissions and support > levels here > <https://cloud.google.com/iam/docs/custom-roles-permissions-support#list_of_all_permissions_and_support_levels>. > > > On Friday, December 14, 2018 at 5:46:19 A

[google-appengine] Re: Datastore export permission only

2018-12-14 Thread Rajesh Gupta
any idea on how to setup a user with only datastore.databased.export permission? On Wed, Dec 12, 2018 at 7:40 PM Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello, > I am setting up a new user in the IAM. > I want only the datastore.databases.export permission. &

[google-appengine] Datastore export permission only

2018-12-12 Thread Rajesh Gupta
Hello, I am setting up a new user in the IAM. I want only the datastore.databases.export permission. I don't want the ROLE datastore.importExportAdmin Rajesh *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You

Re: [google-appengine] Re: Datastore & Firestore Transaction

2018-10-16 Thread Rajesh Gupta
Users who are looking to architect existing datastore app and still want to benefit from the firestore native mode, please star this issue. I am requesting some kind of cross database transaction or something that existing apps can write to both datastore as well as firestore native more reliable.

Re: [google-appengine] Re: Datastore & Firestore Transaction

2018-10-12 Thread Rajesh Gupta
; might help you for more information to choose the right one. > > On Thursday, October 11, 2018 at 11:56:29 PM UTC-4, Rajesh Gupta wrote: >> >> I am looking to make entry in both datastore and firestore. >> >> Is there a transaction planned between the following >> Firesto

[google-appengine] Re: Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
We are more & more thinking on how to take the benefit of firestore in existing appengine applications. Existing appengine applications can greatly benefit with some kind of guaranteed cross database transactions On Fri, Oct 12, 2018 at 9:25 AM Rajesh Gupta < rajesh.gu...@veersoftsoluti

[google-appengine] Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
I am looking to make entry in both datastore and firestore. Is there a transaction planned between the following Firestore in Datastore mode & Firestore in Native mode. Rajesh *www.VeersoftSolutions.com * *www.GainERP.com *

Re: [google-appengine] Re: Firestore in datastore mode

2018-09-05 Thread Rajesh Gupta
1 per second. > Please review production limits for the Cloud Datastore > <https://cloud.google.com/datastore/docs/concepts/limits>, the maximum > number of composite indexes for a project is still 200. > > > On Tuesday, September 4, 2018 at 8:40:40 AM UTC-4, Rajesh Gupta

[google-appengine] Firestore in datastore mode

2018-09-04 Thread Rajesh Gupta
Hello, Question on the 3rd generation of datastore ie, Firestore in datastore mode: Does it remove the limitation of 200 index limit? -- Regards, Rajesh *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You

Re: [google-appengine] Re: zigzag merge

2018-07-02 Thread Rajesh Gupta
+1 It would be nice, if the production system keeps this statistics. It would be give more confidence to remove this, as we know it is not used over time. Currently, queries are written few years ago, and refactored by different people over the the years. There may be a forgetting factor to

Re: [google-appengine] Re: zigzag merge

2018-06-26 Thread Rajesh Gupta
I am not sure whether some indexes are needed, because, I don't know, when that index is used in the application in which path and options and in which corner case. Hence, trying to find any zigzag utility to find that out any equivalent index, so that I am safe, when that corner case gets

[google-appengine] zigzag merge

2018-06-21 Thread Rajesh Gupta
I have 12-15 composite indexes for few KINDS. They got added 4-5 years ago. I am looking to regain indexes Is there a way to reduce the indexes. I am seeing if zigzag has any tool or utility to help find out the redundant indexes. -- Regards, Rajesh *www.GainERP.com *

[google-appengine] Transaction across Java appengine datastore and cloud sql

2018-05-13 Thread Rajesh Gupta
Hi, We are running out of indexes on appengine datastore. We have 10-20 remaining. No time for doing refactoring and to regain the indexes. One thought is to use Cloud sql or Cloud spanner for further development. There are other reasons also to look for alternatives to datastore. (finding

[google-appengine] sending email at a later date

2018-05-03 Thread Rajesh Gupta
HI, We are in erp & field service management SAAS We use java on appengine. We need email reminders that needs to be sent our later dates. For example, for the invoice due date, a reminder has to be sent 1 day early In field service SAAS, we need to send reminders as SMS 30 min, prior the

[google-appengine] java8 parallel streams

2018-03-14 Thread Rajesh Gupta
Hi, Writing code in parallel streams: Will it benefit on java appengine runtime. Because, parallel streams talk about taking advantage of available cores. -- , Rajesh *www.VeersoftSolutions.com * *www.GainERP.com *

[google-appengine] Re: cloud shell

2018-02-23 Thread Rajesh Gupta
I did the following - used a different browser - tried in incognito mode It is not consistent. It connects sometimes. Sometime, codeeditor does not launch On Sat, Feb 24, 2018 at 12:47 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > I am using Cloud shell. > >

[google-appengine] cloud shell

2018-02-23 Thread Rajesh Gupta
I am using Cloud shell. It keeps saying 'Establishing connection to your Google Cloud Shell... ' I launch the code editor. It says 'loading resources..' and it takes long time or hangs. -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com

[google-appengine] Move my appid to SouthAsia region

2017-11-07 Thread Rajesh Gupta
Hi, Is there way to move my appid from US regsion to SouthAsia (Mumbai) region. Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile* -- You received this

Re: [google-appengine] Re: Why is GAE not popular?

2017-11-01 Thread Rajesh Gupta
I really like it a lot. Especially for small teams, you don't have to worry about dev-ops. Our company is running the SaaS service for 5+ years with out dev-ops. With all the improvement over the years, and the java8 available, it is really a platform to go with. I highly recommend. Just use

[google-appengine] Appengine Location

2017-09-19 Thread Rajesh Gupta
What is a good appengine location to choose, if you are serving primarily the India customers. -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com * *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and

[google-appengine] Alternate to mapreduce

2017-07-21 Thread Rajesh Gupta
Is there any alternate to mapreduce framework. Mapreduce is not supported well for namespaces and its api is not simple and it is not documented well. Cloud dataflow lies outside the appengine expertise. We cannot use objectify in dataflow. Does Google console datastore UI team has any plans

Re: [google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-05-24 Thread Rajesh Gupta
eliably demonstrate the latency you describe along with a time frame for > when you've been able to reproduce these results. > > > On Tuesday, May 23, 2017 at 3:07:16 AM UTC-4, Rajesh Gupta wrote: >> >> Hello Team, >> >> Java Appengine zone: *asia-southeast1-a* >>

[google-appengine] unnecessary instance spinning causes latency issues

2017-05-17 Thread Rajesh Gupta
We are using Java appengine standard. The appid is our test server with 1 min instance running always on F1 Even if there is no traffic, the instances are spinning. This is not good. Why should there be so many instance restarts. Low traffic website are facing the following latency because of

[google-appengine] Flexible & Standard Appengine - Java

2017-04-23 Thread Rajesh Gupta
We are on java standard appengine for 5+ years. Just want to know, what is not available in Flexible env that is available in the Standard? What are the showstoppers to move to a flexible appengine env from a Standard appengine. -- Regards, Rajesh *www.VeersoftSolutions.com

[google-appengine] Log Viewer - Logs are displayed after 1-2 minutes

2017-03-30 Thread Rajesh Gupta
Hello, The logs in the LogViewer are not displayed immediately when you refresh the logs. It takes 1-2 minutes for the logs to be displayed in the Log Viewer. Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com *

[google-appengine] Huge Variation in datastore_v3.Get() time

2017-03-22 Thread Rajesh Gupta
Hello, I am analyzing the trace of the request. Please find attached. The datastore_v3.Get() api call duration varies from 11ms to 131ms. If there are more datastore_v3.Get(), then the response time is highly unpredictable. Regards, Rajesh *www.VeersoftSolutions.com

Re: [google-appengine] Parameterized type com.googlecode.objectify.Key not supported.

2017-03-15 Thread Rajesh Gupta
, and now we are using only the Transformers in the @Api annotation. Everything is fine. Thanks. On Wed, Mar 15, 2017 at 4:30 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > We are using ofy Key, so transformers class is also added to the @Api > annotation to take care of

Re: [google-appengine] Parameterized type com.googlecode.objectify.Key not supported.

2017-03-15 Thread Rajesh Gupta
rmers = { KeyTransformer.class }) Still we get the same error. On Wed, Mar 15, 2017 at 3:51 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Trying to do further investigation on the same issue. > > I typed http://localhost:/_ah/api in the browser > >

Re: [google-appengine] Parameterized type com.googlecode.objectify.Key not supported.

2017-03-15 Thread Rajesh Gupta
Trying to do further investigation on the same issue. I typed http://localhost:/_ah/api in the browser I got the following ErrorFailed to retrieve API configs with status: 400 What can be wrong going here? Regards, Rajesh *www.VeersoftSolutions.com *

[google-appengine] Composite index - ZigZag Merge

2017-03-06 Thread Rajesh Gupta
Hi, I have the following ofy class class Job { @Id Long id; @Index String tenantId; @Index long partyOrgId; @Index long seqId } ofy.query.filter("tenantId", tenantId).filter("partyOrgId", partyOrgId).sort("-seqId").first().now(); The above query throws an composite needed index

Re: [google-appengine] Re: State of Java 8 on App Engine (not the flexible env)

2017-03-02 Thread Rajesh Gupta
Our company is now looking java appengine endpoints frameworks (endpoints version 2.0), after working with endpoints 1.0 for long time In the quickstart https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java The documentation is mentioning about java 8 download. What

Re: [google-appengine] Re: Appengine Endpoints Api Explorer 'time to execute'

2017-03-01 Thread Rajesh Gupta
points are you using? > > > Il giorno mercoledì 1 marzo 2017 03:52:48 UTC+1, Rajesh Gupta ha scritto: >> >> Hi, >> I am testing the deployed endpoints. Its a simple api with 3 fieds >> I am testing using the API explorer console. >> >> Please find the attach

[google-appengine] Appengine Endpoints Api Explorer 'time to execute'

2017-02-28 Thread Rajesh Gupta
Hi, I am testing the deployed endpoints. Its a simple api with 3 fieds I am testing using the API explorer console. Please find the attached screen shot. In that screen, I fill all the fields and do 'Execute' The results is displayed along with the 'time to execute' This time shown varies very

[google-appengine] Sudden Ancestor Queries Issue

2017-02-10 Thread Rajesh Gupta
Hi, Suddenly since 12 hrs, our software is throwing intermittent errors when ancestor queries are done for some data and namespaces. We are also finding out for more details and will share as we find. There are no changes in that part of the code, which is executing fine for long time. Anyone

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-10 Thread Rajesh Gupta
gt; dataset within the next 6-12 months based on recent month's growth? The > answer to this should help you decide whether to invest time into > replicating data into a aggregation tool like BigQuery and building useful > queries for reporting. > > On Wednesday, February

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-08 Thread Rajesh Gupta
All of the above solutions involve more expertise and time, which is not suitable for small teams. Ofcourse, they achieve good results for large data and big companies. Small companies will loose the benefit of using the appengine paas with such wide solutions. It is beneficial to provide some

Re: [google-appengine] Re: 4 Instance spinning in 4 secs

2017-02-06 Thread Rajesh Gupta
answering them. > > Cheers, > > Nick > Cloud Platform Community Support > > > On Sunday, December 25, 2016 at 9:56:07 PM UTC-5, Rajesh Gupta wrote: > >> Sorry, in 4 minutes (not 4 sec) there are 4 new instances. You can see >> that betwee 23:32 & 23:36. >&g

[google-appengine] Authenticating Users on App Engine Using Firebase

2017-02-05 Thread Rajesh Gupta
https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine The above tutorial is for python. Where can I find the example using Java appengine. -- Regards, Rajesh *www.VeersoftSolutions.com * *www.GainERP.com

[google-appengine] Re: [objectify-appengine] Doing Totals/aggregates

2017-01-26 Thread Rajesh Gupta
you don't want to do that, queries in batches on > backends is the way to go, but this kind of reporting is the datastores > weakspot. > > On Thursday, 26 January 2017, Rajesh Gupta <rajesh.gupta@ > veersoftsolutions.com> wrote: > >> Hi, >> >> I have th

[google-appengine] Doing Totals/aggregates

2017-01-26 Thread Rajesh Gupta
Hi, I have the following Entities (Shown in objectify style) I want to do several reports for this data with different invoice date ranges. - Sales by customer - Product Qty sold by product - Product value by product The reports can be filtered with any Date range like 'Last Month', 'Last

Re: [google-appengine] Re: In queries and cursors limitation

2017-01-19 Thread Rajesh Gupta
existing invoices. And > you'll need to one-time update all your existing invoices whenever your > QueryableStatus logic changes. > > > > On Tuesday, 17 January 2017 20:38:53 UTC-8, Rajesh Gupta wrote: >> >> I have the following >> >> Public class Invoice

[google-appengine] In queries and cursors limitation

2017-01-17 Thread Rajesh Gupta
I have the following Public class Invoice { @Id Long id Key partyKey; Status status } enum Status { PAID, PARTIAL_PAID, PENDING, DRAFT } I want to find all invoices with Status = PAID, PARTIAL_PAID, so I do the IN query ofy.query(Invoice.class).filter("status in", [PAID,

[google-appengine] Re: 4 Instance spinning in 4 secs

2016-12-25 Thread Rajesh Gupta
Sorry, in 4 minutes (not 4 sec) there are 4 new instances. You can see that betwee 23:32 & 23:36. There are only 6-7 requests during that time. On Mon, Dec 26, 2016 at 7:57 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello > Following is the traffic to our

[google-appengine] 4 Instance spinning in 4 secs

2016-12-25 Thread Rajesh Gupta
Hello Following is the traffic to our website. You can see suddenly, there are new four instances ('i' in the orange color denotes log.warning). I do log.warning in my context listener. Between 23:32 & 23:36, ie 4 secs, there are new four instances. The traffic could have well served with the

[google-appengine] Entities participating in the transaction

2016-12-14 Thread Rajesh Gupta
I had posted this issue in another thread, but that thread had spamming, and so, I am starting a new email. Sorry about this. I am getting the error. "operating on too many entity groups in a single transaction" Is there a way to find the entities that are participating in the transaction? Any

Re: [google-appengine] Re: Entitites in the transaction

2016-12-14 Thread Rajesh Gupta
Dear Appengine team, Any way to find out the entities participating in the transaction?? I have put logs, and as per my logs analysis, there are only 13 entity groups, that are used in the transaction. However the transaction is not successful On Sat, Dec 10, 2016 at 11:08 AM, Rajesh Gupta

Re: [google-appengine] Re: Entitites in the transaction

2016-12-11 Thread Rajesh Gupta
u say you're already > logging) you'll find that the total does exceed the > 25-entity-groups limit in one transaction...? > Alex > > On Fri, Dec 9, 2016 at 2:06 > AM, Rajesh Gupta <rajesh.gu...@veersoftsolutions.com> > wrote: > I am notic

Re: [google-appengine] Re: Entitites in the transaction

2016-12-09 Thread Rajesh Gupta
one transaction...? > > Alex > > > On Fri, Dec 9, 2016 at 2:06 AM, Rajesh Gupta <rajesh.gupta@ > veersoftsolutions.com> wrote: > >> I am noticing a weird behavior. >> I am finding that there are only 13 entity groups (by doing logging in >> all puts an

[google-appengine] Re: Entitites in the transaction

2016-12-09 Thread Rajesh Gupta
I am noticing a weird behavior. I am finding that there are only 13 entity groups (by doing logging in all puts and deletes). But the transaction is failing with the message "operating on too many entity groups in a single transaction" On Fri, Dec 9, 2016 at 2:11 PM, Rajesh Gupta &

[google-appengine] Entitites in the transaction

2016-12-09 Thread Rajesh Gupta
Hi, I am getting the error. "operating on too many entity groups in a single transaction" Is there a way to find the entities that are participating in the transaction? Any logs or any flag that can be enabled that tells about the entities in the transaction? -- Regards, Rajesh

[google-appengine] sms gateway integration

2016-10-13 Thread Rajesh Gupta
Hello, I want to integrate with sms gateway providers. Is there any general way to do it. Normally, each sms gateway has the api and the key. Our clients are using different sms gateways. This means, I have to change the code for each sms gateway. What is the good way to integrate with all sms

[google-appengine] Re: [objectify-appengine] Question on Transactions

2016-10-13 Thread Rajesh Gupta
ansaction. > > It can get a bit hairier when you have to write in batches because of XG > limits and you need, for example, reference data. At that point you're > making a bit of a tradeoff between correctness, complexity and performance. > > > > On 12 October 2016 at 20:48, Ra

[google-appengine] Question on Transactions

2016-10-12 Thread Rajesh Gupta
Hello All, Is it ok to read the object outside of the transaction block, and then modify and save the object in the transaction block Or, should we always read and write the object with in the transaction block for the transactions to work properly private void prepare(Key tk) { final

[google-appengine] htaccess

2016-09-19 Thread Rajesh Gupta
Hello, We are using java appengine. We are doing the seo for our website. The website is also setup using cloudflare for ssl purpose. http is redirected to https using the cloudflare page rules. Here is what the SEO specialist is expecting and asking us to configure the htaccess file.

[google-appengine] Junit and datastore-indexes.xml

2016-08-16 Thread Rajesh Gupta
Hi, I am running the junit tests. Is there a way to specify the datastore-indexes.xml file for the junit tests What I meant, when the running the junit, the code should throw DatastoreIndexNotFoundException if there is no index in the datastore-indexes.xml. What is happening for us is, we run

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-12 Thread Rajesh Gupta
com.veersoft.services.CopyNamespaceServiceImpl g etMasterUserLoginList On Fri, Aug 12, 2016 at 1:17 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello Nick, > I have already posted on the issue tracker. > > There is not much code here to demo. It is about the steps and > configuration wi

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-12 Thread Rajesh Gupta
latform Community Support > > On Wednesday, August 10, 2016 at 5:00:57 AM UTC-4, Rajesh Gupta wrote: >> >> Hello Nick. >> Followed the link to setup the Application Default Credentials. >> >> https://developers.google.com/identity/protocols/application >&

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-10 Thread Rajesh Gupta
ngs up the article: Application Default Credentials > <https://developers.google.com/identity/protocols/application-default-credentials>. > This document explains all about how default credentials work. > > Sincerely, > > Nick > Cloud Platform Community Support > > > O

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-03 Thread Rajesh Gupta
> <https://cloud.google.com/appengine/docs/java/tools/remoteapi/javadoc/com/google/appengine/tools/remoteapi/RemoteApiOptions>. > Let me know how that works and I'll be happy to assist. > > Cheers, > > Nick > Cloud Platform Community Support > > On Monday, August 1

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-01 Thread Rajesh Gupta
); installer.install(options); On Mon, Aug 1, 2016 at 10:25 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Hello Nick, > > Production issue created. > > https://code.google.com/p/googleappengine/issues/detail?id=13156 > > As mentioned earlier, everyth

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-07-31 Thread Rajesh Gupta
> the issue, be sure to post a link here so I can continue to assist in the > proper forum - I'll be happy to. > > Sincerely, > > Nick > Cloud Platform Community Support > > On Wednesday, July 20, 2016 at 11:23:32 PM UTC-4, Rajesh Gupta wrote: >> >> Hi, &

Re: [google-appengine] RemoteAPI - LoginException

2016-07-31 Thread Rajesh Gupta
gt; On Thursday, July 28, 2016 at 9:33:56 AM UTC-4, PK wrote: >> >> Remove it and try again. This is most likely your problem. >> >> --Panos >> >> On Jul 27, 2016, at 11:50 PM, Rajesh Gupta < >> rajesh.gu...@veersoftsolutio

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread Rajesh Gupta
t; > On Jul 27, 2016, at 10:55 PM, Rajesh Gupta < > rajesh.gu...@veersoftsolutions.com> wrote: > > In the web.xml > > >RemoteApi > > > com.google.apphosting.utils.remoteapi.RemoteApiServlet > > > >RemoteApi >/remote_api > >

Re: [google-appengine] RemoteAPI - LoginException

2016-07-27 Thread Rajesh Gupta
aste the section? > > PK > p...@gae123.com > > > > > On Jul 19, 2016, at 12:54 AM, Rajesh Gupta < > rajesh.gu...@veersoftsolutions.com> wrote: > > I am using > RemoteApiInstaller installer = new RemoteApiInstaller(); > RemoteApiOptions options = &

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-07-20 Thread Rajesh Gupta
g.domainName, >> serverConfig.portNumber). >> useApplicationDefaultCredential(); >> >> installer.install() still throws error. >> >> >> I am running a local server and trying to access remote datastore. >> >> >> On Tue, Jul 19, 2016 a

[google-appengine] Re: RemoteAPI - LoginException

2016-07-19 Thread Rajesh Gupta
server and trying to access remote datastore. On Tue, Jul 19, 2016 at 1:24 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > I am using > RemoteApiInstaller installer = new RemoteApiInstaller(); > RemoteApiOptions options = > new RemoteApiOptions()

[google-appengine] RemoteAPI - LoginException

2016-07-19 Thread Rajesh Gupta
I am using RemoteApiInstaller installer = new RemoteApiInstaller(); RemoteApiOptions options = new RemoteApiOptions().server(domainName, portNumber) .credentials(userName, passwd); installer.install(options); It is throwing the follow exception

Re: [google-appengine] Re: GAE Latency & Instance issues

2016-07-15 Thread Rajesh Gupta
Hi, Our team has the same issue, and it is still bothering us a lot. Please see the issue. https://code.google.com/p/googleappengine/issues/detail?id=12564 It was raised with the Google Appengine production team. To support the Google team for the evidence, our team slimmed down our project and

Re: [google-appengine] Re: Deleting Old backups

2016-06-15 Thread Rajesh Gupta
Any other way. I have to delete 2-3 years old backups which are backed up every day/week. On Thu, Jun 16, 2016 at 8:06 AM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > Any other way. I have to delete 2-3 old backups which are backed up every > day/week. > > On

Re: [google-appengine] Re: Deleting Old backups

2016-06-15 Thread Rajesh Gupta
see those > beyond 100 is to delete some of the oldest ones you can see. Then, you > will start to see even older ones in the list. > > On Friday, June 3, 2016 at 8:51:44 AM UTC-4, Rajesh Gupta wrote: > >> In the datastore admin console, the old backups cannot be seen. >

Re: [google-appengine] Re: Deleting Old backups

2016-06-13 Thread Rajesh Gupta
2016 at 10:09:40 PM UTC-4, Rajesh Gupta wrote: >> >> Hi, >> Any ideas on this. >> >> On Tue, Jun 7, 2016 at 7:01 PM, Rajesh Gupta wrote: >> >>> In the datastore admin console, there is a section 'Backups' >>> In that section i

Re: [google-appengine] Re: Deleting Old backups

2016-06-10 Thread Rajesh Gupta
Hi, Any ideas on this. On Tue, Jun 7, 2016 at 7:01 PM, Rajesh Gupta < rajesh.gu...@veersoftsolutions.com> wrote: > In the datastore admin console, there is a section 'Backups' > In that section it does not display all the backups. In my case, 100 > backups are displayed.

Re: [google-appengine] Re: Endpoint User Authentication

2016-06-08 Thread Rajesh Gupta
d > the endpoint, and maybe I can provide some recommendations. > > Cheers, > > Nick > Cloud Platform Community Support > > On Wednesday, June 8, 2016 at 9:39:27 AM UTC-4, Rajesh Gupta wrote: >> >> I have seen some posts on the Stack Overflow that, Endpoints wi

Re: [google-appengine] Re: Endpoint User Authentication

2016-06-08 Thread Rajesh Gupta
I have seen some posts on the Stack Overflow that, Endpoints will not work with Google Accounts Authentication. I have also tried and it does not work. This means, if you are using UserServiceFactory for authentication, and then make endpoints call through a javascript client , then a User object

Re: [google-appengine] Re: Deleting Old backups

2016-06-07 Thread Rajesh Gupta
t; > On Friday, June 3, 2016 at 8:51:44 AM UTC-4, Rajesh Gupta wrote: >> >> In the datastore admin console, the old backups cannot be seen. >> It should last few backups only. >> >> How to delete backup not shown in the datastore admin console >> &

  1   2   >