[google-appengine] Re: Flood of warm up requests!

2013-07-26 Thread Hugo Visser
Same issue yesterday on the Java runtime. Now I'm seeing a lot of warm up 
requests too, almost one for every request I do, despite the fact I have 
resident instances. I've filed a billing issue to request a refund for 
charged resources.

Hugo

On Tuesday, June 25, 2013 10:49:00 PM UTC+2, chilang wrote:

 Hi,

 I'm seeing 15 warm up requests per secs causing 60+ instances to be spin 
 up, despite having little traffic!

 I haven't changed anything (code nor settings) recently. 
 This has started in the last 2 hours. 

 I've only noticed this due to app suddenly running out of quota. 
 I'm trying to cap Idle Instances to 1-1 to no avail. I've increased the 
 quota but at this rate it is going to burn through it very soon.

 Anyone else seeing this ?

 Regards,
 Chi Lang


-- 
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] Datastore Admin screen blank

2013-07-26 Thread Aswath Satrasala
Hello,
I am using Firefox.  I click on the Datastore Admin link in the Appengine
console.  The screen on the right shows empty.

-Aswath

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Datastore Admin screen blank

2013-07-26 Thread Aswath Satrasala
Sorry about this.   Already, some workarounds are suggested here
https://groups.google.com/forum/#!searchin/google-appengine/datastore$20admin/google-appengine/ha68JGbkFQs/q72xJjNrBzgJ

-Aswath

On Fri, Jul 26, 2013 at 5:13 PM, Aswath Satrasala 
aswath.satras...@gmail.com wrote:

 Hello,
 I am using Firefox.  I click on the Datastore Admin link in the Appengine
 console.  The screen on the right shows empty.

 -Aswath


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Time Syncronization

2013-07-26 Thread Richard
One other item.

I have had DeadlineExceeded Errors when calling time.time() in Python.

Everything is managed for you.  That means ANYTHING that relies on the 
'machine' can fail randomly (and does)

-- 
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: Time Syncronization

2013-07-26 Thread Barry Hunter

 Basically, I'm worried about two requests coming in around the same time,
 hitting two different instances, then having to resolve which request was
 first.


 You could use cloud-sql :)

Or even
http://stackoverflow.com/questions/3985812/how-to-implement-autoincrement-on-google-appengine

-- 
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] Time Syncronization

2013-07-26 Thread Barry Hunter
 Everything is managed for you.  That means ANYTHING that relies on the
 'machine' can fail randomly (and does)


http://www.zdnet.com/google-at-scale-everything-breaks-3040093061/




-- 
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] Time Syncronization

2013-07-26 Thread alex
 Everything is managed for you.  That means ANYTHING that relies on the
 'machine' can fail randomly (and does)

this implication is totally wrong.


On Fri, Jul 26, 2013 at 3:27 PM, Richard steven...@gmail.com wrote:
 One other item.

 I have had DeadlineExceeded Errors when calling time.time() in Python.

 Everything is managed for you.  That means ANYTHING that relies on the
 'machine' can fail randomly (and does)

 --
 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/PPbVax3k1s0/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.



-- 
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] Endpoints stopped loading from mobile device

2013-07-26 Thread Thomas Tiercelin
Hi Google Team,

Since 20 hours, our phonegap/html/js apps stopped loading API from 
endpoints.
I filled an issue here (please star it if your encouter this problem) : 
http://code.google.com/p/googleappengine/issues/detail?id=9747thanks=9747ts=1374846096

routes and discovery url are working correctly and endpoints loading from 
browser works like a charm.

thanks you for your answer as I get completly lost with this sudden strange 
behaviour

-- 
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] Modules with the same code?

2013-07-26 Thread Jeff Schnitzer
I just wanted to check how this is intended to be solved (using Java):

I want to configure F1 for most of the URLs in my app, but F2 or F4 for a
couple URLs that require large amounts of memory (batch processes run from
cron). I really don't want separate codebases - it's pretty much all the
same code. What's the best way to do this? Presumably the answer is
'modules', but how do I structure this?

Does the lib in application.xml work? Should I put all my code in a jar
in application.xml's lib and then have war modules that are basically
just the web.xml/appengine-web.xml? I can probably get away with this since
all the user-facing content (ie, the templates, css, javascript, etc) is
associated with only one module. However, this seems pretty wonky if I ever
wanted to have some public URLs available on a different instance size.

Am I supposed to just duplicate my whole war (with changes in
appengine-web.xml) in my build process?

Thanks,
Jeff

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Keep forwarding to admin/configure.jsp

2013-07-26 Thread Vinny P
On Thursday, July 25, 2013 11:11:40 PM UTC-5, Cin Ling wrote:

 Dear Vinny..
 may i ask something again??
 I'm really new with gae..
 I have just deployed this http://testictactoe.appspot.com/;.
 When i click to the Tictactoe, it shows Server Error.



The Server Error page is not the complete error log, it's just there for 
users. App Engine logging should have a much more detailed explanation of 
why the error occurred. Go to your application dashboard, click the Logs 
link on the left hand nav bar, and look for any error logs. Here's some 
pictures to help you: 
http://learntogoogleit.com/post/55102036808/app-engine-default-server-error-page
 


On Thursday, July 25, 2013 11:11:40 PM UTC-5, Cin Ling wrote:

 My plan is i wanna this http://testictactoe.appspot.com/; as an server, 
 i will make an c# as my client application.

 At my client application, what's the url that could link to this tictactoe 
 server.



It looks like you're using the Channel service ( 
https://developers.google.com/appengine/docs/java/channel/ ), which means 
that any client is best written in Javascript, not C#. Channel provides an 
easy-to-use JS library for all client communications.

As for the URL, that depends on where the servlet is mapped to in your 
/WEB-INF/web.xml file. It looks like you're using the demonstration 
TicTacToe application, which is mapped to your root directory ( see 
http://code.google.com/p/java-channel-tic-tac-toe/source/browse/trunk/war/WEB-INF/web.xml
 ).



-
-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.




[google-appengine] Re: SendGrid Integration

2013-07-26 Thread Bryce Cutt
Mandrill works great as well.


On Wednesday, July 24, 2013 1:22:13 PM UTC-7, Joshua Smith wrote:

 Dunno how I missed this, but given the train wreck of GAE's email 
 delivery, this is very promising: 

 https://developers.google.com/appengine/articles/sendgrid 

 -Joshua 



-- 
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] uploading static files.

2013-07-26 Thread Stefan Szakal
I've deployed a new app on app engine. But it seems that the static files 
didn;t got uploaded.

http://stefan-szakal.appspot.com/

Can someone tell me why I can't access my static files? (on local computer 
using the app engine development environment it works fine)

yaml:

application: stefan-szakal
version: 2
runtime: python27
api_version: 1
threadsafe: true

handlers:
- url: /bootstrap
  static_dir: static\bootstrap

- url: /fonts
  static_dir: static\fonts

- url: /js
  static_dir: static\js

- url: /images
  static_dir: static\images

- url: /css
  static_dir: static\css

- url: /favicon\.ico
  static_files: static/favicon.ico
  upload: static/favicon\.ico

- url: /.*
  script: main.app

libraries:
- name: django
  version: 1.3

-- 
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: deviceinfoendpoint.Deviceinfoendpoint imports.... where are they???

2013-07-26 Thread Jagadishwara Reddy
Request to please share the solution if you got any ?

On Friday, 22 February 2013 11:07:53 UTC+5:30, Jarom wrote:


 Hi, I have been following these instructions here:

 https://developers.google.com/eclipse/docs/endpoints-addentities


  but I can't work out these imports:

 import com.testproject.deviceinfoendpoint.Deviceinfoendpoint;
 import com.testproject.deviceinfoendpoint.Deviceinfoendpoint.Builder;
 import com.testproject.deviceinfoendpoint.model.DeviceInfo;

 Those give errors in Eclipse. Where are they? Why don't they appear in my 
 project? Are they supposed to be generated when I follow the setup 
 instructions on that website I linked?

 testproject is the name of my project in this case.

 If someone could please enlighten me on what's going on here I'll be very 
 grateful. I've been trying to work this out for a couple of days now and 
 it's driving me nuts.

 Thanks,
 Jarom


-- 
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] CloudEndpoints generator (Eclipse plugin or command line) both don't generate the actual source anymore of the endpoint

2013-07-26 Thread Johan Compagner
Hi,

This was working fine a few days ago as far as i know, i think i even 
generated just fine with 1.8.2 which i updated to 

But now it doesn't generate the actual source anymore, how ever i generate 
it, it generates many things, like all the support libs are there.
But it doesn't generate the actual endpoint source..

With the plugins i suddenly have the error in the Android project that the 
source folders are missing so this:

endpoint-libs\libcustomerendpoint-v1\customerendpoint

directory is generated just fine, it has all kinds of libs and sources of 
libs in there
also in that dir i also have:

x-customerendpoint-v1-20130725204730-java-1.15.0-rc.jar.properties

with as content: 

src=../libs-sources/x-customerendpoint-v1-20130725204730-java-1.15.0-rc-sources.jar

But that jar is nowhere to be found 

Then i read on the web that the endpoint generation is partly in the cloud? 
(
http://stackoverflow.com/questions/16158013/error-generating-google-cloud-endpoint-client-libraries
)

is this today also a problem? I can't find any log that it doesn't work

But i read that through the command line it should work so i tried to 
generate it on the command line
at fist that also fails:

jul 25, 2013 11:21:37 PM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed ./war\WEB-INF/appengine-web.xml
Exception in thread main java.lang.NoClassDefFoundError: 
javax/persistence/EntityNotFoundException

so i added the the classpath in the 
endpoints.cmd: %SDK_LIB%\opt\user\datanucleus\v2\geronimo-jpa_2.0_spec-1.0.jar

(by the way why does it seem that v2 has lesser version then the v1 dir.. 
that sounds weird)

then it did compile i did get a nice big zip.. But the same contents as 
with the eclipse plugin
The actual source of the endpoints are nowhere to be found..

So is it somewhere a error on my side or is there something wrong in the 
could?

johan


-- 
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: Generate cloud endpoint client library not working

2013-07-26 Thread Johan Compagner
Currently today i have kind of the same problem
It did work fine before, it still seems to work fine, it does pretty much 
do it all, except that it generates the actual endpoint sources (or at 
least in the generated zip or folder there is nothing to be found)
But i don't get any error like that anywhere.. But i guess today there is 
also again a problem with the CloudClientLibGenerator ?
Why do we need a Cloud Generator for this?

On Tuesday, April 23, 2013 9:41:23 PM UTC+2, Manas Mukherjee wrote:


 We are trying to generate 'cloud endpoint client library' using 
 google-eclipse plugin. This feature worked fine even day before yesterday. 
 We didn't change any code but getting the following exception. Our project 
 is in a critical phase. Please help us ASAP. 

 Caused by: 
 com.google.appengine.repackaged.com.google.api.client.http.HttpResponseException:
  
 400 Bad Request
 {error: {message: Bad Request, code: 400, errors: [{message: 
 api error, debug_info: Could not parse api}]}}
 at 
 com.google.appengine.repackaged.com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1155)
 at 
 com.google.api.server.spi.tools.CloudClientLibGenerator.postRequest(CloudClientLibGenerator.java:52)
 at 
 com.google.api.server.spi.tools.CloudClientLibGenerator.generateClientLib(CloudClientLibGenerator.java:43)
 ... 41 more

 Thanks 
 Manas


-- 
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] Adding Custom Domain fails with Invalid Request

2013-07-26 Thread Ryan Swart
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] como hacer formularios en app engine y python, ademas usar una base de datos para almacenarlos

2013-07-26 Thread jose martinez


-- 
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-07-26 Thread Brian Quinlan
Hi Ronoaldo,

Yes!

Cheers,
Brian


On 25 July 2013 20:15, Ronoaldo Pereira ronoa...@gmail.com 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-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] Re: Modules with the same code?

2013-07-26 Thread Jason Collins
Hi Jeff,

FWIW, the is precisely what we do, but on the Python side. We just multiply 
upload copies of our app to the different modules (and then manually flip 
all the versions forward - ugh), and then use dispatch to route the traffic 
around.

In Python-land, the appcfg.py update command, instead of pointing to a 
directory containing code, can point to an app.yaml file (with an arbitrary 
name); the code in the same directory as the specified app.yaml file is 
what is uploaded to the module.

A conceptual change is that the global yaml resources (queue.yaml, 
index.yaml, cron.yaml, etc., and the new dispatch.yaml) are never uploaded 
with the appcfg.py update command (unless you're using the legacy approach 
where you point to a directory). These global resources all need to be 
uploaded separately ('update_queues', 'update_indexes', etc.).

Of course, this may be completely different in Java-land, so I'm probably 
being of little help except to say that the ability to decompose our 
traffic across different QOS modules has made a huge difference to both our 
cost and performance.

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] error 404 for a route that never is called

2013-07-26 Thread coto
I am logging 404 errors in my application (Python 2.7, SDK 1.8.2, HR), the 
question is...

Why do I receive a bunch of these errors (more than 3 times a day):

*Application ID:* sandengine

*Application Version:* dev.368471226492213275


*User Agent:* AppEngine-Google; (+http://code.google.com/appengine)

*IP Address:* 0.1.0.1

*Operating System:* -

*Browser:* -

*Browser Version:* -


*Error Type:* HTTPNotFound

*Description:* The resource could not be found.

*Method:* GET

*URL:* http://followfinance.appspot.com/update

*Referer:* None

*Traceback:* 

Traceback (most recent call last): 

File 
/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
 
line 1529, in __call__ rv = self.router.dispatch(request, response) 

File 
/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
 
line 1265, in default_dispatcher route, args, kwargs = rv = 
self.match(request) 

File 
/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
 
line 1214, in default_matcher raise exc.HTTPNotFound() 

HTTPNotFound: The resource could not be found.

-- 
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: error 404 for a route that never is called

2013-07-26 Thread Vinny P
Are you only getting these requests from the IP address 0.1.0.1? 

If so, that IP address is reserved by GAE for sending cron queries ( 
https://developers.google.com/appengine/docs/python/config/cron scroll down 
to Securing URLs for Cron). Someone configured a cron request for that URL 
in the application.

-
-Vinny P
Technology  Media Advisor
Chicago, IL

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



On Friday, July 26, 2013 2:43:41 PM UTC-5, coto wrote:

 I am logging 404 errors in my application (Python 2.7, SDK 1.8.2, HR), the 
 question is...

 Why do I receive a bunch of these errors (more than 3 times a day):

 *Application ID:* sandengine

 *Application Version:* dev.368471226492213275


 *User Agent:* AppEngine-Google; (+http://code.google.com/appengine)

 *IP Address:* 0.1.0.1

 *Operating System:* -

 *Browser:* -

 *Browser Version:* -


 *Error Type:* HTTPNotFound

 *Description:* The resource could not be found.

 *Method:* GET

 *URL:* http://followfinance.appspot.com/update

 *Referer:* None

 *Traceback:* 

 Traceback (most recent call last): 

 File 
 /base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
  
 line 1529, in __call__ rv = self.router.dispatch(request, response) 

 File 
 /base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
  
 line 1265, in default_dispatcher route, args, kwargs = rv = 
 self.match(request) 

 File 
 /base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
  
 line 1214, in default_matcher raise exc.HTTPNotFound() 

 HTTPNotFound: The resource could not be found.


-- 
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: error 404 for a route that never is called

2013-07-26 Thread Rodrigo Augosto
 Are you only getting these requests from the IP address 0.1.0.1? 

Yes, always with the same IP and the same error
 
 If so, that IP address is reserved by GAE for sending cron queries ( 
 https://developers.google.com/appengine/docs/python/config/cron scroll down 
 to Securing URLs for Cron). Someone configured a cron request for that URL in 
 the application.

There is no any cron configured, furthermore, cron.yaml file doesn't exists
 
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL
 
 App Engine Code Samples: http://www.learntogoogleit.com
 
 
 
 On Friday, July 26, 2013 2:43:41 PM UTC-5, coto wrote:
 I am logging 404 errors in my application (Python 2.7, SDK 1.8.2, HR), the 
 question is...
 
 Why do I receive a bunch of these errors (more than 3 times a day):
 
 Application ID: sandengine
 
 Application Version: dev.368471226492213275
 
 
 
 User Agent: AppEngine-Google; (+http://code.google.com/appengine)
 
 IP Address: 0.1.0.1
 
 Operating System: -
 
 Browser: -
 
 Browser Version: -
 
 
 
 Error Type: HTTPNotFound
 
 Description: The resource could not be found.
 
 Method: GET
 
 URL: http://followfinance.appspot.com/update
 
 Referer: None
 
 Traceback: 
 
 Traceback (most recent call last): 
 
 File 
 /base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
  line 1529, in __call__ rv = self.router.dispatch(request, response) 
 
 File 
 /base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
  line 1265, in default_dispatcher route, args, kwargs = rv = 
 self.match(request) 
 
 File 
 /base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,
  line 1214, in default_matcher raise exc.HTTPNotFound() 
 
 HTTPNotFound: The resource could not be found.
 
 
 -- 
 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/gXJcvNWRllo/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.
  
  

-- 
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: Modules with the same code?

2013-07-26 Thread Vinny P
On Friday, July 26, 2013 10:12:19 AM UTC-5, Jeff Schnitzer wrote:

 I just wanted to check how this is intended to be solved (using Java):

 I want to configure F1 for most of the URLs in my app, but F2 or F4 for a 
 couple URLs that require large amounts of memory (batch processes run from 
 cron). I really don't want separate codebases - it's pretty much all the 
 same code. What's the best way to do this? Presumably the answer is 
 'modules', but how do I structure this?

 Does the lib in application.xml work? Should I put all my code in a jar 
 in application.xml's lib and then have war modules that are basically 
 just the web.xml/appengine-web.xml? I can probably get away with this since 
 all the user-facing content (ie, the templates, css, javascript, etc) is 
 associated with only one module. However, this seems pretty wonky if I ever 
 wanted to have some public URLs available on a different instance size.

 Am I supposed to just duplicate my whole war (with changes in 
 appengine-web.xml) in my build process?



+1.

It's a little bit redundant to duplicate war directories. If Google is 
still taking feature requests for Modules, I'd like to see a simpler way of 
setting the configuration for this type of use case (perhaps we could keep 
backends.xml and App Engine could internally translate it into the 
appropriate Modules equivalent?)

-
-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.




[google-appengine] Re: como hacer formularios en app engine y python, ademas usar una base de datos para almacenarlos

2013-07-26 Thread Vinny P
On Friday, July 26, 2013 11:39:10 AM UTC-5, jose martinez wrote:

 como hacer formularios en app engine y python, ademas usar una base de 
 datos para almacenarlos



I don't speak Spanish, but Google Translate comes up with the translation: *how 
to make forms app engine and python, also using a database to store*. If 
this translation is wrong, let me know.

The Python App Engine demo application includes a lesson on how to use 
forms and to store the submitted forms into the datastore. Here are the 
relevant links:
1. Handling Forms: 
https://developers.google.com/appengine/docs/python/gettingstartedpython27/handlingforms
2. Storing In The Datastore: 
https://developers.google.com/appengine/docs/python/gettingstartedpython27/usingdatastore

If you'd rather use Cloud SQL, here's a demonstration application on 
Github: 
https://github.com/GoogleCloudPlatform/appengine-guestbook-python-cloudsql 



-
-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] Re: error 404 for a route that never is called

2013-07-26 Thread Vinny P
On Friday, July 26, 2013 2:58:47 PM UTC-5, coto wrote:

 There is no any cron configured, furthermore, cron.yaml file doesn't exists



Try putting a blank cron.yaml file to reset cron. If that fails, you may 
need to file an issue and have someone from Google look into 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] Re: error 404 for a route that never is called

2013-07-26 Thread Rodrigo Augosto
I'll try, thanks!!!

On Jul 26, 2013, at 4:11 PM, Vinny P vinny...@gmail.com wrote:

 On Friday, July 26, 2013 2:58:47 PM UTC-5, coto wrote:
 There is no any cron configured, furthermore, cron.yaml file doesn't exists
 
 
 
 Try putting a blank cron.yaml file to reset cron. If that fails, you may 
 need to file an issue and have someone from Google look into 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 a topic in the Google 
 Groups Google App Engine group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/gXJcvNWRllo/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.
  
  

-- 
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: saving google user details to datastore... but will they be kept to update?

2013-07-26 Thread Matthew Blain
Unfortunately no. I recommend never storing a UserProperty in the 
datastore. Instead, record the user_id and also you may wish to save the 
last email address/nickname/etc information you have seen for the user.

You may be interested in https://developers.google.com/+/features/sign-in 
although this is independent of the Users API.

On Thursday, July 25, 2013 6:06:50 AM UTC-7, Aidan Mack wrote:

 Hi,

 If I save details to the datastore with something like


 User user = userService.getCurrentUser();
 Entity greeting = new Entity(Greeting, guestbookKey);
 greeting.setProperty(user, user);


 That user then changers their nickname,

 I then query the datastore for that greeting entity.

 I then display properties from the user object I saved will those details 
 be up to date? so will it now show the users new nickname?


 If not can I save the userID and then is their an api to get user details 
 based on an ID?

 Thanks
 Aidan





-- 
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: Add missing content- and cache-control headers/metadata to cloudstorage/common (issue 11802047)

2013-07-26 Thread tkaitchuck

Looks good to me.

https://codereview.appspot.com/11802047/

--
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: Add missing content- and cache-control headers/metadata to cloudstorage/common (issue 11802047)

2013-07-26 Thread tkaitchuck

Looks good to me.

https://codereview.appspot.com/11802047/

--
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: deviceinfoendpoint.Deviceinfoendpoint imports.... where are they???

2013-07-26 Thread Jarom Leneham
Hi, I can't remember what I did with that. I ended up going with Stackmob.
On 27 Jul 2013 02:54, Jagadishwara Reddy tojvre...@gmail.com wrote:

 Request to please share the solution if you got any ?

 On Friday, 22 February 2013 11:07:53 UTC+5:30, Jarom wrote:


 Hi, I have been following these instructions here:

 https://developers.google.com/**eclipse/docs/endpoints-**addentitieshttps://developers.google.com/eclipse/docs/endpoints-addentities


  but I can't work out these imports:

 import com.testproject.**deviceinfoendpoint.**Deviceinfoendpoint;
 import com.testproject.**deviceinfoendpoint.**Deviceinfoendpoint.Builder;
 import com.testproject.**deviceinfoendpoint.model.**DeviceInfo;

 Those give errors in Eclipse. Where are they? Why don't they appear in my
 project? Are they supposed to be generated when I follow the setup
 instructions on that website I linked?

 testproject is the name of my project in this case.

 If someone could please enlighten me on what's going on here I'll be very
 grateful. I've been trying to work this out for a couple of days now and
 it's driving me nuts.

 Thanks,
 Jarom

  --
 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/3TCt78l3dWk/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.




-- 
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] RequestTooLargeError

2013-07-26 Thread Denis Costa
I'm trying to handle blob files in a task.

Some files are too large and a exception is raised.

RequestTooLargeError: The request to API call datastore_v3.Put() was too
large.

I have to read the files, and I'm doing something like
BlobReader(blob_key).

There is a way to work with large files in GAE?

-- 
Denis Costa

“Do or do not... There is no try.” - Yoda

-- 
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: Flood of warm up requests!

2013-07-26 Thread Dustin Doan
I'm seeing the same thing, starting yesterday. Has anyone heard from Google 
on this issue? I don't have the support privileges necessary to submit a 
ticket of my own. I'll definitely try to redeploy, but it would be nice to 
know what's causing this/how to prevent it in the future.

On Friday, July 26, 2013 12:22:09 AM UTC-7, Hugo Visser wrote:

 Same issue yesterday on the Java runtime. Now I'm seeing a lot of warm up 
 requests too, almost one for every request I do, despite the fact I have 
 resident instances. I've filed a billing issue to request a refund for 
 charged resources.

 Hugo

 On Tuesday, June 25, 2013 10:49:00 PM UTC+2, chilang wrote:

 Hi,

 I'm seeing 15 warm up requests per secs causing 60+ instances to be spin 
 up, despite having little traffic!

 I haven't changed anything (code nor settings) recently. 
 This has started in the last 2 hours. 

 I've only noticed this due to app suddenly running out of quota. 
 I'm trying to cap Idle Instances to 1-1 to no avail. I've increased the 
 quota but at this rate it is going to burn through it very soon.

 Anyone else seeing this ?

 Regards,
 Chi Lang



-- 
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: Add missing content- and cache-control headers/metadata to cloudstorage/common (issue 11802047)

2013-07-26 Thread yey

On 2013/07/26 21:58:14, tkaitchuck wrote:

Looks good to me.


https://code.google.com/p/appengine-gcs-client/issues/detail?id=14can=1

https://codereview.appspot.com/11802047/

--
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] Blank screen for GWT application on one application id and works well for another application id

2013-07-26 Thread Jayant Kumar
Hello All,

I deployed a GWT application version to appengine with one applicaiton-id 
and has been working well i.e renders the home page.  appengine web.xml 
applicationgoogle.com:x-uat/application
  versionx-1-date/version

Then, tried amny times to deploy the same application with a different 
version and differnet application id (changed the parameters in appengine 
web.xml appengine web.xml applicationgoogle.com:x/application
  versionx-1/version ) and this does not render the home page and don't 
see any errors in the logs as well


Only saw this message once - This request caused a new process to be 
started for your application, and thus caused your application code to be 
loaded for the first time. This request may thus take longer and use more 
CPU than a typical request for your application.


Any ideas and help on this...


Thanks
Jayant
 

-- 
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] RequestTooLargeError

2013-07-26 Thread Vinny P
On Fri, Jul 26, 2013 at 3:47 PM, Denis Costa deniscosta...@gmail.comwrote:

 I'm trying to handle blob files in a task.

 Some files are too large and a exception is raised. RequestTooLargeError:
 The request to API call datastore_v3.Put() was too large.


Are you writing to the datastore in any way, or writing to any
datastore-backed services (for instance, user sessions are stored in the
datastore)?

You stated that you were reading blob files, but the error text you're
showing (*datastore_v3.Put() was too large*) only comes from the
datastore.


-
-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.




[google-appengine] Re: Flood of warm up requests!

2013-07-26 Thread husayt
I have the same - flood of warmup issues. My app has been over quota whole 
day because of this. (appid: aforizmler, runtime:java)
This is really becoming a critical issue. We are loosing users/visitors 
because appengine is so unreliable so often so lately.
We get this warmup issues almost every week and the rest of the time it is 
just very slow.

I am so inclined to just migrate to some other platform right now.

Can somebody from Google give us some information on this. We need to know 
that this issue is being handled and going to be resolved finally. I am 
sure and everybody here can confirm this is number one issue at least for 
java runtime.


On Friday, 26 July 2013 23:18:40 UTC+1, Dustin Doan wrote:

 I'm seeing the same thing, starting yesterday. Has anyone heard from 
 Google on this issue? I don't have the support privileges necessary to 
 submit a ticket of my own. I'll definitely try to redeploy, but it would be 
 nice to know what's causing this/how to prevent it in the future.

 On Friday, July 26, 2013 12:22:09 AM UTC-7, Hugo Visser wrote:

 Same issue yesterday on the Java runtime. Now I'm seeing a lot of warm up 
 requests too, almost one for every request I do, despite the fact I have 
 resident instances. I've filed a billing issue to request a refund for 
 charged resources.

 Hugo

 On Tuesday, June 25, 2013 10:49:00 PM UTC+2, chilang wrote:

 Hi,

 I'm seeing 15 warm up requests per secs causing 60+ instances to be spin 
 up, despite having little traffic!

 I haven't changed anything (code nor settings) recently. 
 This has started in the last 2 hours. 

 I've only noticed this due to app suddenly running out of quota. 
 I'm trying to cap Idle Instances to 1-1 to no avail. I've increased the 
 quota but at this rate it is going to burn through it very soon.

 Anyone else seeing this ?

 Regards,
 Chi Lang



-- 
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: Lots of 500's served tonight

2013-07-26 Thread husayt
i had the same issue few days ago. Nobody from Google even did bother to 
reply/acknowledge. 

What kind of customer support is this?

On Wednesday, 24 July 2013 04:30:45 UTC+1, GAEfan wrote:

 My app started serving 500s tonight, with no changes to the code for many 
 days.

 It is telling me exit_code=121

 If I continue to refresh, eventually the page loads.  Seems the instances 
 are crashing at spinup.  One instance appears in the admin console 
 dashboard, but if I click on the instances link, none show up.

 Remainder of log:


1. 500 1829ms 0kb Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac 
OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 
Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +
http://www.google.com/bot.html)

66.249.75.198 - - [23/Jul/2013:20:02:53 -0700] GET /page/ HTTP/1.1 500 0 
 - Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) 
 AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 
 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; 
 +http://www.google.com/bot.html) www.mydomain.com ms=1830 cpu_ms=780 
 loading_request=1 exit_code=121 app_engine_release=1.8.2 
 instance=00c61b117cc97a586b8c77ba707be8ecf482 
 https://appengine.google.com/instances?app_id=s~crystal-bullversion_id=713.368782097257250375key=00c61b117cc97a586b8c77ba707be8ecf482#00c61b117cc97a586b8c77ba707be8ecf482

2. I2013-07-23 20:02:53.821

This request caused a new process to be started for your application, and 
 thus caused your application code to be loaded for the first time. This 
 request may thus take longer and use more CPU than a typical request for your 
 application.

3. W2013-07-23 20:02:53.821

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 121)






-- 
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: API to get a list of deployed applications to GAE

2013-07-26 Thread Vinny P
On Thu, Jul 25, 2013 at 5:07 AM, e.hos...@fci-cu.edu.eg wrote:

 Sorry, I forget to tell u that I need a java API for the below purpose


 On Thursday, July 25, 2013 12:05:51 PM UTC+2, e.ho...@fci-cu.edu.eg wrote:

 Hello All,
  I'm wondering if there is API that can be used by developers to retrieve
 a list of their deployed application to GAE?




 There isn't any official Java API for accessing the GAE dashboard
information

Your best bet is to parse the HTML of the dashboard: you could use HtmlUnit
( http://htmlunit.sourceforge.net/ ) to help process the app dashboard
pages and collect the data you want.


-
-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.




[google-appengine] Re: Lots of 500's served tonight

2013-07-26 Thread husayt


My java app is having massive amount of warmup requests for last three days 
(see pic). What is going on?


https://lh4.googleusercontent.com/-Mz3B5eJDUjg/UfNar8QJ_aI/Bes/qnm-m85u9Ec/s1600/chart.png


On Saturday, 27 July 2013 05:54:04 UTC+1, husayt wrote:

 i had the same issue few days ago. Nobody from Google even did bother to 
 reply/acknowledge. 

 What kind of customer support is this?

 On Wednesday, 24 July 2013 04:30:45 UTC+1, GAEfan wrote:

 My app started serving 500s tonight, with no changes to the code for many 
 days.

 It is telling me exit_code=121

 If I continue to refresh, eventually the page loads.  Seems the instances 
 are crashing at spinup.  One instance appears in the admin console 
 dashboard, but if I click on the instances link, none show up.

 Remainder of log:


1. 500 1829ms 0kb Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac 
OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 
Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +
http://www.google.com/bot.html)

66.249.75.198 - - [23/Jul/2013:20:02:53 -0700] GET /page/ HTTP/1.1 500 
 0 - Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) 
 AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 
 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; 
 +http://www.google.com/bot.html) www.mydomain.com ms=1830 cpu_ms=780 
 loading_request=1 exit_code=121 app_engine_release=1.8.2 
 instance=00c61b117cc97a586b8c77ba707be8ecf482 
 https://appengine.google.com/instances?app_id=s~crystal-bullversion_id=713.368782097257250375key=00c61b117cc97a586b8c77ba707be8ecf482#00c61b117cc97a586b8c77ba707be8ecf482

2. I2013-07-23 20:02:53.821

This request caused a new process to be started for your application, and 
 thus caused your application code to be loaded for the first time. This 
 request may thus take longer and use more CPU than a typical request for 
 your application.

3. W2013-07-23 20:02:53.821

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 121)






-- 
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.