[google-appengine] Where to edit source code in gcp

2017-08-01 Thread Nagaraja SV
Hi , 

I am new to GCP and Go Lang.

I have deployed bookshelf code to GCP and it is working as expected but i 
want see/edit the code with in GCP.

Please help me.

Thank you
Nagaraj

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3d0af879-de86-40f8-8752-3526d33a48e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Handling API versioning issue

2017-08-01 Thread 'Eric So' via Google App Engine
Sorry that this reply thread does not show up in my inbox. I will open a 
bug / issue to track this. 

And I found out from one developer that the application needs to setup 
different classes for different versions. We need to deploy the whole 
application with different versions in one jar or war to support multiple 
versions in one endpoint.

Eric So

On Friday, July 28, 2017 at 10:32:56 AM UTC-7, George (Cloud Platform 
Support) wrote:
>
> Hi Eric, 
>
> If you deploy the new API version to the same application version 1, 
> you'll find it under the same 1-dot-xxx address: the one you mention. 
>
> In such cases, it is more effective to open a bug / issue in the public 
> tracker . The tracker is 
> dedicated to such issue, whereas a group such as this one is meant for 
> general discussions and exchange of opinions. 
>

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3f30b516-da04-467e-a6b9-1ec506a6ce63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] How to use google app engine

2017-08-01 Thread 'Alex Martelli' via Google App Engine
App Engine lets you code and deploy suitable programs as web applications.
As such, some knowledge of programming and web fundamentals is usually
needed to use App Engine.

With just web fundamentals (HTML, CSS, Javascripts, images...) you can use
App Engine to deploy a purely static website: see
https://cloud.google.com/appengine/docs/standard/python/getting-started/hosting-a-static-website
.

Most often, you will also need to know something about programming. There
are good tutorials, including free ones, such as
https://www.udemy.com/learn-google-appengine-its-cake/ -- which requires
you to know something about programming in Python; to learn the latter
skill, you can of course use other tutorials, including free ones, such as
https://www.udemy.com/learning-python-not-the-snake/ .

App Engine supports other languages besides Python, but I would strongly
recommend Python, today's most popular language according to a recent study
published at
http://spectrum.ieee.org/computing/software/the-2017-top-programming-languages
, and the most frequently taught programming language at top US
universities according to
https://cacm.acm.org/blogs/blog-cacm/176450-python-is-now-the-most-popular-introductory-teaching-language-at-top-u-s-universities/fulltext
. (Of course, I could be biased:-).


Alex


On Tue, Aug 1, 2017 at 9:49 AM, Muthu Krishnan 
wrote:

> Hi,
> I am basically non- technical person willg to learn more about the google
> app enginee and cloud computing.
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/5105a051-a97c-47e9-be10-
> 36ff89ddb522%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE46Be8atAL6Pw5MehG9tij%3D5Gft5QP-QvmXSv04nrbGVyjBpA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New SSL doesn't work

2017-08-01 Thread Borislav Arapchev
Yannick

Google Cloud Console doesnt accept the bundle 

it says

*Error*

*The SSL certificate provided could not be inserted.*

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8d0562c5-9b54-4054-841f-f4812274c313%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: gcloud beta emulators datastore doesn't start

2017-08-01 Thread 'Shivam(Google Cloud Support)' via Google App Engine
This is a known issue being discussed here[1] and the backend team is 
working towards the fix. The issue seems to be with the latest version so 
you can downgrade to 163.0.0 by running the command:  gcloud components 
update --version 163.0.0

As per the last comment, it is supposed to fix in the release 165.0.0 which 
is expected to come out Wednesday August 2nd but I would recommend to keep 
an eye on the issue tracker thread for a final update.

[1] https://issuetracker.google.com/64068612


On Tuesday, August 1, 2017 at 12:51:53 PM UTC-4, Gabor Lenard wrote:
>
> Hi,
>
> I was happily using the datastore emulator for many months (from my local 
> instance of flexible go app).
> However, a few days ago I had to restart my computer due to an update 
> (macOS 10.12.6), and since then the datastore emulator won't start:
>
> $ gcloud beta emulators datastore start
>
> *ERROR:* gcloud crashed (TypeError): GetHostPort() takes exactly 1 
> argument (0 given)
>
> I reinstalled the entire Cloud SDK, with gcloud, set the environment 
> variables, just to be sure. Unfortunately these didn't help, I still get 
> the same error. Python 2.7.10, Java 1.8.0_131
>
> Can you help me how I could solve this problem?
> Thanks in advance!
>
> Gabor
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/707686fa-4407-4629-90eb-0d433d20cf03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to use google app engine

2017-08-01 Thread 'Shivam(Google Cloud Support)' via Google App Engine


App Engine offers standard and flexible environment to be chosen from for 
your application. Both of these environments, have the same code-centric 
developer workflow, scale quickly and efficiently to handle increasing 
demand, and enable you to use Google’s proven serving technology to build 
your web, mobile, and IoT applications quickly and with minimal operational 
overhead. While the available environments have a lot in common, they 
differ in a few important ways which can be read on this doc[1].

I would suggest deploying a simple application on App Engine as a starting 
point. You can choose the runtime of your choice from this doc[2] and 
deploy a simple hello world application to get a basic idea. 

You can further view database options such as Cloud Storage[3], 
CloudSQL[4], Cloud Bigtable[5] etc. App Engine is a scalable system which 
will automatically add more capacity as workloads increase. You can view 
whole list of products and services from here[6] and explore further. 

[1] https://cloud.google.com/appengine/docs/the-appengine-environments
[2] https://cloud.google.com/appengine/docs/
[3] https://cloud.google.com/storage/
[4] https://cloud.google.com/sql/
[5] https://cloud.google.com/bigtable/
[6] https://cloud.google.com/products/


On Tuesday, August 1, 2017 at 12:51:53 PM UTC-4, Muthu Krishnan wrote:
>
> Hi, 
> I am basically non- technical person willg to learn more about the google 
> app enginee and cloud computing.
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/70bc7051-ad31-47f8-ac45-0f2461deec8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] What is the google issue tracker process.

2017-08-01 Thread Torbjørn Smørgrav
I've reported a problem with Java8 that has been confirmed by the first 
triage. Now three weeks has gone and I would like to know what I can expect 
in terms of response to the ticket. 

Regardless of my current issue - what is the process for issues?

* How many levels of triage is there? 
* Do the various priorities have an SLA?
* Will a ticket be designated some state so I can reason about if I can 
wait for the fix or not (e.g. won't fix, or later)?

Thanks,
-Toby


-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6d8df02a-2eb8-4b71-a18e-4b5056fae920%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] gcloud beta emulators datastore doesn't start

2017-08-01 Thread Gabor Lenard
Hi,

I was happily using the datastore emulator for many months (from my local 
instance of flexible go app).
However, a few days ago I had to restart my computer due to an update 
(macOS 10.12.6), and since then the datastore emulator won't start:

$ gcloud beta emulators datastore start

*ERROR:* gcloud crashed (TypeError): GetHostPort() takes exactly 1 argument 
(0 given)

I reinstalled the entire Cloud SDK, with gcloud, set the environment 
variables, just to be sure. Unfortunately these didn't help, I still get 
the same error. Python 2.7.10, Java 1.8.0_131

Can you help me how I could solve this problem?
Thanks in advance!

Gabor

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/337c9278-7070-4e75-90c3-b7264c26bf04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How to use google app engine

2017-08-01 Thread Muthu Krishnan
Hi, 
I am basically non- technical person willg to learn more about the google 
app enginee and cloud computing.

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5105a051-a97c-47e9-be10-36ff89ddb522%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New SSL doesn't work

2017-08-01 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Borislav, if you already have a pre-concatenated bundle of 
certificates that is what you should be using.

On Monday, July 31, 2017 at 4:24:09 PM UTC-4, Borislav Arapchev wrote:
>
> I dont see Notepadd ++ to support *PEM format files ???*
>

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2bff40d7-7d85-440f-8257-356a33a096d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-08-01 Thread Richard Cheesmar
Hi, Yannick, as I said, all the single signup request 'GET' does is simply 
return a very simple rendered form. It does not access the ndb or other 
storage, it just renders a template and returns it. I don't think it is a 
memory leak on the part of that particular piece of code.

I'll monitor the situation and see if there are any many repeats then 
explore the issue further.


On Monday, July 31, 2017 at 11:24:57 PM UTC+3, Yannick (Cloud Platform 
Support) wrote:
>
> Hello Richard,
>
> as timh indicated this is most often the sign of a memory leak of some 
> kind in your code. If you were performing operations that are more 
> memory-heavy I'd advise you pick an instance type with more memory but this 
> doesn't sound like its the case.
>
> About the number in the error message I expect that they are rounded down 
> values, so 128.1MB would be over 128MB.
>
> On Monday, July 31, 2017 at 8:47:10 AM UTC-4, Richard Cheesmar wrote:
>>
>> timh,
>>
>> There are no redirects on the normal signup url, it simply renders a 
>> template and returns.
>>
>> On Sunday, July 30, 2017 at 7:03:22 PM UTC+3, Richard Cheesmar wrote:
>>>
>>> I am seeing more of these, these days.
>>>
>>> I just got the one above from a simple signup url that does nothing but 
>>> render a simple template with a form.
>>>
>>> How does that end up with 128MB and 238 requests in total? And as 
>>> described in the error how does 128MB exceed 128MB?
>>>
>>> It seems inconsistent to say the least, I don't normally get this from 
>>> signup urls but have found I'm getting quite a few on other urls but as I 
>>> said, it is not consistant.
>>>
>>> Is there something else I should be looking at?
>>>
>>>
>>>
>>>
>>>

-- 
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...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d906342d-11a4-4750-9d4a-7d2f6b12472a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.