[google-appengine] Re: Content-Length response header

2016-03-21 Thread Linus Larsen
FYI, we are using JAVA and no proxies in between. There is no problem doing a ordinary GET with curl or browser, the Content-Length header is there. I think this issue has to do with SSL. We have a custom domain, our own root certificate, and a dispatch.xml routing the traffic. Previous I posted

[google-appengine] Re: installing cloud based server storage

2016-03-21 Thread Vasni Pech
On Monday, March 21, 2016 at 1:39:24 PM UTC-6, Vasni Pech wrote: > > Hi can someone help me in installing the cloud based server for open data > kit. I am trying to develop a cloud server but I am not able to create the > cloud based server for ODK > > -- You received this message because you

[google-appengine] installing cloud based server storage

2016-03-21 Thread Vasni Pech
Hi can someone hlep me in installing the cloud based server for open data kit -- 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-appengine+unsubscr...

Re: [google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread Unesco Iha
I uninstalled Java 8 to install Java 7 and now it works. Thanks! On Monday, March 21, 2016 at 3:16:59 PM UTC-4, Les Vogel wrote: > > Did you actually install the JDK? The error is suggesting you might have > just installed the JRE. > > The JDK is a superset of the JRE that includes the compiler

Re: [google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread Unesco Iha
I uninstalled Java 8 to install Java & and now it works. Thanks! On Monday, March 21, 2016 at 3:16:59 PM UTC-4, Les Vogel wrote: > > Did you actually install the JDK? The error is suggesting you might have > just installed the JRE. > > The JDK is a superset of the JRE that includes the compil

Re: [google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread 'Les Vogel' via Google App Engine
Did you actually install the JDK? The error is suggesting you might have just installed the JRE. The JDK is a superset of the JRE that includes the compiler and more. On Mon, Mar 21, 2016 at 11:55 AM, Unesco Iha wrote: > Yes, I set the JAVA_HOME using these steps : > https://confluence.atlass

[google-appengine] Re: New Dashboard pages burn resources when idle

2016-03-21 Thread Steven Prosser
Please hold off. While this has been on-going for some time, it is not happening today. It may be related to something else affecting my system. If, or when, it happens again I will take better notes re: what else is running. Thx for the replies, -Steve On Monday, March 21, 2016 at 10:57:32 AM

[google-appengine] Re: New Dashboard pages burn resources when idle

2016-03-21 Thread Anastasios Hatzis
I can't replicate the issue on any of the Datastore pages. Same Chrome version, but 10.11.2, not 10.11.3. Am Montag, 21. März 2016 19:38:38 UTC+1 schrieb Adam (Cloud Platform Support): > > I'm interested to know if anyone else has issues like this. I'm not able > to reproduce this on three dif

Re: [google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread Unesco Iha
Yes, I set the JAVA_HOME using these steps : https://confluence.atlassian.com/doc/setting-the-java_home-variable-in-windows-8895.html And I have Java 8, but in the tutorial setup, it says: If you have Java 8, you must specify Java 7 as the source and the target. > In Maven, you do this in the

Re: [google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread 'Les Vogel' via Google App Engine
I haven't watched this, but it came up 1st when I searched and had an ad on it. https://www.youtube.com/watch?v=hSs-gZPe8kU How to install Java 7 on Windows 10 On Mon, Mar 21, 2016 at 11:45 AM, Les Vogel wrote: > Have you set your JAVA_HOME variable? It's necessary for Windows. > > Note - you

Re: [google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread 'Les Vogel' via Google App Engine
Have you set your JAVA_HOME variable? It's necessary for Windows. Note - you should be using Java 7 for AppEngine, Java 8 works with managed VMs https://cloud.google.com/appengine/docs/managed-vms/ On Mon, Mar 21, 2016 at 11:32 AM, Unesco Iha wrote: > Another question about the JAVA tutorial:

[google-appengine] Re: New Dashboard pages burn resources when idle

2016-03-21 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I'm interested to know if anyone else has issues like this. I'm not able to reproduce this on three different machines / OSes that I've tested. Have you tested on another browser, or with browser extensions disabled? In Chrome, you can also right-click on the tabs area and click 'Task Manager'

[google-appengine] Stuck again in the JAVA tutorial : Testing the finished sample

2016-03-21 Thread Unesco Iha
Another question about the JAVA tutorial: In "Testing the finished sample" in the section 4. Adding Apllication Code and IU, I get the following error: > F:\[MY PATH]\guestbook>mvn appengine:devserver [INFO] Scanning for projects... [INFO] [INFO] > -

Re: [google-appengine] Re: hi i have a working website in python web2py that run in Google App Engine Standard Environment i want to pass the site to Google App Engine VM

2016-03-21 Thread yar michl
thank for the help i wil work with the guide you share On Monday, March 21, 2016 at 8:28:59 PM UTC+2, Jon Parrott wrote: > > The compat runtime doesn't currently have the OS-level requirements for > numpy. You'll need to add them yourself by creating a Dockerfile. > > See this example here: > ht

[google-appengine] Re: New Cloud Console

2016-03-21 Thread 'Lorne Kligerman' via Google App Engine
We've created a page with more specific details about the migration to the Cloud Console: https://cloud.google.com/appengine/articles/console-faq Thanks for the suggestion about refreshing the instances view, noted! On Saturday, March 19, 2016 at 12:33:58 PM UTC-7, mike wrote: > > Please keep t

Re: [google-appengine] Re: hi i have a working website in python web2py that run in Google App Engine Standard Environment i want to pass the site to Google App Engine VM

2016-03-21 Thread 'Jon Parrott' via Google App Engine
The compat runtime doesn't currently have the OS-level requirements for numpy. You'll need to add them yourself by creating a Dockerfile. See this example here: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/managed_vms/extending_runtime_compat And see this thread for simi

[google-appengine] Re: hi i have a working website in python web2py that run in Google App Engine Standard Environment i want to pass the site to Google App Engine VM

2016-03-21 Thread yar michl
also in whan iinspect the page i got Failed to load resource: the server responded with a status of 500 (Internal Server Error) On Monday, March 21, 2016 at 8:14:49 PM UTC+2, yar michl wrote: > > hi yes > i did upload the website site after that i change the yaml file to > runtime: python27 > v

[google-appengine] Re: hi i have a working website in python web2py that run in Google App Engine Standard Environment i want to pass the site to Google App Engine VM

2016-03-21 Thread yar michl
hi yes i did upload the website site after that i change the yaml file to runtime: python27 vm: true the upload work fine and in the end i get the message Checking if updated app version is serving. 02:02 PM Enough VMs ready (2/2 ready). 02:02 PM Completed update of app: baraln-ee, version: 1

Re: [google-appengine] Stuck in the JAVA tutorial : Creating a servlet class

2016-03-21 Thread Unesco Iha
Thanks! On Monday, March 21, 2016 at 1:49:17 PM UTC-4, Les Vogel wrote: > > I need to type into command before I send things. > > *md com* > *md com\example* > *md com\example\guestbook* > > > On Mon, Mar 21, 2016 at 10:46 AM, Les Vogel > wrote: > >> We are trying to make the documentation more w

[google-appengine] New Dashboard pages burn resources when idle

2016-03-21 Thread Steven Prosser
Apologies if this has been covered, do not have time to search prior posts. When I have the new AppEngine page open to show the Datastore in Chrome, it will take a huge amount of CPU resource even when the page is idle. Causes my fans to kick in, so I have to always close these pages. Would be n

Re: [google-appengine] Stuck in the JAVA tutorial : Creating a servlet class

2016-03-21 Thread 'Les Vogel' via Google App Engine
I need to type into command before I send things. *md com* *md com\example* *md com\example\guestbook* On Mon, Mar 21, 2016 at 10:46 AM, Les Vogel wrote: > We are trying to make the documentation more windows friendly. Sorry you > ran into this. > > What the command is trying to do is make a

Re: [google-appengine] Stuck in the JAVA tutorial : Creating a servlet class

2016-03-21 Thread 'Les Vogel' via Google App Engine
We are trying to make the documentation more windows friendly. Sorry you ran into this. What the command is trying to do is make a series of directories So it can become: md com md com/example md com/example/guestbook On Mon, Mar 21, 2016 at 10:15 AM, Unesco Iha wrote: > I'm doing the JAVA

[google-appengine] Stuck in the JAVA tutorial : Creating a servlet class

2016-03-21 Thread Unesco Iha
I'm doing the JAVA tutorial called "Creating a guest book". In step 4. Adding Application Code an UI, I get stuck at Creating a servlet class. it says : n the guestbook/src/main/java directory, create a package path for your > servlet class called com/example/guestbook. In Linux or Mac OS X, y

[google-appengine] Re: Architecture question

2016-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Good points, Janne, yeah, that's a great alternative way to cut down on indexes. On Saturday, March 19, 2016 at 2:31:10 AM UTC-4, Janne Savukoski wrote: > > Hi Rajesh, > > I'd suggest to consider moving some queries over to Search API ( > https://cloud.google.com/appengine/docs/java/search/). For

Re: [google-appengine] Re: Handing of the multiple task at a same time

2016-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hemanth, I suggest that you attempt to batch requests, as mentioned in my previous comment, as this could show some performance improvements without the network overhead of one request per record. Additionally, you should post the actual error text which the other user requested, as this is