Re: [google-appengine] For information about how to identify the cause of the error to start up the backend

2012-02-24 Thread linkseed
The script for loading a library was prepared and it set to /_ah/warmup. 
However, the error did not change. 
*For more information, please look at the attached image of the first post.

(app.yaml)
- url: /_ah/warmup
  script: warmup.app


When I specified warmup.app as start handler, it succeeded in starting of 
the backend. 

(backends.yaml)
backends:
- name: backend
  class: B1
  options: dynamic
  instances: 1
  start: warmup.py


Sorry...

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Xa4nYAtq4i4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] For information about how to identify the cause of the error to start up the backend

2012-02-23 Thread linkseed
I have a script for initialization, and you hook up to the start of 
backends, was successful to start the backend.

backends.yaml

backends:
- name: backend
  class: B1
  options: dynamic
  instances: 1
  start: warmup.py


But, in the hook to the warmup, you could not be started.


You need to make carefully advice many times, thank you very much.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/WcrGwDtL9MkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] For information about how to identify the cause of the error to start up the backend

2012-02-22 Thread linkseed


 Could you include your app.yaml and corresponding url mapping for the
 warmup request?


Do you need something other than this description to app.yaml?

inbound_services:
- warmup

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/7_pUTOL7L-MJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] For information about how to identify the cause of the error to start up the backend

2012-02-21 Thread linkseed
Thank you for advice.

  Have you tried to define a warmup handler?  You just need something
 to handle that request. 

 I tried to define, the results did not change.
Was the same even if you change to an undefined further.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/25mbdIqDkGAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.