Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-15 Thread Todd Murchison
Oh very cool! It looks like the secret sauce is in the " internalResourceViewResolver()" method? I will give this a try this coming week. Thanks for the helping hand! -Todd On Sat, Aug 15, 2020 at 1:11 PM pravanjan palai wrote: > Hello Todd, > I have created a sample e

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread Todd Murchison
roducing a JAR. If I update the project to produce a JAR instead then the JSP pages stop working. As best I can tell it seems that GAE:Standard:Java11 only supports deployments with JAR files, while SpringBoot:JSP only supports WAR packaging. Do I have that wrong? -Todd On Tue, Aug 4, 2020 a

[google-appengine] Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread Todd Murchison
tions to try carry significant dev time. Any ideas? I'm hoping I've just missed something obvious. Thanks! -Todd -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emai

[google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2018-02-16 Thread Todd Morrison
You can now increase the build time, allowing for the docker image to build for a longer amount of time, with: `gcloud config set app/cloud_build_timeout 2000` On Tuesday, April 5, 2016 at 11:01:46 PM UTC-5, Pankaj Kumar wrote: > > We have a custom runtime docker container that I deploy on googl

Re: [google-appengine] Re: invalid_grant Hello, World!" for Node.js on App Engine

2016-04-25 Thread Todd Hoff
That was it. Thanks! On Mon, Apr 25, 2016 at 12:27 PM, 'Kim Lewandowski' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hi Todd, > > Invalid_grant error is an oauth error that indicates an authentication > issue. Run ‘gcloud auth login’ and

[google-appengine] invalid_grant Hello, World!" for Node.js on App Engine

2016-04-25 Thread todd
Hi, Just going through the Hello World for node on google app engine (https://cloud.google.com/appengine/docs/flexible/nodejs/hello-world). When I get to gcloud preview app deploy I get an invalid grant. Error. Since I'm just going through the tutorial I'm not sure what the issue is and I did

[google-appengine] A Pure Google App Engine Dev Experience

2014-10-16 Thread Todd Thomas
Hey guys, I attended a local Python User Group meeting last week; the presentation on GAE was great; during which we walked through an example of pushing a local/dev Django app to GAE - brilliant. Now that I'm inspired I'd like to dive in. I use Python to manage the Linux OS but I'm a total new

Re: [google-appengine] Consistent 503 errors while updating Go app

2014-01-29 Thread Todd Olson
y 2014 15:26, Vinny P > > wrote: > > On Mon, Jan 27, 2014 at 2:08 PM, Todd Olson > > wrote: > > > >> I simply cannot imagine that we are the only ones encountering these > >> issues, yet I cannot find any information/announcement. What are we > do

Re: [google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread Todd Olson
ement. What are we doing wrong? We are subscribed to the google-appengine-go mailing list. On Monday, January 27, 2014 1:51:17 PM UTC-5, Vinny P wrote: > > On Sat, Jan 25, 2014 at 1:51 PM, Todd Olson > > wrote: > >> Consistent failure over 24 hours on a major function see

[google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread Todd Olson
is poor level of service? Can we pay more to get better service?We are using Go which is labelled experimental. Is that the issue? If we used Python (for example), would this NOT be an issue? Thanks, Todd -- You received this message because you are subscribed to the Google Groups

[google-appengine] RE: Todd

2013-06-19 Thread Todd
Hello! http://miramarmarbella.com/voqgxqw/eki/hdrta/ztl.html?om=kvos Todd ksx -- 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

[google-appengine] Re: HR Datastore down?

2011-12-11 Thread todd
Correction, I began seeing the error Dec 10. On Dec 11, 8:56 am, todd wrote: > Yes, I'm seeing the same error since Dec 9. Anybody else? > > On Dec 10, 7:50 am, Upscale wrote: > > > > > > > > > Getting this error messages while trying to write to HR D

[google-appengine] Re: HR Datastore down?

2011-12-11 Thread todd
Yes, I'm seeing the same error since Dec 9. Anybody else? On Dec 10, 7:50 am, Upscale wrote: > Getting this error messages while trying to write to HR Datastore: > > Request was aborted after waiting too long to attempt to service your > request. This may happen sporadically when the App Engine s

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

2011-05-02 Thread Todd Vierling
On Saturday, April 30, 2011 9:06:45 PM UTC-4, RH wrote: > > I'm looking for a simple way to persist a set of dynamic Composite > Design Pattern objects (as described in Design Patterns by Gamma, > Helm, Johnson, and Vlissides) with either Google's native datastore, > JDO, or JPA, as well as send

[google-appengine] bulkloader transforms for properties that are lists of keys

2010-08-25 Thread todd
gle-appengine-python/browse_thread/thread/86a087a808cc31c1 Regards, Todd - kind: CitationIndex connector: csv connector_options: encoding: utf-8 columns: from_header property_map: - property: __key__ external_name: key export_transform: transform.key_id_or_name_as_st

[google-appengine] Re: Stream videos from blobstore?

2010-03-10 Thread todd
So I'm guessing the answer is no. On Mar 8, 12:41 pm, todd wrote: > It's not mentioned and I don't see it discussed, but is possible to > stream videos from theblobstore? And if it is possible, is it > affordable? > > thanks -- You received this message because yo

[google-appengine] Stream videos from blobstore?

2010-03-08 Thread todd
It's not mentioned and I don't see it discussed, but is possible to stream videos from the blobstore? And if it is possible, is it affordable? 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 goog

[google-appengine] Re: Apps not showing on dashboard

2009-11-13 Thread Todd Vierling
On Nov 13, 4:43 am, Roy wrote: > ... in fact the dashboard isn't showing! > > When I login to appengine.google.com I only ever get redirected to > the /start Welcome page. I can create a new application, but after > creating it I just get redirected back to the start page again. I > *can* deploy t

[google-appengine] Remove Application Permissions

2009-09-30 Thread Todd
This is a user question (not developer), so I hope I am posting in the correct place (I just could not find the answer anywhere). Anyway, I gave a 3rd part application access authority to access my contacts to use the app. After testing it for a few days, I determined it did not meet my needs.

[google-appengine] Building transactional tests

2009-09-18 Thread Todd Nine
Hi all, I'm having a lot of trouble building my tests. I'm using spring 3.M4, and JDO. I understand I cannot commit multiple entities that aren't in the same entity graph from the documentation here. http://code.google.com/appengine/docs/java/datastore/transactions.html#Uses_For_Transactions

[google-appengine] Migrating JDO Entities

2009-09-14 Thread Todd Nine
updated to populate default values. We've also changed one to many relationships to be many to many relationships etc. Does anyone have any experience with migrating data in an application upgrade using JDO? Thanks, Todd --~--~-~--~~~---~--~~ You receiv

[google-appengine] Help with inheritance and JDO

2009-09-14 Thread Todd Nine
Hi all, I've used hibernate for a while, and I'm having a bit of trouble switching to JDO. I have several entities that all entities will share. Rather than a parent table, I'd prefer these columns be embedded directly in each entity. As such, I've defined my abstract entity and child entity

[google-appengine] Uploading Files - filename

2009-06-07 Thread Todd
self.request.get() always returns the String value of the form parameter. Appengine overrides the WebOb request to abstract the cgi.FieldStorage object ( which holds the filename ) from you. Hope this helps. -Todd --~--~-~--~~~---~--~~ You received this message

[google-appengine] CancelledError in urlfetch.fetch

2008-09-06 Thread Todd
I have an application that makes repeated calls to the urlfetch.fetch API. It seemed to handle a bunch in a row and then I started getting this error. I know there is a quota for urlfetch around 160K requests per day. I'm no where near that, and I'd expect to get an overquota error. This only s