The code I am using is based on Zend framework 2. I am testing the
"skeleton application" as per instructions at
http://framework.zend.com/manual/2.1/en/user-guide/forms-and-actions.html
I also narrowed the problem to the addAction() method in
AlbumController.php (see above link). If I comment out the following line:
return array('form' => $form);
the problem disappears. Initially I was thinking it was a framework level
problem. But this error does not happen in my local development. So I am
thinking it is more of a configuration problem.
The instance on production consumes on average 30MB. How do we troubleshoot
issues arising in production if all the log says is Error code 204. Is it
possible to get more information that this?
On Tue, Jun 18, 2013 at 2:57 PM, Vinny P <[email protected]> wrote:
> Hello Jeffery,
>
> Error code 204 generally means that your instance crashed for some reason.
> Can you post your source code? The problem is most likely there.
>
>
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> My Go side project: http://invalidmail.com/
>
>
> On Mon, Jun 17, 2013 at 11:22 PM, Jeffery Fernandez <
> [email protected]> wrote:
>
>> I have a PHP project which works fine except on one particular page, if
>> requested, fails with a:
>>
>> Error: Server Error The server encountered an error and could not
>> complete your request.
>>
>> When I check the logs I see the following:
>>
>> 1. 2013-06-18 14:16:38.723 /album/add 500 552ms 0kb Mozilla/5.0
>> (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko)
>> Chrome/28.0.1499.0 Safari/537.36
>>
>> 110.143.84.63 - - [17/Jun/2013:21:16:38 -0700] "GET /album/add HTTP/1.1"
>> 500 0 - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36
>> (KHTML, like Gecko) Chrome/28.0.1499.0 Safari/537.36" "xxxxxxxxxxx.com"
>> ms=553 cpu_ms=454 exit_code=204 app_engine_release=1.8.1
>> instance=00c61b117c9db75176964023649d16dd8abe
>> <https://appengine.google.com/instances?app_id=s~penpal-home&version_id=1.368153186142815650&key=00c61b117c9db75176964023649d16dd8abe#00c61b117c9db75176964023649d16dd8abe>
>>
>> 2. W2013-06-18 14:16:38.722
>>
>> 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 204)
>>
>>
>>
>> I noticed this problem can be re-produced, if I request the page in one
>> browser and then go to another browser and request the same page. Any tips,
>> would be much appreciated. 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 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
Mobile: +61 430 534 464
Home: +61 3 9764 4439
Work: +61 3 9723 9399
--
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.