Accidentally I removed $JETTY_ARGS from JAVA_OPTS, And the error is gone. Now my pipeline is just working file.
So after removing $JETTY_ARGS my effective commad line became: java -Djava.util.logging.config.file=WEB-INF/logging.properties -Djetty.base=/var/lib/jetty -jar /opt/jetty-home/start.jar Which earlier was: java -showversion -Djava.io.tmpdir=/tmp/jetty -agentpath:/opt/cdbg/cdbg_java_agent.so=--log_dir=/var/log/app_engine,--logtostderr=false,--cdbg_extra_class_path=/var/lib/jetty/webapps/root/WEB-INF/classes:/var/lib/jetty/webapps/root/WEB-INF/lib -Xms491M -Xmx491M -XX:+UseG1GC -XX:+ParallelRefProcEn abled -XX:+PrintCommandLineFlags -Djetty.base=/var/lib/jetty -jar /opt/jetty-home/start.jar Can somebody please explain what may be wrong with jetty_args ? On Tuesday, April 12, 2016 at 9:55:54 AM UTC+5:30, Deepak Singh wrote: > > Dear Team, > > We just upgraded to flexible environment with n1-standard-1 and started > getting 502 / 503 most frequently. > > App is configured with Cloudflare so we raised an incident with cloudflare > and here is the result that they provided > > > https://support.cloudflare.com/hc/en-us/requests/904469?flash_digest=d8eeedee4ea25b0d37f24b01ca4c0c89fc29b4a8 > > > Origin server is responding to 502 /503 for around 70% requests. > > Pls let us know. > > > -- > Tech > -- 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/2d1c06b2-fd14-4363-9fa2-e9a07b8ad264%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
