Re: [google-appengine] Modules and runtimes

2013-09-24 Thread Ezequiel Muns
Hello, I've tried doing this and get the following error:

Error 400: --- begin server output ---
The Modules feature is not available to applications using the specified 
runtime: go.
--- end server output ---

How should we structure our app.cfg/moduleame.cfg to have a go default 
module and python backend module?

Cheers!

On Saturday, 27 July 2013 04:24:28 UTC+10, Brian Quinlan wrote:

 Hi Ronoaldo,

 Yes!

 Cheers,
 Brian


 On 25 July 2013 20:15, Ronoaldo Pereira rono...@gmail.com 
 javascript:wrote:

 Can I have an application module (or backend) using the Go runtime and 
 keep my front-ends using Java runtime? 

 -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Modules and runtimes

2013-09-24 Thread Ezequiel Muns
Hello, I've tried doing this and get the following error when running 
`appcfg.py update`

Error 400: --- begin server output ---
The Modules feature is not available to applications using the specified 
runtime: go.
--- end server output ---

How should we structure our app.yaml/moduleame.yaml to have a go default 
module and python backend module?

Cheers!

On Saturday, 27 July 2013 04:24:28 UTC+10, Brian Quinlan wrote:

 Hi Ronoaldo,

 Yes!

 Cheers,
 Brian


 On 25 July 2013 20:15, Ronoaldo Pereira rono...@gmail.com 
 javascript:wrote:

 Can I have an application module (or backend) using the Go runtime and 
 keep my front-ends using Java runtime? 

 -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: [google-appengine] Re: Lots of warmup requests

2013-09-24 Thread Mos
Google seems to change access-rights for 8004. I can see it, but it says:

Restricted: Only users with Commit permission can see this issue. - so
other people can read it anymore !?

It seems like Google is doing censorship? Can't believe it?






On Mon, Sep 23, 2013 at 10:07 PM, Jason Collins
jason.a.coll...@gmail.comwrote:

 I get a 403 when trying to access Issue 8004 - anyone else?
 j


 On Monday, 23 September 2013 10:41:05 UTC-6, Mos wrote:

 This is the bug that always pops up like in these days:
 https://code.google.com/p/**googleappengine/issues/detail?**id=8004https://code.google.com/p/googleappengine/issues/detail?id=8004


 On Mon, Sep 23, 2013 at 6:36 PM, Mos mos...@googlemail.com wrote:

 Same with my application: AppID: krisen-talk

 I happens from time to time and makes GAE for a lot of low traffic sites
 unusable.
 In past it could take days to weeks until Google resolves the problem.
 I hope they can fix this issue 


 On Mon, Sep 23, 2013 at 5:49 PM, timh zute...@gmail.com wrote:

 I am seeing odd things with instances at the moment.


 Again low traffic site - (which has been fine for ages) at the moment
 after a request 6 instances pop up, then get shut down immediately
 then a couple more are started  , then they shut down within a minute
 and a few more instacnes are started

 This isn't something I have been experiencing at all over the last few
 weeks - and earlier today.


  --
 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-appengi...@**googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at 
 http://groups.google.com/**group/google-appenginehttp://groups.google.com/group/google-appengine
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .





-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: dashboard graph reports 404 as errors

2013-09-24 Thread john
Me too. I've implemented a RESTful interface for my apps, and 404 is a 
valid reply status. I wish my dashboards would only report 500's as errors, 
or at least let me hide the Total Errors plot.



On Friday, September 20, 2013 11:52:22 AM UTC-4, pdknsk wrote:

 I was surprised to have the dashboard graph greet me with lots of orange 
 today, signaling quite a few problems. I checked the logs - no errors. 
 Until I noticed that it apparently treats 404 (maybe even !200) as an error 
 now. On backends, it shows 404 requests to /_ah/start/ as errors, even 
 though that's perfectly normal. On frontends, most 404s are for missing 
 apple-touch-icon.png and similar.

 Is this a new feature or a bug? In the latter case, I'll file a bug report.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Unable to map domain to my appengine application

2013-09-24 Thread Gubbi
Hi,

I already have a couple of domains and alias domains mapped to my app. I 
wanted to map a new alias-domain to my 
application today, but I keep getting the following error message: 
We are unable to process your request at this time. Please try again later. 
(Error #1000)

I have been trying this for several hours now. What does this error message 
mean? How do I resolve it?

Any pointers would help.

Thanks,
Vinuth.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Privacy in GAE apps.

2013-09-24 Thread PepeStudios
Hi,

Is it possible to hide an identity behind a google app engine application ? 
 The reason is that the GAE application requires to be as
anonymous as possible (to achieve the applications purpose) and this means 
the google account details couldn't be in any way
related to the GAE app that is owned by it.

Say for example an app. called www.secretspys.com that is behind the google 
account concernedciti...@gmail.com.  Will it be possible to 
maintain privacy of concernedcitizen details including its email from end 
(website) users ?

Cheers,
pepestudios

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] I need help getting Wordpress running locally under GAE on Windows

2013-09-24 Thread Steve Lewis
I have already tried with tried with
extension=php_mysql.dll
uncommented
and also with both
extension=php_mysqli.dll
and
extension=php_mysql.dll

Neither way works


On Mon, Sep 23, 2013 at 5:41 PM, Vinny P vinny...@gmail.com wrote:

 On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com wrote:

 OK I am stuck - someone has gotten this running on windows but I see no
 troubleshooting information and am a newbie on PHP and Wordpress



 If you're new to PHP and Wordpress, you can use the WAMP installer:
 http://codex.wordpress.org/Installing_WordPress#WAMP


 On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com wrote:

  in php,ini in my php installation I uncommented the lines
 extension=php_mysql.dll

 When I run as described and hit localhost:8080 I get Your PHP
 installation appears to be missing the MySQL extension which is required by
 WordPress. extension=php_mysqli.dll



 This error occurs because PHP has deprecated all the mysql_* functions,
 moving instead to mysqli_*


 On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com wrote:

  in php,ini in my php installation I uncommented the lines
 extension=php_mysql.dll



 You need to uncomment php_mysql*i*.dll (notice the *i* at the end).


 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com


  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/9cA_S8OZo4s/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Steven M. Lewis PhD
4221 105th Ave NE
Kirkland, WA 98033
206-384-1340 (cell)
Skype lordjoe_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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] I need help getting Wordpress running locally under GAE on Windows

2013-09-24 Thread Steve Lewis
I meant
extension=php_mysqli.dll alone and

extension=php_mysqli.dll alone
extension=php_mysq i.dll alone together



On Tue, Sep 24, 2013 at 7:37 AM, Steve Lewis lordjoe2...@gmail.com wrote:

 I have already tried with tried with
 extension=php_mysql.dll
 uncommented
 and also with both
 extension=php_mysqli.dll
 and
 extension=php_mysql.dll

 Neither way works


 On Mon, Sep 23, 2013 at 5:41 PM, Vinny P vinny...@gmail.com wrote:

 On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com wrote:

 OK I am stuck - someone has gotten this running on windows but I see no
 troubleshooting information and am a newbie on PHP and Wordpress



 If you're new to PHP and Wordpress, you can use the WAMP installer:
 http://codex.wordpress.org/Installing_WordPress#WAMP


 On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com wrote:

  in php,ini in my php installation I uncommented the lines
 extension=php_mysql.dll

 When I run as described and hit localhost:8080 I get Your PHP
 installation appears to be missing the MySQL extension which is required by
 WordPress. extension=php_mysqli.dll



  This error occurs because PHP has deprecated all the mysql_* functions,
 moving instead to mysqli_*


 On Mon, Sep 23, 2013 at 2:02 PM, lordjoe smle...@lordjoe.com wrote:

  in php,ini in my php installation I uncommented the lines
 extension=php_mysql.dll



 You need to uncomment php_mysql*i*.dll (notice the *i* at the end).


 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com


  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/9cA_S8OZo4s/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Steven M. Lewis PhD
 4221 105th Ave NE
 Kirkland, WA 98033
 206-384-1340 (cell)
 Skype lordjoe_com




-- 
Steven M. Lewis PhD
4221 105th Ave NE
Kirkland, WA 98033
206-384-1340 (cell)
Skype lordjoe_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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Unable to map domain to my appengine application

2013-09-24 Thread Jason Collins
Please star: https://code.google.com/p/googleappengine/issues/detail?id=8528


On Tuesday, 24 September 2013 07:44:52 UTC-6, Gubbi wrote:

 Hi,

 I already have a couple of domains and alias domains mapped to my app. I 
 wanted to map a new alias-domain to my 
 application today, but I keep getting the following error message: 
 We are unable to process your request at this time. Please try again 
 later. (Error #1000)

 I have been trying this for several hours now. What does this error 
 message mean? How do I resolve it?

 Any pointers would help.

 Thanks,
 Vinuth.



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: GAE with major problems currently

2013-09-24 Thread Damith C Rajapakse
In our case, we are Encountering DeadlineExceededException for requests 
that used to complete in a few seconds.

On Tuesday, September 24, 2013 4:05:18 AM UTC+8, Jason Collins wrote:

 A problem was encountered with the process that handled this request
 causing it to exit. This is likely to cause a new process to be used
 for the next request to your application. (Error code 202)

 We've been seeing tens of thousands of these for a few days now. Don't 
 know what's causing it.

 j

 On Monday, 23 September 2013 13:17:28 UTC-6, Cesium wrote:

 Pear shaped for sure.
 David



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: Unable to map domain to my appengine application

2013-09-24 Thread Vinuth Madinur
This is so frustrating. Anybody else seeing this error?
Any other work arounds that I can try to map my domain to my app?
It has been more than 7 hours and this error isn't going anywhere.


On Tue, Sep 24, 2013 at 8:21 PM, Jason Collins
jason.a.coll...@gmail.com wrote:
 Please star: https://code.google.com/p/googleappengine/issues/detail?id=8528


 On Tuesday, 24 September 2013 07:44:52 UTC-6, Gubbi wrote:

 Hi,

 I already have a couple of domains and alias domains mapped to my app. I
 wanted to map a new alias-domain to my
 application today, but I keep getting the following error message:
 We are unable to process your request at this time. Please try again
 later. (Error #1000)

 I have been trying this for several hours now. What does this error
 message mean? How do I resolve it?

 Any pointers would help.

 Thanks,
 Vinuth.

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] NoSuchMethodError error from Java MapReduce GoogleCloudStorageLineInputReader

2013-09-24 Thread Carter
Any clues on how to fix this?
We are getting uncaught exceptions with NoSuchMethodError.
We're on 1.8.4 and using what we believe is th latest version of the gcs 
client and java pipeline.

Uncaught exception from servlet
java.lang.NoSuchMethodError: 
com.google.appengine.tools.cloudstorage.GcsService.openPrefetchingReadChannel(Lcom/google/appengine/tools/cloudstorage/GcsFilename;JI)Ljava/nio/channels/ReadableByteChannel;
at 
com.google.appengine.tools.mapreduce.inputs.GoogleCloudStorageLineInputReader.beginSlice(GoogleCloudStorageLineInputReader.java:79)
at 
com.google.appengine.tools.mapreduce.impl.WorkerShardTask.run(WorkerShardTask.java:84)
at 
com.google.appengine.tools.mapreduce.impl.shardedjob.ShardedJobRunner.runTask(ShardedJobRunner.java:265)
at 
com.google.appengine.tools.mapreduce.impl.shardedjob.ShardedJobServiceImpl.handleWorkerRequest(ShardedJobServiceImpl.java:49)
at 
com.google.appengine.tools.mapreduce.impl.handlers.MapReduceServletImpl.doPost(MapReduceServletImpl.java:76)
at 
com.google.appengine.tools.mapreduce.MapReduceServlet.doPost(MapReduceServlet.java:57)


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Absolutely red-faced by app engine errors during customer visit today.

2013-09-24 Thread Cesium
Sure, unicorns are cute.

However, during a demo at a customer site today in Boulder, my site coughed 
up errors repeatedly. (Reload, reload, reload, Oh now it works! See! what 
crap.)

The main reason the customer had called my company was that they wanted a 
more *reliable* service.

GAEJ's recently instability made me look like a total huckster.

Thanks App Engine Team!

David


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: 250gb search index size limitation

2013-09-24 Thread Al


We agree that this 250 GB per-app limit is unfortunate. We are hoping to 
alleviate the issue in a future release. 

Separately, although it's off the topic of this thread, I would very much 
like to understand the issues that jon complained about. It shouldn't 
take as long as 3 seconds to complete a Search request, if everything is 
working right. And bold text in the results of the snippet function should 
work, so I would like to make sure we fix the bugs that are causing that to 
fail.

If you would be so kind, please file bug reports on the external issue 
tracker (if not already)
describing the particulars in detail.  That will be the most effective way 
to get the issues resolved.

On Wednesday, September 4, 2013 3:42:42 PM UTC-7, Kaan Soral wrote:

 This is really bothering me, the issue is always deep in my mind, the 
 reason I use appengine is the possibility of near-infinite scalability, 
 however the search index size limitation will prevent any decent use-case 
 of this beyond-awesome feature

 It would be devastating to reach the 250gb limit with an app that is 
 utilizing Search API for actual search functionality, at that point, the 
 situation will probably be worse than not having search functionality at 
 all, even if the limit gets increased after that, it would be challenging 
 to re-sync data, if needed

 Is there anyone using Search API on production, does the limits get 
 increased? If so I wonder how much, is it *theoretically* possible to 
 reach 100TB's of something like that?

 Thanks in Advance


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Adding Custom Domain fails with Invalid Request

2013-09-24 Thread Brad Goodman
+1

Same problem here. Only have personal Gmail account - but when I try to 
add domain it had me re-login to my Gmail account, then just says 
Invalid Request.

On Friday, July 26, 2013 3:45:22 AM UTC-4, Ryan Swart wrote:

 I've been trying to add a custom domain to my app for the last couple of 
 hours; the domain is an alias of my main Google Apps for Business account. 
 It fails with an invalid request error if I sign in with my personal 
 Gmail account, or infinitely redirects to the account selection page if I 
 use my Apps for Business account. 

 I managed to add the custom domain from the Apps for Business interface, 
 but this isn't documented in the Google Appengine Docs. What's going on?


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Does Search API number_found_accuracy affect cost, or only performance?

2013-09-24 Thread Al
Only performance.

On Wednesday, September 11, 2013 12:28:58 PM UTC-7, Jason Collins wrote:

 In the Search API, I can set number_found_accuracy as a query option.

 When I set this, does it have any impact on the cost of the query 
 (including possibly uplifting is from a simple to a complex query), or does 
 it only impact performance?

 Thanks,
 j


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2013-09-24 Thread Nicole Rivers
Hi guys. We have an article related to this topic. Check it out 
Ideyatechhttp://www.ideyatech.com/2013/07/making-your-google-app-engine-backend-scalable/'s
 
website for more details. Thanks.

On Thursday, April 26, 2012 3:10:10 PM UTC+8, Amy Unruh wrote:

 We often get questions on this list about how to sign up for an App Engine 
 Account in the case where you are not able to receive SMS messages, or if 
 you don't have a mobile phone.  If you have those or similar issues, then 
 as described here:
   https://developers.google.com/appengine/kb/sms#error
 you can fill out a form:
  https://appengine.google.com/waitlist/sms_issues
 which will put you on a list to receive an invitation.  (Note that this 
 list is not processed automatically, so there can sometimes be a few days' 
 delay).

   -Amy


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Blacklist IP by Range

2013-09-24 Thread João Verissimo Ribeiro
Hello for all,

I would like to block a range of ip, eg:

?xml version=1.0 encoding=UTF-8?
blacklistentries
  blacklist
subnet157.***.***.***/subnet
descriptionblock the bingbot/description
  /blacklist

Is possible?

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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Deploy spring web 3.2 without web.xml to google app engine

2013-09-24 Thread D
Hi,

I have a web application which is build with spring mvc 3.2 version, java 
1.7.
The app using annotation instead of having web.xml 

I would like to deploy this app into google app engine (I read the 
developer's guide, it using web.xml)
Will this be possible?

Cheers,

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] How block bing bot by ip

2013-09-24 Thread João Verissimo Ribeiro
Hello,

I am suffering with bingbot. At times there are 10 robots at the same time, 
consume about 3,000 requests.

I tried to block ips with blacklist. But they use a different ip.
I would like to block bingbot, could be a range of ip, but do not know how 
to do it.

Thanks for your time.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Ancestor query in JPA

2013-09-24 Thread Tomasz Ratajczak
Hello,

is there a way to run an ancestor query from JPA? It is about strong 
consistency and without that ability my application will not work as 
expected.

Thank you,
Tom

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Google GAE for PHP: the same application, different deployment, different response times

2013-09-24 Thread Andrew
 

Hi, 

I have two identical app deployment - staging and production. 
However, response times on production 2x slower. 

Staging: 

https://lh4.googleusercontent.com/-5Dyu2xZ56L4/UjNFVy4BgqI/APQ/ubP1gX6i0d0/s1600/Screen+Shot+2013-09-13+at+7.46.05+PM.png


Production: 

https://lh4.googleusercontent.com/-W5dBgz1D8_0/UjNFYy2RgYI/APY/K4ZfMsRwyEo/s1600/Screen+Shot+2013-09-13+at+7.46.27+PM.png


What may be the most obvious reasons for that?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] why is urlfetch works on localhost but it errors when I deploy

2013-09-24 Thread David Massey
Code works perfectly fine when I'm running it on the devserver but when I 
deploy I get this error

DownloadError: Unable to fetch URL: 
http://api.indeed.com/ads/apisearch?publisher=q=l=buffalost=nyjt=start=limit=30fromage=filter=latlong=0co=uschnl=userip=xxx.xx.x.xxxuseragent=Mozilla/5.0
 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0v=2


here is my code
text = 
'http://api.indeed.com/ads/apisearch?publisher=q=l=buffalost=nyjt=start=limit=30fromage=filter=latlong=0co=uschnl=userip=xxx.xx.x.xxxuseragent=Mozilla/5.0
 
(X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0v=2'

url = fetch(text.encode('utf-8'),deadline=60)

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Question about SSL for custom domains

2013-09-24 Thread Mark Tregellas
Just to make sure I understand correctly:
1. I must pay for GAE hosting if it exceeds the minimum limits.
2. I must pay $9/month for Google Apps, even though I don't need or use 
Google Apps... Google just requires me to manage GAE through Google Apps 
now, and apparently it's an easy way for them to get more money.
3. I must pay $99/ year for an SSL certificate (e.g. RapidSSL) for a custom 
domain.
4. I must pay up to $39/month for the privilege of Google recognizing that 
SSL cert.

So if I want a low-use GAE app without a SSL on a custom domain, it used to 
cost $0/year or more.
If I want a low-use GAE app with SSL on a custom domain, it costs $783 per 
year or more.

Certainly I must be missing something.  If not, this is certainly a new 
policy. I have existing app for which I was able to install an outside SSL 
certificate at no cost. Are these older apps grandfathered in?  Will I 
suddenly be stuck with a giant bill once my other SSL certificates expire?

...and does anyone know when the documentation is going to be updated? All 
of it is now wrong: 
http://support.google.com/a/bin/answer.py?hl=enanswer=2644334
https://developers.google.com/appengine/docs/ssl

You'll forgive me if I'm frustrated. I've now spent more than four hours on 
the phone with support, and not a single person can give me a straight 
answer, or point me to updated documentation. I feel like I'm being taken 
for a ride.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] form post works only on the local server, not with the app engine

2013-09-24 Thread Max Power
i have a form with a FormPanel, a FileUpload and a Button

final FormPanel formPanel = new FormPanel();
formPanel.setAction(uploadServlet);
formPanel.setMethod(FormPanel.METHOD_POST);
formPanel.setEncoding(FormPanel.ENCODING_MULTIPART);
formPanel.setSize(100%, 100%);
setWidget(formPanel);
 AbsolutePanel absolutePanel = new AbsolutePanel();
formPanel.setWidget(absolutePanel);
absolutePanel.setSize(249px, 70px);
 final FileUpload fileUpload = new FileUpload();
fileUpload.setName(uploadFormElement);
absolutePanel.add(fileUpload, 0, 0);
 Button btnOpen = new Button(Open);
absolutePanel.add(btnOpen, 10, 30);
 Button btnCancel = new Button(Cancel);
absolutePanel.add(btnCancel, 63, 30);
 this.setText(Open...);
this.setTitle(this.getText());
this.setAnimationEnabled(true);
this.setGlassEnabled(true);
 btnOpen.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) { 
formPanel.submit();
}
});

the servlet gets called but the request contains a error message error 
post
when i try it on the local server it works but on the app engine server not

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] GAE self.request.get IMG SRC to passing as a arguments to python function

2013-09-24 Thread Simon B
Is there any way to get a img src?
the images are not in database its in the html, 
say for eg:
in index.html
I have some images  a user clicks on a image the page redirects to 
images.html via a onClick js function with that selected image rendering on 
images.html,
Now to work with that image I need to pass it to my python function/script?

If it would havd been  a text field it would be easy, we can get it via the 
NAME value,right BUT how to get a image src value 
In short is there any thing like self.request.get(IMG_SRC) #not from 
database but from the html after post (post from index.html to image.html} ?

Or are there any module that is capable of getting the img src  passing it 
python function as an argument?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Display doc_id of documents in django templates

2013-09-24 Thread Vikas Sharma
I am using app engine search api to search within documents. the results 
returned are displayed on the django template.i am able to display all the 
fields in template except the *doc_id* of the result. can someone please 
help me to figure how to display doc_id in the template?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Upload is working local but not with the app engine

2013-09-24 Thread Max Power
hi,
ich have a form panel with a FileUpload:

final FormPanel formPanel = new FormPanel();
formPanel.setAction(uploadServlet); 
formPanel.setMethod(FormPanel.METHOD_POST);
formPanel.setEncoding(FormPanel.ENCODING_MULTIPART);
formPanel.setSize(100%, 100%);
setWidget(formPanel);
 AbsolutePanel absolutePanel = new AbsolutePanel();
formPanel.setWidget(absolutePanel);
absolutePanel.setSize(249px, 70px);
 final FileUpload fileUpload = new FileUpload();
fileUpload.setName(uploadFormElement);
absolutePanel.add(fileUpload, 0, 0); 
 Button btnOpen = new Button(Open);
absolutePanel.add(btnOpen, 10, 30);
 Button btnCancel = new Button(Cancel);
absolutePanel.add(btnCancel, 63, 30);
 this.setText(Open...);
this.setTitle(this.getText());
this.setAnimationEnabled(true);
this.setGlassEnabled(true);
 btnOpen.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) { 
formPanel.submit();
}
});

after i submit the form, the servlet gets a request but with a post error

with the local server there is no problem, but the app engine server is 
making problems

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: AngularJS Directives working bad in Google App Engine

2013-09-24 Thread Brad Green
In defense of App Engine, these issues are all Angular related only. :)

This looks like a few different examples from my book spliced together 
maybe?

The first things I'd fix would be to:
1. Use v1.1.2.  You get better error messages.
2. Always use the non-minified version when debugging.  You get fully 
expanded errors without having to click on links and you can actually send 
links to source if you need to report bugs in Angular itself.
3. Move ng-app to the body tag.  As is, Angular will only try to manage 
the nodes between div and /div as you have it specified now.

Please include the other two files if you'd like more suggestions.

Good luck!

On Sunday, September 15, 2013 7:32:32 PM UTC-7, Nelson Paz y Miño wrote:

  Hello I'm trying to using the book AngulaJS of Green/Seshadri samples 
 to learn AngularJS, but apparently some directives like the ones 
 {{variable}} seems not to be working. Do I need something to set before 
 using AngularJS with Google App Engine. For example the following code for 
 the form is not working, the first part about the lists works correctly, 
 please help:

 !DOCTYPE html
 head
 meta content=text/html;charset=utf-8 http-equiv=Content-Type
 meta content=utf-8 http-equiv=encoding
 titleLearning AngularJS/title
 script src=
 https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js; 
 type=text/javascript/script
 script src=app.js type=text/javascript/script
 script src=maincontroller.js type=text/javascript/script
 script type=text/javascriptfunction StartUpController($scope) {
 $scope.computeNeeded = function() {
 $scope.needed = $scope.startingEstimate * 10;
 };
 $scope.requestFunding = function() {
 window.alert(Sorry, please get more customers first.);
 };
 $scope.reset = function() {
 $scope.startingEstimate = 10;
 };
 }/script
 /head
 body
 div id='content' ng-app='MyTutorialApp' 
 ng-controller='MainController'
 select ng-model='selectedPerson' ng-options='obj.name for obj in 
 people'/select
 select ng-model='selectedGenre'
 option ng-repeat='label in 
 people[selectedPerson.id].music'{{label}}/option
 /select
 /div
 
 form ng-submit='requestFunding()' ng-controller='StartUpController'
 Starting: input ng-change='computeNeeded()' ng-model='startingEstimate'
 Recommendation: {{needed}}
 buttonFund my startup!/button
 button ng-click='reset()'Reset/button
 /form

 /body
 /html


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Is there any alternative pythonic way to implement javascript`s onClick() function in pure python?

2013-09-24 Thread Simon B
I'm looking to use GET a JavaScript var into a python's function similarly 
as we request a value for text filed  
self.request.get(name_of_the_txt_field_to_get) but I want the variable to 
a be an image SRC with a onClick(); button fucntion, but only this time I 
want to pass this SRC value to the python function as a variable. So is 
there a way in Python to get this job done, just like JS`s onClick(); ?

workspace:
GAE for python with Jinja2 Template.

I checked out some javascript to python compiler  
RapydScripthttps://github.com/atsepkov/RapydScript, but I'm just wandering is 
there any pythonic way to get this done? 

Would this be possible with *pyv8
http://code.google.com/p/pyv8/
*Thanks in advance.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] 500 Internal Server Error while trying to re log-in in with federated login

2013-09-24 Thread Christian Bartz
Hi,

I'm using the federated login mechanism with my web-app. Logging in works 
fine every time I deploy a new version of my app. 
But when I log out and then try to login again I get a server error while 
trying to do for example this:

https://taskslice.appspot.com/_ah/login_redir?claimid=https://taskslice.appspot.com/_ah/login_redir?claimid=https://www.google.com/accounts/o8/idcontinue=https://taskslice.appspot.com/


There are no error logs in my dashboard and its not possible to login for 
other users as well. After some time the login works again but stops 
working at the same time as before.

Is it a problem that I'm using https? Or is it something completely 
different? Do you guys need more information about that problem?

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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Problems adding a third-party domain to existing google app engine application

2013-09-24 Thread Oscar Trollheden
After typing in the domain name i wish to use for the application, im 
redirected over to Google Apps to verify that i own the domain (verified 
and ready), but notting happens when i click on the desired google account.
Please advice.

Best Regards
Oscar

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Executing mapreduce slows down queries to datastore

2013-09-24 Thread José Antonio
Hello,
When executing a mapreduce against Google App Engine Datastore, the queries 
for rest of my application slow down significantly .
Do I need to include any special option in mapreduce python sentence to 
avoid this.

Thank you very much in advance,

J.Antonio Gómez




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] what is the version of jsp-api.jar el-api.jar and servlet.jar in app engine SDK 1.8.4 for java?

2013-09-24 Thread Andrew Ong

I had found the MANIFEST.MF files of jsp-api.jar, servlet-api.jar, and 
el-api.jar contained in  app engine SDK 1.8.4 for java which say nothing 
about the versions of these APIs. How do I know the version of these APIs 
so that I can use the appropriate help document? Thanks in advance.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Unable to send email (mail.send_mail) in Python, no indication as to why?

2013-09-24 Thread Jacob Morehouse


I'm trying out GAE and having a little trouble sending email from my 
application in both development and production. In development I am using 
the --enable_sendmail, and using the interactive console it appears as 
though it works, I can execute the code and get an HTTP 200 response. 

The most recent code:
mail.send_mail(sender=myaddr...@gmail.com,
  to=myaddr...@gmail.com,
  subject=This is the test 1124pm,
  body=TEST!)


I've tried really everything I can think of. A complete log of attempts is 
over at StackOverflow (
http://stackoverflow.com/questions/18929505/python-gae-problems-sending-email). 
The email address I'm using is an administrator address (for TO and FROM). 
I've read the documentation thoroughly, and am about 10 hours into trying 
to send an email. Any help would be greatly 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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: Just verifying - App Engine is hosted on servers located in the USA right?

2013-09-24 Thread Joe Roets
broken link on official line :(

On Thursday, September 30, 2010 1:50:55 PM UTC-4, Ikai Lan (Google) wrote:

 Here's the official line about where data for Google Apps is stored:

 http://www.google.com/support/a/bin/answer.py?hl=enanswer=106886




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: 1.8.5 Pre-Release SDKs are now available.

2013-09-24 Thread Aram Paronikyan
Hello Richmond!

Thanks for the Prerelease link! I've just checked the v1.8.5 and it still 
reproduces the issue I am having with 1.8.4.

My configuration is: Win7UltSP1+NTFS+GAE1.8.4+MVN3.1+Struts2.3.15.1 

Jetty throws the following exception (attached) once an Apache Struts 
action is called.

Thanks again!


Kind regards,
Aram Paronikyan
Yerevan, Armenia


On Tuesday, September 17, 2013 6:02:27 AM UTC+4, Richmond Manzana wrote:

 Hello!

 Pre-release SDKs for Python, PHP and Java found here:
 http://code.google.com/p/**googleappengine/downloads/listhttp://code.google.com/p/googleappengine/downloads/list

 Please see the pre-release notes below.

 Cheers,

 Richmond Manzana
 Technical Program Manager
 Google App Engine

 App Engine SDK - Pre-Release Notes

 Version 1.8.5

 Java
 ==
 - The max_concurrent_requests setting is now configurable per 
 version/engine.
 http://code.google.com/p/googleappengine/issues/detail?id=7927
 - The Conversion API, a decommissioned feature, has been removed from the
   runtime. Applications in production that import the API should be fixed 
 as
   soon as possible.
 - Fixed an issue with the Admin Console Datastore Viewer throwing errors 
 when
   fetching UTF-8 kinds.
 https://code.google.com/p/googleappengine/issues/detail?id=7570
 - Fixed an issue with the Datastore Admin not being able to backup to 
 another
   app.
 https://code.google.com/p/googleappengine/issues/detail?id=9808

 Python  PHP
 ==
 - The max_concurrent_requests setting  is now configurable per 
 version/engine.
 http://code.google.com/p/googleappengine/issues/detail?id=7927
 - Fixed an issue with the Admin Console Datastore Viewer throwing errors 
 when
   fetching UTF-8 kinds.
 https://code.google.com/p/googleappengine/issues/detail?id=7570
 - Fixed an issue with the Datastore Admin not being able to backup to 
 another
   app.
 https://code.google.com/p/googleappengine/issues/detail?id=9808

 Python
 ==
 - Developers can now use pdb when debugging python applications in the
   dev_appserver.
 https://code.google.com/p/googleappengine/issues/detail?id=9012
 https://code.google.com/p/googleappengine/issues/detail?id=9027

 PHP
 ==
 - Modules are now supported for the PHP Runtime.
 - The Log Service API is now available.
 - The PHP interpreter has been upgraded from PHP 5.4.17 to PHP 5.4.19.
 - The /e modifier for mb_ereg_replace has been disabled.
 - The PHP interpreter has been switched to the JSON-C library.
 - The Mac OSX SDK now includes a PHP interpreter, installing PHP 
 separately is
   no longer required.
 - The Windows SDK now includes a PHP interpreter, installing PHP 
 separately is
   no longer required.
 - Fixed an issue where files that contain an '@' could not be deployed.
 
 https://code.google.com/a/google.com/p/google-appengine-php-trusted-tester
 /issues/detail?id=6




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.
HTTP ERROR 500

Problem accessing /Index.action. Reason:

access denied (java.io.FilePermission 
jar:file:\C:\hase\WEB-INF\lib\struts2-core-2.3.15.1.jar read)
Caused by:

java.security.AccessControlException: access denied (java.io.FilePermission 
jar:file:\C:\hase\WEB-INF\lib\struts2-core-2.3.15.1.jar read)
at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:366)
at 
java.security.AccessController.checkPermission(AccessController.java:555)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at 
com.google.appengine.tools.development.DevAppServerFactory$CustomSecurityManager.checkPermission(DevAppServerFactory.java:431)
at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
at java.util.zip.ZipFile.init(ZipFile.java:205)
at java.util.zip.ZipFile.init(ZipFile.java:144)
at java.util.jar.JarFile.init(JarFile.java:152)
at java.util.jar.JarFile.init(JarFile.java:89)
at 
com.opensymphony.xwork2.util.fs.JarEntryRevision.needsReloading(JarEntryRevision.java:76)
at 
com.opensymphony.xwork2.util.fs.DefaultFileManager.fileNeedsReloading(DefaultFileManager.java:66)
at 
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.needsReload(XmlConfigurationProvider.java:394)
at 
org.apache.struts2.config.StrutsXmlConfigurationProvider.needsReload(StrutsXmlConfigurationProvider.java:169)
at 

[google-appengine] Re: Lots of warmup requests

2013-09-24 Thread Rodrigo dos Santos Moralles
We are experiencing problems today with our application. The resident 
instance is getting warmup error. We have also openned an issue at Google: 
https://code.google.com/p/googleappengine/issues/detail?id=9983thanks=9983ts=1379699077



Em sexta-feira, 20 de setembro de 2013 14h23min44s UTC-3, Jeff Deskins 
escreveu:

 I have also seen lately where the instance scheduler appears to be 
 aggressively shutting down instances for my python app.  It was pretty bad 
 on 9/18 - then got better - but today it is back.  

 Looking at my logs, during non-peak times when the app may have a 10 
 second gap between requests, the scheduler was shutting down that instance 
 causing the next request to start a new instance.  Before, the instance 
 would stick around and be available to handle the next request.  On 9/18 I 
 didn't see any instances running for more than two minutes, even with 
 requests coming in every few seconds. 

 Although, as I am writing this, looks like things are starting to improve 
 again.  No instance shutdown for 30 minutes now.  Google engineers are 
 probably making some adjustments getting ready for the next release.

 Jeff


 On Thursday, September 19, 2013 9:42:25 PM UTC-5, Cesium wrote:

 Lots of warmups started for me about 5 days ago.

 It settled down for a day.

 Now it's gone pear shaped again.

 David



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: 1.8.5 Pre-Release SDKs are now available.

2013-09-24 Thread Henrik Bjørnskov
Hey Richmond.

The PHP SDK for OSX isnt available on the download page (if it is the 
Launcher that is referred to). The normal 1.8.5 PHP SDK does not include an 
interp for PHP.

On Tuesday, September 17, 2013 4:02:27 AM UTC+2, Richmond Manzana wrote:

 Hello!

 Pre-release SDKs for Python, PHP and Java found here:
 http://code.google.com/p/**googleappengine/downloads/listhttp://code.google.com/p/googleappengine/downloads/list

 Please see the pre-release notes below.

 Cheers,

 Richmond Manzana
 Technical Program Manager
 Google App Engine

 App Engine SDK - Pre-Release Notes

 Version 1.8.5

 Java
 ==
 - The max_concurrent_requests setting is now configurable per 
 version/engine.
 http://code.google.com/p/googleappengine/issues/detail?id=7927
 - The Conversion API, a decommissioned feature, has been removed from the
   runtime. Applications in production that import the API should be fixed 
 as
   soon as possible.
 - Fixed an issue with the Admin Console Datastore Viewer throwing errors 
 when
   fetching UTF-8 kinds.
 https://code.google.com/p/googleappengine/issues/detail?id=7570
 - Fixed an issue with the Datastore Admin not being able to backup to 
 another
   app.
 https://code.google.com/p/googleappengine/issues/detail?id=9808

 Python  PHP
 ==
 - The max_concurrent_requests setting  is now configurable per 
 version/engine.
 http://code.google.com/p/googleappengine/issues/detail?id=7927
 - Fixed an issue with the Admin Console Datastore Viewer throwing errors 
 when
   fetching UTF-8 kinds.
 https://code.google.com/p/googleappengine/issues/detail?id=7570
 - Fixed an issue with the Datastore Admin not being able to backup to 
 another
   app.
 https://code.google.com/p/googleappengine/issues/detail?id=9808

 Python
 ==
 - Developers can now use pdb when debugging python applications in the
   dev_appserver.
 https://code.google.com/p/googleappengine/issues/detail?id=9012
 https://code.google.com/p/googleappengine/issues/detail?id=9027

 PHP
 ==
 - Modules are now supported for the PHP Runtime.
 - The Log Service API is now available.
 - The PHP interpreter has been upgraded from PHP 5.4.17 to PHP 5.4.19.
 - The /e modifier for mb_ereg_replace has been disabled.
 - The PHP interpreter has been switched to the JSON-C library.
 - The Mac OSX SDK now includes a PHP interpreter, installing PHP 
 separately is
   no longer required.
 - The Windows SDK now includes a PHP interpreter, installing PHP 
 separately is
   no longer required.
 - Fixed an issue where files that contain an '@' could not be deployed.
 
 https://code.google.com/a/google.com/p/google-appengine-php-trusted-tester
 /issues/detail?id=6




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for JAVA?

2013-09-24 Thread Andrew Ong

how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for 
JAVA? I hava found the MANIFEST.MF files which say nothing about it. please 
give me a 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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Unable to deploy my appsengine

2013-09-24 Thread Sam Maine
I am very new in google apps. I have managed to run my on localhost, but I 
am unable to deploy it. I am running it on ubuntu linux with python 
installed.

Here are the contents of my appcfg.py file.

application: helloudacitysamu
version: 1
runtime: python27
api_version: 1
threadsafe: true

handlers:
- url: /.*
  script: helloudacitysamu.py

I already have the application in my google account called 
helloudacitysamu, and also title is helloudacitysamu.

My command at the terminal is application: helloudacitysamu
/home/My home directory/google_appengine/appcfg.py update home/My home 
directory/google_appengine/apps/cs253

the helloudacitysamu.py and the app.yaml are both located in the cs253 
folder. I was able to run it before but I think I must have made some 
mistakes on the appcfg.py file.

Any help 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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: datastore stats not updated for 4 days

2013-09-24 Thread Aritz Uriarte de Alayo
I have the same issue here, you are not alone.

On Monday, September 23, 2013 1:55:19 PM UTC+2, timh wrote:

 Howdy

 Normally stats are only a couple of days old, but I am up to 4+ days and 
 no updated datastore stats.
 Anyone else seeing this ?

 T


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Problems with ImageUrls served from Blob Store of image files uploaded to Google Cloud Storage

2013-09-24 Thread Aritz Uriarte de Alayo
Hi,

Our application's id is: egolikeproduction.

We have an application that stores image files in Google Cloud Storage and 
uses Blob Store to serve the ImageUrls. To prevent the server lag when 
generating said urls we decided to store them in some Model classes. Then, 
if we needed to serve the images at different pixel resolutions we could 
attach =sXXX to the end of the url as mentioned in the documentation.

Now this has been working perfectly up until this past friday (09/20/2013), 
ever since then, some urls would take like 6-8 seconds to load the image or 
just straight up send an error message like this:

*500.* That’s an error.

The server encountered an error and could not complete your request.

If the problem persists, please report http://www.google.com/support/ your 
problem and mention this error message and the query that caused it.That’s 
all we know.

What I find curious though is that not every single image has the same 
issue, there are some image files whose ImageUrl work fine, and there are 
some that just don't work when trying to attach that dimensional parameter 
to the url stored. Moreso, if we set such dimensional parameter to some 
small values such as 100 or 200 the image pops out instantly without taking 
those 6-7 seconds to load.

I've read the forums a bit and I have yet to find some other guy with the 
same issue we have, but I must say I can't believe I am the only one.

Our app is in production, i.e. it is open to use by people, by our 
customers, and this is really affecting our performance. We have billing 
enabled and we haven't reached our quota limits or anything.

Please, we would highly appreciate if anyone could shred some light to this 
mistery.


Best regards,


Aritz


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: 500 Server Error

2013-09-24 Thread Adam Feder
I'm seeing the same thing.
I hadn't touched the server in 27 days.
I tried reverting to the previous version of the software and that didn't 
help.
If it would help someone from google to have my appid, please contact me 
over email.

thanks,
ab



On Monday, September 23, 2013 3:13:48 PM UTC-7, LizBetSoft wrote:

 Suddenly a few of my applications are getting 500 Server Error when i try 
 to access. No error in console logs.

 The number of my apps with this error error is increasing. Example: 
 http://pruebaslizbet.appspot.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: 500 Server Error

2013-09-24 Thread Brian Gillespie
I found that deploying a new version of my app and pointing GAE to that new 
version in the dashboard seemed to unwedge our app after Google got things 
fixed on their end.

On Monday, September 23, 2013 4:37:39 PM UTC-7, Evan Ruff wrote:

 I'm getting 500 errors attempting to load static resources. If I try from 
 Incognito Mode, everything seems okay. Caching Issue?

 Obviously, this is really borking my GWT app, as the .nocache never 
 loads...

 E

 On Monday, September 23, 2013 7:15:39 PM UTC-4, Risto wrote:

 Still showing http 500 for us, app-id: appingtonkiuas

 On Sep 23, 2013, at 4:09 PM, Emanuele Ziglioli 
 the...@emanueleziglioli.it wrote:

 I've noticed instances show they're running SDK 1.8.5

 On Tuesday, 24 September 2013 10:42:40 UTC+12, Emanuele Ziglioli wrote:

 it's back to life here

 On Tuesday, 24 September 2013 10:26:37 UTC+12, gks wrote:

 I also run into the same issue. Most requests to my environment times 
 out with the following error in log.
 Request was aborted after waiting too long to attempt to service your 
 request.

 My AppID is aos-prod-1.

 On Monday, September 23, 2013 3:15:58 PM UTC-7, Emanuele Ziglioli wrote:

 Same for almost an hour https://sirtrackwms.appspot.com/

 On Tuesday, 24 September 2013 10:13:48 UTC+12, LizBetSoft wrote:

 Suddenly a few of my applications are getting 500 Server Error when i 
 try to access. No error in console logs.

 The number of my apps with this error error is increasing. Example: 
 http://pruebaslizbet.appspot.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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: 500 Server Error

2013-09-24 Thread adriano_brasileiro
I'm having trouble as well... no requests in the admin log 
http://qmagicobr.appspot.com

Em segunda-feira, 23 de setembro de 2013 19h26min37s UTC-3, gks escreveu:

 I also run into the same issue. Most requests to my environment times out 
 with the following error in log.
 Request was aborted after waiting too long to attempt to service your 
 request.

 My AppID is aos-prod-1.

 On Monday, September 23, 2013 3:15:58 PM UTC-7, Emanuele Ziglioli wrote:

 Same for almost an hour https://sirtrackwms.appspot.com/

 On Tuesday, 24 September 2013 10:13:48 UTC+12, LizBetSoft wrote:

 Suddenly a few of my applications are getting 500 Server Error when i 
 try to access. No error in console logs.

 The number of my apps with this error error is increasing. Example: 
 http://pruebaslizbet.appspot.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Blobstore ImageUrls from Google Cloud Storage images pointing to Error 500 pages

2013-09-24 Thread Aritz Uriarte de Alayo

Hi all,

Before we start my application ID is: egolikeproduction.

We've been having some issues with the ImageUrls generated by the Blobstore 
from files stored in Google Cloud Storage ever since this past friday.

Some of said urls point to Error 500 pages depending on the values used for 
the resize parameter '=sXXX'. If we ever happen to use values over 200 (and 
less than 1600) those urls will send us to the error page, if we use values 
of 200 or lower it loads the image perfectly. When using the straight url 
without this parameter the image loads properly too.

As I said, this issue has been present ever since this past friday, but 
urls worked perfectly fine before that for longer than a week or so. Is 
this a known issue with Google Cloud Storage? Are we the only ones having 
these problems?

I would appreciate help from anyone able to shred some light upon this 
mistery, thanks in advance!

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Anyone experience Python Error 500s?

2013-09-24 Thread aramesh . sj
Hello,
I'm experiencing 
POST http://s-t-h-c.appspot.com/dispatch 500 (Internal Server Error) 

on my app all of a sudden. It was fine during the day, but right now I get 
this whenever I try to make a POST. The application code is written in 
Python. Is anyone else experiencing these issues? My local time right now 
is 8:44PST.

Ajay

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] datastore stats not updated for 4 days

2013-09-24 Thread Nicolas G
Same for me

Nicolas



On Mon, Sep 23, 2013 at 1:55 PM, timh zutes...@gmail.com wrote:

 Howdy

 Normally stats are only a couple of days old, but I am up to 4+ days and
 no updated datastore stats.
 Anyone else seeing this ?

 T

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Can't create a Google Cloud Storage bucket

2013-09-24 Thread Daniel Imms
I'm trying to create a bucket but it keeps giving me an error saying the 
account for the specified project has been disabled.

I've seen a few people post about this problem but they all seem to be solved 
by turning Google Cloud Storage on in APIs  auth, which is on in my case. Here 
is some more info about my situation:

- It's a Google Apps account
- I've activated the project ID and ensured it is turned on in Google Apps Admin
- 'Google Cloud Storage' is the only API that is turned on in APIs  auth  APIs
- This was the first thing I tried to do after creating my App Engine account
- I don't have billing enabled

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: GAE with major problems currently

2013-09-24 Thread _Miki_
More issues here, not sure if related but no instances of our app are 
running and we cannot make any code deployment either.

http://ugepr1.appspot.com/

Error: Not FoundThe requested URL / was not found on this server.



On Monday, September 23, 2013 4:05:18 PM UTC-4, Jason Collins wrote:

 A problem was encountered with the process that handled this request
 causing it to exit. This is likely to cause a new process to be used
 for the next request to your application. (Error code 202)

 We've been seeing tens of thousands of these for a few days now. Don't 
 know what's causing it.

 j

 On Monday, 23 September 2013 13:17:28 UTC-6, Cesium wrote:

 Pear shaped for sure.
 David



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] (Java) app engine in web application use out.println(测试) and print messy code ,(后台打印中文信息乱码)

2013-09-24 Thread Haitao Zhang
i was a new user for engine web application
After deploy my web application project to app engine,use out.println(测试) 
print  messy code . 

1.i test project in window eclispe , and it can print correct chinese , but 
when deploy to app engine, the log print messy code(like ??--???)
2.another question was when i fetch info from some china website, is also 
print messy code 

i search  that question whereever ,but nobody question like that, it let me 
feel helpness,
can someone tell me how to fix that situation?





-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Advanced GWT Tutorial

2013-09-24 Thread Maithilish

I have published a *Advanced GWT Tutorial*  
https://sites.google.com/site/gwt2tutorialat *
https://sites.google.com/site/gwt2tutorial *

*Advanced GWT Tutorial* is a step-by-step guide to a complete *Google Web 
Toolkit (GWT) *project. It walks through a complete GWT project, *Fins*, to 
explain the essentials and also some of the advanced concepts of GWT 2. 
Fins is a menu based web app which displays financial performance of 
companies in a complex tab view using stock GWT widgets, Google Chart Tools 
and some custom widgets.

It also covers developing and deploying GWT apps on *Google App Engine* and 
*RedHat OpenShift* cloud platforms.

Best wishes

Maithilish

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] datastore stats not updated for 4 days

2013-09-24 Thread PK
+1

6 days for my key app, similar situation with Usage History, last time of a 
daily charge entry in on 9/18...

PK
http://www.gae123.com

On September 24, 2013 at 4:04:07 PM, Nicolas G (nicolas...@gmail.com) wrote:

Same for me

Nicolas



On Mon, Sep 23, 2013 at 1:55 PM, timh zutes...@gmail.com wrote:
Howdy

Normally stats are only a couple of days old, but I am up to 4+ days and no 
updated datastore stats.
Anyone else seeing this ?

T
--  
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.
For more options, visit https://groups.google.com/groups/opt_out.

--  
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.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: Just verifying - App Engine is hosted on servers located in the USA right?

2013-09-24 Thread Barry Hunter
You have resurrected a thread from 4 years ago!

*Now *can see, point 2.3 in the terms
https://developers.google.com/appengine/terms



On 17 September 2013 03:21, Joe Roets j...@createtank.com wrote:

 broken link on official line :(


 On Thursday, September 30, 2010 1:50:55 PM UTC-4, Ikai Lan (Google) wrote:

 Here's the official line about where data for Google Apps is stored:

 http://www.google.com/support/**a/bin/answer.py?hl=enanswer=**106886http://www.google.com/support/a/bin/answer.py?hl=enanswer=106886


  --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Can't create a Google Cloud Storage bucket

2013-09-24 Thread Vinny P
On Mon, Sep 23, 2013 at 10:12 PM, Daniel Imms tyr...@tyriar.com wrote:

 - I don't have billing enabled



You'll need to activate billing for Cloud Storage to work.


On Mon, Sep 23, 2013 at 10:12 PM, Daniel Imms tyr...@tyriar.com wrote:

 - It's a Google Apps account



 Is your account an administrator for the Google Apps domain? Certain admin
settings block the use of cloud services.


On Mon, Sep 23, 2013 at 10:12 PM, Daniel Imms tyr...@tyriar.com wrote:

 - 'Google Cloud Storage' is the only API that is turned on in APIs  auth
  APIs



Activate the service Google Cloud Storage JSON API as well.



-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for JAVA?

2013-09-24 Thread Vinny P
ServletContext supplies the major and minor versions of the servlet
runtime. See
http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html#getMajorVersion()


To retrieve the runtime version of App Engine, use the SystemProperty
class:
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/utils/SystemProperty#version




-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com



On Thu, Sep 19, 2013 at 11:28 AM, Andrew Ong andrewong2...@gmail.comwrote:


 how do I know the servlet, JSP and EL version of app engine sdk 1.8.4 for
 JAVA? I hava found the MANIFEST.MF files which say nothing about it. please
 give me a 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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] datastore stats not updated for 4 days

2013-09-24 Thread Jason Collins
Still flying blind. No update since Sep 18.

j

On Tuesday, 24 September 2013 17:10:11 UTC-6, PK wrote:

 +1

 6 days for my key app, similar situation with Usage History, last time 
 of a daily charge entry in on 9/18...

 PK
 http://www.gae123.com

 On September 24, 2013 at 4:04:07 PM, Nicolas G 
 (nicol...@gmail.comjavascript:) 
 wrote:

 Same for me

 Nicolas



 On Mon, Sep 23, 2013 at 1:55 PM, timh zute...@gmail.com javascript:wrote:

 Howdy

 Normally stats are only a couple of days old, but I am up to 4+ days and 
 no updated datastore stats.
 Anyone else seeing this ?

 T

 -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Best Practices for Continuous Deployment on AppEngine

2013-09-24 Thread Aleem Mawani


On Saturday, August 10, 2013 10:08:01 AM UTC-7, Jeff Schnitzer wrote:

 We do zero-downtime rolling deployments. Our solution is to deploy to a 
 new version each time (identified by a timestamp), warm up the version, and 
 then switch. If you have a high-traffic app you may need to use something 
 like 'ab' to flood the new version and spin up enough instances. 

Can you describe the proicess you use to flood the new version with 
requests?

 


 Here's our ant script: https://gist.github.com/stickfigure/6201192

 Unfortunately there's no API to delete old versions, so every couple 
 deploys we have to go into the GAE admin UI and delete several versions by 
 hand.

 We're in the process of mavenizing this app so this is all going to change 
 again of course...

 Jeff


 On Fri, Aug 9, 2013 at 4:44 PM, Nick naok...@gmail.com javascript:wrote:

 We do continuous deployment as well, although not 30 a day.
 I can't quite remember when there started being issues with 500s being 
 served when deploying an app, but it wasn't always the case. Appengine used 
 to just handle deploying newer code to the same version and start up new 
 instances, shutting down old ones naturally.

 We basically have two versions, one set to default, and another used for 
 smoke test and to host while we're deploying. We upload new code to the 
 smoke testing environment, smoke test, then switch it to default. Then we 
 deploy to the other version and flip it back to default.

 Occasionally the behaviour doing this changes (for a while the old 
 instances on the old version didn't shutdown, and had to be done manually), 
 but that's the nature of appengine.

 Issue to star if you're interested (this affects everyone, any deployment 
 will currently cause downtime to consumers for a small window - 2 seconds 
 to a couple of minutes, there will be no indication of this in your logs at 
 all):

 http://code.google.com/p/googleappengine/issues/detail?id=7874q=Deploycolspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log

 --
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google GAE for PHP: the same application, different deployment, different response times

2013-09-24 Thread Vinny P
On Fri, Sep 13, 2013 at 12:03 PM, Andrew andrey...@gmail.com wrote:

 I have two identical app deployment - staging and production.
 However, response times on production 2x slower.

 What may be the most obvious reasons for that?



It's difficult to suggest a cause without seeing code - there could be
multiple reasons behind this. Is staging doing any caching that production
isn't? Are you accessing the same Cloud SQL instance/Cloud Storage
bucket/same APIs?

Also, is staging using any mocked-up services or does it have full
read/write privileges that production does?


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] why is urlfetch works on localhost but it errors when I deploy

2013-09-24 Thread Vinny P
On Fri, Sep 13, 2013 at 4:25 PM, David Massey dmas...@gmail.com wrote:

 Code works perfectly fine when I'm running it on the devserver but when I
 deploy I get this error

 DownloadError: Unable to fetch URL: 
 http://api.indeed.com/ads/apisearch?publisher=q=l=buffalost=nyjt=start=limit=30fromage=filter=latlong=0co=uschnl=userip=xxx.xx.x.xxxuseragent=Mozilla/5.0
  (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0v=2




There are many sites that rate limit or outright deny requests from App
Engine IPs to prevent scrapers or malicious robots. You may want to try
passing your requests through a different IP, such as from a Compute Engine
machine or another external machine.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Deploy spring web 3.2 without web.xml to google app engine

2013-09-24 Thread Vinny P
On Wed, Sep 11, 2013 at 8:28 PM, D dianasulistyo...@gmail.com wrote:

 I have a web application which is build with spring mvc 3.2 version, java
 1.7.
 The app using annotation instead of having web.xml

 I would like to deploy this app into google app engine (I read the
 developer's guide, it using web.xml)
 Will this be possible?



Yes, App Engine hosts a number of Spring applications already. Your
application may benefit from GAE-specific optimization though, see
https://developers.google.com/appengine/articles/spring_optimization



-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] GAE self.request.get IMG SRC to passing as a arguments to python function

2013-09-24 Thread Vinny P
On Sun, Sep 15, 2013 at 7:30 AM, Simon B simon.neverm...@gmail.com wrote:

 Is there any way to get a img src?
 in index.html
 I have some images  a user clicks on a image the page redirects to
 images.html via a onClick js function with that selected image rendering on
 images.html,
 Now to work with that image I need to pass it to my python function/script?



Probably the best way would be to implement it within client side
javascript. Have your onClick JS redirect the user to *
images.html?image=some_image_here.jpg*. Then your Python script can extract
the parameter and insert the image dynamically.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Anyone experience Python Error 500s?

2013-09-24 Thread Vinny P
On Mon, Sep 23, 2013 at 10:44 PM, aramesh...@mysummitps.org wrote:

 I'm experiencing
 POST http://s-t-h-c.appspot.com/dispatch 500 (Internal Server Error)

 on my app all of a sudden. It was fine during the day, but right now I get
 this whenever I try to make a POST. The application code is written in
 Python.



Are there any errors recorded in your application's logs? Look for any logs
marked at the critical or warning level.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Executing mapreduce slows down queries to datastore

2013-09-24 Thread Vinny P
On Mon, Sep 16, 2013 at 11:07 AM, José Antonio josean1...@gmail.com wrote:

 When executing a mapreduce against Google App Engine Datastore, the
 queries for rest of my application slow down significantly .
 Do I need to include any special option in mapreduce python sentence to
 avoid this.



There's no special options, but you can space out datastore calls and rate
limit your code. Do you have multithreading enabled in app.yaml?


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] PhotoSharingDemo 500 error - HELP_

2013-09-24 Thread Vinny P
On Mon, Sep 16, 2013 at 7:50 PM, Roger Ball rball...@gmail.com wrote:

 have downloaded this sample app, did the ant build and “run server” I can
 get into the admin part of the app just fine. My account on Google
 (rball444) is active. I can get to the home screen (attached) and “post” I
 get the error below. Not sure why the NPE occurs. Can you help?



It looks like the development server is having difficulty processing your
image. Can you deploy the application to GAE production and see if the
error reoccurs there?


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Problems adding a third-party domain to existing google app engine application

2013-09-24 Thread Vinny P
On Tue, Sep 17, 2013 at 10:20 AM, Oscar Trollheden 
os...@theviralcompany.com wrote:

 After typing in the domain name i wish to use for the application, im
 redirected over to Google Apps to verify that i own the domain (verified
 and ready), but notting happens when i click on the desired google account.
 Please advice.



Is the domain name the main/default domain for the Google Apps account, or
is it an alias domain/owned by a different Apps account?


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Display doc_id of documents in django templates

2013-09-24 Thread Vinny P
On Sun, Sep 15, 2013 at 12:11 AM, Vikas Sharma netcapt...@gmail.com wrote:

 I am using app engine search api to search within documents. the results
 returned are displayed on the django template.i am able to display all
 the fields in template except the *doc_id* of the result. can someone
 please help me to figure how to display doc_id in the template?



Python should make *doc_id* available as a property on the document. Is
this not working for you?

See https://developers.google.com/appengine/training/fts_intro/lesson2 and
scroll down to the *Processing the Query Results* header for example code.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Unable to deploy my appsengine

2013-09-24 Thread Vinny P
On Sun, Sep 22, 2013 at 4:09 PM, Sam Maine sidekick67...@gmail.com wrote:

 I am very new in google apps. I have managed to run my on localhost, but I
 am unable to deploy it. I am running it on ubuntu linux with python
 installed.



Why exactly is the deploy failing? Can you screenshot the error message?


On Sun, Sep 22, 2013 at 4:09 PM, Sam Maine sidekick67...@gmail.com wrote:

 Here are the contents of my *appcfg.py* file.

 application: helloudacitysamu



The file is supposed to be called *app.yaml*, not appcfg.py.  Make sure
it's at the root of your application.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Upload is working local but not with the app engine

2013-09-24 Thread Vinny P
On Sat, Sep 14, 2013 at 12:16 AM, Max Power jkrus...@gmail.com wrote:

 ich have a form panel with a FileUpload:
 after i submit the form, the servlet gets a request but with a post error



Are you mapping the file upload directly to a servlet? It's better if you
use the Blobstore's file upload handler to accept and store uploaded files.
See
https://developers.google.com/appengine/docs/java/blobstore/#Java_Uploading_a_blob


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Unable to send email (mail.send_mail) in Python, no indication as to why?

2013-09-24 Thread Vinny P
On Sat, Sep 21, 2013 at 1:59 PM, Jacob Morehouse jacob.moreho...@gmail.com
 wrote:

 I'm trying out GAE and having a little trouble sending email from my
 application in both development and production.

  The email address I'm using is an administrator address (for TO and
 FROM). I've read the documentation thoroughly, and am about 10 hours into
 trying to send an email. Any help would be greatly appreciated.



Try using *donotreply@YOUR_APPLICATION_ID_HERE.appspotmail.com* as your
from address, and use a longer body text (at least 100 chars).



-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Blacklist IP by Range

2013-09-24 Thread Vinny P
On Wed, Sep 11, 2013 at 12:36 PM, João Verissimo Ribeiro 
joao.integra...@gmail.com wrote:

 I would like to block a range of ip, eg:

 ?xml version=1.0 encoding=UTF-8?
 blacklistentries
   blacklist
 subnet157.***.***.***/subnet
 descriptionblock the bingbot/description
   /blacklist

 Is possible?



It's possible, use the DOS protection service (
https://developers.google.com/appengine/docs/python/config/dos ). You will
need to express the subnet to be blocked in CIDR:
http://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation

Alternately, you can use Cloudflare as a CDN and use their blocking
services:
https://support.cloudflare.com/hc/en-us/articles/200171346-How-do-I-block-blacklist-or-trust-whitelist-an-IP-address-manually-


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.