[google-appengine] AppEngine/Managed VM and VPN

2015-12-19 Thread Piotr Krzepczak
I have an app currently running in the sandboxed Google AppEngine. One of the modules has to have a VPN connection to the external VPN gateway. I wanted to use the Google Cloud VPN for this but I believe that I can't set it up as I do not have an IP address given at the app engine side. Given my

[google-appengine] Re: NoSuchMethodError for ReflectionHelper during app launch

2015-12-19 Thread Garvesh Mehrotra
Thanks Adam. Sorry for posting my query here. On Saturday, 19 December 2015 06:47:38 UTC+5:30, Adam (Cloud Platform Support) wrote: > > This seems like a question that would be better posted to Stack Overflow, > rather than a discussion post. The google-appengine group is intended more > for

[google-appengine] Re: Security exception when using non-white listed java class java.nio.channels.spi.SelectorProvider

2015-12-19 Thread Benjamin Glatzeder
Hi Adam, we have a small misunderstanding. I'll give a broader picture of what I'll try to accomplish. User opens (Android) app, then registers/logs in with email-password combination. That's send to an App server (e.g. Google App Engine), that server forwards the request to Couchbase's Sync

Re: [google-appengine] Re: Trouble in understanding cost for Projection Query

2015-12-19 Thread Jeff Schnitzer
Run the equivalent query with the low-level API. If it produces the same unexpected results, it's Google's issue. If it fixes the problem, it's mine. Other than a potential hybridization issue I can't imagine what Objectify could be doing wrong since it's just adding projections to an underlying

Re: [google-appengine] Re: Security exception when using non-white listed java class java.nio.channels.spi.SelectorProvider

2015-12-19 Thread Jeff Schnitzer
NIO is not available on standard Google App Engine. The driver will also have problems creating threads, if it tries to do so (most db drivers seem to, though I haven't looked at Couchdb's). If you really need Couchbase, consider using Managed VMs. Jeff On Sat, Dec 19, 2015 at 12:38 AM, Benjamin