>From my GAE logs below. My app was spun up at 30:06 and was kill one second later. However, the system says that the jvm was started at 29:31, which means that the server was so slow that it took almost 30 seconds between the incoming request and my Spring based app being awakened from the ServletListener.
Also, I had many request that are usually executing under 1 second die after the 30 seconds limit. The system status board shows all green. 1. 2011-04-15 11:30:07.682 /a/api/gwtrpc/systemService500 37871ms 746cpu_ms 0kb Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.29 (KHTML, like Gecko) Chrome/12.0.733.0 Safari/534.29,gzip(gfe) 74.58.166.111 - - [15/Apr/2011:11:30:07 -0700] "POST /a/api/gwtrpc/systemService HTTP/1.1" 500 0 "http://testville.syncronis-realert.appspot.com/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.29 (KHTML, like Gecko) Chrome/12.0.733.0 Safari/534.29,gzip(gfe)" "testville.syncronis-realert.appspot.com" ms=37872 cpu_ms=747 api_cpu_ms=0 cpm_usd=0.020851 pending_ms=135 exit_code=104 2. I2011-04-15 11:30:06.368 javax.servlet.ServletContext log: Initializing Spring root WebApplicationContext 3. I2011-04-15 11:30:06.373 [syncronis-realert/0-10.349736212346195404].<stdout>: 18:30:06,368 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started 4. I2011-04-15 11:30:06.378 [syncronis-realert/0-10.349736212346195404].<stdout>: 18:30:06,378 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Apr 15 18:30:06 UTC 2011]; root of context hierarchy 5. I2011-04-15 11:30:06.378 [syncronis-realert/0-10.349736212346195404].<stdout>: 18:30:06,378 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [application-context.xml] 6. I2011-04-15 11:30:06.860 [syncronis-realert/0-10.349736212346195404].<stdout>: 18:30:06,860 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning 7. I2011-04-15 11:30:07.663 [syncronis-realert/0-10.349736212346195404].<stdout>: 18:30:07,662 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [application-context.xml]; nested exception is com.google.apphosting.api.DeadlineExceededException: This request (7f901232fa1db8f1) started at 2011/04/15 18:29:31.148 UTC and was still executing at 2011/04/15 18:30:07.608 UTC. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
