Dear all,

I believe I have found the problem. The problem was related to the urlfetch
call (I don't know if dd has also a urlfetch call, could you please tell
me???). I did many tests until I isolate the problem. When i did calls only
to datastore everything worked as expected. However when I added the
urlfetch call it produced the 204 errors. It happened always so I believe
that could be a bug.

What I did to get rid of the error was to remove the cloud end point from
Google and use a basic servlet. I found that mixing the servlet with the
urlfetch call we don't get the error, therefore the problem might not be
only related to urlfetch but a combination of urlfetch and Google cloud end
point.

We also talked with Google support, they said that the urlfetch problem
could be related to our location. I'm in Madrid and our users are in
Europe. They said that most of GAE's API are in the states, so that might
be a problem.



On 14 July 2015 at 07:17, dd <noug...@gmail.com> wrote:

> It seems that the 204 error is fixed upon analyzing/fixing the changes
> made at the time the 204 error was occurring.
>
> The cause was the kind of code as below executed in the application's
> entry point.
>
> function setEnv($key, $val){    putenv("$key=$val");    $_ENV[$key] = $val;   
>  $_SERVER[$key] = $val;}setEnv(CACHE_DRIVER", "memcached");
>
>
> We are using Lumen Framework.
> This was to switch environment for unittest, but the 204 error stopped
> occurring after deleting this.
> So far the 204 error was occurring 10 times every 1 minute, but after
> deploying this change we are not seeing the error for about 1 hour.
>
> Not sure if this is a GAE/PHP or Lumen Framework specific bug, but
> reporting just in case it might be helpful for someone.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/l47rmuVBQs0/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/edc9118d-c0ca-455b-9f96-942fdcd630d4%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/edc9118d-c0ca-455b-9f96-942fdcd630d4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADJ9T2VdSUTsbBNUT_cRNr_wkZgBWqb%3DzHE0Jd7yM08_ejk9_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to