[google-appengine] Re: mounting nfs on google app engine

2016-04-27 Thread pankaj kumar
Docker has this --net=host parameter which will enable host networking. The 
container gets ip address same as the host. Can we have that in the google 
app engine? That way services like nfs on the same network that need to 
connect to the client can be utilized in the container. 

On Wednesday, April 27, 2016 at 6:33:48 PM UTC-7, pankaj kumar wrote:
>
> I am trying to mount a nfs share onto a app engine container. Everything 
> seems to work other than the fact that the container has a 172.* ip address 
> and the default network is a 10.* ip address. Is there a way to set 
> networking in the containers to get the same 10.* ip address? (Bridged vs 
> nat or something?)
>

-- 
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/a2a68403-1fa1-48a7-8dd3-3980cf0c8ed2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] mounting nfs on google app engine

2016-04-27 Thread pankaj kumar
I am trying to mount a nfs share onto a app engine container. Everything 
seems to work other than the fact that the container has a 172.* ip address 
and the default network is a 10.* ip address. Is there a way to set 
networking in the containers to get the same 10.* ip address? (Bridged vs 
nat or something?)

-- 
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/1a218c8b-c5d6-47fe-82d1-3b03e81788a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Failed to deploy Asp.Net Web application

2016-04-27 Thread GG Schum
I followed the tutorials of Deploy an ASP.NET Application to a Windows 
Server 2012 R2 Instance. at the step 6 in Deploy the application to your 
Windows instance, I got the following message:


Web deployment task failed. (Could not connect to the remote computer 
("146.148.xx.xxx") using the specified process ("Web Management Service") 
because the server did not respond. Make sure that the process ("Web 
Management Service") is started on the remote computer.  Learn more at: 
http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_COULD_NOT_CONNECT_TO_REMOTESVC.)

Is there anybody got the same error and how can I fix it?

-- 
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/ebdc52c0-eb4a-4569-95ab-d14dc33920a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Datastore Admin stopped working

2016-04-27 Thread Christian F. Howes
Adam,

since this is a required version for administering our applications, can 
Google put in safeties to prevent it from being deleted?  It's pretty scary 
that it can accidently be deleted and not be re-created.

thanks,

christian 

-- 
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/957d8068-afbc-4952-af97-d494f7239700%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App only runs on one instance?

2016-04-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
To add to what was previously mentioned by Mihail, your scaling settings 
may very affect how many instances can spin up in response to traffic.

Using scaling elements 
 
in your app.yaml, one can limit the number of instances available. For 
example, basic_scaling requires one to specify a max_instances property. 
Also, manual_scaling requires one to specify a fixed number of instances.

If you're using automatic_scaling, there should not be a limit imposed 
unless you've reached daily spending limits 
 that you may 
have set for your application.

Barring the above exceptions, your application should scale to meet demand 
when set to automatic_scaling. What remains is to have enough traffic for 
App Engine to warrant spinning up new instances. Should you feel that your 
application is not scaling when receiving sufficient traffic, please 
provide your yaml scaling settings here along with some traffic screenshots 
from the Developers Console showing an excessive amount traffic that should 
trigger scaling.

Should you have any additional questions on the subject, feel free to voice 
them here.

On Wednesday, April 27, 2016 at 9:18:38 AM UTC-4, Anthony Shapley wrote:
>
> Hi,
>
> We have an app running, using Django - and for some reason AppEngine won't 
> ever the application on more than a single instance? We haven't set 
> anything that should limit this in the app.yaml file, so just wondered if 
> there is anything else we could have configured incorrectly that would 
> prevent AppEngine from load balancing properly?
>
> Ant
>

-- 
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/5568c3bf-1295-408c-bb08-ab24194a1392%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Error while calling endpoint with JS Library (A network error occurred, and the request could not be completed.)

2016-04-27 Thread Renaud Tarnec
Hello,

Today, after calling one of my Endpoints from a web page through the 
JavaScript API I got the following values for the response from the API:

resp.code: -1

resp.message:  A network error occurred, and the request could not be 
completed.

This endpoint saves an entity in the Datastore with Objectify and adds a 
Task to a Queue (all within an Objectify transaction). Actually the code 
was executed correctly, despite the error message (i.e. the entity was 
saved in the Datastore and the task executed correctly).

It's the first time I encounter this error, and its several months I work 
on this application. Right after I was able to call the API the same way 
without anymore problems.

Any explanations or recommendations?

Many thanks in advance
Renaud

-- 
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/724b6ebd-a062-474c-a8e1-294997d7b37e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Why can’t transactional tasks be named?

2016-04-27 Thread Jeff Schnitzer
My task queues sometimes have a lot of tasks sitting in them for various
reasons (usually failing/retrying). I’d _really_ love to be able to look at
a queue at a glance and see what’s in it. Instead it’s a wall of numbers.

Ah hah! I can name tasks, and this will show up in the interface, right?

I just tried that and get “transactional tasks cannot be named”. What’s the
rationale for this? I get that the task name needs to be unique, but that
can be fixed with a suffix…

This was asked in a SO question but the answer, although accepted, is bogus.

Any ideas?

Thanks,
Jeff

-- 
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/CADK-0uiZ%2BwSY1tfP6170fhtq_LzJVOGgH%3DF525Q6fw9b5uQxuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App only runs on one instance?

2016-04-27 Thread Mihail Russu
What's your traffic? Does it always work no matter what or is it crashing? 
How do you check the number of running instances? What does your dashboard 
 look like? Unless you're 
doing manual scaling - there's nothing that can be set to limit the number 
of instances.

On Wednesday, April 27, 2016 at 4:18:38 PM UTC+3, Anthony Shapley wrote:
>
> Hi,
>
> We have an app running, using Django - and for some reason AppEngine won't 
> ever the application on more than a single instance? We haven't set 
> anything that should limit this in the app.yaml file, so just wondered if 
> there is anything else we could have configured incorrectly that would 
> prevent AppEngine from load balancing properly?
>
> Ant
>

-- 
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/9ff0d609-1a86-461c-9866-fb6bcd01ce9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Are seach index operation from datastore transaction atomic?

2016-04-27 Thread Dhanunjaya Naidu Yandrapu
Hi all,

are index.Put() and index.Delete() operation atomic when run in a datastore 
transaction datastore.RunInTransaction()?

thanks,
dhanunjay

-- 
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/f3abb385-1c36-435f-9e34-77b5edf271e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE 1.9.36 - AppIdentityServiceFailureException when try store / read on Cloud Storage

2016-04-27 Thread Patryk
Hi,
In last days I've started getting a quite weird error when the app tries 
read / stores something on Cloud Storage:

com.google.appengine.tools.cloudstorage.NonRetriableException: 
com.google.appengine.tools.cloudstorage.NonRetriableException: 
com.google.appengine.api.appidentity.AppIdentityServiceFailureException: 
The AppIdentity service threw an unexpected error. Details:

It worked all time before and works for my another apps. I did not push a 
new version of the app nor changed anything in configuration. I found some 
solutions on SO but they were for old versions (2014) and did not resolved 
my problem. What could be a source of the problem?

-- 
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/9cbed101-8b7b-423b-a3d4-dbf1582a0478%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] App only runs on one instance?

2016-04-27 Thread Anthony Shapley
Hi,

We have an app running, using Django - and for some reason AppEngine won't 
ever the application on more than a single instance? We haven't set 
anything that should limit this in the app.yaml file, so just wondered if 
there is anything else we could have configured incorrectly that would 
prevent AppEngine from load balancing properly?

Ant

-- 
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/1c1db7da-09a9-47ea-98fa-cf9d4c1701f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Error starting Launcher - see logfile GoogleAppEngineLauncher.exe.log

2016-04-27 Thread kerrymaid

Hello,

When I try to start the GAE launcher I receive the following error:

See the logfile 'C:\ProgramFiles 
(x86)\Google\google_appengine\GoogleAppEngineLauncher.exe.log for details

This file does not exist (even viewing hidden files). I have searched for 
solutions on this and some have suggested delete .ini files from 
C:Users/Google but this directory does not exist.

Can anyone please offer advice.

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/56a7c2b9-e968-4cd7-a4a6-f340eb4d5a02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Datastore Admin stopped working

2016-04-27 Thread Sebastian Zabel
We only used the Cloud Console for deleting the versions. We had a lot of 
versions so we used the select all checkbox and then deselected the 
versions we are still using. We are not sure if the 
version 'ah-builtin-python-bundle' was in there, but it was deleted during 
the same time according to the logs. 
We have a lot of data in the datastore, so if we create a new project we 
need a way of copying the data to the new project which seems not to be 
possible without the datastore admin. Are there any other options available?

Am Dienstag, 26. April 2016 19:23:48 UTC+2 schrieb Adam (Cloud Platform 
Support):
>
> If this had happened, there isn't a way to redeploy this version or 
> download it from another project unfortunately. You would need to recreate 
> the project. Although 'ah-builtin-python-bundle' isn't visible in the 
> console under 'Versions', it's still possible to delete using appcfg.py, so 
> caution should be exercised to avoid this in the future.
>
> On Tuesday, April 26, 2016 at 12:18:19 PM UTC-4, Sebastian Zabel wrote:
>>
>> The version ah-builtin-python-bundle was deleted, so "open datastore 
>> admin" does not work anymore and there is no way to enable it again. Does 
>> anybody know how to deploy the version again?
>>
>> Am Dienstag, 26. April 2016 12:26:50 UTC+2 schrieb Anastasios Hatzis:
>>>
>>> If datastore admin is disabled, the button should read "enable datastore 
>>> admin" or similar, rather than "open datastore admin". I can only guess, 
>>> that maybe an API was disabled for this project which is needed for 
>>> datastore admin to work? (My bet would be Google Datastore API, but I don't 
>>> know, never had to do this by my own). Good luck!
>>>
>>> On Tuesday, April 26, 2016 at 11:01:22 AM UTC+2, Sebastian Zabel wrote:

 Seems like the version for the datastore admin was deleted, how can it 
 be restored?

 Am Dienstag, 26. April 2016 10:04:28 UTC+2 schrieb Sebastian Zabel:
>
> The Datastore Admin stopped working on 21.04 for one of our projects. 
> It was working before but now the jink just redirects to our default 
> module. Is there anything we can do to fix it?
>


-- 
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/00634236-11f7-4a4a-a64d-b9add55adf5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.