[google-appengine] AppEngine Java multi-modules sample error on gcloud preview app run

2015-02-11 Thread Avanish Raju
Hey all, (NOTE: Also posted to Stack Overflow here: http://stackoverflow.com/questions/28441545/appengine-java-multi-modules-sample-error-on-gcloud-preview-app-run) I'm trying to setup a multi-module Appengine app with one module as managed VM. But for starters, I'm checking if I can run gcl

Re: [google-appengine] AppEngine Java multi-modules sample error on gcloud preview app run

2015-02-11 Thread Avanish Raju
Hi Robert, Thanks for the suggestions! (And good to hear from you!) *Option 1)* Specifying --host localhost: didn't work. I got a different error: "Unable to bind localhost:" I tried --host localhost:9090 and a couple other ports instead, and ended up with the same error as above. (bad por

Re: [google-appengine] AppEngine Java multi-modules sample error on gcloud preview app run

2015-02-12 Thread Avanish Raju
ry to document my steps and issues I ran into with SO Q&A and/or a blog post. For now, I know I *cannot* test/deploy this kind of setup from my Windows machine. Thanks! Avanish On Wed Feb 11 2015 at 5:35:08 PM Avanish Raju wrote: > *Update:* > > I've found out the hard way th

[google-appengine] Re: How to setup a GAE managed VM

2015-02-12 Thread Avanish Raju
Ken, it's possible to run a multi-module Java Appengine app, with your first module running in the classic GAE "sandbox", and the 2nd module running a managed VM, and through a login:admin setting in your app.yaml configuration or similar, you can lock it down so that only your other Appengine

[google-appengine] Persistent storage for Managed VMs, please?

2015-02-16 Thread Avanish Raju
Hi AppEngine/Managed VM gurus, Can we please have a way to mount a persistent disk on to our managed VMs? Now, I'm aware that Managed VMs are intended to be for "stateless use". But here's my use case, the problem, and the solutions I've tried: *Use Case*: I need secure web access from my Google

[google-appengine] Re: Java: Precompilation fails.

2015-07-06 Thread Avanish Raju
tus%20Stars%20Summary%20Language%20Priority%20Owner%20Log&groupby=&sort=&id=12106 Regards, Avanish On Wednesday, July 1, 2015 at 9:53:50 PM UTC+5:30, Avanish Raju wrote: > > I'm currently getting a Precompiling issue. (Tried running about 3 times > with gaps today) &

[google-appengine] Re: Java: Precompilation fails.

2015-07-07 Thread Avanish Raju
cker was the right move to do > here. Are you 100% sure you're on the latest sdk and everything is fully > updated? > > Cheers! > > On Monday, July 6, 2015 at 7:20:05 AM UTC-4, Avanish Raju wrote: >> >> Hi, >> >> I continue to get these errors eve

[google-appengine] Re: Java: Precompilation fails.

2015-07-10 Thread Avanish Raju
I checked again, and noticed both have been updated. However, using 1.9.23 doesn't fix the errors either. On Tue, Jul 7, 2015 at 9:20 PM Avanish Raju wrote: > Hi Patrice, > > Thanks for getting back. I've ensured that both my gradle plugin and > AppEngine SDK are up-t