[google-appengine] Google App Engine Java 8 Lifetime (LTS)

2020-05-25 Thread Carl Emmoth
Hello, I'm wondering since Java 11 is released and there is a difficult 
process of upgrading from Java 8 to 11, for how long time will the Java 8 
version be supported? Years?

Thanks 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dfa6d724-bd27-4517-80dd-7daca25e6690%40googlegroups.com.


[google-appengine] Re: AppEngie OUTAGE

2019-10-10 Thread Carl Emmoth
This affected our customers the whole day. Is it possible to get 
compensation?

Den tisdag 8 oktober 2019 kl. 09:48:59 UTC+2 skrev Paolo Conte:
>
> Hello,
> suddently most requests return error 500, log shows "The request failed 
> because the instance could not start successfully"
> Project is in europe-west
>
> Anyone else?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a63f63fb-fdb8-4f40-86c0-c94a3f9376c2%40googlegroups.com.


[google-appengine] Re: AppEngie OUTAGE

2019-10-10 Thread Carl Emmoth
I've filed a bug 

Den tisdag 8 oktober 2019 kl. 09:48:59 UTC+2 skrev Paolo Conte:
>
> Hello,
> suddently most requests return error 500, log shows "The request failed 
> because the instance could not start successfully"
> Project is in europe-west
>
> Anyone else?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d6a49aed-3328-4e79-ba70-5ece132604ff%40googlegroups.com.


Re: [google-appengine] Multiple instance with multiple JVMs?

2018-08-03 Thread Carl Emmoth
Thanks! Could you reference to documentation about this? I don't think I've 
seen it explicitly... 

-- 
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/5ee26f4d-a71c-433d-9218-969820489e55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Multiple instance with multiple JVMs?

2018-08-03 Thread Carl Emmoth
Hello,

I've always wondered how the infrastructure works with Java App Engine. At 
multiple requests there can be several instances with a web server each. If 
there are too many instances for a single JVM, are new instances created on 
a different JVM? I wonder if this could affect static fields (singletons) 
which might not be shared between the instances.

Correct me if I'm wrong!

Thanks,
Carl 

-- 
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/64bf661a-14db-4da7-8a14-cd9dd19a21e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Share Spreadsheet with Customer's Google Account within EU

2017-08-14 Thread Carl Emmoth
Our Google App Engine service account is creating spreadsheets at Google 
Drive and sharing it to our customers. Our customers have created a Google 
Account. How can our service account make sure our customers Google Account 
is applying to EU laws and physically storing the spreadsheet within EU?

Thanks 

-- 
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/806b82cd-b16f-4bc4-a0ff-895e2c17b2bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Use Service Account to Store Spreadsheet within EU

2017-08-14 Thread Carl Emmoth
Hello,

our Google App Engine service account is creating spreadsheets at Google 
Drive with our customers data. Our company and our customers are Swedish 
and we need to physically store all data within Sweden, preferable within 
EU.

How do we accomplish that?

Thanks 

-- 
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/878e7191-a870-4399-9c34-32b8554b4b62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Appengine with Endpoints doesn't share session

2016-01-05 Thread Carl Emmoth
Hello,

I'm using an App with Endpoints. It's written in Java EE and my Appengine 
part is using sessions.

Locally both my app and endpoints are using the same session but live 
endpoints isn't using any session.

Do I miss some configuration for Endpoints or isn't Endpoints using 
sessions in production?

Thanks

-- 
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/c1447069-6997-40c1-9a9f-39d215851f0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] App Engine + Maven + Hot swap of war

2015-04-28 Thread Carl Emmoth
Hello,

so is it possible to run maven devserver (mvn appengine:devserver) and have 
live hot swap for any changes in war dir?

Like, if I change index.html with new text and refresh in browser, can it 
update?

It seems like fullScanSeconds only updates Java classes.

Thanks,
Carl

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4ed768ed-a3a3-469c-96df-34fa6566b826%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.