I am using java8 std env on appengine and getting a 500 error when hitting a url for the first time:
Error: Server ErrorThe server encountered an error and could not complete your request. Please try again in 30 seconds. as soon as I refresh the application comes to life with expected first time load delay. These 2 messages are from the app engine logs The process handling this request unexpectedly died. This is likely to cause a new process to be used for the next request to your application. (Error code 203) followed by 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 as expected. Any ideas why that might be happening? 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/879b0754-2778-4856-980d-9f3b990512bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
