Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well what I can infer from your stacktrace is that there is process which is running inside your appengine application which the call any other process or may be some third party process and for that the timeout for the execution of the later process exceeds hence you are getting this exception.</p> <pre><code>org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: URL **[jar:file:/base/data/home/apps/s~comprarebookhoy/1.370036978402952713/WEB-INF/lib/objectify-4.0b2.jar!/com/googlecode/objectify/repackaged/gentyref/CaptureType.class];** nested exception is com.google.apphosting.api.DeadlineExceededException: This request (1de39e8e35c0b3f7) started at 2013/09/07 00:06:03.615 UTC and was still executing at 2013/09/07 00:07:03.073 UTC </code></pre> <p>There is no any problem with <strong>Objectify Library, Spring as well as with Appengine</strong>. It is the problem inside your code which is causing this exception to occur whenever that particular process comes under execution.</p> <p>Also try to check in your appengine dashboard that what instances of appengine usage is high by your application. Also you can check many more things in your appengine dashboard itself.</p> <p>Also check the last few lines of your stacktrace. It clearly explains the cause of this error.</p> <pre><code>I 2013-09-06 17:07:03.131 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. W 2013-09-06 17:07:03.131 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. If you see this message frequently, you may be throwing exceptions during the initialization of your application. (Error code 104) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload