[google-appengine] Re: Can I put a Google Sheet on the Google Apps Engine?

2016-02-29 Thread Maxwell Dlk
Hello,

You can try GworkTemplates on the below web site, which provide the 
Workflow solution for small company based Google App Engine.
http://www.gworktemplates.com

Thanks.

On Saturday, February 27, 2016 at 5:06:19 AM UTC+8, Chris Lusk wrote:
>
> We currently use a Google Sheet from our Drive that has 9 tabs, about 30 
> lines of script code, 50+ columns, 250+ rows, and has 13 to 20 people 
> accessing it at the same time every day.  It is PAINFULLY SLOW!  Would it 
> speed up if I could put this Sheet on the Compute engine or somethingif 
> that's even possible?  
>

-- 
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/c12ad477-54c7-4e33-a85a-374ad56e7e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud Trace API

2016-02-29 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I've created a Gist with a basic example 
 of how to post a 
single test trace using the JSON API, which you should be able to 
extrapolate from. This uses the Google API Client Library for Python 

.

On Monday, February 29, 2016 at 7:23:02 PM UTC-5, Jay Kyburz wrote:
>
> Is it possible to log custom events for Cloud Trace in my Python App 
> Engine App?
>
> THe Docs seems to suggest its possible but a nice clear example would 
> really help.
>

-- 
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/e5be4531-7347-4c54-aae8-c7c9be1c5ba8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Larger Server Instance - App Engine Python

2016-02-29 Thread Jay Kyburz
Thanks Nick. This stuff is all new since last I looked at the docs for the 
app.yaml. (might be quite a while ago)


On Tuesday, 1 March 2016 11:32:51 UTC+11, Nick (Cloud Platform Support) 
wrote:
>
> You can control the machine specs at deployment-time in app.yaml 
> ,
>  
> to specify the instance class 
> .
>
> On Monday, February 29, 2016 at 7:14:46 PM UTC-5, Jay Kyburz wrote:
>>
>> Is it possible to use larger server instances for App Engine Python?
>>
>

-- 
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/fc8955bf-cbf1-4e5d-887f-0aac231c4a3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Larger Server Instance - App Engine Python

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
You can control the machine specs at deployment-time in app.yaml 
,
 
to specify the instance class 
.

On Monday, February 29, 2016 at 7:14:46 PM UTC-5, Jay Kyburz wrote:
>
> Is it possible to use larger server instances for App Engine Python?
>

-- 
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/b6de058d-add7-4e2e-8aa3-9ed79ca6481e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Cloud Trace API

2016-02-29 Thread Jay Kyburz
Is it possible to log custom events for Cloud Trace in my Python App Engine 
App?

THe Docs seems to suggest its possible but a nice clear example would 
really help.

-- 
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/5b5cf8d6-3743-4d9a-a2e1-1ca3899bcf3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Larger Server Instance - App Engine Python

2016-02-29 Thread Jay Kyburz
Is it possible to use larger server instances for App Engine Python?

-- 
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/07981b4f-0573-4ae7-bee6-6f2c4e7dd3be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Task Queue Configuration Query

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
What do you mean by assigning names in the task queue, and what relation to 
domain names have to this? Are you depending on the exception catching in 
the local environment?

On Monday, February 29, 2016 at 3:31:01 AM UTC-5, Anthony Shapley wrote:
>
>
> Hi,
>
> I've been developing a reverse lookup tool, using the task queue and 
> datastore in PHP, in order to prevent duplicate crawling we decided to 
> assign names in the task queue (the domain name) however since configuring 
> this the task queue on my local environment isn't running at all. Is there 
> a reason why this might be?
>
> I've not tested it live, because it isn't ready, the queue.yaml file for 
> this queue is:
> - name: domaincrawler
>   rate: 1/s
>   max_concurrent_requests: 10
>
> Please let me know if you have any ideas.
>
> Best,
> 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/fb9b6c55-3659-4721-ba39-e6c2048add10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Using the same version of the SDK I'm unable to replicate this behaviour. 
Perhaps you should download a fresh copy of the SDK, in the chance that 
your version is somehow corrupted? I can't really think of much else at the 
moment. Can you try to run the same project using the dev_appserver.sh 
script in the SDK?

On Monday, February 29, 2016 at 2:05:49 PM UTC-5, J Han wrote:
>
> I just created a Google Web Application Project, see attached screenshot 
> gae-2.jpg, and without any changes,  run it as Web Application.
>
> On Wednesday, February 24, 2016 at 2:44:17 PM UTC-8, Nick (Cloud Platform 
> Support) wrote:
>>
>> It appears that some code you are attempting to use (possibly in a 
>> library?) is attempting to access javax.servlet.FilterChain, which, as 
>> described, is disallowed by the GAE runtime environment. Could you share 
>> some more details about your project?
>>
>> On Tuesday, February 23, 2016 at 8:14:46 PM UTC-5, J Han wrote:
>>>
>>>
>>> I am new to Google App Engine. When try to use it, I immediately hit 
>>> this exception. I have googled that problem and found a couple of 
>>> solutions. But none of the solutions applied to my case. 
>>> Anyone have idea what could be wrong?
>>>
>>> I am use Java8, Eclipse Luna, and installed Google plugin to my Eclipse. 
>>> See attached screenshot gae-1.jpg.
>>> I created a web Application Project and run it as Web Application. See 
>>> attached gae-2.jpg.
>>>
>>> When I point my browser to http://localhost:/gaeservlet, it returns 
>>> HTTP 500 error. And there is exception in my Eclipse application console:
>>>
>>> Feb 23, 2016 5:03:10 PM java.util.prefs.WindowsPreferences 
>>> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs 
>>> at root 0x8002. Windows RegCreateKeyEx(...) returned error code 5.
>>> 
>>> There is a new version of the SDK available.
>>> ---
>>> Latest SDK:
>>> Release: 1.9.32
>>> Timestamp: Thu Dec 10 11:32:34 PST 2015
>>> API versions: [1.0]
>>>
>>> ---
>>> Your SDK:
>>> Release: 1.9.30
>>> Timestamp: Wed Nov 04 17:09:48 PST 2015
>>> API versions: [1.0]
>>>
>>> ---
>>> Please visit https://developers.google.com/appengine/downloads for the 
>>> latest SDK.
>>> 
>>> Feb 23, 2016 5:03:12 PM 
>>> com.google.appengine.tools.development.SystemPropertiesManager 
>>> setSystemProperties
>>> INFO: Overwriting system property key 'java.util.logging.config.file', 
>>> value 
>>> 'C:\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.9.30\appengine-java-sdk-1.9.30\config\sdk\logging.properties'
>>>  
>>> with value 'WEB-INF/logging.properties' from 
>>> 'C:\Users\jhan\workspace\GaeServlet\war\WEB-INF\appengine-web.xml'
>>> Feb 23, 2016 5:03:12 PM com.google.apphosting.utils.jetty.JettyLogger 
>>> info
>>> INFO: Logging to JettyLogger(null) via 
>>> com.google.apphosting.utils.jetty.JettyLogger
>>> Feb 23, 2016 5:03:12 PM com.google.apphosting.utils.jetty.JettyLogger 
>>> info
>>> INFO: jetty-6.1.x
>>> Feb 23, 2016 5:03:13 PM com.google.apphosting.utils.jetty.JettyLogger 
>>> info
>>> INFO: Started SelectChannelConnector@127.0.0.1:
>>> Feb 23, 2016 5:03:13 PM 
>>> com.google.appengine.tools.development.AbstractModule startup
>>> INFO: Module instance default is running at http://localhost:/
>>> Feb 23, 2016 5:03:13 PM 
>>> com.google.appengine.tools.development.AbstractModule startup
>>> INFO: The admin console is running at http://localhost:/_ah/admin
>>> Feb 23, 2016 5:03:13 PM 
>>> com.google.appengine.tools.development.DevAppServerImpl doStart
>>> INFO: Dev App Server is now running
>>> Feb 23, 2016 5:03:21 PM com.google.apphosting.utils.jetty.JettyLogger 
>>> warn
>>> WARNING: Error for /gaeservlet
>>> java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a 
>>> restricted class. Please see the Google  App Engine developer's guide for 
>>> more details.
>>> at 
>>> com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:52)
>>> at 
>>> com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
>>> at 
>>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>>> at 
>>> com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:125)
>>> at 
>>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>>> at 
>>> com.google.appengine.tools.development.DevAppServerModulesFilter.doDirectRequest(DevAppServerModulesFilter.java:366)
>>> at 
>>> com.google.appengine.tools.development.DevAppServerModulesFilter.doDirectModuleRequest(DevAppServerModulesFilter.java:349)
>>> at 
>>> com.google.appengine.tools.development.DevAppServerModulesFilter.doFilter(DevAppServerModulesFilter.java:116)
>>> at 
>>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>>> at 
>>> 

[google-appengine] Re: Confusing Cloud Storage pricing?

2016-02-29 Thread 'Adam (Cloud Platform Support)' via Google App Engine
You are not charged for network egress or external API operations, as these 
all occur within Google's network infrastructure when accessing Cloud 
Storage from the PHP runtime. So the information in 'Storing Data in PHP' 
is accurate.

On Monday, February 29, 2016 at 3:27:29 PM UTC-5, Alex Kerr wrote:
>
> Apologies if I'm missing something obvious (I assume so!) but this page: 
> https://cloud.google.com/appengine/docs/php/storage says:
>
> "*There are no charges associated with making calls to Google Cloud 
> Storage. However, any data stored in Google Cloud Storage is charged the 
> usual Google Cloud Storage data storage fees*."
>
> That clearly implies there are only storage charges.
>
> and yet this page: 
> https://cloud.google.com/storage/pricing#operations-pricing obviously 
> puts a cost on operations.
>
> So, which is it, and could the docs be clarified please? If it makes any 
> different I am using the default 'gs://' stream wrapper built in to App 
> Engine PHP.
>
> 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/9789b0df-a21a-4c47-b1cd-147adaad41b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New Cloud Console - Datastore viewer - _AE_Backup_Information KIND not found

2016-02-29 Thread 'Urszula Krukar' via Google App Engine
Hi Aswath,

We decided to hide those kinds since they are visible and edited in 
"Datastore Admin" builtin and user can break their "Datastore Admin" if 
they edit those kinds directly in the query view. This is the same reason 
why we hide other system kinds.

You can still see the content of those types if you type the names directly 
into the kind dropdown.

W dniu poniedziałek, 29 lutego 2016 00:09:31 UTC-5 użytkownik aswath 
napisał:
>
> Hello,
> In the new Cloud Console Datastore viewer (Datastore - Entities screen), I 
> cannot see _AE_Backup_Information KIND is not seen.  Also, other related 
> KINDS of backup (_AE_Backup_Information_kind_files etc..) are also not seen.
> Those KINDS are visible in the old Datastore Viewer.
>
> -Aswath
>

-- 
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/a7b0daa7-7558-4c2f-ac60-a49c5e6c0c0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Instance stopped automatically?

2016-02-29 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Can you reconfirm the date that the instance was reported down? We've 
checked logs on Feb 19th from 0400 +0530 but these still show the instance 
as being active.
 
On Saturday, February 27, 2016 at 2:26:09 AM UTC-5, Mayank Bhagya wrote:
>
> I sent you the details a few days back.
>
> Please let me know if you need anything else from my side.
>
> On Monday, 22 February 2016 02:27:23 UTC+5:30, Adam (Cloud Platform 
> Support) wrote:
>>
>> Feel free to send me a PM with your project ID and module .yaml scaling 
>> config info and I will take a look.
>>
>> On Saturday, February 20, 2016 at 1:06:53 AM UTC-5, Mayank Bhagya wrote:
>>>
>>> No, I am not interfering with scaling.
>>>
>>> I use appengine pipelines though, which uses task queues to schedule and 
>>> manage tasks.
>>>
>>> On Saturday, 20 February 2016 00:54:27 UTC+5:30, Christian F. Howes 
>>> wrote:

 interesting.

 i think even a manually scaled instance may be *rebooted* from time to 
 time, but the 6 hour downtime seems like something else went wrong.

 i've only had problems with manually scaled instances when i wrote code 
 to scale instances that was buggy.  are you use some code to scale your 
 instances, or just leaving it at a static setting?

 cfh

 On Friday, February 19, 2016 at 12:19:11 AM UTC-8, Mayank Bhagya wrote:
>
> How is it that one of my manually-scaled backend instances was 
> automatically disappeared last night?
>
> No, my daily quota-reset or billing-reset is yet to happen after an 
> hour from now.
> But the charts show that my instance was stopped at 0400 +0530 and was 
> restarted at 1030 +0530.
>
> I am already sick of the push-to-deploy setup that breaks every other 
> day.
>
> Come on folks. This is business critical things that you're dealing 
> with.
> We don't expect this from Google. 
> We didn't choose you as our cloud provider so that you can break 
> anything whenever you wish to.
>
> Let me know what more detail do you need from my side in order to 
> investigate this.
>


-- 
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/364e9d81-80e1-4265-aa21-fb5f81240b14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Can't deploy to a project ID that contains a domain name

2016-02-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thank you for reaching out in private and providing the information I 
requested.

I've confirmed that the project you were attempting to deploy to was in 
fact a domain-scoped project like domain.com:project-id. I also confirmed 
that your personal account was added as an owner to said project. You've 
mentioned that the the project owner has since created a non-domain-scoped 
project thereby eliminating this permissions issue.

I would like to confirm however following the Configuring permissions on 
Google Cloud Platform 
 article 
about team members if you could be added as a user to the domain by the 
domain administrator and try deployment from that account. I ask because 
the following statement seems to imply that a Apps Domain account must be 
used to deploy an application:

> If you are using a Google Apps domain, the administrator for your domain 
> should first create the Google account from within the Users panel of your 
> Admin Console.


I hope this helps.

On Wednesday, February 24, 2016 at 7:33:39 PM UTC-5, Sam wrote:
>
> I have a client that shared a projectID that he recently created so that I 
> could deploy to it.
>
> When I go to console/manage all projects, I see a list of all my project 
> IDs, but his is the only one that contains a domain name.
>
> example "domain.com:projectname-12345"
>
> I've tried to deploy to just "projectname-12345" and also to 
> "domain.com:projectname-12345" using goapp deploy and they both return
>
> This application does not exist (app_id=u'domain.com:projectname-12345').
>
> or
>
> This application does not exist (app_id=u'projectname-12345').
>
>
> What should I be putting in the application: line for app.yaml?
>
> 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/8ec5c34e-f9d6-4088-8096-75e718916a8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Confusing Cloud Storage pricing?

2016-02-29 Thread Alex Kerr
Apologies if I'm missing something obvious (I assume so!) but this page: 
https://cloud.google.com/appengine/docs/php/storage says:

"*There are no charges associated with making calls to Google Cloud 
Storage. However, any data stored in Google Cloud Storage is charged the 
usual Google Cloud Storage data storage fees*."

That clearly implies there are only storage charges.

and yet this page: 
https://cloud.google.com/storage/pricing#operations-pricing obviously puts 
a cost on operations.

So, which is it, and could the docs be clarified please? If it makes any 
different I am using the default 'gs://' stream wrapper built in to App 
Engine PHP.

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/a5ab5b9b-f63c-4c0f-9b29-7db4f27ea6f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: java.net.SocketException: Permission denied: Attempt to access a blocked recipient without permission. (mapped-IPv4)

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hemanth,

It will depend on what you are attempting to connect to. It appears that 
FrEaKmAn was connecting to a local database while developing (127.0.0.1) 
and then attempted to deploy but still deployed code which tried to reach 
"127.0.0.1" which fails in the production network for obvious reasons.

On Friday, February 26, 2016 at 5:39:30 PM UTC-5, Hemanth Kumar wrote:
>
> HI FrEaKmAn, 
>
>Please may you help on , how you configure the correct production IP? 
>
> Thanks 
> Manish 
>
>
>
> -- 
> View this message in context: 
> http://google-app-engine.75637.x6.nabble.com/java-net-SocketException-Permission-denied-Attempt-to-access-a-blocked-recipient-without-permission--tp1825p3157.html
>  
> Sent from the Google App Engine mailing list archive at Nabble.com. 
>

-- 
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/75cbc0f0-021b-494c-99c6-cfb5c8fcb1b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-29 Thread J Han
I just created a Google Web Application Project, see attached screenshot 
gae-2.jpg, and without any changes,  run it as Web Application.

On Wednesday, February 24, 2016 at 2:44:17 PM UTC-8, Nick (Cloud Platform 
Support) wrote:
>
> It appears that some code you are attempting to use (possibly in a 
> library?) is attempting to access javax.servlet.FilterChain, which, as 
> described, is disallowed by the GAE runtime environment. Could you share 
> some more details about your project?
>
> On Tuesday, February 23, 2016 at 8:14:46 PM UTC-5, J Han wrote:
>>
>>
>> I am new to Google App Engine. When try to use it, I immediately hit this 
>> exception. I have googled that problem and found a couple of solutions. But 
>> none of the solutions applied to my case. 
>> Anyone have idea what could be wrong?
>>
>> I am use Java8, Eclipse Luna, and installed Google plugin to my Eclipse. 
>> See attached screenshot gae-1.jpg.
>> I created a web Application Project and run it as Web Application. See 
>> attached gae-2.jpg.
>>
>> When I point my browser to http://localhost:/gaeservlet, it returns 
>> HTTP 500 error. And there is exception in my Eclipse application console:
>>
>> Feb 23, 2016 5:03:10 PM java.util.prefs.WindowsPreferences 
>> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at 
>> root 0x8002. Windows RegCreateKeyEx(...) returned error code 5.
>> 
>> There is a new version of the SDK available.
>> ---
>> Latest SDK:
>> Release: 1.9.32
>> Timestamp: Thu Dec 10 11:32:34 PST 2015
>> API versions: [1.0]
>>
>> ---
>> Your SDK:
>> Release: 1.9.30
>> Timestamp: Wed Nov 04 17:09:48 PST 2015
>> API versions: [1.0]
>>
>> ---
>> Please visit https://developers.google.com/appengine/downloads for the 
>> latest SDK.
>> 
>> Feb 23, 2016 5:03:12 PM 
>> com.google.appengine.tools.development.SystemPropertiesManager 
>> setSystemProperties
>> INFO: Overwriting system property key 'java.util.logging.config.file', 
>> value 
>> 'C:\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.9.30\appengine-java-sdk-1.9.30\config\sdk\logging.properties'
>>  
>> with value 'WEB-INF/logging.properties' from 
>> 'C:\Users\jhan\workspace\GaeServlet\war\WEB-INF\appengine-web.xml'
>> Feb 23, 2016 5:03:12 PM com.google.apphosting.utils.jetty.JettyLogger info
>> INFO: Logging to JettyLogger(null) via 
>> com.google.apphosting.utils.jetty.JettyLogger
>> Feb 23, 2016 5:03:12 PM com.google.apphosting.utils.jetty.JettyLogger info
>> INFO: jetty-6.1.x
>> Feb 23, 2016 5:03:13 PM com.google.apphosting.utils.jetty.JettyLogger info
>> INFO: Started SelectChannelConnector@127.0.0.1:
>> Feb 23, 2016 5:03:13 PM 
>> com.google.appengine.tools.development.AbstractModule startup
>> INFO: Module instance default is running at http://localhost:/
>> Feb 23, 2016 5:03:13 PM 
>> com.google.appengine.tools.development.AbstractModule startup
>> INFO: The admin console is running at http://localhost:/_ah/admin
>> Feb 23, 2016 5:03:13 PM 
>> com.google.appengine.tools.development.DevAppServerImpl doStart
>> INFO: Dev App Server is now running
>> Feb 23, 2016 5:03:21 PM com.google.apphosting.utils.jetty.JettyLogger warn
>> WARNING: Error for /gaeservlet
>> java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted 
>> class. Please see the Google  App Engine developer's guide for more details.
>> at 
>> com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:52)
>> at 
>> com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
>> at 
>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>> at 
>> com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:125)
>> at 
>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>> at 
>> com.google.appengine.tools.development.DevAppServerModulesFilter.doDirectRequest(DevAppServerModulesFilter.java:366)
>> at 
>> com.google.appengine.tools.development.DevAppServerModulesFilter.doDirectModuleRequest(DevAppServerModulesFilter.java:349)
>> at 
>> com.google.appengine.tools.development.DevAppServerModulesFilter.doFilter(DevAppServerModulesFilter.java:116)
>> at 
>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>> at 
>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
>> at 
>> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>> at 
>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>> at 
>> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> at 
>> 

[google-appengine] Re: How to add backend function that gets triggered according to changes in the datastore?

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Since you control what is in your code, you can control whether all entity 
put / update events also then trigger any code you want to run. From such a 
high level description, there are many possible implementations. 

You could use any number of persistence layers for various languages which 
support  such as JPA , 
JDO 
 
(Java), NDB Model "Hook Methods" 
 (python), 
or if using the Cloud Datastore REST API 
 or an appengine 
language-runtime API directly 
, you can 
simply be sure to put the relevant function calls wherever you also have a 
post/put or update.

There are many services on the platform which might be of use to you in 
further exploring message passing patterns and logical flow relating to 
databases that you build:

Datastore Transactions 


Push 
 / 
Pull 
 
Queues 

Cloud Pub/Sub 

 
 

On Friday, February 26, 2016 at 12:20:50 PM UTC-5, jackson wang wrote:
>
> After days of frustration with AWS, I decided to try out Google App 
> Engine. However, I'm not sure what I can do to have a backend function that 
> gets triggered to run a full text search algorithm in the database. When 
> new data is added to the database, I want this function to be invoked and 
> do a search action in the database, then send notifications according to 
> the search result.
>
>
> What I want to do is like Parse Cloud Code, or AWS Lambda + S3. 
>
>
> Please help, I'm desperate, any suggestions would be highly appreciated.
>

-- 
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/c09d7acd-b6c0-4882-afec-abc1f4fefbe8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Custom Domain not working

2016-02-29 Thread M. Hossein Amerkashi
Hi, I'm having issue getting the custom domain working 
for console.cloud.google.com
Here are what I have done:
1. Got a domain using google domains
2. Used google could and went to custom domain settings. Under Settings:
2.1 item 1 - skipped, because it was already a verifided domain - 
purchased using google domain
2.2 item 2 - selected 1st radio button because I wanted the root domain
2.3 item 3 - it was populated with a list of A and  for root
3. Copied those into clipboard
4. Went back into google domains
5. Went into DNS settings of the my custom domain
6. Under NameServer, selected "Use Google's name servers"
7. Under "Registered hosts", added IP4 and IP6 addresses that was into 
clipboard (item 2.3 above)
8. Under "Custom Resource Records", added the 4 A and  hosts

Have waited about +30hours and still not working.

All help will greatly be appreciated.

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/56bc4d38-8740-4b90-956c-f50fc744dfc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Trouble running local WordPress in Google App Engine

2016-02-29 Thread Weiting Qi


I want to run wordpress on google app engine,
Installed MySQL, Python and Google App Engine PHP SDK on a Windows 2010 PC. 
Perfect!

Created an app for WordPress, created database and user on localhost and 
edited WordPress config accordingly to the instruction of
https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/

but there is an trouble i can not find,can not run the wordpress locally.
the error show as below: anyone can help:
2016-02-29 17:39:05 Running command: "['C:\\Python27\\pythonw.exe', 
'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', 
'--skip_sdk_update_check=yes', '--port=8080', '--admin_port=8000', 
u'C:\\Users\\zhang\\wattinverter2000']"
INFO 2016-02-29 17:39:28,801 devappserver2.py:769] Skipping SDK update 
check.
INFO 2016-02-29 17:39:30,321 api_server.py:205] Starting API server at:
http://localhost:51571
INFO 2016-02-29 17:39:30,322 api_server.py:648] Applying all pending 
transactions and saving the datastore
INFO 2016-02-29 17:39:30,322 api_server.py:651] Saving search indexes
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", 
line 83, in 
_run_file(__file__, globals())
File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", 
line 79, in _run_file
execfile(_PATHS.script_file(script_name), globals_)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\devappserver2.py",
 
line 1040, in 
main()
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\devappserver2.py",
 
line 1033, in main
dev_server.start(options)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\devappserver2.py",
 
line 824, in start
self._dispatcher.start(options.api_host, apis.port, request_data)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\dispatcher.py",
 
line 193, in start
_module, port = self._create_module(module_configuration, port)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\dispatcher.py",
 
line 278, in _create_module
threadsafe_override=threadsafe_override)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\module.py", 
line 1155, in __init__
super(AutoScalingModule, self).__init__(**kwargs)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\module.py", 
line 537, in __init__
self._module_configuration)
File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\devappserver2\module.py", 
line 229, in _create_instance_factory
sorted(repr(k) for k in runtime_factories.FACTORIES

*RuntimeError: Unknown runtime 'php'; supported runtimes are 'custom', 
'go', 'java', 'java7', 'php55', 'python', 'python-compat', 
'python27'.2016-02-29 17:39:30 (Process exited with code 1)*

-- 
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/567c8945-2100-486a-8396-7afa04c21eb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: app engine hosted website - the domain is no longer parked by GoDaddy

2016-02-29 Thread Ahmed Layouni
Can't really answer your question but in the same context, I reached out to 
Godaddy on the issue before posting here, and their answer was clear your 
cache, this is a cache issue. Not convincing at all, but since the problem was 
inconsistent, and I couldn't get them to reproduce it, I had to let go and wait 
for another "crash" to recall them on it... which concludes to one of either: 
they're innocently incompetent, or what you're suggesting above! The latter is 
more of a conspiracy theory, but a bit intriguing if true, as who knows what 
other measures they could've  taken to obstruct.

One more thanks to Zeehad for being a life saver!

-- 
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/94e7e189-23e6-4e1d-83e6-365d19afb8ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Task Queue Configuration Query

2016-02-29 Thread Anthony Shapley

Hi,

I've been developing a reverse lookup tool, using the task queue and 
datastore in PHP, in order to prevent duplicate crawling we decided to 
assign names in the task queue (the domain name) however since configuring 
this the task queue on my local environment isn't running at all. Is there 
a reason why this might be?

I've not tested it live, because it isn't ready, the queue.yaml file for 
this queue is:
- name: domaincrawler
  rate: 1/s
  max_concurrent_requests: 10

Please let me know if you have any ideas.

Best,
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/d2ea6a52-bdcd-4be7-978c-37a392c99627%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.